gzdoom/src/gl/renderer
2016-04-26 21:55:17 +02:00
..
gl_colormap.h - fixed handling of FF_FADEWALLS on 3D floors. The problems with the old method became quite obvious in the demo map after the light list bug got fixed. 2016-01-29 17:13:14 +01:00
gl_lightdata.cpp - added a NULL check to gl_enhanced_nightvision's handler so that it won't crash without an uninitialized GL renderer. 2015-11-09 13:49:17 +01:00
gl_lightdata.h - fixed handling of FF_FADEWALLS on 3D floors. The problems with the old method became quite obvious in the demo map after the light list bug got fixed. 2016-01-29 17:13:14 +01:00
gl_renderer.cpp - got rid of VAO's. they have no impact on performance and are a general nuisance if some render paths cannot use them. 2016-04-26 16:26:34 +02:00
gl_renderer.h - added back sprite splitting for low end, plus some dynamic light code. 2016-04-26 21:31:24 +02:00
gl_renderstate.cpp - stated adding GL 2.0 compatibility handling 2016-04-26 18:24:02 +02:00
gl_renderstate.h - better be safe and not call GL_CLIP_DISTANCE functions on old hardware. 2016-04-26 21:55:17 +02:00