summaryrefslogtreecommitdiffstats
path: root/modules/openxr/extensions
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-065-6/+19
|\|
| * Merge pull request #98831 from dsnopek/openxr-gdextension-pre-post-draw-viewportThaddeus Crews2024-11-052-0/+14
| |\
| | * OpenXR: Allow GDExtensions to implement `_on_pre_draw_viewport()` and `_on_po...David Snopek2024-11-052-0/+14
| * | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-043-4/+4
| * | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-2/+1
| |/
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-302-3/+3
|\|
| * Fix OpenXR module failing to build on Linux when Wayland is disabledJuan Pablo Arce2024-10-272-3/+3
* | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2750-100/+100
|\ \
| * | Fix copyright headers referring to GodotSpartan3222024-10-2750-100/+100
* | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-262-7/+41
|\ \ \ | |/ / |/| / | |/
| * OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-042-7/+41
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1150-0/+100
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* OpenXR: Allow extending Android surface swapchain creation from GDExtensionDavid Snopek2024-09-204-5/+26
* Expose a function to create textures from a native handle in the compatibilit...David Snopek2024-09-191-2/+2
* OpenXR: Support composition layers based on Android surfacesDavid Snopek2024-09-112-55/+263
* Add support for the debug utils extension in OpenXRBastiaan Olij2024-08-275-3/+366
* OpenXR: Check correct status bit for hand trackingBastiaan Olij2024-08-221-1/+1
* Merge pull request #91750 from BastiaanOlij/openxr_visibility_maskRémi Verschelde2024-08-202-0/+374
|\
| * OpenXR: Add support for visibility maskBastiaan Olij2024-08-202-0/+374
* | Change hand tracking project settings and finetune show_when_trackedBastiaan Olij2024-08-202-26/+54
|/
* Merge pull request #95253 from Kimau/claire/logitechRémi Verschelde2024-08-192-0/+131
|\
| * OpenXR - Support for the Logitech MxInk StylusClaire Blackshaw2024-08-082-0/+131
* | OpenGL: Unconditionally do `glDisable(GL_FRAMEBUFFER_SRGB)` because we do our...David Snopek2024-08-122-28/+0
|/
* OpenXR: Add HTC/MSFT hand interaction profilesBastiaan Olij2024-06-125-0/+63
* Set XRHandTracker property has_tracking_data to true only when palm joint is ...Logan Lang2024-06-051-1/+6
* OpenXR: Fix updating swapchain for foveationBastiaan Olij2024-05-205-13/+44
* Fix sample count on OpenXR composition layersDavid Snopek2024-05-141-1/+1
* OpenXR: Fix composition layers not having correct play spaceDavid Snopek2024-05-071-0/+3
* Fix various typos with codespellRémi Verschelde2024-05-071-2/+2
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-032-0/+42
* Add support for OpenXR hand interaction extensionBastiaan Olij2024-05-022-0/+169
* OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-012-3/+3
* Remove the Hand enum from XRHandTracker to fix name-collision with the hand p...Malcolm Nixon2024-04-251-1/+1
* Merge pull request #90710 from m4gr3d/fix_jstring_leaksRémi Verschelde2024-04-222-11/+15
|\
| * Fix leakage of JNI object referencesFredia Huya-Kouadio2024-04-152-11/+15
* | Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to d...Malcolm Nixon2024-04-181-12/+21
|/
* OpenXR: Improve swapchain logic and fix swapchain update when render target m...Bastiaan Olij2024-04-092-15/+23
* Merge pull request #90391 from AThousandShips/xr_bind_fixRémi Verschelde2024-04-081-2/+2
|\
| * [XR] Fix binds for composition layer virtualsA Thousand Ships2024-04-081-2/+2
* | Merge pull request #90374 from BastiaanOlij/openxr_refresh_rate_signalRémi Verschelde2024-04-082-0/+19
|\ \ | |/ |/|
| * OpenXR: Add refresh rate signal supportBastiaan Olij2024-04-082-0/+19
* | Allow OpenXR extensions to add properties to the OpenXRCompositionLayer nodeDavid Snopek2024-04-055-4/+81
|/
* Add support for OpenXR composition layersDavid Snopek2024-04-042-0/+408
* OpenXR: Allow GDExtensions to provide multiple, ordered composition layersDavid Snopek2024-03-135-9/+38
* OpenXR: Register eye gaze even when disabledBastiaan Olij2024-02-241-1/+6
* Merge pull request #88724 from AThousandShips/xr_build_fixRémi Verschelde2024-02-232-0/+4
|\