summaryrefslogtreecommitdiffstats
path: root/modules/openxr/extensions
Commit message (Collapse)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_post_draw_viewport()`
| | * OpenXR: Allow GDExtensions to implement `_on_pre_draw_viewport()` and ↵David Snopek2024-11-052-0/+14
| | | | | | | | | | | | `_on_post_draw_viewport()`
| * | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-043-4/+4
| | | | | | | | | | | | • `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements`
| * | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-2/+1
| |/ | | | | | | | | • `modernize-use-default-member-init` and `readability-redundant-member-init` • Minor adjustments to `.clang-tidy` to improve syntax & remove redundancies
* | 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 Godot
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* 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 ↵David Snopek2024-09-191-2/+2
| | | | compatibility renderer
* 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 mask
| * 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 - Add Logitech Mx Ink Stylus Support
| * OpenXR - Support for the Logitech MxInk StylusClaire Blackshaw2024-08-082-0/+131
| | | | | | | | | | | | | | | | In future work we may want to expose an isStylus or similar for XR Trackers, though that is likely outside the scope of this commit which is the core extension work. Vendor Ref: https://logitech.github.io/mxink/OpenXR.html
* | OpenGL: Unconditionally do `glDisable(GL_FRAMEBUFFER_SRGB)` because we do ↵David Snopek2024-08-122-28/+0
|/ | | | our own sRGB conversion
* 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
| | | | tracked
* 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
| | | | | | | | | Using 2.2.7.dev217+g10c2abcf. Had to add `colour` to the ignore list as we used it as an alias/keyword for the documentation of color-related APIs. Also ignore recommendations to change `thirdparty` to either `third-party` or `third party`, which are correct but we use the former fairly consistently.
* 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 ↵Malcolm Nixon2024-04-251-1/+1
| | | | | | property of the base class. Co-Authored-By: David Snopek <191561+dsnopek@users.noreply.github.com>
* Merge pull request #90710 from m4gr3d/fix_jstring_leaksRémi Verschelde2024-04-222-11/+15
|\ | | | | | | Fix leakage of JNI object references
| * Fix leakage of JNI object referencesFredia Huya-Kouadio2024-04-152-11/+15
| | | | | | | | Fixes https://github.com/godotengine/godot/issues/87548
* | Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵Malcolm Nixon2024-04-181-12/+21
|/ | | | drive node positions and visibility.
* OpenXR: Improve swapchain logic and fix swapchain update when render target ↵Bastiaan Olij2024-04-092-15/+23
| | | | multiplier is changed.
* Merge pull request #90391 from AThousandShips/xr_bind_fixRémi Verschelde2024-04-081-2/+2
|\ | | | | | | [XR] Fix binds for composition layer virtuals
| * [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 support
| * 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
| | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com>
* OpenXR: Allow GDExtensions to provide multiple, ordered composition layersDavid Snopek2024-03-135-9/+38
| | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com>
* 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
|\ | | | | | | [XR] Fix building on MinGW