]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/pixops/pixops.c
Include "config.h" instead of <config.h> Command used: find -name
[~andy/gtk] / gdk-pixbuf / pixops / pixops.c
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2007-05-16 Brian CameronAdd Sun mediaLib support so that hardware acceleration...
2005-07-12 Matthias ClasenCorrect copyright information
2005-07-12 Matthias ClasenAdd copyright and license information
2005-01-02 Matthias ClasenReally fix the math to make the vectors sum up to 1...
2004-08-22 Matthias ClasenFix a mixup in the handling of dest_channels. (#111922...
2004-08-12 Matthias ClasenRemove C99-isms. (#149967, Vincent Noel)
2004-08-11 Matthias Clasenunderscore prefix the mmx implementations, in order...
2004-07-03 Matthias ClasenCorrect the math to calculate bilinear weights. (#11241...
2004-05-10 Matthias Clasen_-prefix the nonstatic pixops_... functions. (#142233...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2003-07-17 Matthias ClasenSplit correction into multiple pieces if no single...
2003-04-01 Owen TaylorExploit the fact that all our filters are separable...
2002-06-13 Owen TaylorFix problem where when no alpha was involved, we scaled...
2002-05-16 Owen TaylorPatch from Matthias Clasen to fix some typos (#77246)
2002-02-28 Matthias ClasenMove the call to correct_total() to the right spot...
2002-02-15 Matthias ClasenNew function to make sure that the weights sum up to...
2002-02-11 Owen TaylorFix handing of overall alpha.
2002-02-09 Owen TaylorForce all weight arrays to sum exactly to 65535. (Fixes...
2002-01-11 Owen TaylorFix integer overflow for the values passed to the pixel...
2002-01-11 Owen TaylorRemove meaningless FIXME.
2002-01-10 Owen TaylorReplace some hardcoded values with the SUBSAMPLE
2002-01-04 Owen TaylorFix and uncomment non-MMX version.
2001-09-17 Owen TaylorMirror GdkInterpType to PixopsInterpType to avoid inclu...
2001-08-19 Sven Neumannapplied some simple but effective optimizations to
2001-07-18 Darin AdlerAdd missing <stdlib.h> include. Add ifdef so we compile...
2001-05-07 Havoc Penningtonfix some shell typos
2000-10-09 Havoc Penningtoncontrib subdir
2000-06-21 Owen TaylorWelcome aboard, gdk-pixbuf.
2000-05-05 Darin AdlerNow that Owen explained the algorithm, I think I implem...
2000-05-04 Darin AdlerAdded some tests of composite to highlight problems...
2000-04-24 05:27:43 2000 Owe... Properly offset y coordinate accordining to render_y0.
2000-04-11 Federico Mena QuinteroMost of this patch is based on a patch by Havoc Penning...
2000-03-28 Owen TaylorFix problem with precendence of >> and & which was...
2000-02-19 Owen TaylorFix error in scale factors for non-alpha case.
2000-02-03 Michael MeeksBy order of jrb: const patch for various bits, io-gif...
2000-01-30 Owen TaylorFix from Peter Wainwright to fix 4a => 4a scaling.
2000-01-22 Federico Mena QuinteroBumped version number to 0.5.0.
2000-01-07 Owen TaylorFixed src_channels/dest_channels confusion. (Again...
2000-01-07 Owen TaylorFix computation of end of run indices.
2000-01-06 Owen TaylorAdded scaling functions into gtk-doc framework.
2000-01-05 Owen TaylorDirectory full of pixel data scaling code that will...