gzdoom-gles/src/textures
alexey.lysiuk 6f68b6c352 Fixed JPEG errors reporting
GCC/Clang reported these warnings:
src/textures/jpegtexture.cpp:305:29: warning: data argument not used by format string [-Wformat-extra-args]
src/textures/jpegtexture.cpp:388:28: warning: data argument not used by format string [-Wformat-extra-args]
src/textures/jpegtexture.cpp:432:29: warning: data argument not used by format string [-Wformat-extra-args]
src/textures/jpegtexture.cpp:481:28: warning: data argument not used by format string [-Wformat-extra-args]
2018-03-20 10:29:28 +02:00
..
anim_switches.cpp - removed farchive.cpp and .h 2016-09-22 00:48:22 +02:00
animations.cpp - update more millisecond-storing data structures to u/int64_t to fix possible rollover bugs 2017-11-15 20:33:08 -05:00
automaptexture.cpp - made it compile again. 2018-03-18 13:47:40 +01:00
backdroptexture.cpp - extended FTexture::GetPixels and FTexture::GetColumn by a RenderStyle parameter. 2018-03-18 21:33:44 +01:00
bitmap.cpp - split out the span generation from most texture classes 2018-03-18 12:36:14 +01:00
bitmap.h - split out the span generation from most texture classes 2018-03-18 12:36:14 +01:00
buildtexture.cpp - changed copyright notice. 2018-03-19 21:01:32 +01:00
canvastexture.cpp - extended FTexture::GetPixels and FTexture::GetColumn by a RenderStyle parameter. 2018-03-18 21:33:44 +01:00
ddstexture.cpp - split out the span generation from most texture classes 2018-03-18 12:36:14 +01:00
emptytexture.cpp - split out the span generation from most texture classes 2018-03-18 12:36:14 +01:00
flattexture.cpp - split out the span generation from most texture classes 2018-03-18 12:36:14 +01:00
imgztexture.cpp - split out the span generation from most texture classes 2018-03-18 12:36:14 +01:00
jpegtexture.cpp Fixed JPEG errors reporting 2018-03-20 10:29:28 +02:00
multipatchtexture.cpp - extended FTexture::GetPixels and FTexture::GetColumn by a RenderStyle parameter. 2018-03-18 21:33:44 +01:00
patchtexture.cpp - split out the span generation from most texture classes 2018-03-18 12:36:14 +01:00
pcxtexture.cpp - made it compile again. 2018-03-18 13:47:40 +01:00
pngtexture.cpp - split out the span generation from most texture classes 2018-03-18 12:36:14 +01:00
rawpagetexture.cpp - made it compile again. 2018-03-18 13:47:40 +01:00
shadertexture.cpp - made it compile again. 2018-03-18 13:47:40 +01:00
skyboxtexture.cpp - extended FTexture::GetPixels and FTexture::GetColumn by a RenderStyle parameter. 2018-03-18 21:33:44 +01:00
skyboxtexture.h - extended FTexture::GetPixels and FTexture::GetColumn by a RenderStyle parameter. 2018-03-18 21:33:44 +01:00
texture.cpp - extended FTexture::GetPixels and FTexture::GetColumn by a RenderStyle parameter. 2018-03-18 21:33:44 +01:00
texturemanager.cpp - Build texture work. Currently broken. 2018-03-19 20:02:38 +01:00
textures.h - Build texture work. Currently broken. 2018-03-19 20:02:38 +01:00
tgatexture.cpp - split out the span generation from most texture classes 2018-03-18 12:36:14 +01:00
warpbuffer.h - update more millisecond-storing data structures to u/int64_t to fix possible rollover bugs 2017-11-15 20:33:08 -05:00
warptexture.cpp - extended FTexture::GetPixels and FTexture::GetColumn by a RenderStyle parameter. 2018-03-18 21:33:44 +01:00
worldtexture.cpp - extended FTexture::GetPixels and FTexture::GetColumn by a RenderStyle parameter. 2018-03-18 21:33:44 +01:00