Commit History

Author SHA1 Message Date
  Sam Lantinga 1fa6475c90 Added support for saving indexed PNG images 1 month ago
  Sam Lantinga 17989940f2 Fixed SDL_BlitSurfaceTiledWithScale() with very small scale (thanks @bleeqer!) 2 months ago
  Sam Lantinga 8830b466d0 Improve handling of surfaces with NULL pixels 2 months ago
  Sam Lantinga 244ae39b30 Optimized the 16-bit -> 32-bit SSE pixel conversion 2 months ago
  Sam Lantinga dbd5dd8c75 Ensure 16-bit -> 32-bit conversion is consistent between blitters 2 months ago
  Sam Lantinga bb0d6221c1 Use PNG files for tests and examples 2 months ago
  Sam Lantinga 26dd4e3abb Fixed filesystem operations on Android 3 months ago
  capehill 1c5c3b1479 Fix SDL_BlitSurfaceScaled crash 5 months ago
  Sam Lantinga 89d7d406ab Added tests to cover invalid surface blits 8 months ago
  Sam Lantinga 476e7e54cb Don't create surfaces with invalid pixel formats 9 months ago
  Sam Lantinga 3e9e22f17d Added SDL_SCALEMODE_PIXELART 9 months ago
  Sam Lantinga e20e27e1fb Added SIMD blitters for 8888 -> 8888 format conversion 9 months ago
  Sam Lantinga cadeec9cc9 SDL_SoftStretch() doesn't handle large pixel formats 1 year ago
  Sam Lantinga 345d9bfe19 A zero source rect is valid for blitting 1 year ago
  Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool 1 year ago
  Anonymous Maarten c797ae1619 Fix -Wtype-limits warning 1 year ago
  Anonymous Maarten db96ddca34 SDL_test: use SDLCALL calling convention 1 year ago
  Anonymous Maarten 2f4b2df595 SDL_test: pass data pointer to unit tests 1 year ago
  Anonymous Maarten ff1e252413 testautomation: remove SDLTest_TestCaseFp casts 1 year ago
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 1 year ago
  Anonymous Maarten 01c42f1399 testautomation: test palettization using SDL_ConvertSurfaceAndColorspace 1 year ago
  Sam Lantinga a5f18048b2 Extend the 9-grid functions to handle a non-uniform grid layout (thanks @zaun!) 1 year ago
  Sam Lantinga 4830fc4e40 Added more 8-bit blit test coverage 1 year ago
  Sam Lantinga bab982f2e0 Don't recalculate the blit mapping when changing surfaces 1 year ago
  Sam Lantinga 6209c71f54 Added SDL_BlitSurface9Grid() and SDL_RenderTexture9Grid() 1 year ago
  Sam Lantinga 9e55ee9391 Added SDL_BlitSurfaceTiledWithScale() 1 year ago
  Sam Lantinga f47ddbf1ac Added SDL_BlitSurfaceTiled() 1 year ago
  Sam Lantinga 38a301a3f9 Added automated tests to verify SDL_ClearSurface() and SDL_PremultiplySurfaceAlpha() 1 year ago
  Sam Lantinga 5f5e91eab6 Reverted 3d2e5a0b66eca4ade34f2a4fa81c8f4d8d33dac3 1 year ago
  Sam Lantinga 3d2e5a0b66 Fixed a few remaining functions to directly return their values instead of an error code. 1 year ago