SDL_gfx Changelog

What's new in SDL_gfx 2.0.23

Dec 5, 2011
  • Updated sources to resolve some splint (static code analysis) issues
  • Updates for OpenSDK (WinCE6/ARM) build target (patch contributed (itsnotabigtruck)
  • Added OSX Xcode3+ template files to Other Builds collection (contributed by Vasyl)
  • Added various fixes and improvements contributed by folks on sourceforge (thanks contributors).
  • Switched library and test code to zlib license.

New in SDL_gfx 2.0.22 (Sep 12, 2010)

  • Rounded rectangle, rounded box, and thick line primitives were added.
  • The test programs, DLL_EXPORT handling, and Win64 support were updated and improved.
  • Line width calculation was fixed for normal and textured polygons.
  • Version setup in configure.in and pie calculation (line-case detection, end-angle clipping) were also fixed.

New in SDL_gfx 2.0.19 (Apr 23, 2009)

  • gcc43 compiler patch for asm code in image filters
  • as per http://bugs.gentoo.org/219621 (Peter Alfredsen)
  • off-by-one hline patch for 1byte indexed surfaces (Manuel Lausch)
  • update acinclude.m4 from SDL-1.2 and moved # serial in file
  • applied patch to add pkg-config support for SDL_gfx (Luca Bigliardi)
  • changed configure.in INTERFACE_AGE and BINARY_AGE based on Debian
  • build feedback (Barry deFreese)
  • fixed zoom XY-flip code and made it available for all modes in
  • zoom and rotations
  • fixed edge issue on interpolated rotozoom modes
  • updated TestRotozoom custom test mode, added delay parameter, added
  • tests which include flipping, included negative rotation
  • update libtool files
  • updated Makefile.mingw (Jan Leike)

New in SDL_gfx 2.0.18 (Dec 21, 2008)

  • A libtool update for dependencies.
  • MSVC C89 variable hoisting to enable MSVC compilation.
  • The addition of a VC9 (Visual Studio 2008) project file.
  • An update to the MinGW make file.
  • A fix for uninitialized variables in _putPixelAlpha().
  • Reversion to the original alpha routine in _putPixelAlpha(), as the new one was causing issues in 16bbp.
  • A colorkey handling patch for rotozoom.
  • Optimization has been downgraded to -O for asm compatibility with gcc4.