aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/glsl/GrGLSL.cpp
diff options
context:
space:
mode:
authorGravatar benjaminwagner <benjaminwagner@google.com>2016-02-12 15:20:55 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-12 15:20:55 -0800
commit1751dc74f95a409fdb8cdc5c4efae20b1c39509a (patch)
tree62983890f134f6d020a5e67cb07677758438cb94 /src/gpu/glsl/GrGLSL.cpp
parentdeabdb5b9712de9e3c6bbb9aa68ec2f20df80a8e (diff)
Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ )
Reason for revert: Several bots failing with error 'invalid profile "es" for version 320'. Original issue's description: > Add infastructure for gl_SampleMask > > BUG=skia: > GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1690963003 > > Committed: https://skia.googlesource.com/skia/+/533cefe5b9c7cec2592fc7ca00ee4cf69a26c094 TBR=egdaniel@google.com,bsalomon@google.com,cdalton@nvidia.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/1693113002
Diffstat (limited to 'src/gpu/glsl/GrGLSL.cpp')
-rw-r--r--src/gpu/glsl/GrGLSL.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/glsl/GrGLSL.cpp b/src/gpu/glsl/GrGLSL.cpp
index bec4784db2..2de81ddd60 100644
--- a/src/gpu/glsl/GrGLSL.cpp
+++ b/src/gpu/glsl/GrGLSL.cpp
@@ -17,9 +17,7 @@ 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;