aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrRenderTargetPriv.h
diff options
context:
space:
mode:
authorGravatar cdalton <cdalton@nvidia.com>2016-05-12 11:52:02 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-12 11:52:02 -0700
commit193d9cf8f2280cd4f8e509c6f3af6b47cea04935 (patch)
tree212cf22458870c76b50fb0d17db993ae98877217 /src/gpu/GrRenderTargetPriv.h
parentdde2c0356c33d488fecfb455403e1de5057914ee (diff)
Eliminate special case nvpr batch handling
Removes drawPathBatch methods from GrDrawTarget and GrDrawContext, and integrates nvpr batches in with all the other batches. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1966763002 Review-Url: https://codereview.chromium.org/1966763002
Diffstat (limited to 'src/gpu/GrRenderTargetPriv.h')
-rw-r--r--src/gpu/GrRenderTargetPriv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/GrRenderTargetPriv.h b/src/gpu/GrRenderTargetPriv.h
index 24b7e8838a..52eed69a6b 100644
--- a/src/gpu/GrRenderTargetPriv.h
+++ b/src/gpu/GrRenderTargetPriv.h
@@ -30,6 +30,8 @@ public:
*/
bool attachStencilAttachment(GrStencilAttachment* stencil);
+ int numStencilBits() const;
+
const GrGpu::MultisampleSpecs& getMultisampleSpecs(const GrStencilSettings& stencil) const;
GrRenderTarget::SampleConfig sampleConfig() const { return fRenderTarget->fSampleConfig; }