]> Pileus Git - ~andy/gtk/commit
Directory full of pixel data scaling code that will eventually migrate
authorOwen Taylor <otaylor@redhat.com>
Wed, 5 Jan 2000 21:33:58 +0000 (21:33 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 5 Jan 2000 21:33:58 +0000 (21:33 +0000)
commit33e963e7af498d2e91dd2cf607cbc93c880d055c
tree1f6d2a5bb0d137ec02a2728c9a3e11f3d9d7352f
parent2bb20aee8bf9a8c8ed6a8c7fb9360559385c6fda
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.
16 files changed:
demos/testpixbuf-scale.c [new file with mode: 0644]
gdk-pixbuf/.cvsignore
gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am
gdk-pixbuf/gdk-pixbuf-scale.c [new file with mode: 0644]
gdk-pixbuf/gdk-pixbuf.h
gdk-pixbuf/pixops/.cvsignore [new file with mode: 0644]
gdk-pixbuf/pixops/Makefile.am [new file with mode: 0644]
gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S [new file with mode: 0644]
gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S [new file with mode: 0644]
gdk-pixbuf/pixops/have_mmx.S [new file with mode: 0644]
gdk-pixbuf/pixops/pixops-internal.h [new file with mode: 0644]
gdk-pixbuf/pixops/pixops.c [new file with mode: 0644]
gdk-pixbuf/pixops/pixops.h [new file with mode: 0644]
gdk-pixbuf/pixops/scale_line_22_33_mmx.S [new file with mode: 0644]
gdk-pixbuf/pixops/timescale.c [new file with mode: 0644]