SDL-mirror/src/render
Sam Lantinga 15a681ce02 Fixed bug 2755 - SDL2 fails to build on Solaris 10 u3
UX-admin

I am compiling with the Sun Studio 12 u2 compiler. There are multiple issues with the build, but this particular issue appears to be that it is illegal to declare a union of a struct of floats and a float. While GCC 4.8.1 does not flag this as an error, Sun Studio is much more standards compliant and strict, halting further compilation with an error.
2017-08-13 21:55:42 -07:00
..
direct3d Updated copyright for 2017 2017-01-01 18:33:28 -08:00
direct3d11 WinRT: removed buildbot debug code, pending further research 2017-02-24 20:49:14 -05:00
opengl Fixed bug 3243 - SDL_SetRenderDrawColor() behaves wrong with RGBA=0 2017-08-12 12:59:22 -07:00
opengles Fixed bug 3243 - SDL_SetRenderDrawColor() behaves wrong with RGBA=0 2017-08-12 12:59:22 -07:00
opengles2 Corrected names of header file guards. 2017-06-03 23:00:15 +02:00
psp Fixed bug 3297 - Horizontal and Vertical flip swapped on PSP 2017-08-11 20:54:06 -07:00
software Fixed bug 3324 - SDL_RenderReadPixels: Wrong rect coordinates with software renderer 2017-08-11 11:54:24 -07:00
mmx.h
SDL_d3dmath.c Fixed bug 2755 - SDL2 fails to build on Solaris 10 u3 2017-08-13 21:55:42 -07:00
SDL_d3dmath.h Fixed bug 2755 - SDL2 fails to build on Solaris 10 u3 2017-08-13 21:55:42 -07:00
SDL_render.c Fixed bug 3744 - missing SDLCALL in several functions 2017-08-13 21:06:52 -07:00
SDL_sysrender.h Fixed bug 3311 - Broken touch positions with SDL_RenderSetLogicalSize & HIGHDPI on iOS 2017-08-02 13:38:46 -07:00
SDL_yuv_mmx.c Fixed building on various versions of GCC - YUV MMX code is disabled for now 2017-08-07 10:28:59 -07:00
SDL_yuv_mmx_c.h Fixed building on various versions of GCC - YUV MMX code is disabled for now 2017-08-07 10:28:59 -07:00
SDL_yuv_sw.c Fixed building on various versions of GCC - YUV MMX code is disabled for now 2017-08-07 10:28:59 -07:00
SDL_yuv_sw_c.h Fixed building on various versions of GCC - YUV MMX code is disabled for now 2017-08-07 10:28:59 -07:00