1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00
OpenMW/components/sdlutil
Gleb Mazovetskiy 044e784072 gl4es: Delay feature detection until a context exists
gl4es feature detection does not work reliably with EGL.

If a context already exists, gl4es can instead reliably detect
the underlying GLES features from the context itself.

This requires gl4es to be configured with:

    -DNOEGL=ON -DNO_LOADER=ON -DNO_INIT_CONSTRUCTOR=ON

This also requires gl4es to have this fix: https://github.com/ptitSeb/gl4es/pull/271
2021-02-28 07:59:48 +00:00
..
events.hpp
gl4es_init.cpp gl4es: Delay feature detection until a context exists 2021-02-28 07:59:48 +00:00
gl4es_init.h gl4es: Delay feature detection until a context exists 2021-02-28 07:59:48 +00:00
imagetosurface.cpp
imagetosurface.hpp
sdlcursormanager.cpp Revert "Merge branch 'windowing-system' into 'master'" 2021-01-22 19:04:07 +00:00
sdlcursormanager.hpp
sdlgraphicswindow.cpp gl4es: Delay feature detection until a context exists 2021-02-28 07:59:48 +00:00
sdlgraphicswindow.hpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
sdlinputwrapper.cpp Move all OICS handling to the separate file 2020-05-09 11:27:02 +04:00
sdlinputwrapper.hpp Move all OICS handling to the separate file 2020-05-09 11:27:02 +04:00
sdlvideowrapper.cpp Fix AppVeyor warnings 2020-08-07 09:59:16 +03:00
sdlvideowrapper.hpp Alternative fix 2020-07-14 19:54:50 +02:00