diff options
author | Brian Paul <[email protected]> | 2002-05-27 17:04:52 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-05-27 17:04:52 +0000 |
commit | 6c408b46678637959dba04663fbc34eb9c4bc397 (patch) | |
tree | 6fddafa97a16c2e48fc984a8e5f27b1e8d770677 /src/mesa/main/config.h | |
parent | 23d8ef3937b3b66684f7feb62446abca8e91d307 (diff) |
replaced experimental MESA_sprite_point with NV_point_sprite
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 37c572226db..96dafac0ade 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.37 2001/12/18 04:06:45 brianp Exp $ */ +/* $Id: config.h,v 1.38 2002/05/27 17:04:52 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -92,7 +92,7 @@ /* Min and Max point sizes and granularity */ #define MIN_POINT_SIZE 1.0 -#define MAX_POINT_SIZE 10.0 +#define MAX_POINT_SIZE 20.0 #define POINT_SIZE_GRANULARITY 0.1 /* Min and Max line widths and granularity */ |