From 65cd4d80c4093e44e6a340b41e7bae3489b7ea4a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 3 Feb 2000 19:40:35 +0000 Subject: added SUB_PIXEL_BITS --- src/mesa/main/config.h | 7 +++++-- 1 file 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 + /* -- cgit v1.2.3