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

Add uses-feature to AndroidManifest.xml #1343

Closed
wants to merge 9,321 commits into from
Closed

Add uses-feature to AndroidManifest.xml #1343

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

Commits on Jul 4, 2019

  1. Bump window-xhr version

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    7b102e6 View commit details
    Browse the repository at this point in the history
  2. Add file protocol to fetch.js default protocols list

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    bd3daa4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1284 from exokitxr/fetch-stream

    Bugfix file streaming
    Avaer Kazmer authored Jul 4, 2019
    Configuration menu
    Copy the full SHA
    35430cb View commit details
    Browse the repository at this point in the history
  4. Clean up WebGL toGLuint function name

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    0341aac View commit details
    Browse the repository at this point in the history
  5. More WebGL code build rearrangement bugfixing

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    3339c6c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into webgl2-texture

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    86b08fc View commit details
    Browse the repository at this point in the history
  7. Bump window-fetch/window-xhr versions for typo

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    89f78d3 View commit details
    Browse the repository at this point in the history
  8. Remove remaining sinon references

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    75655f3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1286 from exokitxr/no-sinon2

    Remove remaining sinon references
    Avaer Kazmer authored Jul 4, 2019
    Configuration menu
    Copy the full SHA
    2642f3d View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into webgl2-texture

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    675075e View commit details
    Browse the repository at this point in the history
  11. Remove Worker fetch special case

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    a7bbfc9 View commit details
    Browse the repository at this point in the history
  12. Normalize blob url format

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    116354e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1287 from exokitxr/worker-fetch

    Remove Worker fetch special case
    Avaer Kazmer authored Jul 4, 2019
    Configuration menu
    Copy the full SHA
    9d02397 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1288 from exokitxr/blob-format

    Normalize blob url format
    Avaer Kazmer authored Jul 4, 2019
    Configuration menu
    Copy the full SHA
    da2079b View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' into webgl2-texture

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    b706aa8 View commit details
    Browse the repository at this point in the history
  16. Bugfix abstracted glTexImage d calls

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    94a15f2 View commit details
    Browse the repository at this point in the history
  17. Bugfix GL textures flipT d == 2 checks

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    424f5d8 View commit details
    Browse the repository at this point in the history
  18. Bugfix texSubImage3d zoffset arg latching

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    961893a View commit details
    Browse the repository at this point in the history
  19. Bugfix WebGL getParameter bits arguments result

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    6a8667c View commit details
    Browse the repository at this point in the history
  20. Merge pull request #1289 from exokitxr/gl-bits

    Bugfix WebGL getParameter bits arguments result
    Avaer Kazmer authored Jul 4, 2019
    Configuration menu
    Copy the full SHA
    861f8b5 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'master' into webgl2-texture

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    631adfa View commit details
    Browse the repository at this point in the history
  22. Major adding missing WebGL2 methods

    Avaer Kazmer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    2d9fed0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Major bugfixing in WebGL uniforms setters

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    d33dec4 View commit details
    Browse the repository at this point in the history
  2. Clean up WebGL blitFramebuffer argument types

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    a9c5295 View commit details
    Browse the repository at this point in the history
  3. Add clear buffer WebGL2 methods

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    7ac3ed4 View commit details
    Browse the repository at this point in the history
  4. Add WebGL2 framebufferTextureLayer method

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    0756e03 View commit details
    Browse the repository at this point in the history
  5. Add bindBufferRange WebGL 2 method

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    56fdd1c View commit details
    Browse the repository at this point in the history
  6. Add copyBufferSubData WebGL 2 method

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    aa696fb View commit details
    Browse the repository at this point in the history
  7. Small WebGL cleanups

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    3de046f View commit details
    Browse the repository at this point in the history
  8. Small renderbufferStorageMultisample arg types cleanup

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    8e977b2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1290 from exokitxr/uniform-setters

    Major bugfixing in WebGL uniforms setters
    Avaer Kazmer authored Jul 5, 2019
    Configuration menu
    Copy the full SHA
    69e37d9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1283 from exokitxr/webgl2-missing

    Add missing WebGL2 methods
    Avaer Kazmer authored Jul 5, 2019
    Configuration menu
    Copy the full SHA
    30b49e3 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1292 from exokitxr/webgl-cleanups

    Small WebGL cleanups
    Avaer Kazmer authored Jul 5, 2019
    Configuration menu
    Copy the full SHA
    ccbbd95 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1291 from exokitxr/argument-types

    Clean up WebGL blitFramebuffer argument types
    Avaer Kazmer authored Jul 5, 2019
    Configuration menu
    Copy the full SHA
    8556b6a View commit details
    Browse the repository at this point in the history
  13. Merge branch 'master' into webgl2-texture

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    05a90d7 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1276 from exokitxr/webgl2-texture

    WebGL2 textures 3D + compression
    Avaer Kazmer authored Jul 5, 2019
    Configuration menu
    Copy the full SHA
    62c688b View commit details
    Browse the repository at this point in the history
  15. Remove dead WebGL 2 getIndexedParameter method header

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    0e4ee06 View commit details
    Browse the repository at this point in the history
  16. Add WebGL2 getBufferSubData method

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    c79e9bb View commit details
    Browse the repository at this point in the history
  17. Add WebGL 2 getIndexedParameter method

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    468bacd View commit details
    Browse the repository at this point in the history
  18. Add ANDROID special case for getBufferSubData

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    d3b0412 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #1294 from exokitxr/get-indexed-parameter

    Add WebGL 2 getIndexedParameter method
    Avaer Kazmer authored Jul 5, 2019
    Configuration menu
    Copy the full SHA
    de0dd1a View commit details
    Browse the repository at this point in the history
  20. Merge branch 'master' into protocol-handlers

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    4f7a569 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1293 from exokitxr/get-buffeer-sub-data

    Add WebGL2 getBufferSubData method
    Avaer Kazmer authored Jul 5, 2019
    Configuration menu
    Copy the full SHA
    b5f3986 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'master' into protocol-handlers

    Avaer Kazmer committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    cead9e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Bump window-selector version

    Avaer Kazmer committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    50fe5c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1297 from exokitxr/selector-quote

    Bugfix selector quoting
    Avaer Kazmer authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    00f2cec View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Add missing TEXTURE_2D_MULTISAMPLE WebGL2 constant

    Avaer Kazmer committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    ee7a312 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1298 from exokitxr/2d-ms

    Add missing TEXTURE_2D_MULTISAMPLE WebGL2 constant
    Avaer Kazmer authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    acf2988 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5c6133 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1300 from machenmusik/patch-1

    Fix broken link to documentation in CONTRIBUTING.md
    Avaer Kazmer authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    568fdb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Update android Dockerfile to be based on Debian Stretch

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    858519b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1303 from exokitxr/android-stretch

    Quest/Android build Debian Buster incompat
    Avaer Kazmer authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    6302557 View commit details
    Browse the repository at this point in the history
  3. Add initial IVRSystem GetModelName method

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    c5103fc View commit details
    Browse the repository at this point in the history
  4. IVRSystem dead code cleanup

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    1fce361 View commit details
    Browse the repository at this point in the history
  5. More IVRSystem debugging

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ca8c91f View commit details
    Browse the repository at this point in the history
  6. Make FakeXRDisplay gamepad update push optional

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    3d2763a View commit details
    Browse the repository at this point in the history
  7. Break out fake xr display updates into hmd and gamepads

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    a467573 View commit details
    Browse the repository at this point in the history
  8. Bump native-openvr-deps version for openvr sdk 1.4.18

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    a00d258 View commit details
    Browse the repository at this point in the history
  9. Remove dead OpenVR binding method

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    295c577 View commit details
    Browse the repository at this point in the history
  10. Add action-manifest.json

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    fc8a573 View commit details
    Browse the repository at this point in the history
  11. Add OpenVR action-manifest.json loading

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    b4b6d7e View commit details
    Browse the repository at this point in the history
  12. Add missing EVRInputError prefix in openvr binding

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    136ebdc View commit details
    Browse the repository at this point in the history
  13. Bugfix VRInput usage

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    799724c View commit details
    Browse the repository at this point in the history
  14. Initialize openvr actions and action sets

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    f264af4 View commit details
    Browse the repository at this point in the history
  15. Update openvr action state per frame

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    2bf8a9d View commit details
    Browse the repository at this point in the history
  16. Clean up compositor initialization flow

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    0ade579 View commit details
    Browse the repository at this point in the history
  17. Compositor prefix debugging

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    3b51b43 View commit details
    Browse the repository at this point in the history
  18. Add initial openvr bones query loop

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    8b97c52 View commit details
    Browse the repository at this point in the history
  19. Clean up action handle types again

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    362e46c View commit details
    Browse the repository at this point in the history
  20. Bugfix openvr compositor includes

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    9e71d70 View commit details
    Browse the repository at this point in the history
  21. More compositor action handle prefix bugfixing

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    4fa24ee View commit details
    Browse the repository at this point in the history
  22. Bugfix VR input error name

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    2618aa7 View commit details
    Browse the repository at this point in the history
  23. Bugfix openvr update action state call

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    df46c5f View commit details
    Browse the repository at this point in the history
  24. Bugfix openvr compositor action references

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    fb92443 View commit details
    Browse the repository at this point in the history
  25. Move openvr compositor references cleanup

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    9f425b4 View commit details
    Browse the repository at this point in the history
  26. Openvr compositor typos

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    8a7bc77 View commit details
    Browse the repository at this point in the history
  27. More openvr compositor bugfixing

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    23b7712 View commit details
    Browse the repository at this point in the history
  28. OpenVR compositor update action state debugging

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    4624a1a View commit details
    Browse the repository at this point in the history
  29. Add openvr finger curls tracking

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    855cd45 View commit details
    Browse the repository at this point in the history
  30. OpenVR compositor diplicate variable cleanup

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    4597071 View commit details
    Browse the repository at this point in the history
  31. OpenVR add initial bones logging

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    01a194f View commit details
    Browse the repository at this point in the history
  32. OpenVR compositor add missing VRInput prefix

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    0ec17f3 View commit details
    Browse the repository at this point in the history
  33. More openvr compositor typos fixing

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    6995cbb View commit details
    Browse the repository at this point in the history
  34. More openvr compositor prefix fixes

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    543d81b View commit details
    Browse the repository at this point in the history
  35. Bugfix openvr get skeletal summary data call arguments

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    d5f70d4 View commit details
    Browse the repository at this point in the history
  36. Bugfix openvr compositor orientation calls

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    5fe2590 View commit details
    Browse the repository at this point in the history
  37. OpenVR action sets error logging

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    89a75f9 View commit details
    Browse the repository at this point in the history
  38. Remove actions manifest requirement flags

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    deaff10 View commit details
    Browse the repository at this point in the history
  39. Remove old action-manifest.json

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    384277c View commit details
    Browse the repository at this point in the history
  40. Add new vendor action bindings files

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    34ebee3 View commit details
    Browse the repository at this point in the history
  41. Hook up new action binding files

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    5c17c87 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    1beb576 View commit details
    Browse the repository at this point in the history
  43. OpenVR input pose action data prefixing

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    1a0c67b View commit details
    Browse the repository at this point in the history
  44. Bugfix openvr action tracking

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    139b225 View commit details
    Browse the repository at this point in the history
  45. Bugfix actions.json name in index.js

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    25d1d6d View commit details
    Browse the repository at this point in the history
  46. Remove dead OpenVR hmd source input

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    7cbb897 View commit details
    Browse the repository at this point in the history
  47. Clean up openvr error taacking

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    d8c6243 View commit details
    Browse the repository at this point in the history
  48. More openvr error tracking cleanup

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    79aacf6 View commit details
    Browse the repository at this point in the history
  49. Add finger axes tracking to index.js

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    14dabeb View commit details
    Browse the repository at this point in the history
  50. IVRSystem header include cleanup

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    e498aa9 View commit details
    Browse the repository at this point in the history
  51. Move openvr hands tracking code to ivrsystem

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    3be917d View commit details
    Browse the repository at this point in the history
  52. Add hand axes tracking to hands example

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    bd46ab0 View commit details
    Browse the repository at this point in the history
  53. Small hands example cleanup

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    a7dcdd8 View commit details
    Browse the repository at this point in the history
  54. Add openvr bones latching

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    e8871fe View commit details
    Browse the repository at this point in the history
  55. Updates hands example to render openvr bones

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    3c9247a View commit details
    Browse the repository at this point in the history
  56. IVRSystem dead code cleanup

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    c031574 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    a4d86f4 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    e4fcf27 View commit details
    Browse the repository at this point in the history
  59. Small bones example cleanup

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    fde7f65 View commit details
    Browse the repository at this point in the history
  60. IVRSystem logging cleanup

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    840f3fa View commit details
    Browse the repository at this point in the history
  61. Elide zero hand bones in native code

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    cbced3a View commit details
    Browse the repository at this point in the history
  62. Hands example bones vertex shader cleanup

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    f225d52 View commit details
    Browse the repository at this point in the history
  63. Clean up IVRSystem to not log

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    9b1121c View commit details
    Browse the repository at this point in the history
  64. Move extra gamepads size from axes to buttons

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    78f8f15 View commit details
    Browse the repository at this point in the history
  65. Latch openvr bone buttons instead of axes

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    8478c09 View commit details
    Browse the repository at this point in the history
  66. Update hands example to use buttons instead of axes

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    96b9e03 View commit details
    Browse the repository at this point in the history
  67. Merge branch 'master' into protocol-handlers

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    75e0118 View commit details
    Browse the repository at this point in the history
  68. More IVRSystem typo fixing

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    7d9d7ad View commit details
    Browse the repository at this point in the history
  69. Small VR.js cleanup

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    5b3c413 View commit details
    Browse the repository at this point in the history
  70. Track OpenVR global CVRSystem

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    03391a3 View commit details
    Browse the repository at this point in the history
  71. Clean up openvr API

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    3369ea1 View commit details
    Browse the repository at this point in the history
  72. Add initial openvr model name lookup

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    cfe876c View commit details
    Browse the repository at this point in the history
  73. Remove dead updateGamepads check

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    34ac783 View commit details
    Browse the repository at this point in the history
  74. Clean up FakeXRDisplay pushUpdate calls

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    6674416 View commit details
    Browse the repository at this point in the history
  75. Major cleanups in openvr init

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    64af8eb View commit details
    Browse the repository at this point in the history
  76. Add Valve index controller detection in VR.js

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    a26eb29 View commit details
    Browse the repository at this point in the history
  77. Merge pull request #1302 from exokitxr/openvr-gamepad-name

    Valve Index Gamepad naming
    Avaer Kazmer authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    fce4031 View commit details
    Browse the repository at this point in the history
  78. Merge pull request #1301 from exokitxr/fxrd-gamepad

    FakeXRDisplay Gamepad update
    Avaer Kazmer authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    628fe99 View commit details
    Browse the repository at this point in the history
  79. Merge branch 'master' into openvr-update2

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    bfcbaee View commit details
    Browse the repository at this point in the history
  80. Clean up index.js controller thresholds

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    4f4e22d View commit details
    Browse the repository at this point in the history
  81. Bugfix VR.js hardcoded gamepads count

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    a04cd15 View commit details
    Browse the repository at this point in the history
  82. Hands example debugging

    avaer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ed4770b View commit details
    Browse the repository at this point in the history
  83. Remove dead index.js getContext call

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    7dd5b58 View commit details
    Browse the repository at this point in the history
  84. Merge pull request #1295 from exokitxr/openvr-update2

    OpenVR SDK 1.4.18 -- Hand tracking
    Avaer Kazmer authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    1fc5ab7 View commit details
    Browse the repository at this point in the history
  85. Decouple texture blit from context fbo bindings

    Avaer Kazmer committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    05f0518 View commit details
    Browse the repository at this point in the history
  86. Merge pull request #1299 from exokitxr/blit-texture

    Decouple texture blit from context fbo bindings
    Avaer Kazmer authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    e328f1b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Remove top level index.js clear xr framebuffer

    avaer committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    0c25efc View commit details
    Browse the repository at this point in the history
  2. Clear xr framebuffer in top window context

    avaer committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    39f082a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb64159 View commit details
    Browse the repository at this point in the history
  4. Fix realitytabs.html FakeXRDisplay enablement

    avaer committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    85ec8cf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1305 from exokitxr/fake-enable-disable

    FakeXRDisplay manual enable/disable
    Avaer Kazmer authored Jul 12, 2019
    Configuration menu
    Copy the full SHA
    2b3ef19 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1304 from exokitxr/clear-framebuffer

    Clear XR framebuffer in Window context
    Avaer Kazmer authored Jul 12, 2019
    Configuration menu
    Copy the full SHA
    d1a9d38 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Initialize vrSystem tracking to nullptr

    avaer committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    3848918 View commit details
    Browse the repository at this point in the history
  2. Support null vrSystem in GetGlobalSystem

    avaer committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    f85c8d0 View commit details
    Browse the repository at this point in the history
  3. Add VR.js vrSystem null check

    avaer committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    18708d0 View commit details
    Browse the repository at this point in the history
  4. Bugfix exit present tracking in XR.js

    avaer committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    cf5a9ca View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1306 from exokitxr/ivrsystem

    Clean up IVRSystem referencing
    Avaer Kazmer authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    d15ddf3 View commit details
    Browse the repository at this point in the history
  6. Latch window.event on Event.js dispatchEvent

    avaer committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    447054d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a53a44 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1308 from exokitxr/global-event

    Support window.event
    Avaer Kazmer authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    05dece2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1307 from exokitxr/fake-single-gamepad

    Make FakeXRDisplay pushGamepads only update right gamepad
    Avaer Kazmer authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    3b1610a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    84f7bd5 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1309 from exokitxr/browser-context

    Only use WebGL contexts for browser texture population
    Avaer Kazmer authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    e8bbb8c View commit details
    Browse the repository at this point in the history
  12. Revert "Clear xr framebuffer in top window context"

    This reverts commit 39f082a.
    Avaer Kazmer committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    2c3d7e4 View commit details
    Browse the repository at this point in the history
  13. Revert "Remove top level index.js clear xr framebuffer"

    This reverts commit 0c25efc.
    Avaer Kazmer committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    88674ee View commit details
    Browse the repository at this point in the history
  14. Update FakeXR projection matrix

    avaer committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    bf1924b View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1310 from exokitxr/fakexr-projection-matrix

    Update FakeXR projection matrix
    Avaer Kazmer authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    bff327c View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1311 from exokitxr/revert-fakexr-framebuffer

    Revert FakeXRDevice framebuffer clearing in windows
    Avaer Kazmer authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    0659329 View commit details
    Browse the repository at this point in the history
  17. Unlock iframe destroy method

    avaer committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    5a35e8a View commit details
    Browse the repository at this point in the history
  18. Merge pull request #1312 from exokitxr/iframe-destroy

    Unlock iframe destroy method
    Avaer Kazmer authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    f5c2222 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Merge branch 'master' into protocol-handlers

    Avaer Kazmer committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    c69c591 View commit details
    Browse the repository at this point in the history
  2. Support <script type="module">

    shawwn authored and Avaer Kazmer committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    7efdd20 View commit details
    Browse the repository at this point in the history
  3. Remove run js code from utils.js

    Avaer Kazmer committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    c446308 View commit details
    Browse the repository at this point in the history
  4. Major HTMLScriptElement module loading cleanup

    Avaer Kazmer committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    d4f2be9 View commit details
    Browse the repository at this point in the history
  5. Small normalize url cleanup

    Avaer Kazmer committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    1b5bafd View commit details
    Browse the repository at this point in the history
  6. Add main.cpp --experimental-vm-modules

    Avaer Kazmer committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    535f83c View commit details
    Browse the repository at this point in the history
  7. Bugfix fetch.js protocols derivation

    avaer committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    7f2582c View commit details
    Browse the repository at this point in the history
  8. Semicolon fix in WindowBase.js

    avaer committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    d4cb4f7 View commit details
    Browse the repository at this point in the history
  9. Clean up baseUrl initialization

    avaer committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    712d7da View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1252 from exokitxr/protocol-handlers

    Custom protocol handlers for fetch
    Avaer Kazmer authored Jul 14, 2019
    Configuration menu
    Copy the full SHA
    4e7ff5f View commit details
    Browse the repository at this point in the history
  11. Small electron vm id count debug

    avaer committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    c3bff75 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Remove WebGL getContextAttributes method

    avaer committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    36a20c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b043d6f View commit details
    Browse the repository at this point in the history
  3. Add JS-based webgl getContextAttributes

    avaer committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    1b12805 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1313 from exokitxr/getcontextattributes

    WebGL getContextAttributes behavior
    Avaer Kazmer authored Jul 15, 2019
    Configuration menu
    Copy the full SHA
    5a9e650 View commit details
    Browse the repository at this point in the history
  5. Make WebGLRenderingContext instance of itself

    Avaer Kazmer committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    9e84dd8 View commit details
    Browse the repository at this point in the history
  6. Make WebGL2RenderingContext instance of itself

    Avaer Kazmer committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    fa775c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Merge pull request #1314 from exokitxr/webgl-inheritance

    WebGL instanceof inheritance
    Avaer Kazmer authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    5c64db7 View commit details
    Browse the repository at this point in the history
  2. Add iterable support for DOM attributes

    Avaer Kazmer committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    e6b5dde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ccca95 View commit details
    Browse the repository at this point in the history
  4. Add WebSocket origin header setting support

    Avaer Kazmer committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    1477b70 View commit details
    Browse the repository at this point in the history
  5. Bump window-xhr version

    Avaer Kazmer committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    b0e2be1 View commit details
    Browse the repository at this point in the history
  6. Unwrap XMLHttpRequest hijack in WindowBase.js

    Avaer Kazmer committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    c489f97 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1318 from exokitxr/window-xhr-blob

    Bump window-xhr version
    Avaer Kazmer authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    de8275e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1316 from exokitxr/fetch-blob

    Bugfix fetch blob support
    Avaer Kazmer authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    db28d9c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1315 from exokitxr/attributes-iterable

    Add iterable support for DOM attributes
    Avaer Kazmer authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    f35f89b View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into ws-origin

    Avaer Kazmer committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    c9b8ae4 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1317 from exokitxr/ws-origin

    WebSocket origin header setting support
    Avaer Kazmer authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    7383f00 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into script-module

    Avaer Kazmer committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    01cb4fd View commit details
    Browse the repository at this point in the history
  13. Bugfix merge conflict

    Avaer Kazmer committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    74b7c1a View commit details
    Browse the repository at this point in the history
  14. Semicolon cleanup

    Avaer Kazmer committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    55a3439 View commit details
    Browse the repository at this point in the history
  15. Bugfix url mapping

    Avaer Kazmer committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    40135ae View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Bugfix Element append() method

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    045ee0f View commit details
    Browse the repository at this point in the history
  2. Add MediaStream stub methods

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    43242e2 View commit details
    Browse the repository at this point in the history
  3. Add some HTMLIFrameElement stub methods

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    9413fa4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1321 from exokitxr/iframe-stub-methods

    Add some HTMLIFrameElement stub methods
    Avaer Kazmer authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    0ff4d26 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1320 from exokitxr/mediastream-tracks

    Add MediaStream stub methods
    Avaer Kazmer authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    91534e5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1319 from exokitxr/dom-append

    Bugfix Element append() method
    Avaer Kazmer authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    dd15db5 View commit details
    Browse the repository at this point in the history
  7. Major MutationObserver refactoring

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    9a91254 View commit details
    Browse the repository at this point in the history
  8. Emit body children event on initialization

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    5a16426 View commit details
    Browse the repository at this point in the history
  9. MutationObserver callbacks -> listeners

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    28017fc View commit details
    Browse the repository at this point in the history
  10. MutationRecord cleanup

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    d7bf639 View commit details
    Browse the repository at this point in the history
  11. MutationObserver binding cleanup

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    50115a7 View commit details
    Browse the repository at this point in the history
  12. More major MutationObserver bindings cleanup

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    eeb6952 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1322 from exokitxr/mutation-observer

    MutationObserver bugfixes
    Avaer Kazmer authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    43b1adc View commit details
    Browse the repository at this point in the history
  14. Merge branch 'master' into script-module

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    65cdc38 View commit details
    Browse the repository at this point in the history
  15. Clean up HTMLScriptElement isRunnable check

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    1eb9907 View commit details
    Browse the repository at this point in the history
  16. HTMLScriptElement is module check cleanup

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    6099b4e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    778fafe View commit details
    Browse the repository at this point in the history
  18. Async function cleanup

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    28eb3da View commit details
    Browse the repository at this point in the history
  19. Spacing cleanup

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    f877fb0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e2f996a View commit details
    Browse the repository at this point in the history
  21. Default HTMLIFrameElement child window hiddenness to d 3

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    1dbdfb6 View commit details
    Browse the repository at this point in the history
  22. Remove dead global _fetch method

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    97ba792 View commit details
    Browse the repository at this point in the history
  23. Remove dead utils.js requires

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    ee1823f View commit details
    Browse the repository at this point in the history
  24. Merge pull request #1255 from exokitxr/script-module

    Support <script type="module">
    Avaer Kazmer authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    d96da7f View commit details
    Browse the repository at this point in the history
  25. Merge pull request #1327 from exokitxr/dimension

    Default HTMLIFrameElement child window hiddenness to d 3
    Avaer Kazmer authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    b8b06a1 View commit details
    Browse the repository at this point in the history
  26. Add EGL hasCurrentContext method

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    4fe9913 View commit details
    Browse the repository at this point in the history
  27. Add EGL getCurrentContext method

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    e1e6860 View commit details
    Browse the repository at this point in the history
  28. Add GLFW hasCurrentContext method

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    bef5b15 View commit details
    Browse the repository at this point in the history
  29. Add GLFW getCurrentContext method

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    5e05adb View commit details
    Browse the repository at this point in the history
  30. Forward contextless unhandleable local syncs in Window.js

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    892d0fa View commit details
    Browse the repository at this point in the history
  31. Add GLFW movementX/movementY tracking

    Avaer Kazmer committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    c00a164 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #1330 from exokitxr/sync-contextless

    Sync contextless 2d iframes
    Avaer Kazmer authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    c147cce View commit details
    Browse the repository at this point in the history
  33. Merge pull request #1331 from exokitxr/mouse-movement

    Add GLFW movementX/movementY tracking
    Avaer Kazmer authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    42220f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Remove EGL InitWindow2D

    Avaer Kazmer committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    05fc2ee View commit details
    Browse the repository at this point in the history
  2. Remove GLFW InitWindow2D

    Avaer Kazmer committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    a249693 View commit details
    Browse the repository at this point in the history
  3. Add canvas2dWindowHandle symbol

    Avaer Kazmer committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    c973940 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af4f0b7 View commit details
    Browse the repository at this point in the history
  5. Add DOM.js _windowHandleEquals method

    Avaer Kazmer committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    e848dd3 View commit details
    Browse the repository at this point in the history
  6. Destroy 2d contexts only if they are not the window-global canvas 2d …

    …context
    Avaer Kazmer committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    182ae84 View commit details
    Browse the repository at this point in the history
  7. Refactor canvas context SetTexture to not take a texture

    Avaer Kazmer committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    3077d76 View commit details
    Browse the repository at this point in the history
  8. Add destructor comment in canvas context

    Avaer Kazmer committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    12ee7fe View commit details
    Browse the repository at this point in the history
  9. Console.log cleanup

    Avaer Kazmer committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    9ad4cd2 View commit details
    Browse the repository at this point in the history
  10. Clean up window handle equals method

    Avaer Kazmer committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    99cce51 View commit details
    Browse the repository at this point in the history
  11. Add canvas 2d gr context symbol

    Avaer Kazmer committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    43fc870 View commit details
    Browse the repository at this point in the history
  12. Track gr context in native bindings

    Avaer Kazmer committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    29227b8 View commit details
    Browse the repository at this point in the history
  13. Add gr context management methods

    Avaer Kazmer committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    c3e5aea View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Bump window-xhr version

    Avaer Kazmer committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    097ee8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1336 from exokitxr/clear-response

    Bump window-xhr version
    Avaer Kazmer authored Jul 20, 2019
    Configuration menu
    Copy the full SHA
    2b7c491 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Bugfix module resolution

    Avaer Kazmer committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    ba41cc5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1337 from exokitxr/module-resolve

    Bugfix module resolution URL
    Avaer Kazmer authored Jul 21, 2019
    Configuration menu
    Copy the full SHA
    8a48fe2 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Merge pull request #1335 from exokitxr/init-window-2d

    Canvas2d context reuse
    Avaer Kazmer authored Jul 22, 2019
    Configuration menu
    Copy the full SHA
    5354870 View commit details
    Browse the repository at this point in the history
  2. Bugfix use-after-free in iframe 2d compose

    Avaer Kazmer committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    9f90f34 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1340 from exokitxr/iframe-2d-compose

    Bugfix use-after-free in iframe 2d compose
    Avaer Kazmer authored Jul 22, 2019
    Configuration menu
    Copy the full SHA
    fba09b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Small script cleanup

    Avaer Kazmer authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    bff823b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Add uses-feature android.hardware.vr.headtracking feature to AndroidM…

    …anifest.xml
    Avaer Kazmer committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    15e9768 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Clean up uses-feature AndroidManifest.xml flag

    Avaer Kazmer committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    d4703da View commit details
    Browse the repository at this point in the history
  2. Bump android sdk version to 25

    Avaer Kazmer committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    d46ce13 View commit details
    Browse the repository at this point in the history
  3. Use android SDK version 26

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