Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebXR extension API docs #1156

Closed
wants to merge 8,303 commits into from
Closed

WebXR extension API docs #1156

wants to merge 8,303 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 25, 2019

  1. Add openvr swap chain fbo binding

    Avaer Kazmer committed May 25, 2019
    Configuration menu
    Copy the full SHA
    7681dc3 View commit details
    Browse the repository at this point in the history
  2. Small oculus mobile commenting cleanup

    Avaer Kazmer committed May 25, 2019
    Configuration menu
    Copy the full SHA
    00f1c16 View commit details
    Browse the repository at this point in the history
  3. Use fbo attachments for oculus desktop top level binding

    Avaer Kazmer committed May 25, 2019
    Configuration menu
    Copy the full SHA
    ff14cb9 View commit details
    Browse the repository at this point in the history
  4. Clean up index.js top level

    Avaer Kazmer committed May 25, 2019
    Configuration menu
    Copy the full SHA
    a913cdb View commit details
    Browse the repository at this point in the history
  5. Clean up index.js oculus mobile commenting

    Avaer Kazmer committed May 25, 2019
    Configuration menu
    Copy the full SHA
    abbf342 View commit details
    Browse the repository at this point in the history
  6. Bugfix oculus mobile depth texture

    Avaer Kazmer committed May 25, 2019
    Configuration menu
    Copy the full SHA
    ab4b617 View commit details
    Browse the repository at this point in the history
  7. Small index.js cleanup

    Avaer Kazmer committed May 25, 2019
    Configuration menu
    Copy the full SHA
    e187c27 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e076a4e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f2119d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Merge pull request #1105 from exokitxr/recomposite4-foveated

    Check for and add foveated rendering for Oculus Mobile
    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    5841ff9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aef1078 View commit details
    Browse the repository at this point in the history
  3. Bugfix Window.js render local syncs tracking

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    057c2db View commit details
    Browse the repository at this point in the history
  4. Bugfix double VR entry swap chain setting

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    113106c View commit details
    Browse the repository at this point in the history
  5. Bugfix wrong VR.js isPresenting reference

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    c278ac9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1108 from exokitxr/is-presenting

    Bugfix wrong VR.js isPresenting reference
    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    eeebe08 View commit details
    Browse the repository at this point in the history
  7. Set VR framebuffer on VR entry/exit time

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    84bdaa7 View commit details
    Browse the repository at this point in the history
  8. Bugfix Window.js response accepts queueing

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    4af46b4 View commit details
    Browse the repository at this point in the history
  9. Clean up request present handling in index.js

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    4e4e511 View commit details
    Browse the repository at this point in the history
  10. Add request.js

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    c0d743e View commit details
    Browse the repository at this point in the history
  11. Refactor WindowBase getScript request

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    9979af8 View commit details
    Browse the repository at this point in the history
  12. Clean up request.js console.logs

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    6e6976f View commit details
    Browse the repository at this point in the history
  13. Clean up sync requests buffer limit in WindowBase.js

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    22533a8 View commit details
    Browse the repository at this point in the history
  14. Add audio/video element loadeddata events

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    37e6f8f View commit details
    Browse the repository at this point in the history
  15. Add audio/video loadedmetadata events

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    ae1d685 View commit details
    Browse the repository at this point in the history
  16. Small WindowBase.js commenting cleanup

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    840be02 View commit details
    Browse the repository at this point in the history
  17. Remove dead Window.js XMLHttpRequest require

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    3e364a8 View commit details
    Browse the repository at this point in the history
  18. Remove pointless Window.js console object global exposure

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    6c502c8 View commit details
    Browse the repository at this point in the history
  19. Remove dead WindowBase.js windowEmit method

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    656deb3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    525535e View commit details
    Browse the repository at this point in the history
  21. Update utils _normalizeUrl to new API

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    ed11589 View commit details
    Browse the repository at this point in the history
  22. Small Window.js cleanup

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    97e5e62 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #1114 from exokitxr/loaded-events

    HTMLAudioElement/HTMLVideoElement loaded events
    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    e318831 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #1112 from exokitxr/request

    Web Workers importScripts
    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    9adaf98 View commit details
    Browse the repository at this point in the history
  25. Merge branch 'master' into window-base

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    e9dcdf2 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #1115 from exokitxr/window-base

    WorkerGlobalScope globals
    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    e7fc14d View commit details
    Browse the repository at this point in the history
  27. Merge branch 'master' into recomposite4

    Avaer Kazmer committed May 26, 2019
    Configuration menu
    Copy the full SHA
    07a1c93 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Delete native Java code

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    5194ff3 View commit details
    Browse the repository at this point in the history
  2. Bugfix local file path normalization

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    03ce379 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1119 from exokitxr/file-normalize

    Bugfix local file path normalization
    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    c0e348a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb397e0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1120 from exokitxr/openvr-tracker

    OpenVR tracker naming
    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    970638e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1118 from exokitxr/de-java

    Remove dead Java (Google VR)
    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    6977b17 View commit details
    Browse the repository at this point in the history
  7. Add cache.h

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    69d0571 View commit details
    Browse the repository at this point in the history
  8. Add cache.cc

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    cd0253f View commit details
    Browse the repository at this point in the history
  9. Hook in cache to native bindings exposure

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    f572cb8 View commit details
    Browse the repository at this point in the history
  10. Hook in nativeCache in exokit.cpp

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    1aa3267 View commit details
    Browse the repository at this point in the history
  11. Add cache files to binding.gyp

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    79b5ee1 View commit details
    Browse the repository at this point in the history
  12. Bugfix cache.cc syntax

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    9384455 View commit details
    Browse the repository at this point in the history
  13. Protect native cache with mutex

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    be7f600 View commit details
    Browse the repository at this point in the history
  14. Native cache cleanup

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    bb3e0a8 View commit details
    Browse the repository at this point in the history
  15. Bugfix dead cache.cc end iterator latching

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    89644b4 View commit details
    Browse the repository at this point in the history
  16. Bugfix cache.cc pointer dereference

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    1304c56 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1117 from exokitxr/native-cache

    Native cache
    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    48546d5 View commit details
    Browse the repository at this point in the history
  18. Remove WindowBase fetch maybe download support

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    11a9e79 View commit details
    Browse the repository at this point in the history
  19. Remove WindowBase XMLHttpRequest maybe download support

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    fc61e3a View commit details
    Browse the repository at this point in the history
  20. WindowBase fetch typo bugfix

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    ce6f5f7 View commit details
    Browse the repository at this point in the history
  21. Add WindowBase XMLHttpRequest Blob input support

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    7ffc12a View commit details
    Browse the repository at this point in the history
  22. Add WindowBase XMLHttpRequest Blob output support

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    5771160 View commit details
    Browse the repository at this point in the history
  23. Remove download flag

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    c961da8 View commit details
    Browse the repository at this point in the history
  24. Bugfix WindowBase.js typo

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    26d21a3 View commit details
    Browse the repository at this point in the history
  25. Another WindowBase.js typo

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    45bcf8a View commit details
    Browse the repository at this point in the history
  26. Bugfix WindowBase Blob response type resulting

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    ed4b906 View commit details
    Browse the repository at this point in the history
  27. Merge branch 'master' into recomposite4

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    1db7220 View commit details
    Browse the repository at this point in the history
  28. Bugfix dangling utils _makeNormalizeUrl reference

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    cc7286b View commit details
    Browse the repository at this point in the history
  29. Merge pull request #1121 from exokitxr/make-normalize-url

    Bugfix dangling utils _makeNormalizeUrl reference
    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    9f20605 View commit details
    Browse the repository at this point in the history
  30. Merge branch 'master' into recomposite4

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    b78d5d0 View commit details
    Browse the repository at this point in the history
  31. Re-add Window.js requestPresent/exitPresent double guards

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    6c61db1 View commit details
    Browse the repository at this point in the history
  32. Bump window-xhr version

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    766ba8d View commit details
    Browse the repository at this point in the history
  33. Merge pull request #1116 from exokitxr/xhr-blob

    XMLHttpRequest Blob support
    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    a8a019f View commit details
    Browse the repository at this point in the history
  34. Merge branch 'master' into recomposite4

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    548ff2a View commit details
    Browse the repository at this point in the history
  35. Add xrState injection to WindowBase

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    af32fce View commit details
    Browse the repository at this point in the history
  36. Refactor native cache methods

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    e5c30d6 View commit details
    Browse the repository at this point in the history
  37. Remove urls.js usage from DOM.js

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    7e1e777 View commit details
    Browse the repository at this point in the history
  38. Clean up WindowBase.js injections

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    1601900 View commit details
    Browse the repository at this point in the history
  39. Add Blob url tracking to WindowBase.js

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    37e1557 View commit details
    Browse the repository at this point in the history
  40. Small WindowBase.js bugfix

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    eb835ec View commit details
    Browse the repository at this point in the history
  41. Remove dead urls.js

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    7d5a317 View commit details
    Browse the repository at this point in the history
  42. Comment out Network.js as a dead file

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    0130e31 View commit details
    Browse the repository at this point in the history
  43. Remove dead Network.js

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    92e04b8 View commit details
    Browse the repository at this point in the history
  44. Add AudioBufferSourceNode playbackRate AudioParam

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    3c7f585 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #1123 from exokitxr/audio-buffer-source-param

    Add AudioBufferSourceNode playbackRate AudioParam
    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    8bd6284 View commit details
    Browse the repository at this point in the history
  46. Merge branch 'master' into recomposite4

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    d1417e3 View commit details
    Browse the repository at this point in the history
  47. Bugfix Window.js xrState references

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    8ec5b56 View commit details
    Browse the repository at this point in the history
  48. Bump oculus mobile CPU/GPU clocks

    Avaer Kazmer committed May 27, 2019
    Configuration menu
    Copy the full SHA
    57a25e3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Add VRDisplay isConnected flag

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    0d80ff3 View commit details
    Browse the repository at this point in the history
  2. Comment out requestFullScreen API

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    99c22b6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1125 from exokitxr/is-connected

    VRDisplay isConnected flag
    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    8423cdc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1126 from exokitxr/no-fullscreen

    Comment requestFullScreen API
    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    64331e5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into recomposite4

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    da04568 View commit details
    Browse the repository at this point in the history
  6. Bugfix VRDisplay near/far clip planes editability

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    e4faec2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1127 from exokitxr/near-far

    Bugfix VRDisplay near/far clip planes editability
    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    0cf531c View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into recomposite4

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    0091b7f View commit details
    Browse the repository at this point in the history
  9. Bugfix OpenVR eye offset tracking

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    a2920c6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1128 from exokitxr/eye-offset

    Bugfix OpenVR eye offset tracking
    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    3a5c85b View commit details
    Browse the repository at this point in the history
  11. Bugfix glClear elision for non-bound framebuffers

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    e023809 View commit details
    Browse the repository at this point in the history
  12. Bugfix GL_FRAMEBUFFER -> GL_DRAW_FRAMEBUFFER/GL_READ_FRAMEBUFFER fram…

    …ebuffer binding setting
    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    8617388 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1129 from exokitxr/framebuffer-binding-tracking

    Bugfix GL_FRAMEBUFFER framebuffer binding setting
    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    15a55a7 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'master' into recomposite4

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    05285d3 View commit details
    Browse the repository at this point in the history
  15. Remove oculus desktop create swap chain fbo binding

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    7f603dd View commit details
    Browse the repository at this point in the history
  16. Bugfix Oculus desktop top level swap chain FBO binding

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    3269e7c View commit details
    Browse the repository at this point in the history
  17. Use double AudioNode to back Audio

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    a9e51d2 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #1131 from exokitxr/audio-reparent

    Reparent HTMLAudioElement
    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    5e44f5c View commit details
    Browse the repository at this point in the history
  19. Merge branch 'master' into recomposite4

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    3e3c5a5 View commit details
    Browse the repository at this point in the history
  20. Remove requestless vr entry guard in Window.js

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    05f59c1 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1130 from exokitxr/recomposite-presenting

    Remove requestless vr entry guard in Window.js
    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    c3fdee7 View commit details
    Browse the repository at this point in the history
  22. Bugfix HTMLAudioElement constructor src argument loading

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    40a7e50 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #1132 from exokitxr/audio-src

    Bugfix HTMLAudioElement constructor src argument loading
    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    ba13674 View commit details
    Browse the repository at this point in the history
  24. Merge branch 'master' into recomposite4

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    8f6aa3b View commit details
    Browse the repository at this point in the history
  25. Add layered tree propagation to tickAnimationFrame

    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    ff0b04d View commit details
    Browse the repository at this point in the history
  26. Merge pull request #1133 from exokitxr/recomposite-layers

    Layer tree walk
    Avaer Kazmer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    6c37950 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Add reconfigurable launch arguments in main.cpp

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    b5e8f5f View commit details
    Browse the repository at this point in the history
  2. Add <vector> include in main.cpp

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    ed365c5 View commit details
    Browse the repository at this point in the history
  3. Add comments

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    04426fc View commit details
    Browse the repository at this point in the history
  4. Move dlibs.h include

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    f4b0678 View commit details
    Browse the repository at this point in the history
  5. Bugfix typo

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    1b05e11 View commit details
    Browse the repository at this point in the history
  6. Abort logging typo

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    eed3c24 View commit details
    Browse the repository at this point in the history
  7. More command line arguments overflow log typo

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    74401ea View commit details
    Browse the repository at this point in the history
  8. Bugfix main.cpp argv resize

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    87fc792 View commit details
    Browse the repository at this point in the history
  9. Bugfix argv type

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    05bdf7f View commit details
    Browse the repository at this point in the history
  10. Initial request movement from window to top level

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    3897a76 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1134 from exokitxr/recomposite-launch

    Add reconfigurable launch arguments in main.cpp
    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    cc894ef View commit details
    Browse the repository at this point in the history
  12. Add request chain handling in Window.js

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    c657cbb View commit details
    Browse the repository at this point in the history
  13. Bugfix WindowVM.js typo

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    35ea9e5 View commit details
    Browse the repository at this point in the history
  14. More request/response message routing work

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    6003ee2 View commit details
    Browse the repository at this point in the history
  15. Bugfix WindowVM request keypath hijacking

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    f17c1ba View commit details
    Browse the repository at this point in the history
  16. Do reqeust keypath munging in WindowVM

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    b5d7074 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1135 from exokitxr/recomposite-request

    VR entry request routing
    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    f235029 View commit details
    Browse the repository at this point in the history
  18. Do not swap layered subwindows

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    dbec9d4 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #1136 from exokitxr/recomposite-swap

    Reduce layers swapping
    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    ca9ef5a View commit details
    Browse the repository at this point in the history
  20. Clean up double onmakeswapchain call case in Window.js

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    c89c414 View commit details
    Browse the repository at this point in the history
  21. Bugfix queue flush window destruction case in the middle of Window ti…

    …ckAnimationFrame
    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    d375147 View commit details
    Browse the repository at this point in the history
  22. Delete window.queue on destroyed windows in WindowVm.js

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    ed1a516 View commit details
    Browse the repository at this point in the history
  23. Add Q key for pad press in realitytabs.html

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    5f5bbc3 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #1139 from exokitxr/pad-keyboard

    Add Q key for pad press in realitytabs.html
    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    129a64c View commit details
    Browse the repository at this point in the history
  25. Merge branch 'master' into recomposite4

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    1f6aa5d View commit details
    Browse the repository at this point in the history
  26. Make iframe d=3 default

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    a4f38cb View commit details
    Browse the repository at this point in the history
  27. Merge pull request #1140 from exokitxr/dimension-3

    Make iframe d=3 default
    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    88e1118 View commit details
    Browse the repository at this point in the history
  28. Merge branch 'master' into recomposite

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    2729f0d View commit details
    Browse the repository at this point in the history
  29. Make all iframe windows hidden by default

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    ba7b492 View commit details
    Browse the repository at this point in the history
  30. Clean up unknown message error in WindowVm.js

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    a6f2464 View commit details
    Browse the repository at this point in the history
  31. Handle haptic pulses in index.js

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    95ac8b0 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #1141 from exokitxr/haptic

    Bugfix haptic pulse support
    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    025d2ac View commit details
    Browse the repository at this point in the history
  33. Merge branch 'master' into recomposite

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    63c0f79 View commit details
    Browse the repository at this point in the history
  34. Bugfix Worker.js file:// url treatment

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    9495c43 View commit details
    Browse the repository at this point in the history
  35. More Worker.js file:// treatment bugfixing

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    f535c60 View commit details
    Browse the repository at this point in the history
  36. Worker.js file:// path resolution cleanup

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    da6661f View commit details
    Browse the repository at this point in the history
  37. Merge pull request #1145 from exokitxr/recompose-file-path

    Bugfix Worker file:// path resolution
    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    1848dff View commit details
    Browse the repository at this point in the history
  38. Do not pre-initialize composition shaders

    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    798267c View commit details
    Browse the repository at this point in the history
  39. Merge pull request #1146 from exokitxr/recomposite-shaderless

    Do not pre-initialize composition shaders
    Avaer Kazmer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    920fb48 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Make AudioBuffer load type error async

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    887b752 View commit details
    Browse the repository at this point in the history
  2. Bugfix audio buffer failure case promise handling

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    c613a57 View commit details
    Browse the repository at this point in the history
  3. Make audio load invalid data test more robust

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    4c68080 View commit details
    Browse the repository at this point in the history
  4. Clean up decodeAudioData closure handling

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    e02fb03 View commit details
    Browse the repository at this point in the history
  5. More AudioContext decodeAudioData cleanup

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    72bb34e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1147 from exokitxr/audio-test

    Handle invalid WebAudio decodeAudioData
    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    906e128 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into recomposite

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    23f993f View commit details
    Browse the repository at this point in the history
  8. Clean up WindowVm.js worker cleanup

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    f83f6f7 View commit details
    Browse the repository at this point in the history
  9. Clean up tickAnimationFrame cancel support error catching

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    7db01be View commit details
    Browse the repository at this point in the history
  10. Add blit top/child methods to EGL

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    a32d6f5 View commit details
    Browse the repository at this point in the history
  11. Add blit top/child methods to GLFW

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    994617a View commit details
    Browse the repository at this point in the history
  12. Add MSAA support to windowsystem.cc

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    b872450 View commit details
    Browse the repository at this point in the history
  13. Add MSAA support to oculus desktop

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    a54dcc0 View commit details
    Browse the repository at this point in the history
  14. Add MSAA support to oculus mobile

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    b424e57 View commit details
    Browse the repository at this point in the history
  15. Window.js dead code cleanup

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    ba77878 View commit details
    Browse the repository at this point in the history
  16. More Window.js dead code cleanup

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    4c680f3 View commit details
    Browse the repository at this point in the history
  17. Add aaEnabled flagging to native-bindings.js

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    c5769cc View commit details
    Browse the repository at this point in the history
  18. Add MSAA blitting support to index.js

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    d129a5e View commit details
    Browse the repository at this point in the history
  19. Add MSAA blitting support to Window.js

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    eb1d351 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #1124 from exokitxr/recomposite-aa

    Linear render loop MSAA
    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    24961be View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1143 from exokitxr/recomposite

    Linear render loop
    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    92b1e1a View commit details
    Browse the repository at this point in the history
  22. Bump window-selector version

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    eb7b999 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #1148 from exokitxr/scope-selector

    Add :scope selector support
    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    6a94a65 View commit details
    Browse the repository at this point in the history
  24. Add initial GlObjectCache class

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    d8fd150 View commit details
    Browse the repository at this point in the history
  25. Track GL objects

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    183b3ca View commit details
    Browse the repository at this point in the history
  26. Delete GL objects on WebGL context destroy

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    530117c View commit details
    Browse the repository at this point in the history
  27. Add 2d context cleanup

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    8477bdd View commit details
    Browse the repository at this point in the history
  28. Merge pull request #1150 from exokitxr/gl-resource

    WebGL objects destroy
    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    56e5593 View commit details
    Browse the repository at this point in the history
  29. Rename XRPresentationFrame -> XRFrame

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    2759c6e View commit details
    Browse the repository at this point in the history
  30. Bugfix XRFrame reference

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    8311abd View commit details
    Browse the repository at this point in the history
  31. Update XRDevicePose -> XRViewerPose

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    9a965fa View commit details
    Browse the repository at this point in the history
  32. XR.js dead code removal

    Avaer Kazmer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    c6175c6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Rename fake vr display getDevicePose -> getViewerPose

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    e472b92 View commit details
    Browse the repository at this point in the history
  2. Add new XR.js requestSession api

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    8acf3f2 View commit details
    Browse the repository at this point in the history
  3. Rename XR.js getDevicePose -> getViewerPose

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    493a1bd View commit details
    Browse the repository at this point in the history
  4. Refactor XRViewerPose -> XRPose

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    7ad7a54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9ce21c View commit details
    Browse the repository at this point in the history
  6. Add new XRWebGLLayer properties

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    8f0a947 View commit details
    Browse the repository at this point in the history
  7. Add missing XRInputPose properties

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    03cadf5 View commit details
    Browse the repository at this point in the history
  8. Bugfix XRViewerPose syntax

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    dc37dc2 View commit details
    Browse the repository at this point in the history
  9. Comment out dead XRDevice session methods

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    d274f9b View commit details
    Browse the repository at this point in the history
  10. Add XRRenderState

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    476b4f1 View commit details
    Browse the repository at this point in the history
  11. Add renderState/updateRenderState to XRSession

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    c2265bc View commit details
    Browse the repository at this point in the history
  12. Add XR session auto-mirroring

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    5579c48 View commit details
    Browse the repository at this point in the history
  13. Remove dead Window.js mlPresentState

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    f361b3d View commit details
    Browse the repository at this point in the history
  14. Remove dead Window.js oculusMobileVrPresentState

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    d4e5471 View commit details
    Browse the repository at this point in the history
  15. Small native-bindings.js cleanup

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    e487ce2 View commit details
    Browse the repository at this point in the history
  16. Request session directly in realitytabs.html

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    5dd39d0 View commit details
    Browse the repository at this point in the history
  17. Rename createVRDisplay -> createFakeXRDisplay

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    20ab094 View commit details
    Browse the repository at this point in the history
  18. Make requestSession based on the presence of an XRDisplay

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    baa4700 View commit details
    Browse the repository at this point in the history
  19. Bugfix Window.js createFakeXRDisplay exposure

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    d2916cb View commit details
    Browse the repository at this point in the history
  20. Small requestSession async bugfix

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    ade1580 View commit details
    Browse the repository at this point in the history
  21. Major FakeXRDisplay simplification

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    f1a84cf View commit details
    Browse the repository at this point in the history
  22. Remove Document.js dead VR display activate code

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    df7064e View commit details
    Browse the repository at this point in the history
  23. Request backing vrDisplay directly in getVRDisplaysSync

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    a4695df View commit details
    Browse the repository at this point in the history
  24. Fix more FakeXRDisplay references

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    8b4a357 View commit details
    Browse the repository at this point in the history
  25. Do not construct extra fake vr display at top level

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    bddd2d0 View commit details
    Browse the repository at this point in the history
  26. Make Window.js create XRSession instead of XRDevice

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    c6e987f View commit details
    Browse the repository at this point in the history
  27. Comment out XRDevice

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    5ae90ab View commit details
    Browse the repository at this point in the history
  28. Remove XRDevice linkage from XR.js XRSession

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    6204c7b View commit details
    Browse the repository at this point in the history
  29. Bugfix XRSession update triggering

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    a1cc24b View commit details
    Browse the repository at this point in the history
  30. Bugfix Window.js vrDevice reference

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    c8df8e4 View commit details
    Browse the repository at this point in the history
  31. More device references bugfixing in XR.js

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    de0b51d View commit details
    Browse the repository at this point in the history
  32. Bugfix realitytabs.html syntax

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    e8bce44 View commit details
    Browse the repository at this point in the history
  33. Update THREE.js version to r105

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    1b08bad View commit details
    Browse the repository at this point in the history
  34. Bugfix XR.js getInputPose baseLayer lookup

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    8993602 View commit details
    Browse the repository at this point in the history
  35. Refactor examples fakeVrDisplay.js -> fakeXrDisplay.js

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    3f65f1c View commit details
    Browse the repository at this point in the history
  36. Updating realitytabs.html to new fake xr display API

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    b47a8b9 View commit details
    Browse the repository at this point in the history
  37. Update XRRigidTransform to new inverse API

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    ce67c4f View commit details
    Browse the repository at this point in the history
  38. Bugfix viewer pose rigid transform

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    fb1105d View commit details
    Browse the repository at this point in the history
  39. Unlock tutorial.html default open in realitytabs.html

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    3975172 View commit details
    Browse the repository at this point in the history
  40. Bugfix realitytabs.html regular xr device entry

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    c032eb1 View commit details
    Browse the repository at this point in the history
  41. Update tutorial.html to use new WebXR api

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    41fc92e View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    522aa18 View commit details
    Browse the repository at this point in the history
  43. Small index.js commenting cleanup

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    82fac98 View commit details
    Browse the repository at this point in the history
  44. More WebXR API updating

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    4d65c21 View commit details
    Browse the repository at this point in the history
  45. Small XR.js cleanups

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    84d19a7 View commit details
    Browse the repository at this point in the history
  46. Small XRRenderState cleanup

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    60427e0 View commit details
    Browse the repository at this point in the history
  47. Re-add basic legacy XRDevice

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    bd61d6a View commit details
    Browse the repository at this point in the history
  48. Add more legacy non-standard XR properties

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    21b3d5e View commit details
    Browse the repository at this point in the history
  49. Bugfix fake vr display WebVR binding

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    ca0c171 View commit details
    Browse the repository at this point in the history
  50. Defer vrdisplaypresentchange event in VR.js

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    7db563f View commit details
    Browse the repository at this point in the history
  51. Comment out non-standard WebXR

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    381c203 View commit details
    Browse the repository at this point in the history
  52. Small XR.js cleanup

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    5d3b531 View commit details
    Browse the repository at this point in the history
  53. Remove XRFrame views property per spec

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    3086a2c View commit details
    Browse the repository at this point in the history
  54. Update examples with new XRFrame views API querying

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    17f9d6e View commit details
    Browse the repository at this point in the history
  55. XR.js dead code cleanup

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    d5805e4 View commit details
    Browse the repository at this point in the history
  56. More WebXR non-standard commenting

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    022a54c View commit details
    Browse the repository at this point in the history
  57. Bugfix WebXR xrOffset handling

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    206d07b View commit details
    Browse the repository at this point in the history
  58. More XR.js deprecated API commenting

    Avaer Kazmer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    e654ce2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Configuration menu
    Copy the full SHA
    3d67f48 View commit details
    Browse the repository at this point in the history
  2. Add XRInputSource pose decorations

    Avaer Kazmer committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    20966be View commit details
    Browse the repository at this point in the history
  3. Abstract xr offset application in XR.js poses

    Avaer Kazmer committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    8cfcf61 View commit details
    Browse the repository at this point in the history
  4. Remove multiview XRWebGLLayer option for now

    Avaer Kazmer committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    eb64cbd View commit details
    Browse the repository at this point in the history
  5. Update all WebXR examples to use new WebXR API

    Avaer Kazmer committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    3ec1edd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1151 from exokitxr/webxr-update

    WebXR API update
    Avaer Kazmer committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    2cba31a View commit details
    Browse the repository at this point in the history
  7. Bugfix realitytabs.html example for new WebXR api

    Avaer Kazmer committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    8623b0d View commit details
    Browse the repository at this point in the history
  8. More examples patching for new WebXR API

    Avaer Kazmer committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    c9ee04d View commit details
    Browse the repository at this point in the history
  9. Remove dead examples/fakeDisplay.js

    Avaer Kazmer committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    d770b5a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1153 from exokitxr/examples-fix

    WebXR examples api update
    Avaer Kazmer committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    e060111 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. Abstract WebXR hardware extension API docs

    Avaer Kazmer committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    3c94096 View commit details
    Browse the repository at this point in the history