aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrClipIterator.h
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-16 14:49:14 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-16 14:49:14 +0000
commitfa1d29112d44d0728cd10e2ff1f8982240303272 (patch)
treebb1d4b98f1ce03d3b61e1e3e7c930cd3ab97975f /include/gpu/GrClipIterator.h
parentd0b95896d66422444f787825cf78d384b8643d4d (diff)
Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping)
Diffstat (limited to 'include/gpu/GrClipIterator.h')
-rw-r--r--include/gpu/GrClipIterator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gpu/GrClipIterator.h b/include/gpu/GrClipIterator.h
index 4a5cc7135f..a540bb4251 100644
--- a/include/gpu/GrClipIterator.h
+++ b/include/gpu/GrClipIterator.h
@@ -61,6 +61,11 @@ public:
virtual GrSetOp getOp() const = 0;
/**
+ * Gets anti-aliasing setting desired for the current clip
+ */
+ virtual bool getDoAA() const = 0;
+
+ /**
* Call to move to the next element in the list, previous path iter can be
* made invalid.
*/