summaryrefslogtreecommitdiffstats
path: root/modules/openxr/extensions/openxr_opengl_extension.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of OpenXR module scons configBastiaan Olij2024-01-251-457/+0
* Allow unbundling OpenXR (for Linux distros)Rémi Verschelde2023-06-161-2/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-1/+3
* Fix various typos with codespellRémi Verschelde2023-04-261-1/+1
* XR: When an sRGB target is used, check hardware sRGB conversionBastiaan Olij2023-03-161-1/+40
* Add depth and color formats to get OpenXR with OpenGL working on SteamVRDavid Snopek2023-01-191-0/+2
* OpenXR: Do not use SRGB swapchains with OpenGLrsjtdrjgfuzkfg2023-01-111-1/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Removed member variables from OpenXRExtensionWrapperBastiaan Olij2023-01-041-15/+12
* Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 rend...David Snopek2022-12-041-1/+1
* Enable GLES3 on Androidclayjohn2022-11-291-1/+1
* Fix GLAD-related build problems on LinuxJens Nolte2022-11-251-99/+51
* [openxr] Remove unnecessary fallbacks for native handles on X11David Snopek2022-11-091-13/+0
* Add support for OpenGL to OpenXRDavid Snopek2022-11-081-0/+479