summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/pixops
Commit message (Expand)AuthorAgeFilesLines
* Use /**/ comments in assembler sourcesMatthias Clasen2011-12-162-4/+4
* Fix a few C99ismsMatthias Clasen2010-01-171-9/+15
* Avoid an FPE for ludicrous scale valuesMatthias Clasen2010-01-081-4/+13
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-041-0/+2
* Minor fix for GTK+ mediaLib code.Brian Cameron2009-04-291-4/+1
* define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.Michael Natterer2008-08-121-2/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-222-2/+2
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-221-1/+3
* Use GDK_PIXBUF_DEP_LIBS instead of GDK_PIXBUF_EXTRA_LIBS here, too.Tor Lillqvist2007-07-041-1/+1
* Add Sun mediaLib support so that hardware acceleration via mediaLib isBrian Cameron2007-05-164-225/+1163
* CleanupsMatthias Clasen2006-10-081-4/+5
* NetBSD portability fixes. (#346374, Thomas Klausner)Matthias Clasen2006-07-024-4/+4
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-291-1/+0
* Add a cast to avoid compiler warnings.Matthias Clasen2005-08-301-1/+1
* Correct copyright informationMatthias Clasen2005-07-128-8/+8
* Add copyright and license informationMatthias Clasen2005-07-128-0/+144
* Add necessary protectionMatthias Clasen2005-02-284-9/+20
* Add .note.GNU-stack sections to Mark these as not requiring an executableMatthias Clasen2005-02-284-0/+9
* Really fix the math to make the vectors sum up to 1, makingMatthias Clasen2005-01-021-2/+2
* Fix a mixup in the handling of dest_channels. (#111922, ChristopheMatthias Clasen2004-08-221-19/+18
* Remove C99-isms. (#149967, Vincent Noel)Matthias Clasen2004-08-121-7/+14
* underscore prefix the mmx implementations, in order to not export them.Matthias Clasen2004-08-116-83/+87
* Correct the math to calculate bilinear weights. (#112412, Brian Cameron)Matthias Clasen2004-07-031-2/+2
* _-prefix the nonstatic pixops_... functions. (#142233, Morten Welinder)Matthias Clasen2004-05-103-121/+121
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-062-1/+2
* Split correction into multiple pieces if no single weight is large enoughMatthias Clasen2003-07-171-10/+13
* Patch from James Henstridge to update to automake-1.7 (#109542)Owen Taylor2003-05-061-5/+4
* Exploit the fact that all our filters are separable to simplify theOwen Taylor2003-04-013-346/+395
* Use correct DLL and import library names, with GTK_API_VERSION in name,Tor Lillqvist2003-01-051-2/+0
* Don't use .type on Cygwin, either (#91597, Masahiro Sakai).Tor Lillqvist2002-09-284-4/+4
* added makefile.msc to EXTRA_DISTHans Breuer2002-09-141-1/+2
* Fix problem where when no alpha was involved, we scaled rather thanOwen Taylor2002-06-131-1/+7
* Patch from Matthias Clasen to fix some typos (#77246)Owen Taylor2002-05-161-9/+8
* Move the call to correct_total() to the right spot. (#72732)Matthias Clasen2002-02-281-2/+2
* New function to make sure that the weights sum up to the correct totalMatthias Clasen2002-02-151-9/+28
* Fix handing of overall alpha.Owen Taylor2002-02-111-3/+3
* Force all weight arrays to sum exactly to 65535. (Fixes #70971, reportedOwen Taylor2002-02-091-6/+26
* Fix comment; PixopsInterpType -> GdkInterpType.Federico Mena Quintero2002-02-081-1/+1
* Fix integer overflow for the values passed to the pixel functions.Owen Taylor2002-01-111-4/+4
* Remove meaningless FIXME.Owen Taylor2002-01-115-21/+41
* Replace some hardcoded values with the SUBSAMPLEOwen Taylor2002-01-101-6/+6
* Fix and uncomment non-MMX version.Owen Taylor2002-01-043-24/+129
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-0/+2
* use g_strcasecmp(), some poor platforms don't have strcasecmp()Hans Breuer2001-11-091-1/+1
* Mirror GdkInterpType to PixopsInterpType to avoid including gdk-pixbufOwen Taylor2001-09-174-34/+39
* applied some simple but effective optimizations toSven Neumann2001-08-191-48/+67
* new file use it to complete the buildHans Breuer2001-07-301-0/+65
* Add missing <stdlib.h> include. Add ifdef so we compile without warningsDarin Adler2001-07-181-0/+2
* Switch over to the new include flags AC_SUBST(). (Problem pointed out byOwen Taylor2001-07-051-1/+7
* fix some shell typosHavoc Pennington2001-05-071-15/+30