summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-28 12:21:18 -0700
committerBrian Paul <brianp@vmware.com>2009-03-02 09:44:32 -0700
commit555f0a88182e2b1af809b2d97abdac02814a2f28 (patch)
tree03e26f3c1050ef09837d3165f6e886c1d17e6351 /src/mesa/main/config.h
parentbaf2c746c1fbebb5aa5c430003afc14d2f91c073 (diff)
mesa: remove unused AUX buffers
Remove all references to aux buffers 1..3. Keep AUX0 around for now just in case, but it'll probably go too someday. I don't know of any OpenGL drivers since the IRIX days that support aux color buffers.
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index bb3e980bfa..282ad9514c 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -68,7 +68,7 @@
#define MAX_PIXEL_MAP_TABLE 256
/** Maximum number of auxillary color buffers */
-#define MAX_AUX_BUFFERS 4
+#define MAX_AUX_BUFFERS 1
/** Maximum order (degree) of curves */
#ifdef AMIGA