Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: src/gpu/GrDrawTarget.h

Issue 1073943004: Join non-overlapping Xfer barriers (Closed) Base URL: https://skia.googlesource.com/skia.git@upload_4_implementxferbarriers
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/gpu/GrDrawTarget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrDrawTarget.h
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
index 2e7b85556f68ffdbe9d1e18ebe73b87b4d30f7a3..43cf909ec21cfde957a6a48cd3aa7788ad813897 100644
--- a/src/gpu/GrDrawTarget.h
+++ b/src/gpu/GrDrawTarget.h
@@ -650,16 +650,13 @@ protected:
// Returns false if an early reject was detected and the draw can be skipped.
bool getConservativeDrawBounds(SkIRect*) const;
+ void getQuickDrawBounds(SkIRect*) const;
bool hasCustomDstCopy() const { return SkToBool(fCustomDstCopy.texture()); }
const GrDeviceCoordTexture* getCustomDstCopy() const {
return this->hasCustomDstCopy() ? &fCustomDstCopy : NULL;
}
-
- bool willBlendWithDst(const GrPrimitiveProcessor* primProc) const {
- return fPipelineBuilder->willBlendWithDst(primProc);
- }
private:
friend class GrDrawTarget;
« no previous file with comments | « no previous file | src/gpu/GrDrawTarget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698