gzdoom-gles/src/swrenderer
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 - Fix dynamic light clamping issue in truecolor drawers 2017-07-23 23:45:43 +02:00
line - Increase MAXWIDTH and MAXHEIGHT defines to support supersampled 5K monitors 2017-07-23 22:04:00 +02:00
plane - Fix plane pixel center sampling bug 2017-07-22 12:29:46 +02:00
scene Fixed compilation warnings reported by Clang 2017-08-13 16:42:08 +03:00
segments - Make it more clear what bFakeBoundary did 2017-07-02 15:35:29 +02:00
things - fixed pixel centering for unaccelerated player sprites 2017-07-22 08:01:27 -04:00
viewport - Calculate globvis/r_visibility in r_utility and use it in GL and poly renderers 2017-07-09 19:01:34 +02:00
r_all.cpp - Added r_line_distance_cull cvar that culls lines beyond the specified distance 2017-07-12 06:56:34 +02:00
r_memory.cpp - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
r_memory.h - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
r_renderthread.cpp - Add polyobj support to r_scene_multithreaded 2017-07-02 17:22:59 +02:00
r_renderthread.h - Add polyobj support to r_scene_multithreaded 2017-07-02 17:22:59 +02:00
r_swcanvas.cpp - Fix pixel center sampling bug in SWCanvas::DrawTexture 2017-07-22 10:40:30 +02:00
r_swcanvas.h - refactored FDynamicColormap out of sector_t. 2017-03-15 22:04:59 +01:00
r_swcolormaps.cpp - added missing memory barrier 2017-03-16 17:58:41 +01:00
r_swcolormaps.h - Fix testcolor and testfade in the software renderer 2017-05-28 23:57:09 +02:00
r_swrenderer.cpp - fixed: GetCaps() did not account for r_drawvoxels cvar 2017-07-30 10:45:05 -04:00
r_swrenderer.h - Implemented GetCaps() for the software renderer 2017-07-29 17:03:43 -04:00