Sam Lantinga
|
06d9ee1f36
|
Added NV12 and NV21 texture support for OpenGL and OpenGL ES 2.0 renderers
|
2014-08-06 11:34:54 -07:00 |
|
Andreas Schiffler
|
5c8f35435e
|
Fix error assert for negative cases of pixels_getPixelFormatName test
|
2013-10-21 23:17:37 -07:00 |
|
Sam Lantinga
|
da23163fbc
|
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
2013-08-29 08:30:21 -07:00 |
|
Gabriel Jacobo
|
871473e032
|
OCD fixes: Adds a space before */
|
2013-08-21 09:43:09 -03:00 |
|
Sam Lantinga
|
0d9b661db8
|
File style cleanup for the SDL 2.0 release
|
2013-05-18 14:17:52 -07:00 |
|
Philipp Wiesemann
|
d07e1075c7
|
Fixed precedence warning in test suite for pixels.
|
2013-05-10 21:04:51 +02:00 |
|
Andreas Schiffler
|
04190b3e12
|
Add test for SDL_GetPixelFormatName to Pixels suite; minor improvements to Pixels suite
|
2013-05-06 08:13:44 -07:00 |
|
Andreas Schiffler
|
c9f348d9ba
|
Add input validation to SDL_CalculateGammaRamp; add test coverage to Pixels suite; update test cases in Pixels suite
|
2013-05-05 11:17:40 -07:00 |
|
Andreas Schiffler
|
511dc6b8f0
|
Added additional input validation to SDL_AllocPalette; added error codes; added test case to Pixels suite for coverage
|
2013-05-04 09:11:18 -07:00 |
|
Andreas Schiffler
|
13ea116dc5
|
Add pixels test suite; add a test to pixel suite; minor updates to test code to make VisualStudio happy
|
2013-05-01 22:14:29 -07:00 |
|