LookingGlass/client/renderers
Quantum 6370350006 [client] opengl: indirectly access non-OpenGL 1.3 functions
This commit adds check for the extensions that we need and then calls
the functions indirectly through gl_dynprocs.

This should improve compatibility with older versions of OpenGL, as we
now fallback to the ARB extensions if possible, and in the case of
glGenerateMipmap, we can handle the function not existing at all.
2021-10-01 01:45:11 +10:00
..
EGL [client] egl: make the last eglDestroyImage call indirect 2021-09-29 18:28:07 +10:00
OpenGL [client] opengl: indirectly access non-OpenGL 1.3 functions 2021-10-01 01:45:11 +10:00
CMakeLists.txt [client] interface: rename LG_Renderer to LG_RendererOps 2021-08-08 14:43:04 +10:00