gzdoom/src/gl/renderer
Christoph Oelckers 09f54b0940 - cleaned up the clip plane management for portals.
Unfortunately the math behind the old clip planes is utterly impenetrable and so poorly documented that I have no idea how to set that up, so it is deactivated for now. It wasn't working anyway.
2016-04-27 00:41:00 +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 - cleaned up the clip plane management for portals. 2016-04-27 00:41:00 +02:00
gl_renderstate.h - cleaned up the clip plane management for portals. 2016-04-27 00:41:00 +02:00