summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/extras/Mesa/src/config.h')
-rw-r--r--xc/extras/Mesa/src/config.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/xc/extras/Mesa/src/config.h b/xc/extras/Mesa/src/config.h
index 22ad65ca2..76b6a9d18 100644
--- a/xc/extras/Mesa/src/config.h
+++ b/xc/extras/Mesa/src/config.h
@@ -51,6 +51,9 @@
/* Maximum texture matrix stack depth: */
#define MAX_TEXTURE_STACK_DEPTH 10
+/* Maximum color matrix stack depth: */
+#define MAX_COLOR_STACK_DEPTH 4
+
/* Maximum attribute stack depth: */
#define MAX_ATTRIB_STACK_DEPTH 16
@@ -92,8 +95,8 @@
#define MAX_LINE_WIDTH 10.0
#define LINE_WIDTH_GRANULARITY 0.1
-/* Max texture palette size */
-#define MAX_TEXTURE_PALETTE_SIZE 256
+/* Max texture palette / color table size */
+#define MAX_COLOR_TABLE_SIZE 256
/* Number of texture levels */
#define MAX_TEXTURE_LEVELS 12
@@ -111,6 +114,9 @@
/* Subpixel precision for antialiasing, window coordinate snapping */
#define SUB_PIXEL_BITS 4
+/* Size of histogram tables */
+#define HISTOGRAM_TABLE_SIZE 256
+
/*