- 18 Nov, 2019 5 commits
-
-
Simon Ser authored
Only OpenGL ES 3 supports GL_TEXTURE_2D_ARRAY.
-
Simon Ser authored
-
Simon Ser authored
glCreateTextures is only available on OpenGL 4.5. It's not supported on OpenGL ES.
-
Simon Ser authored
-
Simon Ser authored
This commit advertises the extension and adds support for xrGetOpenGLESGraphicsRequirementsKHR
-
- 17 Nov, 2019 4 commits
-
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Calling SDL_Init() in different threads in the same process crashes. In this SDL2 code X11_XOpenDisplay() will be a null pointer on the second thread; if (SDL_X11_LoadSymbols()) { display = X11_XOpenDisplay(NULL); This becomes a problem when monado starts the debug UI in a thread, and then an OpenXR client application tries to initialize SDL. Two consecutive SDL_Init() in the same thread is harmless though.
-
- 16 Nov, 2019 6 commits
-
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
- 15 Nov, 2019 7 commits
-
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
-
- 14 Nov, 2019 18 commits
-
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-