Wed, 06 Aug 2014 11:34:54 -0700 |
Added NV12 and NV21 texture support for OpenGL and OpenGL ES 2.0 renderers
|
file | diff | annotate |
Mon, 21 Oct 2013 23:17:37 -0700 |
Fix error assert for negative cases of pixels_getPixelFormatName test
|
file | diff | annotate |
Thu, 29 Aug 2013 08:30:21 -0700 |
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
file | diff | annotate |
Wed, 21 Aug 2013 09:43:09 -0300 |
OCD fixes: Adds a space before */
|
file | diff | annotate |
Sat, 18 May 2013 14:17:52 -0700 |
File style cleanup for the SDL 2.0 release
|
file | diff | annotate |
Fri, 10 May 2013 21:04:51 +0200 |
Fixed precedence warning in test suite for pixels.
|
file | diff | annotate |
Mon, 06 May 2013 08:13:44 -0700 |
Add test for SDL_GetPixelFormatName to Pixels suite; minor improvements to Pixels suite
|
file | diff | annotate |
Sun, 05 May 2013 11:17:40 -0700 |
Add input validation to SDL_CalculateGammaRamp; add test coverage to Pixels suite; update test cases in Pixels suite
|
file | diff | annotate |
Sat, 04 May 2013 09:11:18 -0700 |
Added additional input validation to SDL_AllocPalette; added error codes; added test case to Pixels suite for coverage
|
file | diff | annotate |
Wed, 01 May 2013 22:14:29 -0700 |
Add pixels test suite; add a test to pixel suite; minor updates to test code to make VisualStudio happy
|
file | diff | annotate |