aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrframe.rs
Commit message (Expand)AuthorAgeFilesLines
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-1/+7
* webxr: Update XRFrame to latest spec (#33102)Daniel Adams2024-08-201-8/+17
* Remove unnecessary `unsafe` block (#33109)Taym Haddadi2024-08-181-6/+2
* webxr: Update hand input to match latest spec (#32958)Daniel Adams2024-08-141-0/+105
* clippy: Fix filter_next warnings (#31965)Oluwatobi Sofela2024-04-011-2/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-7/+7
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+5
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Bump euclid to 0.22Martin Robinson2023-01-261-2/+2
* Support for webxr layer managementAlan Jeffrey2020-06-281-0/+10
* Update to treat view transforms as native-relativeManish Goregaokar2020-05-181-3/+3
* Update to use webxr_api::ViewerPoseManish Goregaokar2020-05-181-1/+6
* Make views a per-frame dealManish Goregaokar2020-05-181-1/+6
* Add XRJointPoseManish Goregaokar2020-04-271-0/+34
* Add XRFrame::getHitTestResults()Manish Goregaokar2020-04-191-0/+12
* Add XRHitTestResult::getPoseManish Goregaokar2020-04-191-3/+7
* Remove WebVRAlan Jeffrey2020-04-081-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Support nullable origins and floorsManish Goregaokar2019-12-111-1/+5
* Make poses nullableManish Goregaokar2019-10-031-2/+10
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Add active and animationFrame flags to XRFrameManish Goregaokar2019-07-111-0/+23
* Hook webxr data into XRFrame/XRView/XRSpaceManish Goregaokar2019-07-111-10/+3
* Trigger callbacks in RAFManish Goregaokar2019-07-111-5/+3
* Add XRFrame.getPose()Manish Goregaokar2019-04-041-0/+17
* Validate spaces passed to getViewerPose()Manish Goregaokar2019-04-041-3/+11
* Make XRViewerPose inherit from XRPoseManish Goregaokar2019-04-031-14/+3
* Compute view matrix from viewer poseManish Goregaokar2019-03-261-13/+16
* Improve getViewerPose()Manish Goregaokar2019-03-201-8/+10
* Cleanup XRFrameManish Goregaokar2019-03-181-4/+5
* Add spec linksManish Goregaokar2018-12-221-0/+2
* Fill in XR frame/pose/view implementationsManish Goregaokar2018-12-211-5/+40
* Basic XRFrame interfaceManish Goregaokar2018-12-191-0/+30