aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrframe.rs
Commit message (Collapse)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+5
| | | | | * strict imports formatting * Reformat all imports
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add `no_trace` option to JSTraceable derive * NoTrace wrapper * Port some types to no_trace schematics * Fixing my unsafe mistakes (not tracing traceables) * Add docs & safety guards for no_trace Safety guards (trait shenanigans) guarantees safety usage of `no_trace` * Port canvas_traits to no_trace * Port servo_media to no_trace * Port net_traits to no_trace * Port style to no_trace * Port webgpu to no_trace * Port script_traits to no_trace * Port canvas_traits, devtools_traits, embedder_traits, profile_traits to no_trace * unrooted_must_root lint in seperate file * Add trace_in_no_trace_lint as script_plugin * Composable types in must_not_have_traceable * Introduced HashMapTracedValues wrapper * `HashMap<NoTrace<K>,V>`->`HashMapTracedValues<K,V>` * Port rest of servo's types to no_trace * Port html5ever, euclid, mime and http to no_trace * Port remaining externals to no_trace * Port webxr and Arc<Mutex<_>> * Fix spelling in notrace doc
* Bump euclid to 0.22Martin Robinson2023-01-261-2/+2
| | | | | | | | | | | | | - Also updates raqote to latest with an upgrade of font-kit to 0.11 applied on as a patch - Update lyon_geom to the latest version Major change: - All matrices are now stored in row major order. This means that parameters to rotation functions no longer should be negated. - `post_...()` functions are now named `then()`. `pre_transform()` is removed, so `then()` is used and the order of operations changed.
* 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
| | | | | | | | There are a few canvas2d-related dependencies that haven't updated, but they only use euclid internally so that's not blocking landing the rest of the changes. Given the size of this patch, I think it's useful to get this landed as-is.
* 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