qzdoom/src/gl
Christoph Oelckers 53a389aafc - fixed: for untextured walls, the texture must be disabled before rendering.
- fixed: untextured walls should never be passed to SplitWall.
- fixed: untextured walls should not be affected by dynamic lights (it's either fog boundaries or outsides of 3D fog volumes.)
2016-01-31 22:24:48 +01:00
..
data - made necessary adjustments for the coordinate refactoring in ZDoom. 2016-01-21 12:36:37 +01:00
dynlights - fixed: flickering dynamic lights with their first intensity value larger than the second one weren't properly linked into all touching sectors. 2016-01-30 00:45:47 +01:00
hqnx - don't depend on stdint.h because older MSVC versions do not have it. 2014-05-01 12:30:56 +02:00
hqnx_asm - fixed GCC's 'unknown pragma' warnings in hqNx MMX implementation 2015-12-25 15:42:13 +02:00
models - fixed: MD2 vertex indices were signed shorts but should be unsigned. 2015-05-07 11:36:31 +02:00
renderer - added necessary state to implement 3D light splitting using hardware clipping planes. 2016-01-30 23:01:11 +01:00
scene - fixed: for untextured walls, the texture must be disabled before rendering. 2016-01-31 22:24:48 +01:00
shaders - added necessary state to implement 3D light splitting using hardware clipping planes. 2016-01-30 23:01:11 +01:00
stereo3d Use gl_RenderState to manipulate OpenGL color mask for anaglyph modes, to avoid glGet... 2015-12-31 11:57:21 -05:00
system - added necessary state to implement 3D light splitting using hardware clipping planes. 2016-01-30 23:01:11 +01:00
textures - fixed: Translucency detection for GL textures was broken. 2016-01-30 02:13:47 +01:00
utility Fix compile errors on linux. 2014-09-14 14:28:05 -05:00
gl_builddraw.cpp - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00
gl_functions.h - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00