gzdoom/src/hwrenderer
alexey.lysiuk 504a7f00b6 - fixed two potentially dangerous compilation warnings
src/hwrenderer/dynlights/hw_lightbuffer.h:51:29: warning: comparison between signed and unsigned integer expressions
[-Wsign-compare]
src/hwrenderer/scene/hw_renderstate.h:196:44: warning: operation on '((FRenderState*)this)->FRenderState::mVertexOffsets[0]' may
be undefined [-Wsequence-point]
2018-11-01 12:51:22 +02:00
..
data Merge branch 'master' into mt 2018-10-31 10:20:29 +01:00
dynlights - fixed two potentially dangerous compilation warnings 2018-11-01 12:51:22 +02:00
models - fixed compilation on macOS 2018-10-29 22:32:36 +02:00
postprocessing - add gl_dither for toggling dithered output on and off 2018-08-08 21:58:23 +02:00
scene - fixed two potentially dangerous compilation warnings 2018-11-01 12:51:22 +02:00
textures - added option to disable alpha testing for user shaders. 2018-10-31 15:56:20 +01:00
utility - added a bit of profiling code to the multithreaded parts of the renderer. 2018-10-31 10:20:06 +01:00