gzdoom/src/gl
alexey.lysiuk 0b62645a35 Fixed compilation warnings reported by GCC/Clang
gl/data/gl_setup.cpp:430:11: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
gl/data/gl_setup.cpp:527:19: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
gl/data/gl_setup.cpp:542:19: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
nodebuild.cpp:1056:63: warning: format specifies type 'ptrdiff_t' (aka 'long') but the argument has type 'int' [-Wformat]
p_glnodes.cpp:379:50: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
p_saveg.cpp:381:18: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
p_scroll.cpp:532:11: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
p_setup.cpp:2304:43: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
p_setup.cpp:2302:12: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
scripting/codegeneration/codegen.cpp:8488:20: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
scripting/codegeneration/codegen.cpp:8606:15: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
2017-01-14 15:03:14 +02:00
..
compatibility - refactored global sides array to be more VM friendly. 2017-01-08 18:46:17 +01:00
data Fixed compilation warnings reported by GCC/Clang 2017-01-14 15:03:14 +02:00
dynlights - scriptified the teleport fog. 2017-01-13 23:17:04 +01:00
hqnx Removed useless integer type size expansion 2017-01-06 10:40:51 +01:00
hqnx_asm - fixed bad #pragma pack combination in hqnx_asm_Image.h 2016-08-05 15:27:35 +02:00
models - refactored global sides array to be more VM friendly. 2017-01-08 18:46:17 +01:00
renderer - fixed: The texture for legacy dynamic light handling was always allocated, even if not needed, and it was never freed. 2017-01-11 10:47:45 +01:00
scene - Fixed GCC/Clang compile errors. 2017-01-13 15:42:53 +01:00
shaders Added virtual destructor to FPresentShaderBase class 2017-01-06 10:40:51 +01:00
stereo3d Fix broken SSAO portal rendering and let FRenderState do the glDrawBuffers calls 2016-10-22 00:09:06 +02:00
system Added missing OpenGL extension for PowerPC Macs 2017-01-13 10:51:56 +02:00
textures - fixed a few memory leaks. 2017-01-11 11:37:27 +01:00
unused - floatified more of gl_wall.cpp. 2016-04-07 23:19:37 +02:00
utility - refactored global sides array to be more VM friendly. 2017-01-08 18:46:17 +01:00
xbr - added xBRZ files. 2016-09-03 16:55:16 +02:00
gl_functions.h - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00