- 11 Nov, 2019 12 commits
-
-
Ryan Pavlik authored
-
Ryan Pavlik authored
-
Ryan Pavlik authored
-
Ryan Pavlik authored
-
Ryan Pavlik authored
-
Ryan Pavlik authored
-
Ryan Pavlik authored
-
Ryan Pavlik authored
-
Ryan Pavlik authored
-
Ryan Pavlik authored
-
Ryan Pavlik authored
-
Ryan Pavlik authored
-
- 10 Nov, 2019 2 commits
-
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
- 09 Nov, 2019 3 commits
-
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
- 08 Nov, 2019 1 commit
-
-
Christoph Haag authored
* xDisplay must be a pointer to a Display value * glxDrawable must be a valid GLXDrawable value * glxContext must be a valid GLXContext value intentionally not checked: * glxFBConfig must be a valid GLXFBConfig value We don't care about this one for now.
-
- 07 Nov, 2019 4 commits
-
-
Drew DeVault authored
-
Jakob Bornecrantz authored
-
Lubosz Sarnecki authored
-
Lubosz Sarnecki authored
This initializes default values in the display, distortion and IMU properties so the runtime is happy in case the JSON config could not be read. This patch also moves default value initialization for the Index into one place with the others, for cases we do not have the data.
-
- 06 Nov, 2019 5 commits
-
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Drew DeVault authored
This extension introduces a more robust way of creating an XrSession for OpenGL. It also lays the groundwork for future OpenGL ES support. https://github.com/KhronosGroup/OpenXR-Docs/pull/40Signed-off-by:
Simon Ser <contact@emersion.fr> Signed-off-by:
Drew DeVault <sir@cmpwn.com>
-
- 05 Nov, 2019 9 commits
-
-
Simon Ser authored
Don't blindly cast the input struct to XrSwapchainImageOpenGLKHR, check that the type is XR_TYPE_SWAPCHAIN_IMAGE_OPENGL_KHR.
-
Christoph Haag authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Simon Ser authored
The spec says NULL arguments are valid when the argument just exists for extensibility. Fix the implementation to accept NULL args.
-
Simon Ser authored
It's like OXR_VERIFY_ARG_TYPE_AND_NOT_NULL, but doesn't ensure the argument is non-NULL.
-
Simon Ser authored
-
- 03 Nov, 2019 1 commit
-
-
Jakob Bornecrantz authored
At least until we have proper tracking for the PSVR.
-
- 02 Nov, 2019 2 commits
-
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
- 01 Nov, 2019 1 commit
-
-
Ryan Pavlik authored
-