diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-11-24 14:08:58 -0700 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-11-24 14:08:58 -0700 |
commit | df6155fcff66034457b3165f5df0a61ccfc41314 (patch) | |
tree | 533a3edc14a84d654ce5dd1f2eb305a42a138991 /src/mesa/main/config.h | |
parent | 868c607c1751fc3e6df1a8dc45e8b70e6bc315f6 (diff) | |
parent | b730d0d3e9b202b17a0815cb820fc9905f35cb98 (diff) |
Merge commit 'origin/master' into gallium-0.2
Conflicts:
progs/glsl/Makefile
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 3b340c476c..e29964a1e8 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -191,6 +191,8 @@ #define MAX_UNIFORMS 128 /**< number of float components */ #define MAX_VARYING 8 /**< number of float[4] vectors */ #define MAX_SAMPLERS 8 +#define MAX_PROGRAM_INPUTS 32 +#define MAX_PROGRAM_OUTPUTS 32 /*@}*/ /** For GL_NV_vertex_program */ |