summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/pixops/pixops.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-59/+63
* 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-101-67/+67
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Split correction into multiple pieces if no single weight is large enoughMatthias Clasen2003-07-171-10/+13
* Exploit the fact that all our filters are separable to simplify theOwen Taylor2003-04-011-346/+282
* 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 integer overflow for the values passed to the pixel functions.Owen Taylor2002-01-111-4/+4
* Remove meaningless FIXME.Owen Taylor2002-01-111-13/+35
* Replace some hardcoded values with the SUBSAMPLEOwen Taylor2002-01-101-6/+6
* Fix and uncomment non-MMX version.Owen Taylor2002-01-041-18/+48
* Mirror GdkInterpType to PixopsInterpType to avoid including gdk-pixbufOwen Taylor2001-09-171-15/+15
* applied some simple but effective optimizations toSven Neumann2001-08-191-48/+67
* Add missing <stdlib.h> include. Add ifdef so we compile without warningsDarin Adler2001-07-181-0/+2
* fix some shell typosHavoc Pennington2001-05-071-15/+30
* contrib subdirHavoc Pennington2000-10-091-1/+2
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-211-1/+0
* Now that Owen explained the algorithm, I think I implemented it right forDarin Adler2000-05-051-14/+52
* Added some tests of composite to highlight problems in the oldDarin Adler2000-05-041-62/+27
* Properly offset y coordinate accordining to render_y0.05:27:43 2000 Owen Taylor2000-04-241-1/+1
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-140/+142
* Fix problem with precendence of >> and & which was keeping composite_colorOwen Taylor2000-03-281-16/+16
* Fix error in scale factors for non-alpha case.Owen Taylor2000-02-191-6/+6
* By order of jrb: const patch for various bits, io-gif.c fixup forMichael Meeks2000-02-031-22/+22
* Fix from Peter Wainwright to fix 4a => 4a scaling.Owen Taylor2000-01-301-3/+3
* Bumped version number to 0.5.0.Federico Mena Quintero2000-01-221-2/+2
* Fixed src_channels/dest_channels confusion. (Again caught by Tomas Ogren'sOwen Taylor2000-01-071-2/+2
* Fix computation of end of run indices.Owen Taylor2000-01-071-11/+11
* Added scaling functions into gtk-doc framework.Owen Taylor2000-01-061-0/+9
* Directory full of pixel data scaling code that will eventually migrateOwen Taylor2000-01-051-0/+1519