diff options
Diffstat (limited to 'src')
-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 b9e58cde104..cfcba306f49 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.43 2003/01/14 04:55:45 brianp Exp $ */ +/* $Id: config.h,v 1.44 2003/02/25 19:30:59 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -164,7 +164,7 @@ #define MAX_NV_FRAGMENT_PROGRAM_TEMPS 96 #define MAX_NV_FRAGMENT_PROGRAM_PARAMS 64 #define MAX_NV_FRAGMENT_PROGRAM_INPUTS 12 -#define MAX_NV_FRAGMENT_PROGRAM_OUTPUTS 7 +#define MAX_NV_FRAGMENT_PROGRAM_OUTPUTS 3 #define MAX_NV_FRAGMENT_PROGRAM_WRITE_ONLYS 2 |