Commit graph

8 commits

Author SHA1 Message Date
adam
6c4040d636 Changes 2.0.16:
* updated config.sub to newer version
* added custom RGBA blitter function that sets/maintains target alpha
* added setAlpha function that sets alpha values in 32bit surfaces
* added TextGfxBlit testprogram for new functions
* Fixed C++ type in .h files (thanks Olivier)
* Update some text in README and .spec file
* Removed broken Uint filter routines from test program
* "Cosmetic" changes to test programs and Automake.am
2007-02-06 10:13:46 +00:00
adam
cdee5361b7 Changes 2.0.15:
* bugfixes in 32bit _putPixelAlpha/filledRectAlpha
* various bugfixes in return value generation and return
* lock font-surface before using it
* fix some breakage in non-MMX filter routines
* fix typo in TestABGR
* fix double buffer flipping in Tets programs
* fixed microversion in .h
* fixed texturePolygon inverted bug
* fixed wrong surface use in test 21 of TestRotozoom
* added pitch handling in font surface

Changes 2.0.14:
* added texturedPolygon routine to library
* changed iterator condition in aaellipse to add some overdraw to smooth circle
* added ShrinkImage routine to rotozoom code
* added TestABGR Test program
* improved TestImageFilter program
* changed .so versioning from .so.13.0.0 to .so.0.0.14
* added updated MacOSX ProjectBuilder file
* added info on MacOSX 10.3 build
* added mingw (on cygwin) makefile
* added Dev-Cpp makefile
* removed some unused variables from gfx and rotozoom code
* fixed a non-critical typecast mistake
* converted all C++ comments to C comments in SDL_imageFilter
2007-01-07 12:06:35 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
adam
051c9b7300 Changes 2.0.13:
* changed include back to "SDL.h"
* compile fixes for OSX fink
* compile fixes for gcc3.4
* support vertical and horizontal flipping of axis in new
  rotozoomSurfaceXY function
* updated TestRotozoom program
2005-01-05 12:24:55 +00:00
adam
817d7c35c8 Changes 2.0.12:
* piecolor naming fix
* primitive API change to 'filledPie'
* introduction of some const variables
2004-09-24 13:49:13 +00:00
adam
4943ce6425 Changes 2.0.11:
* added pieRGBA/pieColor primitive (non filled pie)
* added QNX6 build patch
* use $(includedir)/SDL to automake setup
* updated README
* added 2x2 box & pie tests
* added dynamic font setup routine
* added sample font files to the Fonts directory
* added font test program
* string routines changed to use const char
* fixed TestRotozoom clear color bug
2004-05-25 15:10:27 +00:00
ben
2375269203 Update SDL_gfx to 2.0.10. Update HOMEPAGE and MASTER_SITES. Make note
in CHANGES and remove from TODO.
2004-02-27 00:22:07 +00:00
wiz
39f710869b Initial import of SDL_gfx, provided by Ben Collver in pkg/16015.
DESCR:
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
provided basic drawing routines such as lines, circles or polygons for
SDL Surfaces.

The current components of the SDL_gfx library are:
- Graphic Primitives (SDL_gfxPrimitves.h)
- Rotozoomer (SDL_rotozoom.h)
- Framerate control (SDL_framerate.h)
- MMX image filters (SDL_imageFilter.h)
2002-03-24 20:14:36 +00:00