aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrClipMaskManager.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-01 20:08:47 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-01 20:08:47 +0000
commita2d71482db8b6d752a51c96da74768d7dfc27932 (patch)
tree09e01d817528c81670352fda4abc63d8fd352afb /src/gpu/GrClipMaskManager.cpp
parenteef938c0a764ca24bfebf38655124c8fcb8144f2 (diff)
Removed GrClip & related classes
Diffstat (limited to 'src/gpu/GrClipMaskManager.cpp')
-rw-r--r--src/gpu/GrClipMaskManager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp
index ff473069df..0abe86262b 100644
--- a/src/gpu/GrClipMaskManager.cpp
+++ b/src/gpu/GrClipMaskManager.cpp
@@ -651,10 +651,6 @@ bool GrClipMaskManager::createAlphaClipMask(const GrClipData& clipDataIn,
}
if (SkRegion::kReplace_Op == op) {
- // TODO: replace is actually a lot faster then intersection
- // for this path - refactor the stencil path so it can handle
- // replace ops and alter GrClip to allow them through
-
// clear the accumulator and draw the new object directly into it
fGpu->clear(NULL, 0x00000000, accum->asRenderTarget());