gzdoom-gles/src/polyrenderer
alexey.lysiuk eb52088487 Fixed compilation warnings reported by Clang
src/gl/scene/gl_sprite.cpp:685:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
src/polyrenderer/scene/poly_sprite.cpp:297:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
src/swrenderer/scene/r_opaque_pass.cpp:975:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
src/sound/mididevices/music_timiditypp_mididevice.cpp:548:30: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
2017-08-13 16:42:08 +03:00
..
drawers - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00
math Revert "- add CPU.bSSE2 branching support to softpoly" 2017-04-23 10:39:07 +02:00
scene Fixed compilation warnings reported by Clang 2017-08-13 16:42:08 +03:00
poly_all.cpp - remove softpoly intersection math class 2017-03-26 17:12:20 +02:00
poly_renderer.cpp - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00
poly_renderer.h - Improve line portal rendering somewhat 2017-05-14 08:55:30 +02:00