Age | Commit message (Expand) | Author |
2016-03-16 | OPENGL: Log extensions available on debuglevel 5+. | Johannes Schickel |
2016-03-16 | OPENGL: Properly deactivate old pipeline. | Johannes Schickel |
2016-03-16 | OPENGL: Move pipeline code to pipelines/. | Johannes Schickel |
2016-03-16 | OPENGL: Make shader/framebuffer part of pipeline state. | Johannes Schickel |
2016-03-16 | OPENGL: Don't prefix maxTextureSize variable for consistency. | Johannes Schickel |
2016-03-16 | OPENGL: Introduce abstraction for framebuffer. | Johannes Schickel |
2016-03-16 | OPENGL: Introduce pipeline abstraction to cleanup code. | Johannes Schickel |
2016-03-16 | OPENGL: Support GLSL based CLUT8 look up for GLES2+. | Johannes Schickel |
2016-03-16 | OPENGL: Detect NPOT support for GLES. | Johannes Schickel |
2016-03-16 | OPENGL: Simplify shader support checks. | Johannes Schickel |
2016-03-16 | OPENGL: Keep feature state for all contexts and log them. | Johannes Schickel |
2016-03-16 | OPENGL: Accelerate palette lookups with shaders. | Johannes Schickel |
2016-03-16 | OPENGL: Move max texture size information to Context. | Johannes Schickel |
2016-03-16 | OPENGL: Slightly cleanup programmable pipeline handling. | Johannes Schickel |
2016-03-16 | OPENGL: (Partly) move context specific handling to Context. | Johannes Schickel |
2016-03-16 | OPENGL: Make Context::reset explicitly reset state. | Johannes Schickel |
2016-03-16 | OPENGL: Add support for shaders with GL contexts. | Johannes Schickel |
2016-03-16 | OPENGL: Reset full context structure. | Johannes Schickel |
2016-03-16 | OPENGL: Support GLES2 contexts. | Johannes Schickel |
2016-03-16 | OPENGL: Simplify context type setting. | Johannes Schickel |
2016-03-16 | OPENGL: Allow runtime specification of OpenGL mode. | Johannes Schickel |
2016-03-16 | OPENGL: Resolve OpenGL functions on run-time. | Johannes Schickel |