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

Preliminary WebXR support #22528

Merged
merged 25 commits into from Jan 4, 2019
Merged

Preliminary WebXR support #22528

merged 25 commits into from Jan 4, 2019

Commits on Dec 19, 2018

  1. Move VR interface to XR

    The WebVR spec no longer has a navigator.vr, but there is a navigator.XR in the XR spec. Instead of duplicating work I've combined the two.
    Manishearth committed Dec 19, 2018
    Copy the full SHA
    376426a View commit details
    Browse the repository at this point in the history
  2. Basic XRSession interface

    Manishearth committed Dec 19, 2018
    Copy the full SHA
    ebf9ccc View commit details
    Browse the repository at this point in the history
  3. Basic XRFrame interface

    Manishearth committed Dec 19, 2018
    Copy the full SHA
    29e9672 View commit details
    Browse the repository at this point in the history
  4. Basic XRSpace interface

    Manishearth committed Dec 19, 2018
    Copy the full SHA
    90e0ceb View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Copy the full SHA
    5814700 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    31feb1e View commit details
    Browse the repository at this point in the history
  3. Basic XRView interface

    Manishearth committed Dec 20, 2018
    Copy the full SHA
    73c5303 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    520bb23 View commit details
    Browse the repository at this point in the history
  5. Fill in XR.requestSession

    Manishearth committed Dec 20, 2018
    Copy the full SHA
    d591181 View commit details
    Browse the repository at this point in the history
  6. allow setting base layer

    Manishearth committed Dec 20, 2018
    Copy the full SHA
    682c89a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Copy the full SHA
    70e8a19 View commit details
    Browse the repository at this point in the history
  2. Simple presentation

    Manishearth committed Dec 21, 2018
    Copy the full SHA
    e259ff7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7e043a3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    28dff81 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

  1. Copy the full SHA
    1b11a30 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4b2fa5e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

  1. Copy the full SHA
    241d933 View commit details
    Browse the repository at this point in the history
  2. Add spec links

    Manishearth committed Dec 23, 2018
    Copy the full SHA
    c6c6b51 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    64a64a8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    feb2a2d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Silence unused warnings

    Manishearth committed Jan 4, 2019
    Copy the full SHA
    c3b93a9 View commit details
    Browse the repository at this point in the history
  2. Remove Cell in XRSpace

    Manishearth committed Jan 4, 2019
    Copy the full SHA
    309bd63 View commit details
    Browse the repository at this point in the history
  3. Link to relevant issues

    Manishearth committed Jan 4, 2019
    Copy the full SHA
    cfa5397 View commit details
    Browse the repository at this point in the history
  4. NonNull::new()

    Manishearth committed Jan 4, 2019
    Copy the full SHA
    4d73eac View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e544462 View commit details
    Browse the repository at this point in the history