projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
965cfbc
)
glsl: remove commented out code
author
Timothy Arceri
<t_arceri@yahoo.com.au>
Mon, 15 Dec 2014 07:15:34 +0000
(18:15 +1100)
committer
Timothy Arceri
<t_arceri@yahoo.com.au>
Tue, 16 Dec 2014 04:57:30 +0000
(15:57 +1100)
MaxGeometryOutputComponents is used as the value
for gl_MaxGeometryVaryingComponents
Acked-by: Matt Turner <mattst88@gmail.com>
src/glsl/main.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/main.cpp
b/src/glsl/main.cpp
index 91e457ada27443479f848c41042e29de96373e75..ccac839964694c38b3b7cfcb3799a399b7a22f10 100644
(file)
--- 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: