commit | dea2f8d86378b791a2de94384a18e29f13f65a3e | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Aug 01 15:51:05 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Aug 01 15:51:05 2011 +0000 |
tree | c8772110b55a013a8cfe65b3556fd569adf11456 | |
parent | 896d79da5359370c28fc17c631d9d6bab2bdb6f3 [diff] [blame] |
Remove unnecessary dirty clip flag in GrGpu, remove getUsableStencilBits() Review URL: http://codereview.appspot.com/4828050/ git-svn-id: http://skia.googlecode.com/svn/trunk@2011 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrDrawTarget.cpp b/gpu/src/GrDrawTarget.cpp index f1f1136..ad066d8 100644 --- a/gpu/src/GrDrawTarget.cpp +++ b/gpu/src/GrDrawTarget.cpp
@@ -792,6 +792,10 @@ } return layout; } + +void GrDrawTarget::clipWillBeSet(const GrClip& clip) { +} + void GrDrawTarget::SetRectVertices(const GrRect& rect, const GrMatrix* matrix, const GrRect* srcRects[],