Mesa (master): glsl: remove commented out code

Timothy Arceri tarceri at kemper.freedesktop.org
Tue Dec 16 04:57:41 UTC 2014


Module: Mesa
Branch: master
Commit: 873d7351c5a696b6f8493c907eb8c76b8cb632da
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=873d7351c5a696b6f8493c907eb8c76b8cb632da

Author: Timothy Arceri <t_arceri at yahoo.com.au>
Date:   Mon Dec 15 18:15:34 2014 +1100

glsl: remove commented out code

MaxGeometryOutputComponents is used as the value
for gl_MaxGeometryVaryingComponents

Acked-by: Matt Turner <mattst88 at gmail.com>

---

 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:




More information about the mesa-commit mailing list