aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrview.rs
Commit message (Expand)AuthorAgeFilesLines
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-2/+1
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-7/+5
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Add a viewer typed reference spaceManish Goregaokar2019-07-111-5/+8
* Hook webxr data into XRFrame/XRView/XRSpaceManish Goregaokar2019-07-111-18/+9
* Hook requestSession() into new XR crateManish Goregaokar2019-07-111-6/+3
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-0/+2
* Remove viewMatrixManish Goregaokar2019-04-031-8/+0
* Add XRView.transformManish Goregaokar2019-04-031-12/+18
* Add XRPose.transformManish Goregaokar2019-04-031-1/+5
* Switch XRSpace code to using rigid transformsManish Goregaokar2019-04-031-5/+4
* Compute view matrix from viewer poseManish Goregaokar2019-03-261-4/+19
* mark create_type_array as unsafe in vrframedata componentVladimir Iacob2019-01-061-2/+5
* NonNull::new()Manish Goregaokar2019-01-031-2/+2
* Fill in XR frame/pose/view implementationsManish Goregaokar2018-12-211-5/+41
* Support fetching viewport infoManish Goregaokar2018-12-211-4/+21
* Basic XRView interfaceManish Goregaokar2018-12-191-0/+30