Date: Tue, 27 Aug 2002 16:14:11 +0200

From: Denis Oliver Kropp
Subject: Palette support and 8bit color keying fix

This patch adds support for 8bit palette modes dropping
the RGB332 stuff. It also fixes color keying for 8bit.
testsprite (without -bpp >8) looks correct again.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40478
This commit is contained in:
Sam Lantinga 2002-08-31 04:06:37 +00:00
parent b653266009
commit 4a1ab27d1f
2 changed files with 96 additions and 57 deletions

View file

@ -779,11 +779,11 @@ CheckDirectFB()
else
AC_MSG_CHECKING(for DirectFB support)
if ! $PKG_CONFIG --atleast-pkgconfig-version 0.5 ; then
AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.])
if ! $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then
AC_MSG_ERROR([*** pkg-config too old; version 0.7 or better required.])
fi
DIRECTFB_REQUIRED_VERSION=0.9.11
DIRECTFB_REQUIRED_VERSION=0.9.14
if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then
DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb`