summaryrefslogtreecommitdiffstats
path: root/modules/openxr/openxr_api.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-4/+4
* openxr: Correct set the Depth swapchain nameAlistair Leslie-Hughes2024-09-211-1/+1
* Fix launching XR apps from the Android editorDavid Snopek2024-09-111-1/+3
* Improve support for XR projectsFredia Huya-Kouadio2024-09-061-16/+13
* Add support for the debug utils extension in OpenXRBastiaan Olij2024-08-271-0/+70
* Fix crash when calling OpenXRAPI::get_hand_tracker() and hand-tracking is dis...David Snopek2024-08-221-1/+5
* OpenXR: Add support for visibility maskBastiaan Olij2024-08-201-9/+4
* Update OpenXR thirdparty library to 1.1.38, changed OpenXR init to stay on 1.0.xBastiaan Olij2024-08-071-1/+1
* OpenXR: Fix enabling passthrough via environment blend mode in project settingsDavid Snopek2024-07-191-7/+7
* [OpenXR] Fix LOCAL_FLOOR emulation on HTC Vive XR EliteDavid Snopek2024-06-271-58/+82
* OpenXR: Fix updating swapchain for foveationBastiaan Olij2024-05-201-0/+4
* OpenXR: Fix composition layers not having correct play spaceDavid Snopek2024-05-071-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-4/+4
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-9/+76
* OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-011-175/+273
* OpenXR: apply fix for reverse ZBastiaan Olij2024-04-101-4/+7
* OpenXR: Improve swapchain logic and fix swapchain update when render target m...Bastiaan Olij2024-04-091-218/+298
* Add support for OpenXR composition layersDavid Snopek2024-04-041-34/+51
* OpenXR: Allow GDExtensions to provide multiple, ordered composition layersDavid Snopek2024-03-131-6/+26
* Fix crash when using OpenXR extension wrappers from GDExtensionDavid Snopek2024-02-221-1/+7
* expose OpenXR hand tracker handlesLogan Lang2024-02-191-0/+7
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Merge pull request #87630 from dsnopek/openxr-passthrough-from-gdextensionRémi Verschelde2024-02-031-2/+20
|\
| * OpenXR: Allow moving vendor passthrough extensions to GDExtensionDavid Snopek2024-02-031-2/+20
* | Merge pull request #87745 from dsnopek/openxr-change-reference-spaceRémi Verschelde2024-02-021-52/+75
|\ \ | |/ |/|
| * OpenXR: Allow changing play area mode during active sessionDavid Snopek2024-01-311-52/+75
* | Merge pull request #87546 from dsnopek/openxr-hand-tracking-vendor-extensionsRémi Verschelde2024-01-311-0/+4
|\ \ | |/ |/|
| * OpenXR: Make it possible to implement vendor extensions to hand tracking from...David Snopek2024-01-251-0/+4
* | Cleanup of OpenXR module scons configBastiaan Olij2024-01-251-2/+2
* | Add support for OpenXR local floor extensionDavid Snopek2024-01-231-15/+108
|/
* OpenXR: Add support for retrieving play areaBastiaan Olij2023-12-111-1/+21
* Fix various typos with codespellRémi Verschelde2023-11-111-1/+1
* Fix OpenXR sample countBastiaan Olij2023-10-281-2/+3
* Fixing incorrect swapchain release timingDaniel Castellanos2023-10-051-11/+36
* Implement OpenXR Foveated rendering supportBastiaan Olij2023-09-251-24/+60
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-1/+0
* Fix various typos with codespellRémi Verschelde2023-09-181-2/+2
* Merge pull request #81561 from BastiaanOlij/fix_openxr_blend_modesYuri Sizov2023-09-141-10/+66
|\
| * Fix issue with OpenXR environment blend mode not being applied properlyBastiaan Olij2023-09-131-10/+66
* | OpenXR fix error spam if session hasn't started yetBastiaan Olij2023-09-111-3/+10
|/
* Codestyle: Don't use auto where not warrantedRémi Verschelde2023-09-071-10/+9
* Ensure OpenXR classes are declared properlyA Thousand Ships2023-08-281-4/+4
* Properly load multiple action sets in XRFaolan2023-08-091-12/+21
* Fix various typos with codespellRémi Verschelde2023-08-071-2/+2
* Merge pull request #68259 from konczg/openxr_extension_wrapper_gdextensionYuri Sizov2023-07-271-0/+1
|\
| * Add GDExtension support for OpenXR extension wrappersGabor Koncz2023-07-261-0/+1
* | Compile OpenXR into MacOS buildBastiaan Olij2023-07-191-3/+3
|/
* Fix incorrect depth buffer option in OpenXRBastiaan Olij2023-06-221-8/+10
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-5/+6
* Fix misuses of error macrosDanil Alexeev2023-04-181-1/+1