aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPipelineBuilder.h
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2015-05-04 12:58:16 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-04 12:58:16 -0700
commit99bc9fdfb555f1cf8e426329633e735e3020b829 (patch)
treeb44542eeeb8eccf485d2a3263d0ac4a35234c38f /src/gpu/GrPipelineBuilder.h
parent64fb51d36df5d4e857c3425fe4cb1b1ecbd169fb (diff)
Remove canTweakAlphaForCoverage from XP's since batch reads flag.
Diffstat (limited to 'src/gpu/GrPipelineBuilder.h')
-rw-r--r--src/gpu/GrPipelineBuilder.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gpu/GrPipelineBuilder.h b/src/gpu/GrPipelineBuilder.h
index 24d72e80aa..fa085f0b99 100644
--- a/src/gpu/GrPipelineBuilder.h
+++ b/src/gpu/GrPipelineBuilder.h
@@ -139,13 +139,6 @@ public:
////
/**
- * Determines whether multiplying the computed per-pixel color by the pixel's fractional
- * coverage before the blend will give the correct final destination color. In general it
- * will not as coverage is applied after blending.
- */
- bool canTweakAlphaForCoverage() const;
-
- /**
* This function returns true if the render target destination pixel values will be read for
* blending during draw.
*/