intel: Expose more FBconfigs in the 3D driver.
authorEric Anholt <eric@anholt.net>
Thu, 29 Jan 2009 22:57:49 +0000 (14:57 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 30 Jan 2009 21:46:37 +0000 (13:46 -0800)
commit3ee21f30cda27e0ee1357f930163526622ba9434
treeb12c19ea07993dd954ed0689a421e9718943a0b0
parentbc968e515dff20fc3cbcd01066886ba66f707a1b
intel: Expose more FBconfigs in the 3D driver.

We can support any combination of (a8r8g8b8, x8r8g8b8, r5g6b5) x (z0,z24,z24s8)
on either class of chipsets.  The only restriction is no mixing bpp when also
mixing tiling.  This shouldn't be occurring currently.
src/mesa/drivers/dri/common/utils.c
src/mesa/drivers/dri/common/utils.h
src/mesa/drivers/dri/intel/intel_screen.c
src/mesa/drivers/dri/swrast/swrast.c