Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More files with CanGc fixes (#33892) | chickenleaf | 2024-10-18 | 1 | -1/+7 |
* | webxr: Update XRFrame to latest spec (#33102) | Daniel Adams | 2024-08-20 | 1 | -8/+17 |
* | Remove unnecessary `unsafe` block (#33109) | Taym Haddadi | 2024-08-18 | 1 | -6/+2 |
* | webxr: Update hand input to match latest spec (#32958) | Daniel Adams | 2024-08-14 | 1 | -0/+105 |
* | clippy: Fix filter_next warnings (#31965) | Oluwatobi Sofela | 2024-04-01 | 1 | -2/+1 |
* | rustdoc: Fix many rustdoc errors (#31147) | Martin Robinson | 2024-01-22 | 1 | -7/+7 |
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -5/+5 |
* | No tracing of nop traceable fields (#29926) | Samson | 2023-08-04 | 1 | -0/+1 |
* | Bump euclid to 0.22 | Martin Robinson | 2023-01-26 | 1 | -2/+2 |
* | Support for webxr layer management | Alan Jeffrey | 2020-06-28 | 1 | -0/+10 |
* | Update to treat view transforms as native-relative | Manish Goregaokar | 2020-05-18 | 1 | -3/+3 |
* | Update to use webxr_api::ViewerPose | Manish Goregaokar | 2020-05-18 | 1 | -1/+6 |
* | Make views a per-frame deal | Manish Goregaokar | 2020-05-18 | 1 | -1/+6 |
* | Add XRJointPose | Manish Goregaokar | 2020-04-27 | 1 | -0/+34 |
* | Add XRFrame::getHitTestResults() | Manish Goregaokar | 2020-04-19 | 1 | -0/+12 |
* | Add XRHitTestResult::getPose | Manish Goregaokar | 2020-04-19 | 1 | -3/+7 |
* | Remove WebVR | Alan Jeffrey | 2020-04-08 | 1 | -1/+1 |
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -6/+1 |
* | Support nullable origins and floors | Manish Goregaokar | 2019-12-11 | 1 | -1/+5 |
* | Make poses nullable | Manish Goregaokar | 2019-10-03 | 1 | -2/+10 |
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -1/+1 |
* | Add active and animationFrame flags to XRFrame | Manish Goregaokar | 2019-07-11 | 1 | -0/+23 |
* | Hook webxr data into XRFrame/XRView/XRSpace | Manish Goregaokar | 2019-07-11 | 1 | -10/+3 |
* | Trigger callbacks in RAF | Manish Goregaokar | 2019-07-11 | 1 | -5/+3 |
* | Add XRFrame.getPose() | Manish Goregaokar | 2019-04-04 | 1 | -0/+17 |
* | Validate spaces passed to getViewerPose() | Manish Goregaokar | 2019-04-04 | 1 | -3/+11 |
* | Make XRViewerPose inherit from XRPose | Manish Goregaokar | 2019-04-03 | 1 | -14/+3 |
* | Compute view matrix from viewer pose | Manish Goregaokar | 2019-03-26 | 1 | -13/+16 |
* | Improve getViewerPose() | Manish Goregaokar | 2019-03-20 | 1 | -8/+10 |
* | Cleanup XRFrame | Manish Goregaokar | 2019-03-18 | 1 | -4/+5 |
* | Add spec links | Manish Goregaokar | 2018-12-22 | 1 | -0/+2 |
* | Fill in XR frame/pose/view implementations | Manish Goregaokar | 2018-12-21 | 1 | -5/+40 |
* | Basic XRFrame interface | Manish Goregaokar | 2018-12-19 | 1 | -0/+30 |