diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-01-05 21:33:58 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-01-05 21:33:58 +0000 |
commit | 33e963e7af498d2e91dd2cf607cbc93c880d055c (patch) | |
tree | 1f6d2a5bb0d137ec02a2728c9a3e11f3d9d7352f /gdk-pixbuf/.cvsignore | |
parent | 2bb20aee8bf9a8c8ed6a8c7fb9360559385c6fda (diff) | |
download | gtk+-33e963e7af498d2e91dd2cf607cbc93c880d055c.tar.gz |
Directory full of pixel data scaling code that will eventually migrate
2000-01-05 Owen Taylor <otaylor@redhat.com>
* gdk-pixbuf/pixops/: Directory full of pixel data scaling
code that will eventually migrate into libart.
* configure.in acconfig.h: Add checks for MMX compiler support
* gdk-pixbuf/gdk-pixbuf.h gdk-pixbuf/gdk-pixbuf-scale.c:
Nice wrapper routines for the code in pixops that operate
on pixbufs instead of raw data.
* gdk-pixbuf/testpixbuf-scale: Test program for scaling
routines.
Diffstat (limited to 'gdk-pixbuf/.cvsignore')
-rw-r--r-- | gdk-pixbuf/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/.cvsignore b/gdk-pixbuf/.cvsignore index c5efdf6c68..6f2afc3601 100644 --- a/gdk-pixbuf/.cvsignore +++ b/gdk-pixbuf/.cvsignore @@ -7,4 +7,5 @@ Makefile *.lo testpixbuf testpixbuf-drawable +testpixbuf-scale testanimation |