diff options
author | Marek Olšák <[email protected]> | 2013-05-02 03:44:35 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-05-11 23:45:01 +0200 |
commit | 286d06ddc4968c06848faf2b375a8d20f3e74595 (patch) | |
tree | 2e6ad7508cdb46dbc36167574b87c0b352b081df /src/mesa/main/config.h | |
parent | 5e78433eec94fcaa87bdcb2526ec0910a69ed347 (diff) |
mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponents
The limits should not be different and OpenGL requires both to be at least 32,
which is also the maximum limit on radeon.
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 76863bf75b4..c48ffdc4778 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -245,8 +245,6 @@ /** For GL_ARB_geometry_shader4 */ /*@{*/ -#define MAX_GEOMETRY_VARYING_COMPONENTS 32 -#define MAX_VERTEX_VARYING_COMPONENTS 32 #define MAX_GEOMETRY_UNIFORM_COMPONENTS 512 #define MAX_GEOMETRY_OUTPUT_VERTICES 256 #define MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS 1024 |