MaxGeometryOutputComponents is used as the value
for gl_MaxGeometryVaryingComponents
---
 src/glsl/main.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/glsl/main.cpp b/src/glsl/main.cpp
index 91e457a..ccac839 100644
--- a/src/glsl/main.cpp
+++ b/src/glsl/main.cpp
@@ -182,8 +182,6 @@ initialize_context(struct gl_context *ctx, gl_api api)
       ctx->Const.MaxGeometryOutputVertices = 256;
       ctx->Const.MaxGeometryTotalOutputComponents = 1024;
 
-//      ctx->Const.MaxGeometryVaryingComponents = 64;
-
       ctx->Const.MaxVarying = 60 / 4;
       break;
    case 300:
-- 
2.1.0

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to