aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/glsl/GrGLSL.cpp
diff options
context:
space:
mode:
authorGravatar cdalton <cdalton@nvidia.com>2016-02-12 13:24:26 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-12 13:24:26 -0800
commit533cefe5b9c7cec2592fc7ca00ee4cf69a26c094 (patch)
tree41c4264dd84c68d58ac4970bc905fb1fcead90c9 /src/gpu/glsl/GrGLSL.cpp
parentc7578b6cdd03b61f076ffc7956efd952d6c301c0 (diff)
Add infastructure for gl_SampleMask
Diffstat (limited to 'src/gpu/glsl/GrGLSL.cpp')
-rw-r--r--src/gpu/glsl/GrGLSL.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/glsl/GrGLSL.cpp b/src/gpu/glsl/GrGLSL.cpp
index 2de81ddd60..bec4784db2 100644
--- a/src/gpu/glsl/GrGLSL.cpp
+++ b/src/gpu/glsl/GrGLSL.cpp
@@ -17,7 +17,9 @@ bool GrGLSLSupportsNamedFragmentShaderOutputs(GrGLSLGeneration gen) {
case k140_GrGLSLGeneration:
case k150_GrGLSLGeneration:
case k330_GrGLSLGeneration:
+ case k400_GrGLSLGeneration:
case k310es_GrGLSLGeneration:
+ case k320es_GrGLSLGeneration:
return true;
}
return false;