scummvm/graphics/opengl
Le Philousophe 0e7aefa351
OPENGL: Use GLAD version when available and check functions before use
When GLAD fails to parse version, glGetError is null and raises a
SIGSEGV.
Current version of GLAD has a bug while parsing extensions so there is a
workaround here which should disappear when it's fixed.
2023-12-14 18:37:42 +01:00
..
context.cpp OPENGL: Use GLAD version when available and check functions before use 2023-12-14 18:37:42 +01:00
context.h OPENGL: Check if GL_TEXTURE_MAX_LEVEL is supported before using it 2023-02-05 22:31:57 +01:00
debug.cpp OPENGL: Allow to get last call error status 2022-10-09 17:25:35 +02:00
debug.h OPENGL: Allow to get last call error status 2022-10-09 17:25:35 +02:00
glad.h GRAPHICS, OPENGL: Updated GLAD and added EXT_texture_compression_s3tc 2022-09-11 11:43:13 +02:00
shader.cpp FREESCAPE: initial implementation of the opengl shader renderer 2023-04-01 23:12:43 +02:00
shader.h GRAPHICS: OPENGL: added another setUniform function to set an uniform value in shaders from an array of ints 2023-04-04 20:00:17 +02:00
system_headers.h OPENGL: Check if GL_TEXTURE_MAX_LEVEL is supported before using it 2023-02-05 22:31:57 +01:00