Module: Mesa Branch: master Commit: 873d7351c5a696b6f8493c907eb8c76b8cb632da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=873d7351c5a696b6f8493c907eb8c76b8cb632da
Author: Timothy Arceri <[email protected]> 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 <[email protected]> --- 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: _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
