scummvm/backends/graphics/opengl
Cameron Cawley 7a05624e1b
ANDROID: Rewrite to make use of OpenGLGraphicsManager (#1695)
* ANDROID: Rewrite to make use of OpenGLGraphicsManager

* ANDROID: Fix emulated mouse button up events
2019-09-08 19:37:48 +01:00
..
pipelines OPENGL: Assure color attributes for shader pipeline are always set. 2016-05-03 20:43:18 +02:00
context.cpp OPENGL: Log extensions available on debuglevel 5+. 2016-03-16 21:03:43 +01:00
debug.cpp OPENGL: Resolve OpenGL functions on run-time. 2016-03-16 20:29:24 +01:00
debug.h OPENGL: Define GLCALL in opengl-sys.h. 2016-03-16 20:29:24 +01:00
framebuffer.cpp OPENGL: Use premultiplied alpha for color-keyed cursors 2018-08-26 21:08:40 +02:00
framebuffer.h OPENGL: Use premultiplied alpha for color-keyed cursors 2018-08-26 21:08:40 +02:00
opengl-defs.h OPENGL: Accelerate palette lookups with shaders. 2016-03-16 20:29:26 +01:00
opengl-func.h OPENGL: Do not hardcode any uniform/attribute handling in Shader. 2016-03-16 20:29:31 +01:00
opengl-graphics.cpp TTS: Implement OSD message reading 2019-09-01 22:47:55 +03:00
opengl-graphics.h BACKENDS: Handle screen shaking in WindowedGraphicsManager 2019-08-15 02:01:21 +03:00
opengl-sys.h ANDROID: Rewrite to make use of OpenGLGraphicsManager (#1695) 2019-09-08 19:37:48 +01:00
shader.cpp OPENGL: Specify a GLSL version tag, and rename reserved keywords 2019-07-14 16:10:55 +03:00
shader.h OPENGL: Introduce convenience wrappers for get*Location in Shader. 2016-03-16 20:29:31 +01:00
texture.cpp OPENGL: Support RGBA8888 swapped textures when using OpenGL ES 2019-08-04 18:46:30 +01:00
texture.h OPENGL: Support RGBA8888 swapped textures when using OpenGL ES 2019-08-04 18:46:30 +01:00