| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Using 2.2.7.dev51+geb4a58fe.
|
| |
|
|
|
|
|
|
| |
Applied a couple of checks suggested by @dhoverml for when the
XrResult is not XR_SUCCESS but is also not a failure. Also simplified
checks from @BastiaanOlij feedback.
|
| |
|
|
|
|
|
|
| |
EGL_ANDROID_blob_cache caching.
Co-authored-by: Riteo <riteo@posteo.net>
|
|
|
|
| |
Using 2.2.6.dev193+g907e5380.
|
|\
| |
| |
| | |
Fix issue with OpenXR environment blend mode not being applied properly
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
| |
We allow using auto for lambdas or complex macros where a return type
may change based on the parameters. But where the type is clear, we
should be explicit.
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
|
|
|
|
| |
Co-authored-by: Bastiaan Olij <mux213@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
Also includes typo fixes from #79993, #80068, #80276, and #80303.
Co-authored-by: betalars <contact@betalars.de>
Co-authored-by: spaceyjase <429978+spaceyjase@users.noreply.github.com>
Co-authored-by: Swarkin <102416174+Swarkin@users.noreply.github.com>
Co-authored-by: Raul Santos <raulsntos@gmail.com>
|
|\
| |
| |
| | |
Add GDExtension support for OpenXR extension wrappers
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit adds the classes OpenXRExtensionWrapperExtension and OpenXRAPIExtension
that can be used in GDExtensions to define OpenXR extension wrappers.
It modifies extension wrapper registration so that they can be registered
before OpenXRAPI instantiation (e.g. in core level initialization of GDExtensions).
Developed by Migeran (https://migeran.com)
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This applies our existing style guide, and adds a new rule to that style
guide for modular components such as platform ports and modules:
Includes from the platform port or module ("local" includes) should be listed
first in their own block using relative paths, before Godot's "core" includes
which use "absolute" (project folder relative) paths, and finally thirdparty
includes.
Includes in `#ifdef`s come after their relevant section, i.e. the overall
structure is:
- Local includes
* Conditional local includes
- Core includes
* Conditional core includes
- Thirdparty includes
* Conditional thirdparty includes
|
| |
|
|\
| |
| |
| | |
Added render target size multiplier option
|
| |
| |
| |
| | |
Fix formatting
|
|\ \
| | |
| | | |
Add a get_system_info method to XRInterface
|
| |/ |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This commit adds proper checking for XR_KHR_loader_init support and
fixes the warning regarding missing extensions on Android to only appear
if neither XR_KHR_loader_init nor XR_KHR_loader_init_android are
supported by the runtime.
|
|
|
|
|
|
|
| |
This commit adds the Pico controller used in the Pico 4 as implemented
in current versions of the OpenXR runtime on the device itself. Note
that the extension and paths used in this commit might become obsolete
once there is official support for the Pico 4 in the OpenXR standard.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As many open source projects have started doing it, we're removing the
current year from the copyright notice, so that we don't need to bump
it every year.
It seems like only the first year of publication is technically
relevant for copyright notices, and even that seems to be something
that many companies stopped listing altogether (in a version controlled
codebase, the commits are a much better source of date of publication
than a hardcoded copyright statement).
We also now list Godot Engine contributors first as we're collectively
the current maintainers of the project, and we clarify that the
"exclusive" copyright of the co-founders covers the timespan before
opensourcing (their further contributions are included as part of Godot
Engine contributors).
Also fixed "cf." Frenchism - it's meant as "refer to / see".
|
|
|
|
|
| |
Made extension container in OpenXRAPI static
Moved controller meta data into extensions where applicable
|
|\
| |
| |
| | |
Various fixes for OpenXR action map meta data and editing
|
| | |
|
|\ \
| | |
| | |
| | | |
Make submitting depth buffer in OpenXR optional
|
| | | |
|
|/ /
| |
| |
| | |
right eye
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add necessary build flags and switch from using a
GLES2 context to a GLES3 one.
This also enables building for OpenXR
Co-authored-by: m4gr3d <fhuyakou@gmail.com>
Co-authored-by: dsnopek <dsnopek@gmail.com>
|
|/
|
|
|
|
| |
- Use gl.h provided by GLAD in the OpenXR module
- Use non-EXT variants of some OpenGL defines
- Remove libGL-related code paths
|
|\
| |
| |
| | |
Partial support for Pico 4
|
| |
| |
| |
| |
| |
| | |
This commit adds support for the OpenXR extension
XR_KHR_android_create_instance, which seems to be required on Pico
devices.
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| | |
Adding support for the OpenXR Display Refresh Rate extension
|
| | |
|
|/
|
|
| |
keep to print_verbose
|
| |
|
| |
|
| |
|