diff options
author | Raph Levien <raph@src.gnome.org> | 1998-09-01 05:29:45 +0000 |
---|---|---|
committer | Raph Levien <raph@src.gnome.org> | 1998-09-01 05:29:45 +0000 |
commit | 1fe35dda560642a0183dc58a44f2d2ab7ce02ab8 (patch) | |
tree | b2223757a92c493eb8fe02d956c98204428c9503 /ChangeLog.pre-2-2 | |
parent | 4bb5d92a02a6ce4ddfbc34980209b40dac41dcff (diff) | |
download | gdk-pixbuf-1fe35dda560642a0183dc58a44f2d2ab7ce02ab8.tar.gz |
Minor improvements to gdkrgb, added testrgb to the gtk directory.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 1778d1099..d96a11b63 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,16 @@ +Mon Aug 31 21:36:31 1998 Raph Levien <raph@gimp.org> + + * gdk/gdkrgb.c (gdk_rgb_select_conv): Improved the 24bpp + conversion selection logic, so Suns and other big-endian + machines should get faster conv routines. This is also the + point where 4bpp gray and 1bpp are checked in, although I + wouldn't be surprised if 1bpp is a little buggy. This is + synchronized with the 0.0.7 release of GdkRgb. + + * gtk/Makefile.am: + * gtk/testrgb.c: Checked in testrgb.c to CVS, and made the + appropriate change to the Makefile.am + Mon Aug 31 15:18:19 1998 Raph Levien <raph@gimp.org> * gdk/gdkrgb.[ch]: Added a gdk_draw_rgb_image_dithalign function, |