gzdoom/src/gl/renderer
Christoph Oelckers f49c6cbde2 - use sector_t::GetHeightSec consistently and optimize it.
This was all over the place, with half of it using the function and half doing incomplete checks on the underlying variables.
Also did some optimization on the IGNOREHEIGHTSEC flag: Putting it on the destination sector instead of the model sector makes the check even simpler and allows to precalculate the effect of 3D floors on the heightsec, which previously had to be run on every call and made the function too complex for inlining.
2018-05-01 09:47:09 +02:00
..
gl_lightdata.cpp - GLWall is mostly clean, except some smaller things in gl_sky.cpp 2018-04-27 00:22:00 +02:00
gl_lightdata.h - GLWall is mostly clean, except some smaller things in gl_sky.cpp 2018-04-27 00:22:00 +02:00
gl_postprocess.cpp - moved PTM_BestColor to v_palette.cpp and removed its dependencies on CVARs. 2018-04-29 13:10:30 +02:00
gl_postprocessstate.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03: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 Removed all superfluous #include's 2018-04-24 14:30:35 +03: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 - moved the CVAR definitions from gl/ to hwrenderer/. 2018-04-25 20:33:55 +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 - use sector_t::GetHeightSec consistently and optimize it. 2018-05-01 09:47:09 +02:00
gl_renderer.h - cleanup of the 2D interface. 2018-04-29 20:15:19 +02:00
gl_renderstate.cpp - GLWall is mostly clean, except some smaller things in gl_sky.cpp 2018-04-27 00:22:00 +02:00
gl_renderstate.h - reduced gl_spritelight.cpp to pure data setup so that it can be moved out of gl/. 2018-04-29 09:33:36 +02:00