SDL/src/render
Sam Lantinga 5dfc0fc43a Fixed bug 2908 - Fix clang warnings
Simon Deschenes

My build system still shows warning as errors.

The first warning says that the member named instances can never be false (or NULL) as it is a static array, and we should check for instances[index] which we do anyway.
2015-06-14 19:10:51 -07:00
..
direct3d Fixed bug 2625 - Direct3D9 with SDL_TEXTUREACCESS_TARGET textures causes an application crash 2015-06-04 00:56:11 -07:00
direct3d11 Fixed clip rectangle calculation when there is a viewport offset 2015-05-28 18:57:10 -07:00
opengl Fixed clip rectangle calculation when there is a viewport offset 2015-05-28 18:57:10 -07:00
opengles Fixed comments at conditional compilation macros. 2015-06-05 19:41:18 +02:00
opengles2 Fixed bug 2908 - Fix clang warnings 2015-06-14 19:10:51 -07:00
psp Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
software Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
mmx.h Made it possible to create a texture of any format, even if not supported by the renderer. 2011-02-03 00:19:40 -08:00
SDL_d3dmath.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_d3dmath.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_render.c Fixed bug 2367 - Bad mouse motion coordinates with two windows where one has changed logical size 2015-05-28 12:18:05 -07:00
SDL_sysrender.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_yuv_mmx.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_yuv_sw_c.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_yuv_sw.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00