[Mesa-dev] [PATCH 2/2] glsl: remove commented out code
Timothy Arceri
t_arceri at yahoo.com.au
Mon Dec 15 12:13:40 PST 2014
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
More information about the mesa-dev
mailing list