diff options
author | Brian Paul <[email protected]> | 2003-02-25 19:30:59 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-02-25 19:30:59 +0000 |
commit | 9f4d812aa70bfd9a4507d52b994e55f25e2d2c3d (patch) | |
tree | f4b4581877af650ceb8ef85318b840cd0c7dc18b | |
parent | f9ff2657c4ee289edacd583b0ee943cb7356fc3b (diff) |
set MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3
-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 |