scummvm/backends/graphics/opengl
Le Philousophe 8569296384 OPENGL: Detect framebuffer support using GL_ARB_framebuffer_object
We use functions from GL_ARB_framebuffer_object extension and not from
GL_EXT_framebuffer_object where functions are suffixed by EXT.
This avoids crashes on implementations supporting only the EXT version.
2022-05-27 18:13:10 +02:00
..
pipelines OPENGL: Allow backends to draw textures clipped 2022-01-02 17:45:32 +01:00
context.cpp OPENGL: Detect framebuffer support using GL_ARB_framebuffer_object 2022-05-27 18:13:10 +02:00
debug.cpp BACKENDS: Replace GLEW with GLAD, part of PR #3463 2021-12-30 14:53:48 +01:00
debug.h
framebuffer.cpp
framebuffer.h
opengl-graphics.cpp
opengl-graphics.h OPENGL: Make back buffer accessible from derivated classes 2022-01-02 17:45:32 +01:00
opengl-sys.h ALL: Remove USE_GLES2 define 2022-01-18 16:49:03 +01:00
shader.cpp OPENGL: Fix shader compilation with older Android GPU drivers 2022-03-06 11:09:50 +01:00
shader.h
texture.cpp
texture.h