summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-02-03 19:40:35 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-02-03 19:40:35 +0000
commit65cd4d80c4093e44e6a340b41e7bae3489b7ea4a (patch)
treed30466e26cac60cab0a5a664c8247bf571b19084
parent539cce52483eb31db5439bdf150a2efd800633a2 (diff)
added SUB_PIXEL_BITS
-rw-r--r--src/mesa/main/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index 02f1b7cadb..a80c74dc1b 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -1,4 +1,4 @@
-/* $Id: config.h,v 1.4 2000/01/24 20:54:18 brianp Exp $ */
+/* $Id: config.h,v 1.5 2000/02/03 19:40:35 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -91,7 +91,7 @@
/* Min and Max line widths and granularity */
#define MIN_LINE_WIDTH 1.0
#define MAX_LINE_WIDTH 10.0
-#define LINE_WIDTH_GRANULARITY 1.0
+#define LINE_WIDTH_GRANULARITY 0.1
/* Max texture palette size */
#define MAX_TEXTURE_PALETTE_SIZE 256
@@ -109,6 +109,9 @@
/* Maxmimum size for CVA. May be overridden by the drivers. */
#define MAX_ARRAY_LOCK_SIZE 3000
+/* Subpixel precision for antialiasing, window coordinate snapping */
+#define SUB_PIXEL_BITS 4
+
/*