From 894844a8d956a0ee5f95836331dc318f49fdb845 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 21 Mar 2004 17:05:03 +0000 Subject: Implemented support for software-based AUX color buffers. Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc. --- src/mesa/main/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/config.h') diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 74ebb469af..20206482c9 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -71,8 +71,8 @@ /** Maximum pixel map lookup table size */ #define MAX_PIXEL_MAP_TABLE 256 -/** Number of auxillary color buffers */ -#define NUM_AUX_BUFFERS 0 +/** Maximum Number of auxillary color buffers */ +#define MAX_AUX_BUFFERS 4 /** Maximum order (degree) of curves */ #ifdef AMIGA -- cgit v1.2.3