scummvm/graphics/opengl
Le Philousophe e301905875 GRAPHICS: OPENGL: Fix shader version check discrepancy
We required version 110 for OpenGL backend shaders while we only checked
for version 100, although this version is not expected to work without
proper ARB extension support.
Increase minimum supported version to 1.10 which matches OpenGL 2.0
2025-02-19 18:49:22 +01:00
..
context.cpp GRAPHICS: OPENGL: Fix shader version check discrepancy 2025-02-19 18:49:22 +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 GRAPHICS: OPENGL: Enable more features with OpenGL ES 3 2024-12-24 13:25:39 +02:00
debug.h EMSCRIPTEN: OPENGL: Disable OPENGL_DEBUG on Emscripten 2024-02-27 17:07:13 +01:00
glad.h GRAPHICS: OPENGL: Enable more features with OpenGL ES 3 2024-12-24 13:25:39 +02:00
shader.cpp AMIGAOS: Use compiler defines 2024-03-16 01:59:27 +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 GRAPHICS: OPENGL: Enable more features with OpenGL ES 3 2024-12-24 13:25:39 +02:00
texture.cpp GRAPHICS: OPENGL: Enable more features with OpenGL ES 3 2024-12-24 13:25:39 +02:00
texture.h ANDROID: Fix build after FrameBuffer class changes 2024-11-30 23:36:34 +01:00