vkdoom_m/src/polyrenderer/scene
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
..
poly_cull.cpp - Improve line portal rendering somewhat 2017-05-14 08:55:30 +02:00
poly_cull.h - Improve line portal rendering somewhat 2017-05-14 08:55:30 +02:00
poly_decal.cpp - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00
poly_decal.h - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00
poly_light.cpp - Calculate globvis/r_visibility in r_utility and use it in GL and poly renderers 2017-07-09 19:01:34 +02:00
poly_light.h - Calculate globvis/r_visibility in r_utility and use it in GL and poly renderers 2017-07-09 19:01:34 +02:00
poly_particle.cpp - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00
poly_particle.h - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00
poly_plane.cpp - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00
poly_plane.h - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00
poly_playersprite.cpp Added polysoft render support for PSPF_MIRROR. 2017-06-05 10:39:18 -04:00
poly_playersprite.h - change softpoly psprite drawing to do exactly what the software renderer does 2017-03-26 18:55:23 +02:00
poly_portal.cpp - Improve line portal rendering somewhat 2017-05-14 08:55:30 +02:00
poly_portal.h - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00
poly_scene.cpp - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00
poly_scene.h - Improved softpoly sprite clipping 2017-06-10 11:16:58 +02:00
poly_sky.cpp - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00
poly_sky.h - Slightly improve sky rendering in softpoly 2017-05-06 01:43:05 +02:00
poly_sprite.cpp Fixed compilation warnings reported by Clang 2017-08-13 16:42:08 +03:00
poly_sprite.h - Add sprite adjustment to softpoly 2017-08-13 01:10:33 +02:00
poly_wall.cpp - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00
poly_wall.h - Improve line portal rendering somewhat 2017-05-14 08:55:30 +02:00
poly_wallsprite.cpp - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00
poly_wallsprite.h - Replace subsector gbuffer in softpoly with a zbuffer 2017-08-12 15:16:31 +02:00