qzdoom/src/gl/renderer
Christoph Oelckers e654a99d39 - changed GLDebug to receive char pointers instead of FStrings.
The most frequent call using this is the regular texture creation function where this results in a pointless allocation and destruction of a temporary string which is easily avoided.
2018-04-14 10:40:11 +02:00
..
gl_colormap.h - made DTA_SpecialColormap work, both for GL3+ and GL2 render paths. 2018-03-30 21:14:49 +02:00
gl_lightdata.cpp - made the screen blend work for the software renderer. 2018-04-07 10:53:20 +02:00
gl_lightdata.h - refactored FDynamicColormap out of sector_t. 2017-03-15 22:04:59 +01:00
gl_postprocess.cpp - starting separation of hardware dependent and hardware independent code, starting with aabbtree, because it was easy. 2018-04-02 15:58:28 +02:00
gl_postprocessstate.cpp - starting separation of hardware dependent and hardware independent code, starting with aabbtree, because it was easy. 2018-04-02 15:58:28 +02:00
gl_postprocessstate.h - starting separation of hardware dependent and hardware independent code, starting with aabbtree, because it was easy. 2018-04-02 15:58:28 +02:00
gl_quaddrawer.cpp - moved the matrix code out of 'gl' because the model code also needs it. 2017-11-25 13:51:09 +01:00
gl_quaddrawer.h - added handling for drawing with uniform vertices. It draws something but in the wrong place. Right now I have no idea what's happening... 2016-08-22 15:31:23 +02:00
gl_renderbuffers.cpp - changed GLDebug to receive char pointers instead of FStrings. 2018-04-14 10:40:11 +02:00
gl_renderbuffers.h - changed GLDebug to receive char pointers instead of FStrings. 2018-04-14 10:40:11 +02:00
gl_renderer.cpp - implemented shader support for rendering the SW renderer canvas with legacy OpenGL. 2018-04-08 13:05:20 +02:00
gl_renderer.h - added the code for legacy shaders. 2018-04-08 12:11:51 +02:00
gl_renderstate.cpp - starting separation of hardware dependent and hardware independent code, starting with aabbtree, because it was easy. 2018-04-02 15:58:28 +02:00
gl_renderstate.h - implemented shader support for rendering the SW renderer canvas with legacy OpenGL. 2018-04-08 13:05:20 +02:00