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

Unified Diff: src/gpu/GrGpu.h

Issue 742763002: scissor state on optstate (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 1 month 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/GrGpu.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrGpu.h
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
index bf259f92ed1b2bd87b4b68925b1742fc4090e40e..94a0914843c847f9caa97d7666e10ef87bd92d52 100644
--- a/src/gpu/GrGpu.h
+++ b/src/gpu/GrGpu.h
@@ -356,16 +356,12 @@ public:
const SkIRect& srcRect,
const SkIPoint& dstPoint) = 0;
- virtual void draw(const GrOptDrawState&,
- const GrDrawTarget::DrawInfo&,
- const GrClipMaskManager::ScissorState&);
+ virtual void draw(const GrOptDrawState&, const GrDrawTarget::DrawInfo&);
virtual void stencilPath(const GrOptDrawState&,
const GrPath*,
- const GrClipMaskManager::ScissorState&,
const GrStencilSettings&);
virtual void drawPath(const GrOptDrawState&,
const GrPath*,
- const GrClipMaskManager::ScissorState&,
const GrStencilSettings&,
const GrDeviceCoordTexture* dstCopy);
virtual void drawPaths(const GrOptDrawState&,
@@ -374,7 +370,6 @@ public:
int count,
const float transforms[],
GrDrawTarget::PathTransformType,
- const GrClipMaskManager::ScissorState&,
const GrStencilSettings&,
const GrDeviceCoordTexture*);
@@ -476,7 +471,6 @@ private:
// returns false if current state is unsupported.
virtual bool flushGraphicsState(const GrOptDrawState&,
DrawType,
- const GrClipMaskManager::ScissorState&,
const GrDeviceCoordTexture* dstCopy) = 0;
// clears target's entire stencil buffer to 0
« no previous file with comments | « no previous file | src/gpu/GrGpu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698