Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-04 | Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 ↵ | David Snopek | |
renderer | |||
2022-11-29 | Enable GLES3 on Android | clayjohn | |
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> | |||
2022-11-25 | Fix GLAD-related build problems on Linux | Jens Nolte | |
- Use gl.h provided by GLAD in the OpenXR module - Use non-EXT variants of some OpenGL defines - Remove libGL-related code paths | |||
2022-11-09 | [openxr] Remove unnecessary fallbacks for native handles on X11 | David Snopek | |
2022-11-08 | Add support for OpenGL to OpenXR | David Snopek | |