| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix more miscellaneous oddities around the class reference | Micky | 2024-11-12 | 1 | -1/+1 |
* | Fix many untagged true/false/null in the documentation | Micky | 2024-11-10 | 1 | -1/+1 |
* | OpenXR: Allow GDExtensions to implement `_on_pre_draw_viewport()` and `_on_po... | David Snopek | 2024-11-05 | 1 | -0/+15 |
* | OpenXR: change bindings to 'flatten' source paths | Bastiaan Olij | 2024-10-22 | 1 | -7/+11 |
* | OpenXR: Allow extending Android surface swapchain creation from GDExtension | David Snopek | 2024-09-20 | 1 | -0/+9 |
* | OpenXR: Support composition layers based on Android surfaces | David Snopek | 2024-09-11 | 1 | -0/+15 |
* | Add support for the debug utils extension in OpenXR | Bastiaan Olij | 2024-08-27 | 1 | -0/+29 |
* | OpenXR: Add support for visibility mask | Bastiaan Olij | 2024-08-20 | 1 | -0/+12 |
* | Fix several typos in the documentation | Haoyu Qiu | 2024-08-02 | 1 | -1/+1 |
* | OpenXR: Fix updating swapchain for foveation | Bastiaan Olij | 2024-05-20 | 1 | -0/+6 |
* | Merge pull request #91485 from dsnopek/openxr-composition-layers-hole-punch | Rémi Verschelde | 2024-05-07 | 1 | -0/+4 |
|\ |
|
| * | OpenXR: Allow composition layers to enable hole punching | David Snopek | 2024-05-07 | 1 | -0/+4 |
* | | Improvements to VRS/Foveated rendering | Bastiaan Olij | 2024-05-03 | 1 | -0/+8 |
* | | Add support for OpenXR hand interaction extension | Bastiaan Olij | 2024-05-02 | 1 | -0/+7 |
* | | OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR | Bastiaan Olij | 2024-05-01 | 2 | -1/+17 |
|/ |
|
* | Merge pull request #90645 from Malcolmnixon/unified-xr-trackers | Rémi Verschelde | 2024-04-22 | 1 | -7/+7 |
|\ |
|
| * | Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to d... | Malcolm Nixon | 2024-04-18 | 1 | -7/+7 |
* | | Merge pull request #90761 from dsnopek/openxr-composition-layers-experimental | Rémi Verschelde | 2024-04-18 | 4 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Mark `OpenXRCompositionLayer` and its children as experimental | David Snopek | 2024-04-16 | 4 | -4/+4 |
* | | Revert `OpenXRHand` to its pre-`SkeletonModifier3D` state | David Snopek | 2024-04-16 | 1 | -2/+5 |
|/ |
|
* | Merge pull request #90374 from BastiaanOlij/openxr_refresh_rate_signal | Rémi Verschelde | 2024-04-08 | 1 | -0/+7 |
|\ |
|
| * | OpenXR: Add refresh rate signal support | Bastiaan Olij | 2024-04-08 | 1 | -0/+7 |
* | | Merge pull request #90286 from dsnopek/openxr-composition-layers-intersects-ray | Rémi Verschelde | 2024-04-08 | 1 | -0/+9 |
|\ \ |
|
| * | | Add `intersects_ray()` method to `OpenXRCompositionLayer` | David Snopek | 2024-04-06 | 1 | -0/+9 |
| |/ |
|
* | | Merge pull request #90237 from dsnopek/openxr-composition-layers-extension-pr... | Rémi Verschelde | 2024-04-08 | 1 | -0/+31 |
|\ \
| |/
|/| |
|
| * | Allow OpenXR extensions to add properties to the OpenXRCompositionLayer node | David Snopek | 2024-04-05 | 1 | -0/+31 |
* | | Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PB | Silc Lizard (Tokage) Renew | 2024-04-05 | 1 | -5/+2 |
|/ |
|
* | Add support for OpenXR composition layers | David Snopek | 2024-04-04 | 4 | -0/+103 |
* | OpenXR: Allow GDExtensions to provide multiple, ordered composition layers | David Snopek | 2024-03-13 | 1 | -1/+18 |
* | [Doc] Fix some incorrect uses of `a/an` | A Thousand Ships | 2024-03-13 | 1 | -1/+1 |
* | Overhaul some "uncommon" wording in class reference | Micky | 2024-03-01 | 1 | -1/+1 |
* | Provide generic interface for XR hand tracking | David Snopek | 2024-02-23 | 2 | -8/+8 |
* | expose OpenXR hand tracker handles | Logan Lang | 2024-02-19 | 1 | -0/+7 |
* | Merge pull request #88311 from devloglogan/xr-suggested-tracker-names | Rémi Verschelde | 2024-02-14 | 1 | -0/+6 |
|\ |
|
| * | enable getting suggested tracker names from OpenXR extensions | Logan Lang | 2024-02-13 | 1 | -0/+6 |
* | | Fix type-o in `OpenXRAPIExtension` docs for `is_environment_blend_mode_alpha_... | David Snopek | 2024-02-13 | 1 | -1/+1 |
|/ |
|
* | OpenXR: Allow moving vendor passthrough extensions to GDExtension | David Snopek | 2024-02-03 | 2 | -0/+44 |
* | OpenXR: Make it possible to implement vendor extensions to hand tracking from... | David Snopek | 2024-01-25 | 1 | -0/+8 |
* | Add bone update option to OpenXRHand to allow preserving original hand scale. | Malcolm Nixon | 2024-01-15 | 1 | -0/+13 |
* | OpenXR: Add support for hand tracking source extension | Bastiaan Olij | 2024-01-10 | 1 | -0/+22 |
* | Add ability to drive full-body avatars using OpenXRHand | Malcolm Nixon | 2024-01-07 | 1 | -2/+16 |
* | Add 3D MSAA and scaling support to GLES3 | Bastiaan Olij | 2023-12-05 | 1 | -0/+2 |
* | Fix various typos with codespell | Rémi Verschelde | 2023-10-06 | 1 | -4/+4 |
* | OpenXR - add access to hand joint validity flags | Bastiaan Olij | 2023-10-05 | 1 | -0/+36 |
* | Add support for the OpenXR Eye gaze interaction extension | Bastiaan Olij | 2023-10-02 | 1 | -0/+7 |
* | Implement OpenXR Foveated rendering support | Bastiaan Olij | 2023-09-25 | 1 | -0/+13 |
* | Expose OpenXR raw hand tracking data | Bastiaan Olij | 2023-09-07 | 1 | -0/+153 |
* | Change to new PICO interaction profiles | Bastiaan Olij | 2023-08-30 | 1 | -0/+8 |
* | Ensure OpenXR classes are declared properly | A Thousand Ships | 2023-08-28 | 4 | -1/+328 |
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 7 | -7/+7 |