Up to [cvs.netbsd.org] / pkgsrc / devel / SDL_gfx
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 1 10:59:55 2010 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
HEAD
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Changes 2.0.21: * Add VC9 project files, source code formatting, fix compiler warnings, move VC8 project files, remove leftover autoconf/m4 files * Move static transfer lookup array from .h to .c (patch contributed by Zbigniew Holdys) * Add support for VC++ compiler/MASM assembly with active USE_MMX (contributed by Markus Hossner) * Added Haiku build support in configure.in (contributed by Scott McCreary) * Added helper function that multiplies the alpha channel in a 32bit surface (contributed by Zbigniew Holdys) * Disable MMX for 64bit platforms due to lack of support for pusha/popa (contributed by Olivier Boudeville) * Update all library functions for doxygen markup. Add doxygen configuration file. * Added font rotation support and updated TestFonts sample * Fixed rotate90 for 0 degree case (contributed by Chris Allport) * Updated TestRotozoom with rotate90 case and message display * Added support for SDL 1.3 * Added doxygen generated documentation.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 14 17:48:31 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.8: +1 -4
lines
Diff to previous 1.8 (colored)
Remove @dirrm entries from PLISTs
Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 29 19:37:12 2009 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
Update to 2.0.19. Set LICENSE to gnu-lgpl-v2.1. Ver 2.0.19 - Mon Apr 20 22:56:59 PDT 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)
Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 6 10:13:46 2007 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
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
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 7 12:06:35 2007 UTC (5 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.5: +5 -6
lines
Diff to previous 1.5 (colored)
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
Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 23 16:03:10 2005 UTC (6 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Sorted PLISTs.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 22 08:09:23 2004 UTC (7 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.3: +1 -5
lines
Diff to previous 1.3 (colored)
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
Revision 1.3 / (download) - annotate - [select for diffs], Tue May 25 15:10:27 2004 UTC (8 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.2: +8 -8
lines
Diff to previous 1.2 (colored)
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
Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 27 00:22:07 2004 UTC (8 years, 2 months ago) by ben
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Update SDL_gfx to 2.0.10. Update HOMEPAGE and MASTER_SITES. Make note in CHANGES and remove from TODO.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 24 20:14:37 2002 UTC (10 years, 2 months ago) by wiz
Branch: TNF
CVS Tags: pkgviews-base,
pkgviews,
pkgsrc-base,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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)
Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 24 20:14:37 2002 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Initial revision