blob: 842666810a9e69d9d08dd4b7fa90b2ea42725751 [file] [log] [blame]
robertphillipsea461502015-05-26 11:38:03 -07001/*
2 * Copyright 2015 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
Brian Osman11052242016-10-27 14:47:55 -04008#include "GrRenderTargetContext.h"
Brian Salomon6d4b65e2017-05-03 17:06:09 -04009#include "../private/GrAuditTrail.h"
Jim Van Verth3af1af92017-05-18 15:06:54 -040010#include "../private/SkShadowFlags.h"
Brian Salomon467921e2017-03-06 16:17:12 -050011#include "GrAppliedClip.h"
Greg Daniela5cb7812017-06-16 09:45:32 -040012#include "GrBackendSemaphore.h"
Brian Salomon5ec9def2016-12-20 15:34:05 -050013#include "GrColor.h"
Robert Phillipse78b7252017-04-06 07:59:41 -040014#include "GrContextPriv.h"
robertphillips77a2e522015-10-17 07:43:27 -070015#include "GrDrawingManager.h"
csmartdalton02fa32c2016-08-19 13:29:27 -070016#include "GrFixedClip.h"
robertphillips714712b2016-08-04 06:20:45 -070017#include "GrGpuResourcePriv.h"
robertphillipsea461502015-05-26 11:38:03 -070018#include "GrPathRenderer.h"
robertphillips5fa7f302016-07-21 09:21:04 -070019#include "GrPipelineBuilder.h"
robertphillips2334fb62015-06-17 05:43:33 -070020#include "GrRenderTarget.h"
Brian Salomon5ec9def2016-12-20 15:34:05 -050021#include "GrRenderTargetContextPriv.h"
bsalomon473addf2015-10-02 07:49:05 -070022#include "GrResourceProvider.h"
Brian Salomon467921e2017-03-06 16:17:12 -050023#include "GrStencilAttachment.h"
Jim Van Verth3af1af92017-05-18 15:06:54 -040024#include "SkDrawShadowRec.h"
Brian Salomon467921e2017-03-06 16:17:12 -050025#include "SkLatticeIter.h"
26#include "SkMatrixPriv.h"
Jim Van Verth34d6e4b2017-06-09 11:09:03 -040027#include "SkShadowUtils.h"
robertphillips2d70dcb2015-10-06 07:38:23 -070028#include "SkSurfacePriv.h"
Brian Salomon467921e2017-03-06 16:17:12 -050029#include "effects/GrRRectEffect.h"
30#include "instanced/InstancedRendering.h"
Brian Salomon89527432016-12-16 09:52:16 -050031#include "ops/GrClearOp.h"
Robert Phillipsb9a02a12017-04-06 11:08:40 -040032#include "ops/GrClearStencilClipOp.h"
Robert Phillipse4407212017-04-13 10:13:16 -040033#include "ops/GrDiscardOp.h"
Brian Salomon0f353322017-05-03 20:58:59 +000034#include "ops/GrDrawAtlasOp.h"
Brian Salomon6d4b65e2017-05-03 17:06:09 -040035#include "ops/GrDrawOp.h"
Brian Salomon89527432016-12-16 09:52:16 -050036#include "ops/GrDrawVerticesOp.h"
37#include "ops/GrLatticeOp.h"
38#include "ops/GrOp.h"
39#include "ops/GrOvalOpFactory.h"
40#include "ops/GrRectOpFactory.h"
41#include "ops/GrRegionOp.h"
Greg Daniela5cb7812017-06-16 09:45:32 -040042#include "ops/GrSemaphoreOp.h"
Brian Salomon89527432016-12-16 09:52:16 -050043#include "ops/GrShadowRRectOp.h"
Brian Salomon467921e2017-03-06 16:17:12 -050044#include "ops/GrStencilPathOp.h"
joshualitte8042922015-12-11 06:11:21 -080045#include "text/GrAtlasTextContext.h"
46#include "text/GrStencilAndCoverTextContext.h"
joshualittbc907352016-01-13 06:45:40 -080047
Robert Phillips72152832017-01-25 17:31:35 -050048#define ASSERT_OWNED_RESOURCE(R) SkASSERT(!(R) || (R)->getContext() == this->drawingManager()->getContext())
joshualitt1de610a2016-01-06 08:26:09 -080049#define ASSERT_SINGLE_OWNER \
Robert Phillipsa90aa2b2017-04-10 08:19:26 -040050 SkDEBUGCODE(GrSingleOwner::AutoEnforce debug_SingleOwner(this->singleOwner());)
robertphillips391395d2016-03-02 09:26:36 -080051#define ASSERT_SINGLE_OWNER_PRIV \
Robert Phillipsa90aa2b2017-04-10 08:19:26 -040052 SkDEBUGCODE(GrSingleOwner::AutoEnforce debug_SingleOwner(fRenderTargetContext->singleOwner());)
Robert Phillips72152832017-01-25 17:31:35 -050053#define RETURN_IF_ABANDONED if (this->drawingManager()->wasAbandoned()) { return; }
54#define RETURN_IF_ABANDONED_PRIV if (fRenderTargetContext->drawingManager()->wasAbandoned()) { return; }
55#define RETURN_FALSE_IF_ABANDONED if (this->drawingManager()->wasAbandoned()) { return false; }
56#define RETURN_FALSE_IF_ABANDONED_PRIV if (fRenderTargetContext->drawingManager()->wasAbandoned()) { return false; }
57#define RETURN_NULL_IF_ABANDONED if (this->drawingManager()->wasAbandoned()) { return nullptr; }
robertphillipsea461502015-05-26 11:38:03 -070058
Brian Salomone225b562017-06-14 13:00:03 -040059//////////////////////////////////////////////////////////////////////////////
60
61GrAAType GrChooseAAType(GrAA aa, GrFSAAType fsaaType, GrAllowMixedSamples allowMixedSamples,
62 const GrCaps& caps) {
63 if (GrAA::kNo == aa) {
64 // On some devices we cannot disable MSAA if it is enabled so we make the AA type reflect
65 // that.
66 if (fsaaType == GrFSAAType::kUnifiedMSAA && !caps.multisampleDisableSupport()) {
67 return GrAAType::kMSAA;
68 }
69 return GrAAType::kNone;
70 }
71 switch (fsaaType) {
72 case GrFSAAType::kNone:
73 return GrAAType::kCoverage;
74 case GrFSAAType::kUnifiedMSAA:
75 return GrAAType::kMSAA;
76 case GrFSAAType::kMixedSamples:
77 return GrAllowMixedSamples::kYes == allowMixedSamples ? GrAAType::kMixedSamples
78 : GrAAType::kCoverage;
79 }
80 SkFAIL("Unexpected fsaa type");
81 return GrAAType::kNone;
82}
83
84//////////////////////////////////////////////////////////////////////////////
85
robertphillipsea461502015-05-26 11:38:03 -070086class AutoCheckFlush {
87public:
halcanary9d524f22016-03-29 09:03:52 -070088 AutoCheckFlush(GrDrawingManager* drawingManager) : fDrawingManager(drawingManager) {
robertphillips77a2e522015-10-17 07:43:27 -070089 SkASSERT(fDrawingManager);
90 }
bsalomonb77a9072016-09-07 10:02:04 -070091 ~AutoCheckFlush() { fDrawingManager->flushIfNecessary(); }
robertphillipsea461502015-05-26 11:38:03 -070092
93private:
robertphillips77a2e522015-10-17 07:43:27 -070094 GrDrawingManager* fDrawingManager;
robertphillipsea461502015-05-26 11:38:03 -070095};
96
Brian Osman11052242016-10-27 14:47:55 -040097bool GrRenderTargetContext::wasAbandoned() const {
Robert Phillips72152832017-01-25 17:31:35 -050098 return this->drawingManager()->wasAbandoned();
robertphillips7761d612016-05-16 09:14:53 -070099}
100
Robert Phillipsf2361d22016-10-25 14:20:06 -0400101// In MDB mode the reffing of the 'getLastOpList' call's result allows in-progress
Brian Osman11052242016-10-27 14:47:55 -0400102// GrOpLists to be picked up and added to by renderTargetContexts lower in the call
Robert Phillipsf2361d22016-10-25 14:20:06 -0400103// stack. When this occurs with a closed GrOpList, a new one will be allocated
Brian Osman11052242016-10-27 14:47:55 -0400104// when the renderTargetContext attempts to use it (via getOpList).
105GrRenderTargetContext::GrRenderTargetContext(GrContext* context,
106 GrDrawingManager* drawingMgr,
Robert Phillipsc7635fa2016-10-28 13:25:24 -0400107 sk_sp<GrRenderTargetProxy> rtp,
Brian Osman11052242016-10-27 14:47:55 -0400108 sk_sp<SkColorSpace> colorSpace,
109 const SkSurfaceProps* surfaceProps,
110 GrAuditTrail* auditTrail,
Robert Phillips941d1442017-06-14 16:37:02 -0400111 GrSingleOwner* singleOwner,
112 bool managedOpList)
Robert Phillips72152832017-01-25 17:31:35 -0500113 : GrSurfaceContext(context, drawingMgr, std::move(colorSpace), auditTrail, singleOwner)
Robert Phillipsc7635fa2016-10-28 13:25:24 -0400114 , fRenderTargetProxy(std::move(rtp))
Robert Phillipsdc83b892017-04-13 12:23:54 -0400115 , fOpList(sk_ref_sp(fRenderTargetProxy->getLastRenderTargetOpList()))
Robert Phillipsc7635fa2016-10-28 13:25:24 -0400116 , fInstancedPipelineInfo(fRenderTargetProxy.get())
brianosman5a7ae7e2016-09-12 12:07:25 -0700117 , fColorXformFromSRGB(nullptr)
Robert Phillips941d1442017-06-14 16:37:02 -0400118 , fSurfaceProps(SkSurfacePropsCopyOrDefault(surfaceProps))
119 , fManagedOpList(managedOpList) {
brianosman5a7ae7e2016-09-12 12:07:25 -0700120 if (fColorSpace) {
121 // sRGB sources are very common (SkColor, etc...), so we cache that gamut transformation
Matt Sarett77a7a1b2017-02-07 13:56:11 -0500122 auto srgbColorSpace = SkColorSpace::MakeSRGB();
msarettc71a9b72016-09-16 11:01:27 -0700123 fColorXformFromSRGB = GrColorSpaceXform::Make(srgbColorSpace.get(), fColorSpace.get());
brianosman5a7ae7e2016-09-12 12:07:25 -0700124 }
Robert Phillipsd9914862017-06-14 15:16:59 -0400125
126 // MDB TODO: to ensure all resources still get allocated in the correct order in the hybrid
127 // world we need to get the correct opList here so that it, in turn, can grab and hold
128 // its rendertarget.
Robert Phillips2de8cfa2017-06-28 10:33:41 -0400129 this->getRTOpList();
robertphillips2e1e51f2015-10-15 08:01:48 -0700130 SkDEBUGCODE(this->validate();)
robertphillipsea461502015-05-26 11:38:03 -0700131}
132
robertphillips2e1e51f2015-10-15 08:01:48 -0700133#ifdef SK_DEBUG
Brian Osman11052242016-10-27 14:47:55 -0400134void GrRenderTargetContext::validate() const {
Robert Phillipsc7635fa2016-10-28 13:25:24 -0400135 SkASSERT(fRenderTargetProxy);
136 fRenderTargetProxy->validate(fContext);
robertphillipsa106c622015-10-16 09:07:06 -0700137
Robert Phillipsf2361d22016-10-25 14:20:06 -0400138 if (fOpList && !fOpList->isClosed()) {
Robert Phillipsdc83b892017-04-13 12:23:54 -0400139 SkASSERT(fRenderTargetProxy->getLastOpList() == fOpList.get());
robertphillipsa106c622015-10-16 09:07:06 -0700140 }
robertphillips2e1e51f2015-10-15 08:01:48 -0700141}
142#endif
143
Brian Osman11052242016-10-27 14:47:55 -0400144GrRenderTargetContext::~GrRenderTargetContext() {
joshualitt1de610a2016-01-06 08:26:09 -0800145 ASSERT_SINGLE_OWNER
robertphillipsa106c622015-10-16 09:07:06 -0700146}
147
Robert Phillipsf200a902017-01-30 13:27:37 -0500148GrTextureProxy* GrRenderTargetContext::asTextureProxy() {
Robert Phillipseaa86252016-11-08 13:49:39 +0000149 return fRenderTargetProxy->asTextureProxy();
150}
151
Robert Phillipsf200a902017-01-30 13:27:37 -0500152sk_sp<GrTextureProxy> GrRenderTargetContext::asTextureProxyRef() {
153 return sk_ref_sp(fRenderTargetProxy->asTextureProxy());
154}
155
Robert Phillips2de8cfa2017-06-28 10:33:41 -0400156GrRenderTargetOpList* GrRenderTargetContext::getRTOpList() {
joshualitt1de610a2016-01-06 08:26:09 -0800157 ASSERT_SINGLE_OWNER
robertphillipsa106c622015-10-16 09:07:06 -0700158 SkDEBUGCODE(this->validate();)
159
Robert Phillipsf2361d22016-10-25 14:20:06 -0400160 if (!fOpList || fOpList->isClosed()) {
Robert Phillips941d1442017-06-14 16:37:02 -0400161 fOpList = this->drawingManager()->newRTOpList(fRenderTargetProxy.get(), fManagedOpList);
robertphillipsa106c622015-10-16 09:07:06 -0700162 }
163
Robert Phillipsdc83b892017-04-13 12:23:54 -0400164 return fOpList.get();
robertphillipsa106c622015-10-16 09:07:06 -0700165}
166
Robert Phillips2de8cfa2017-06-28 10:33:41 -0400167GrOpList* GrRenderTargetContext::getOpList() {
168 return this->getRTOpList();
robertphillipsea461502015-05-26 11:38:03 -0700169}
170
Brian Salomon6f1d36c2017-01-13 12:02:17 -0500171void GrRenderTargetContext::drawText(const GrClip& clip, const SkPaint& skPaint,
Brian Salomon82f44312017-01-11 13:42:54 -0500172 const SkMatrix& viewMatrix, const char text[],
173 size_t byteLength, SkScalar x, SkScalar y,
174 const SkIRect& clipBounds) {
joshualitt1de610a2016-01-06 08:26:09 -0800175 ASSERT_SINGLE_OWNER
robertphillips2d70dcb2015-10-06 07:38:23 -0700176 RETURN_IF_ABANDONED
robertphillips2e1e51f2015-10-15 08:01:48 -0700177 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -0400178 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawText");
robertphillips2d70dcb2015-10-06 07:38:23 -0700179
Robert Phillips72152832017-01-25 17:31:35 -0500180 GrAtlasTextContext* atlasTextContext = this->drawingManager()->getAtlasTextContext();
Brian Salomon6f1d36c2017-01-13 12:02:17 -0500181 atlasTextContext->drawText(fContext, this, clip, skPaint, viewMatrix, fSurfaceProps, text,
182 byteLength, x, y, clipBounds);
robertphillips2334fb62015-06-17 05:43:33 -0700183}
robertphillipscaef3452015-11-11 13:18:11 -0800184
Brian Salomon6f1d36c2017-01-13 12:02:17 -0500185void GrRenderTargetContext::drawPosText(const GrClip& clip, const SkPaint& paint,
186 const SkMatrix& viewMatrix, const char text[],
187 size_t byteLength, const SkScalar pos[],
Brian Salomon82f44312017-01-11 13:42:54 -0500188 int scalarsPerPosition, const SkPoint& offset,
189 const SkIRect& clipBounds) {
joshualitt1de610a2016-01-06 08:26:09 -0800190 ASSERT_SINGLE_OWNER
robertphillips2d70dcb2015-10-06 07:38:23 -0700191 RETURN_IF_ABANDONED
robertphillips2e1e51f2015-10-15 08:01:48 -0700192 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -0400193 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawPosText");
robertphillips2d70dcb2015-10-06 07:38:23 -0700194
Robert Phillips72152832017-01-25 17:31:35 -0500195 GrAtlasTextContext* atlasTextContext = this->drawingManager()->getAtlasTextContext();
Brian Salomon6f1d36c2017-01-13 12:02:17 -0500196 atlasTextContext->drawPosText(fContext, this, clip, paint, viewMatrix, fSurfaceProps, text,
197 byteLength, pos, scalarsPerPosition, offset, clipBounds);
robertphillips2334fb62015-06-17 05:43:33 -0700198}
robertphillipscaef3452015-11-11 13:18:11 -0800199
Brian Salomon6f1d36c2017-01-13 12:02:17 -0500200void GrRenderTargetContext::drawTextBlob(const GrClip& clip, const SkPaint& paint,
Brian Osman11052242016-10-27 14:47:55 -0400201 const SkMatrix& viewMatrix, const SkTextBlob* blob,
Brian Salomon6f1d36c2017-01-13 12:02:17 -0500202 SkScalar x, SkScalar y, SkDrawFilter* filter,
203 const SkIRect& clipBounds) {
joshualitt1de610a2016-01-06 08:26:09 -0800204 ASSERT_SINGLE_OWNER
robertphillips2d70dcb2015-10-06 07:38:23 -0700205 RETURN_IF_ABANDONED
robertphillips2e1e51f2015-10-15 08:01:48 -0700206 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -0400207 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawTextBlob");
robertphillips2d70dcb2015-10-06 07:38:23 -0700208
Robert Phillips72152832017-01-25 17:31:35 -0500209 GrAtlasTextContext* atlasTextContext = this->drawingManager()->getAtlasTextContext();
Brian Salomon6f1d36c2017-01-13 12:02:17 -0500210 atlasTextContext->drawTextBlob(fContext, this, clip, paint, viewMatrix, fSurfaceProps, blob, x,
211 y, filter, clipBounds);
robertphillipsea461502015-05-26 11:38:03 -0700212}
213
Brian Osman11052242016-10-27 14:47:55 -0400214void GrRenderTargetContext::discard() {
joshualitt1de610a2016-01-06 08:26:09 -0800215 ASSERT_SINGLE_OWNER
robertphillipsea461502015-05-26 11:38:03 -0700216 RETURN_IF_ABANDONED
robertphillips2e1e51f2015-10-15 08:01:48 -0700217 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -0400218 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::discard");
robertphillips2e1e51f2015-10-15 08:01:48 -0700219
Robert Phillips72152832017-01-25 17:31:35 -0500220 AutoCheckFlush acf(this->drawingManager());
Robert Phillipsc7635fa2016-10-28 13:25:24 -0400221
Robert Phillipse4407212017-04-13 10:13:16 -0400222 // Currently this just inserts a discard op. However, once in MDB this can remove all the
223 // previously recorded ops and change the load op to discard.
224 if (this->caps()->discardRenderTargetSupport()) {
Robert Phillips955235f2017-05-18 12:17:35 -0400225 std::unique_ptr<GrOp> op(GrDiscardOp::Make(fRenderTargetProxy.get()));
Robert Phillipse4407212017-04-13 10:13:16 -0400226 if (!op) {
227 return;
228 }
Robert Phillips2de8cfa2017-06-28 10:33:41 -0400229 this->getRTOpList()->addOp(std::move(op), *this->caps());
Robert Phillipse4407212017-04-13 10:13:16 -0400230 }
robertphillipsea461502015-05-26 11:38:03 -0700231}
232
Brian Osman11052242016-10-27 14:47:55 -0400233void GrRenderTargetContext::clear(const SkIRect* rect,
234 const GrColor color,
235 bool canIgnoreRect) {
joshualitt1de610a2016-01-06 08:26:09 -0800236 ASSERT_SINGLE_OWNER
robertphillipsea461502015-05-26 11:38:03 -0700237 RETURN_IF_ABANDONED
robertphillips2e1e51f2015-10-15 08:01:48 -0700238 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -0400239 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::clear");
robertphillipsea461502015-05-26 11:38:03 -0700240
Robert Phillips72152832017-01-25 17:31:35 -0500241 AutoCheckFlush acf(this->drawingManager());
csmartdalton29df7602016-08-31 11:55:52 -0700242 this->internalClear(rect ? GrFixedClip(*rect) : GrFixedClip::Disabled(), color, canIgnoreRect);
243}
robertphillips9199a9f2016-07-13 07:48:43 -0700244
Robert Phillips784b7bf2016-12-09 13:35:02 -0500245void GrRenderTargetContextPriv::absClear(const SkIRect* clearRect, const GrColor color) {
246 ASSERT_SINGLE_OWNER_PRIV
247 RETURN_IF_ABANDONED_PRIV
248 SkDEBUGCODE(fRenderTargetContext->validate();)
249 GR_AUDIT_TRAIL_AUTO_FRAME(fRenderTargetContext->fAuditTrail,
250 "GrRenderTargetContext::absClear");
251
Robert Phillips72152832017-01-25 17:31:35 -0500252 AutoCheckFlush acf(fRenderTargetContext->drawingManager());
Robert Phillips784b7bf2016-12-09 13:35:02 -0500253
Brian Salomonbb5711a2017-05-17 13:49:59 -0400254 SkIRect rtRect = SkIRect::MakeWH(fRenderTargetContext->fRenderTargetProxy->worstCaseWidth(),
255 fRenderTargetContext->fRenderTargetProxy->worstCaseHeight());
Robert Phillips784b7bf2016-12-09 13:35:02 -0500256
257 if (clearRect) {
258 if (clearRect->contains(rtRect)) {
259 clearRect = nullptr; // full screen
260 } else {
261 if (!rtRect.intersect(*clearRect)) {
262 return;
263 }
264 }
265 }
266
267 // TODO: in a post-MDB world this should be handled at the OpList level.
268 // An op-list that is initially cleared and has no other ops should receive an
269 // extra draw.
270 if (fRenderTargetContext->fContext->caps()->useDrawInsteadOfClear()) {
271 // This works around a driver bug with clear by drawing a rect instead.
272 // The driver will ignore a clear if it is the only thing rendered to a
273 // target before the target is read.
274 GrPaint paint;
275 paint.setColor4f(GrColor4f::FromGrColor(color));
Brian Salomona1633922017-01-09 11:46:10 -0500276 paint.setXPFactory(GrPorterDuffXPFactory::Get(SkBlendMode::kSrc));
Robert Phillips784b7bf2016-12-09 13:35:02 -0500277
278 // We don't call drawRect() here to avoid the cropping to the, possibly smaller,
279 // RenderTargetProxy bounds
Brian Salomonbaaf4392017-06-15 09:59:23 -0400280 std::unique_ptr<GrDrawOp> op = GrRectOpFactory::MakeNonAAFill(
281 std::move(paint), SkMatrix::I(), SkRect::Make(rtRect), GrAAType::kNone);
282 fRenderTargetContext->addDrawOp(GrNoClip(), std::move(op));
Robert Phillips784b7bf2016-12-09 13:35:02 -0500283 } else {
Robert Phillips784b7bf2016-12-09 13:35:02 -0500284 // This path doesn't handle coalescing of full screen clears b.c. it
285 // has to clear the entire render target - not just the content area.
286 // It could be done but will take more finagling.
Robert Phillips5efd5ea2017-05-30 13:47:32 -0400287 std::unique_ptr<GrOp> op(GrClearOp::Make(rtRect, color, !clearRect));
Brian Salomonfc527d22016-12-14 21:07:01 -0500288 if (!op) {
Robert Phillips784b7bf2016-12-09 13:35:02 -0500289 return;
290 }
Robert Phillips2de8cfa2017-06-28 10:33:41 -0400291 fRenderTargetContext->getRTOpList()->addOp(std::move(op), *fRenderTargetContext->caps());
Robert Phillips784b7bf2016-12-09 13:35:02 -0500292 }
293}
294
Brian Osman11052242016-10-27 14:47:55 -0400295void GrRenderTargetContextPriv::clear(const GrFixedClip& clip,
296 const GrColor color,
297 bool canIgnoreClip) {
csmartdalton29df7602016-08-31 11:55:52 -0700298 ASSERT_SINGLE_OWNER_PRIV
299 RETURN_IF_ABANDONED_PRIV
Brian Osman11052242016-10-27 14:47:55 -0400300 SkDEBUGCODE(fRenderTargetContext->validate();)
301 GR_AUDIT_TRAIL_AUTO_FRAME(fRenderTargetContext->fAuditTrail,
302 "GrRenderTargetContextPriv::clear");
csmartdalton29df7602016-08-31 11:55:52 -0700303
Robert Phillips72152832017-01-25 17:31:35 -0500304 AutoCheckFlush acf(fRenderTargetContext->drawingManager());
Brian Osman11052242016-10-27 14:47:55 -0400305 fRenderTargetContext->internalClear(clip, color, canIgnoreClip);
csmartdalton29df7602016-08-31 11:55:52 -0700306}
307
Brian Osman11052242016-10-27 14:47:55 -0400308void GrRenderTargetContext::internalClear(const GrFixedClip& clip,
309 const GrColor color,
310 bool canIgnoreClip) {
csmartdaltonbf4a8f92016-09-06 10:01:06 -0700311 bool isFull = false;
312 if (!clip.hasWindowRectangles()) {
313 isFull = !clip.scissorEnabled() ||
314 (canIgnoreClip && fContext->caps()->fullClearIsFree()) ||
315 clip.scissorRect().contains(SkIRect::MakeWH(this->width(), this->height()));
316 }
robertphillips9199a9f2016-07-13 07:48:43 -0700317
318 if (fContext->caps()->useDrawInsteadOfClear()) {
319 // This works around a driver bug with clear by drawing a rect instead.
320 // The driver will ignore a clear if it is the only thing rendered to a
321 // target before the target is read.
Robert Phillips784b7bf2016-12-09 13:35:02 -0500322 SkIRect clearRect = SkIRect::MakeWH(this->width(), this->height());
csmartdalton29df7602016-08-31 11:55:52 -0700323 if (isFull) {
robertphillips9199a9f2016-07-13 07:48:43 -0700324 this->discard();
Robert Phillips93f16332016-11-23 19:37:13 -0500325 } else if (!clearRect.intersect(clip.scissorRect())) {
csmartdalton29df7602016-08-31 11:55:52 -0700326 return;
robertphillips9199a9f2016-07-13 07:48:43 -0700327 }
328
329 GrPaint paint;
330 paint.setColor4f(GrColor4f::FromGrColor(color));
Brian Salomona1633922017-01-09 11:46:10 -0500331 paint.setXPFactory(GrPorterDuffXPFactory::Get(SkBlendMode::kSrc));
robertphillips9199a9f2016-07-13 07:48:43 -0700332
Brian Salomon82f44312017-01-11 13:42:54 -0500333 this->drawRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), SkRect::Make(clearRect));
bsalomon9f129de2016-08-10 16:31:05 -0700334 } else if (isFull) {
Robert Phillips2de8cfa2017-06-28 10:33:41 -0400335 this->getRTOpList()->fullClear(*this->caps(), color);
robertphillips9199a9f2016-07-13 07:48:43 -0700336 } else {
Robert Phillips5efd5ea2017-05-30 13:47:32 -0400337 std::unique_ptr<GrOp> op(GrClearOp::Make(clip, color, this->asSurfaceProxy()));
Brian Salomon42521e82016-12-07 16:44:58 -0500338 if (!op) {
csmartdalton29df7602016-08-31 11:55:52 -0700339 return;
340 }
Robert Phillips2de8cfa2017-06-28 10:33:41 -0400341 this->getRTOpList()->addOp(std::move(op), *this->caps());
robertphillips9199a9f2016-07-13 07:48:43 -0700342 }
robertphillipsea461502015-05-26 11:38:03 -0700343}
344
Brian Osman11052242016-10-27 14:47:55 -0400345void GrRenderTargetContext::drawPaint(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -0500346 GrPaint&& paint,
Brian Osman11052242016-10-27 14:47:55 -0400347 const SkMatrix& viewMatrix) {
joshualitt1de610a2016-01-06 08:26:09 -0800348 ASSERT_SINGLE_OWNER
robertphillipsea461502015-05-26 11:38:03 -0700349 RETURN_IF_ABANDONED
robertphillips2e1e51f2015-10-15 08:01:48 -0700350 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -0400351 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawPaint");
robertphillips2e1e51f2015-10-15 08:01:48 -0700352
robertphillipsea461502015-05-26 11:38:03 -0700353 // set rect to be big enough to fill the space, but not super-huge, so we
354 // don't overflow fixed-point implementations
robertphillips13a7eee2016-08-31 15:06:24 -0700355
Robert Phillipsc7635fa2016-10-28 13:25:24 -0400356 SkRect r = fRenderTargetProxy->getBoundsRect();
robertphillipsea461502015-05-26 11:38:03 -0700357
bsalomoncb31e512016-08-26 10:48:19 -0700358 SkRRect rrect;
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500359 GrAA aa;
bsalomoncb31e512016-08-26 10:48:19 -0700360 // Check if we can replace a clipRRect()/drawPaint() with a drawRRect(). We only do the
361 // transformation for non-rect rrects. Rects caused a performance regression on an Android
362 // test that needs investigation. We also skip cases where there are fragment processors
363 // because they may depend on having correct local coords and this path draws in device space
364 // without a local matrix.
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500365 if (!paint.numTotalFragmentProcessors() && clip.isRRect(r, &rrect, &aa) && !rrect.isRect()) {
Brian Salomon82f44312017-01-11 13:42:54 -0500366 this->drawRRect(GrNoClip(), std::move(paint), aa, SkMatrix::I(), rrect,
367 GrStyle::SimpleFill());
bsalomoncb31e512016-08-26 10:48:19 -0700368 return;
369 }
370
robertphillipsea461502015-05-26 11:38:03 -0700371
372 bool isPerspective = viewMatrix.hasPerspective();
373
374 // We attempt to map r by the inverse matrix and draw that. mapRect will
375 // map the four corners and bound them with a new rect. This will not
376 // produce a correct result for some perspective matrices.
377 if (!isPerspective) {
reeda39667c2016-08-22 06:39:49 -0700378 if (!SkMatrixPriv::InverseMapRect(viewMatrix, &r, r)) {
robertphillipsea461502015-05-26 11:38:03 -0700379 SkDebugf("Could not invert matrix\n");
380 return;
381 }
Brian Salomon82f44312017-01-11 13:42:54 -0500382 this->drawRect(clip, std::move(paint), GrAA::kNo, viewMatrix, r);
robertphillipsea461502015-05-26 11:38:03 -0700383 } else {
384 SkMatrix localMatrix;
385 if (!viewMatrix.invert(&localMatrix)) {
386 SkDebugf("Could not invert matrix\n");
387 return;
388 }
389
Robert Phillips72152832017-01-25 17:31:35 -0500390 AutoCheckFlush acf(this->drawingManager());
robertphillipsea461502015-05-26 11:38:03 -0700391
Brian Salomonbaaf4392017-06-15 09:59:23 -0400392 std::unique_ptr<GrDrawOp> op = GrRectOpFactory::MakeNonAAFillWithLocalMatrix(
393 std::move(paint), SkMatrix::I(), localMatrix, r, GrAAType::kNone);
394 this->addDrawOp(clip, std::move(op));
robertphillipsea461502015-05-26 11:38:03 -0700395 }
396}
397
robertphillipsea461502015-05-26 11:38:03 -0700398static inline bool rect_contains_inclusive(const SkRect& rect, const SkPoint& point) {
399 return point.fX >= rect.fLeft && point.fX <= rect.fRight &&
400 point.fY >= rect.fTop && point.fY <= rect.fBottom;
401}
402
csmartdalton97f6cd52016-07-13 13:37:08 -0700403// Attempts to crop a rect and optional local rect to the clip boundaries.
404// Returns false if the draw can be skipped entirely.
robertphillips13a7eee2016-08-31 15:06:24 -0700405static bool crop_filled_rect(int width, int height, const GrClip& clip,
csmartdalton97f6cd52016-07-13 13:37:08 -0700406 const SkMatrix& viewMatrix, SkRect* rect,
407 SkRect* localRect = nullptr) {
408 if (!viewMatrix.rectStaysRect()) {
409 return true;
410 }
411
csmartdalton97f6cd52016-07-13 13:37:08 -0700412 SkIRect clipDevBounds;
413 SkRect clipBounds;
csmartdalton97f6cd52016-07-13 13:37:08 -0700414
robertphillips13a7eee2016-08-31 15:06:24 -0700415 clip.getConservativeBounds(width, height, &clipDevBounds);
reeda39667c2016-08-22 06:39:49 -0700416 if (!SkMatrixPriv::InverseMapRect(viewMatrix, &clipBounds, SkRect::Make(clipDevBounds))) {
417 return false;
418 }
csmartdalton97f6cd52016-07-13 13:37:08 -0700419
420 if (localRect) {
421 if (!rect->intersects(clipBounds)) {
422 return false;
423 }
424 const SkScalar dx = localRect->width() / rect->width();
425 const SkScalar dy = localRect->height() / rect->height();
426 if (clipBounds.fLeft > rect->fLeft) {
427 localRect->fLeft += (clipBounds.fLeft - rect->fLeft) * dx;
428 rect->fLeft = clipBounds.fLeft;
429 }
430 if (clipBounds.fTop > rect->fTop) {
431 localRect->fTop += (clipBounds.fTop - rect->fTop) * dy;
432 rect->fTop = clipBounds.fTop;
433 }
434 if (clipBounds.fRight < rect->fRight) {
435 localRect->fRight -= (rect->fRight - clipBounds.fRight) * dx;
436 rect->fRight = clipBounds.fRight;
437 }
438 if (clipBounds.fBottom < rect->fBottom) {
439 localRect->fBottom -= (rect->fBottom - clipBounds.fBottom) * dy;
440 rect->fBottom = clipBounds.fBottom;
441 }
442 return true;
443 }
444
445 return rect->intersect(clipBounds);
446}
447
Brian Osman11052242016-10-27 14:47:55 -0400448bool GrRenderTargetContext::drawFilledRect(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -0500449 GrPaint&& paint,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500450 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -0400451 const SkMatrix& viewMatrix,
452 const SkRect& rect,
453 const GrUserStencilSettings* ss) {
csmartdalton97f6cd52016-07-13 13:37:08 -0700454 SkRect croppedRect = rect;
Robert Phillips784b7bf2016-12-09 13:35:02 -0500455 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix, &croppedRect)) {
csmartdalton97f6cd52016-07-13 13:37:08 -0700456 return true;
457 }
robertphillips44302392016-07-08 14:43:03 -0700458
Brian Salomon54d212e2017-03-21 14:22:38 -0400459 if (GrCaps::InstancedSupport::kNone != fContext->caps()->instancedSupport() &&
460 (!ss || ss->isDisabled(false))) {
Robert Phillipse3302df2017-04-24 07:31:02 -0400461 gr_instanced::OpAllocator* oa = this->drawingManager()->instancingAllocator();
462 std::unique_ptr<GrDrawOp> op = oa->recordRect(croppedRect, viewMatrix, std::move(paint),
463 aa, fInstancedPipelineInfo);
Brian Salomon42521e82016-12-07 16:44:58 -0500464 if (op) {
Brian Salomon54d212e2017-03-21 14:22:38 -0400465 this->addDrawOp(clip, std::move(op));
robertphillips44302392016-07-08 14:43:03 -0700466 return true;
csmartdaltona7f29642016-07-07 08:49:11 -0700467 }
468 }
Brian Salomon7c8460e2017-05-12 11:36:10 -0400469 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo);
Brian Salomonbaaf4392017-06-15 09:59:23 -0400470 std::unique_ptr<GrDrawOp> op;
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500471 if (GrAAType::kCoverage == aaType) {
Brian Salomonbaaf4392017-06-15 09:59:23 -0400472 op = GrRectOpFactory::MakeAAFill(std::move(paint), viewMatrix, croppedRect, ss);
robertphillips391395d2016-03-02 09:26:36 -0800473 } else {
Brian Salomonbaaf4392017-06-15 09:59:23 -0400474 op = GrRectOpFactory::MakeNonAAFill(std::move(paint), viewMatrix, croppedRect, aaType, ss);
robertphillips391395d2016-03-02 09:26:36 -0800475 }
Brian Salomonbaaf4392017-06-15 09:59:23 -0400476 if (!op) {
477 return false;
478 }
479 this->addDrawOp(clip, std::move(op));
480 return true;
robertphillips391395d2016-03-02 09:26:36 -0800481}
482
Brian Osman11052242016-10-27 14:47:55 -0400483void GrRenderTargetContext::drawRect(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -0500484 GrPaint&& paint,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500485 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -0400486 const SkMatrix& viewMatrix,
487 const SkRect& rect,
488 const GrStyle* style) {
bsalomon6663acf2016-05-10 09:14:17 -0700489 if (!style) {
490 style = &GrStyle::SimpleFill();
491 }
joshualitt1de610a2016-01-06 08:26:09 -0800492 ASSERT_SINGLE_OWNER
robertphillipsea461502015-05-26 11:38:03 -0700493 RETURN_IF_ABANDONED
robertphillips2e1e51f2015-10-15 08:01:48 -0700494 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -0400495 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawRect");
robertphillips2e1e51f2015-10-15 08:01:48 -0700496
bsalomon6663acf2016-05-10 09:14:17 -0700497 // Path effects should've been devolved to a path in SkGpuDevice
498 SkASSERT(!style->pathEffect());
robertphillipsea461502015-05-26 11:38:03 -0700499
Robert Phillips72152832017-01-25 17:31:35 -0500500 AutoCheckFlush acf(this->drawingManager());
robertphillipsea461502015-05-26 11:38:03 -0700501
bsalomon6663acf2016-05-10 09:14:17 -0700502 const SkStrokeRec& stroke = style->strokeRec();
robertphillips3ab14ca2016-07-10 11:49:39 -0700503 if (stroke.getStyle() == SkStrokeRec::kFill_Style) {
Greg Daniela5cb7812017-06-16 09:45:32 -0400504
robertphillips3ab14ca2016-07-10 11:49:39 -0700505 if (!fContext->caps()->useDrawInsteadOfClear()) {
506 // Check if this is a full RT draw and can be replaced with a clear. We don't bother
507 // checking cases where the RT is fully inside a stroke.
Robert Phillipsc7635fa2016-10-28 13:25:24 -0400508 SkRect rtRect = fRenderTargetProxy->getBoundsRect();
robertphillips3ab14ca2016-07-10 11:49:39 -0700509 // Does the clip contain the entire RT?
510 if (clip.quickContains(rtRect)) {
511 SkMatrix invM;
512 if (!viewMatrix.invert(&invM)) {
robertphillipsea461502015-05-26 11:38:03 -0700513 return;
514 }
robertphillips3ab14ca2016-07-10 11:49:39 -0700515 // Does the rect bound the RT?
516 SkPoint srcSpaceRTQuad[4];
517 invM.mapRectToQuad(srcSpaceRTQuad, rtRect);
518 if (rect_contains_inclusive(rect, srcSpaceRTQuad[0]) &&
519 rect_contains_inclusive(rect, srcSpaceRTQuad[1]) &&
520 rect_contains_inclusive(rect, srcSpaceRTQuad[2]) &&
521 rect_contains_inclusive(rect, srcSpaceRTQuad[3])) {
522 // Will it blend?
523 GrColor clearColor;
524 if (paint.isConstantBlendedColor(&clearColor)) {
robertphillips9199a9f2016-07-13 07:48:43 -0700525 this->clear(nullptr, clearColor, true);
robertphillips3ab14ca2016-07-10 11:49:39 -0700526 return;
527 }
528 }
robertphillipsea461502015-05-26 11:38:03 -0700529 }
530 }
robertphillips44302392016-07-08 14:43:03 -0700531
Brian Salomon82f44312017-01-11 13:42:54 -0500532 if (this->drawFilledRect(clip, std::move(paint), aa, viewMatrix, rect, nullptr)) {
robertphillips44302392016-07-08 14:43:03 -0700533 return;
534 }
bsalomona7d85ba2016-07-06 11:54:59 -0700535 } else if (stroke.getStyle() == SkStrokeRec::kStroke_Style ||
536 stroke.getStyle() == SkStrokeRec::kHairline_Style) {
537 if ((!rect.width() || !rect.height()) &&
538 SkStrokeRec::kHairline_Style != stroke.getStyle()) {
539 SkScalar r = stroke.getWidth() / 2;
540 // TODO: Move these stroke->fill fallbacks to GrShape?
541 switch (stroke.getJoin()) {
542 case SkPaint::kMiter_Join:
Brian Salomon82f44312017-01-11 13:42:54 -0500543 this->drawRect(
544 clip, std::move(paint), aa, viewMatrix,
545 {rect.fLeft - r, rect.fTop - r, rect.fRight + r, rect.fBottom + r},
546 &GrStyle::SimpleFill());
bsalomona7d85ba2016-07-06 11:54:59 -0700547 return;
548 case SkPaint::kRound_Join:
549 // Raster draws nothing when both dimensions are empty.
550 if (rect.width() || rect.height()){
551 SkRRect rrect = SkRRect::MakeRectXY(rect.makeOutset(r, r), r, r);
Brian Salomon82f44312017-01-11 13:42:54 -0500552 this->drawRRect(clip, std::move(paint), aa, viewMatrix, rrect,
553 GrStyle::SimpleFill());
bsalomona7d85ba2016-07-06 11:54:59 -0700554 return;
555 }
556 case SkPaint::kBevel_Join:
557 if (!rect.width()) {
Brian Salomon82f44312017-01-11 13:42:54 -0500558 this->drawRect(clip, std::move(paint), aa, viewMatrix,
bsalomona7d85ba2016-07-06 11:54:59 -0700559 {rect.fLeft - r, rect.fTop, rect.fRight + r, rect.fBottom},
560 &GrStyle::SimpleFill());
561 } else {
Brian Salomon82f44312017-01-11 13:42:54 -0500562 this->drawRect(clip, std::move(paint), aa, viewMatrix,
bsalomona7d85ba2016-07-06 11:54:59 -0700563 {rect.fLeft, rect.fTop - r, rect.fRight, rect.fBottom + r},
564 &GrStyle::SimpleFill());
565 }
566 return;
567 }
568 }
robertphillips44302392016-07-08 14:43:03 -0700569
Brian Salomonbaaf4392017-06-15 09:59:23 -0400570 std::unique_ptr<GrDrawOp> op;
robertphillips44302392016-07-08 14:43:03 -0700571
Brian Salomon7c8460e2017-05-12 11:36:10 -0400572 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo);
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500573 if (GrAAType::kCoverage == aaType) {
cdaltonbb539482016-01-04 09:48:25 -0800574 // The stroke path needs the rect to remain axis aligned (no rotation or skew).
575 if (viewMatrix.rectStaysRect()) {
Brian Salomonbaaf4392017-06-15 09:59:23 -0400576 op = GrRectOpFactory::MakeAAStroke(std::move(paint), viewMatrix, rect, stroke);
cdaltonbb539482016-01-04 09:48:25 -0800577 }
robertphillipsea461502015-05-26 11:38:03 -0700578 } else {
Brian Salomonbaaf4392017-06-15 09:59:23 -0400579 op = GrRectOpFactory::MakeNonAAStroke(std::move(paint), viewMatrix, rect, stroke,
580 aaType);
robertphillips391395d2016-03-02 09:26:36 -0800581 }
robertphillips4bc31812016-03-01 12:22:49 -0800582
Brian Salomon42521e82016-12-07 16:44:58 -0500583 if (op) {
Brian Salomonbaaf4392017-06-15 09:59:23 -0400584 this->addDrawOp(clip, std::move(op));
robertphillips44302392016-07-08 14:43:03 -0700585 return;
robertphillips4bc31812016-03-01 12:22:49 -0800586 }
robertphillips4bc31812016-03-01 12:22:49 -0800587 }
halcanary9d524f22016-03-29 09:03:52 -0700588
robertphillips4bc31812016-03-01 12:22:49 -0800589 SkPath path;
590 path.setIsVolatile(true);
591 path.addRect(rect);
Brian Salomon82f44312017-01-11 13:42:54 -0500592 this->internalDrawPath(clip, std::move(paint), aa, viewMatrix, path, *style);
robertphillipsea461502015-05-26 11:38:03 -0700593}
594
Robert Phillipsec2249f2016-11-09 08:54:35 -0500595int GrRenderTargetContextPriv::maxWindowRectangles() const {
596 return fRenderTargetContext->fRenderTargetProxy->maxWindowRectangles(
597 *fRenderTargetContext->fContext->caps());
598}
599
Brian Osman11052242016-10-27 14:47:55 -0400600void GrRenderTargetContextPriv::clearStencilClip(const GrFixedClip& clip, bool insideStencilMask) {
robertphillips976f5f02016-06-03 10:59:20 -0700601 ASSERT_SINGLE_OWNER_PRIV
602 RETURN_IF_ABANDONED_PRIV
Brian Osman11052242016-10-27 14:47:55 -0400603 SkDEBUGCODE(fRenderTargetContext->validate();)
604 GR_AUDIT_TRAIL_AUTO_FRAME(fRenderTargetContext->fAuditTrail,
605 "GrRenderTargetContextPriv::clearStencilClip");
robertphillips976f5f02016-06-03 10:59:20 -0700606
Robert Phillips72152832017-01-25 17:31:35 -0500607 AutoCheckFlush acf(fRenderTargetContext->drawingManager());
Robert Phillipsb9a02a12017-04-06 11:08:40 -0400608
Robert Phillips2f4ddf62017-06-01 08:48:19 -0400609 std::unique_ptr<GrOp> op(GrClearStencilClipOp::Make(
610 clip, insideStencilMask,
611 fRenderTargetContext->fRenderTargetProxy.get()));
Robert Phillipsb9a02a12017-04-06 11:08:40 -0400612 if (!op) {
Robert Phillipse60ad622016-11-17 10:22:48 -0500613 return;
614 }
Robert Phillips2de8cfa2017-06-28 10:33:41 -0400615 fRenderTargetContext->getRTOpList()->addOp(std::move(op), *fRenderTargetContext->caps());
robertphillips976f5f02016-06-03 10:59:20 -0700616}
617
Brian Osman11052242016-10-27 14:47:55 -0400618void GrRenderTargetContextPriv::stencilPath(const GrClip& clip,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500619 GrAAType aaType,
Brian Osman11052242016-10-27 14:47:55 -0400620 const SkMatrix& viewMatrix,
621 const GrPath* path) {
Brian Salomon467921e2017-03-06 16:17:12 -0500622 ASSERT_SINGLE_OWNER_PRIV
623 RETURN_IF_ABANDONED_PRIV
624 SkDEBUGCODE(fRenderTargetContext->validate();)
625 GR_AUDIT_TRAIL_AUTO_FRAME(fRenderTargetContext->fAuditTrail,
626 "GrRenderTargetContext::stencilPath");
627
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500628 SkASSERT(aaType != GrAAType::kCoverage);
Brian Salomon467921e2017-03-06 16:17:12 -0500629
630 bool useHWAA = GrAATypeIsHW(aaType);
631 // TODO: extract portions of checkDraw that are relevant to path stenciling.
632 SkASSERT(path);
633 SkASSERT(fRenderTargetContext->caps()->shaderCaps()->pathRenderingSupport());
634
635 // FIXME: Use path bounds instead of this WAR once
636 // https://bugs.chromium.org/p/skia/issues/detail?id=5640 is resolved.
637 SkRect bounds = SkRect::MakeIWH(fRenderTargetContext->width(), fRenderTargetContext->height());
638
639 // Setup clip
Brian Salomon97180af2017-03-14 13:42:58 -0400640 GrAppliedClip appliedClip;
Brian Salomon467921e2017-03-06 16:17:12 -0500641 if (!clip.apply(fRenderTargetContext->fContext, fRenderTargetContext, useHWAA, true,
Brian Salomon97180af2017-03-14 13:42:58 -0400642 &appliedClip, &bounds)) {
Brian Salomon467921e2017-03-06 16:17:12 -0500643 return;
644 }
645
646 // Coverage AA does not make sense when rendering to the stencil buffer. The caller should never
647 // attempt this in a situation that would require coverage AA.
648 SkASSERT(!appliedClip.clipCoverageFragmentProcessor());
649
650 GrRenderTarget* rt = fRenderTargetContext->accessRenderTarget();
651 if (!rt) {
652 return;
653 }
654 GrStencilAttachment* stencilAttachment =
655 fRenderTargetContext->fContext->resourceProvider()->attachStencilAttachment(rt);
656 if (!stencilAttachment) {
657 SkDebugf("ERROR creating stencil attachment. Draw skipped.\n");
658 return;
659 }
660
661 std::unique_ptr<GrOp> op = GrStencilPathOp::Make(viewMatrix,
662 useHWAA,
663 path->getFillType(),
664 appliedClip.hasStencilClip(),
665 stencilAttachment->bits(),
666 appliedClip.scissorState(),
Brian Salomon467921e2017-03-06 16:17:12 -0500667 path);
Robert Phillipsb9a02a12017-04-06 11:08:40 -0400668 if (!op) {
669 return;
670 }
Brian Salomon97180af2017-03-14 13:42:58 -0400671 op->setClippedBounds(bounds);
Robert Phillips2de8cfa2017-06-28 10:33:41 -0400672 fRenderTargetContext->getRTOpList()->addOp(std::move(op), *fRenderTargetContext->caps());
robertphillips976f5f02016-06-03 10:59:20 -0700673}
674
Brian Osman11052242016-10-27 14:47:55 -0400675void GrRenderTargetContextPriv::stencilRect(const GrClip& clip,
676 const GrUserStencilSettings* ss,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500677 GrAAType aaType,
Brian Osman11052242016-10-27 14:47:55 -0400678 const SkMatrix& viewMatrix,
679 const SkRect& rect) {
robertphillips976f5f02016-06-03 10:59:20 -0700680 ASSERT_SINGLE_OWNER_PRIV
681 RETURN_IF_ABANDONED_PRIV
Brian Osman11052242016-10-27 14:47:55 -0400682 SkDEBUGCODE(fRenderTargetContext->validate();)
683 GR_AUDIT_TRAIL_AUTO_FRAME(fRenderTargetContext->fAuditTrail,
684 "GrRenderTargetContext::stencilRect");
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500685 SkASSERT(GrAAType::kCoverage != aaType);
Robert Phillips72152832017-01-25 17:31:35 -0500686 AutoCheckFlush acf(fRenderTargetContext->drawingManager());
robertphillips976f5f02016-06-03 10:59:20 -0700687
688 GrPaint paint;
Brian Salomona1633922017-01-09 11:46:10 -0500689 paint.setXPFactory(GrDisableColorXPFactory::Get());
Brian Salomonbaaf4392017-06-15 09:59:23 -0400690 std::unique_ptr<GrDrawOp> op =
691 GrRectOpFactory::MakeNonAAFill(std::move(paint), viewMatrix, rect, aaType, ss);
692 fRenderTargetContext->addDrawOp(clip, std::move(op));
robertphillips976f5f02016-06-03 10:59:20 -0700693}
694
Brian Osman11052242016-10-27 14:47:55 -0400695bool GrRenderTargetContextPriv::drawAndStencilRect(const GrClip& clip,
696 const GrUserStencilSettings* ss,
697 SkRegion::Op op,
698 bool invert,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500699 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -0400700 const SkMatrix& viewMatrix,
701 const SkRect& rect) {
robertphillips391395d2016-03-02 09:26:36 -0800702 ASSERT_SINGLE_OWNER_PRIV
703 RETURN_FALSE_IF_ABANDONED_PRIV
Brian Osman11052242016-10-27 14:47:55 -0400704 SkDEBUGCODE(fRenderTargetContext->validate();)
705 GR_AUDIT_TRAIL_AUTO_FRAME(fRenderTargetContext->fAuditTrail,
706 "GrRenderTargetContext::drawAndStencilRect");
robertphillips391395d2016-03-02 09:26:36 -0800707
Robert Phillips72152832017-01-25 17:31:35 -0500708 AutoCheckFlush acf(fRenderTargetContext->drawingManager());
robertphillips391395d2016-03-02 09:26:36 -0800709
710 GrPaint paint;
robertphillips391395d2016-03-02 09:26:36 -0800711 paint.setCoverageSetOpXPFactory(op, invert);
712
Brian Salomon82f44312017-01-11 13:42:54 -0500713 if (fRenderTargetContext->drawFilledRect(clip, std::move(paint), aa, viewMatrix, rect, ss)) {
robertphillips391395d2016-03-02 09:26:36 -0800714 return true;
715 }
robertphillips391395d2016-03-02 09:26:36 -0800716 SkPath path;
717 path.setIsVolatile(true);
718 path.addRect(rect);
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500719 return this->drawAndStencilPath(clip, ss, op, invert, aa, viewMatrix, path);
robertphillips391395d2016-03-02 09:26:36 -0800720}
721
Brian Osman11052242016-10-27 14:47:55 -0400722void GrRenderTargetContext::fillRectToRect(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -0500723 GrPaint&& paint,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500724 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -0400725 const SkMatrix& viewMatrix,
726 const SkRect& rectToDraw,
727 const SkRect& localRect) {
joshualitt1de610a2016-01-06 08:26:09 -0800728 ASSERT_SINGLE_OWNER
robertphillipsea461502015-05-26 11:38:03 -0700729 RETURN_IF_ABANDONED
robertphillips2e1e51f2015-10-15 08:01:48 -0700730 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -0400731 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::fillRectToRect");
robertphillipsea461502015-05-26 11:38:03 -0700732
csmartdalton97f6cd52016-07-13 13:37:08 -0700733 SkRect croppedRect = rectToDraw;
734 SkRect croppedLocalRect = localRect;
robertphillips13a7eee2016-08-31 15:06:24 -0700735 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix,
736 &croppedRect, &croppedLocalRect)) {
csmartdalton97f6cd52016-07-13 13:37:08 -0700737 return;
738 }
739
Robert Phillips72152832017-01-25 17:31:35 -0500740 AutoCheckFlush acf(this->drawingManager());
csmartdaltona7f29642016-07-07 08:49:11 -0700741
csmartdaltone0d36292016-07-29 08:14:20 -0700742 if (GrCaps::InstancedSupport::kNone != fContext->caps()->instancedSupport()) {
Robert Phillipse3302df2017-04-24 07:31:02 -0400743 gr_instanced::OpAllocator* oa = this->drawingManager()->instancingAllocator();
744 std::unique_ptr<GrDrawOp> op(oa->recordRect(croppedRect, viewMatrix, std::move(paint),
Brian Salomon54d212e2017-03-21 14:22:38 -0400745 croppedLocalRect, aa, fInstancedPipelineInfo));
Brian Salomon42521e82016-12-07 16:44:58 -0500746 if (op) {
Brian Salomon54d212e2017-03-21 14:22:38 -0400747 this->addDrawOp(clip, std::move(op));
csmartdaltona7f29642016-07-07 08:49:11 -0700748 return;
749 }
750 }
751
Brian Salomon7c8460e2017-05-12 11:36:10 -0400752 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo);
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500753 if (GrAAType::kCoverage != aaType) {
Brian Salomonbaaf4392017-06-15 09:59:23 -0400754 std::unique_ptr<GrDrawOp> op = GrRectOpFactory::MakeNonAAFillWithLocalRect(
755 std::move(paint), viewMatrix, croppedRect, croppedLocalRect, aaType);
756 this->addDrawOp(clip, std::move(op));
csmartdaltonfc49d562016-07-26 17:05:47 -0700757 return;
joshualitt04194f32016-01-13 10:08:27 -0800758 }
bsalomonbb243832016-07-22 07:10:19 -0700759
Brian Salomonbaaf4392017-06-15 09:59:23 -0400760 std::unique_ptr<GrDrawOp> op = GrRectOpFactory::MakeAAFillWithLocalRect(
761 std::move(paint), viewMatrix, croppedRect, croppedLocalRect);
762 if (op) {
763 this->addDrawOp(clip, std::move(op));
csmartdaltonfc49d562016-07-26 17:05:47 -0700764 return;
765 }
766
767 SkMatrix viewAndUnLocalMatrix;
768 if (!viewAndUnLocalMatrix.setRectToRect(localRect, rectToDraw, SkMatrix::kFill_ScaleToFit)) {
769 SkDebugf("fillRectToRect called with empty local matrix.\n");
770 return;
771 }
772 viewAndUnLocalMatrix.postConcat(viewMatrix);
773
774 SkPath path;
775 path.setIsVolatile(true);
776 path.addRect(localRect);
Brian Salomon82f44312017-01-11 13:42:54 -0500777 this->internalDrawPath(clip, std::move(paint), aa, viewAndUnLocalMatrix, path, GrStyle());
joshualittb6b513b2015-08-21 10:25:18 -0700778}
779
Brian Osman11052242016-10-27 14:47:55 -0400780void GrRenderTargetContext::fillRectWithLocalMatrix(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -0500781 GrPaint&& paint,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500782 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -0400783 const SkMatrix& viewMatrix,
784 const SkRect& rectToDraw,
785 const SkMatrix& localMatrix) {
joshualitt1de610a2016-01-06 08:26:09 -0800786 ASSERT_SINGLE_OWNER
joshualittb6b513b2015-08-21 10:25:18 -0700787 RETURN_IF_ABANDONED
robertphillips2e1e51f2015-10-15 08:01:48 -0700788 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -0400789 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::fillRectWithLocalMatrix");
joshualittb6b513b2015-08-21 10:25:18 -0700790
csmartdalton97f6cd52016-07-13 13:37:08 -0700791 SkRect croppedRect = rectToDraw;
robertphillips13a7eee2016-08-31 15:06:24 -0700792 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix, &croppedRect)) {
csmartdalton97f6cd52016-07-13 13:37:08 -0700793 return;
794 }
795
Robert Phillips72152832017-01-25 17:31:35 -0500796 AutoCheckFlush acf(this->drawingManager());
csmartdaltona7f29642016-07-07 08:49:11 -0700797
csmartdaltone0d36292016-07-29 08:14:20 -0700798 if (GrCaps::InstancedSupport::kNone != fContext->caps()->instancedSupport()) {
Robert Phillipse3302df2017-04-24 07:31:02 -0400799 gr_instanced::OpAllocator* oa = this->drawingManager()->instancingAllocator();
800 std::unique_ptr<GrDrawOp> op(oa->recordRect(croppedRect, viewMatrix, std::move(paint),
Brian Salomon54d212e2017-03-21 14:22:38 -0400801 localMatrix, aa, fInstancedPipelineInfo));
Brian Salomon42521e82016-12-07 16:44:58 -0500802 if (op) {
Brian Salomon54d212e2017-03-21 14:22:38 -0400803 this->addDrawOp(clip, std::move(op));
csmartdaltona7f29642016-07-07 08:49:11 -0700804 return;
805 }
806 }
807
Brian Salomon7c8460e2017-05-12 11:36:10 -0400808 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo);
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500809 if (GrAAType::kCoverage != aaType) {
Brian Salomonbaaf4392017-06-15 09:59:23 -0400810 std::unique_ptr<GrDrawOp> op = GrRectOpFactory::MakeNonAAFillWithLocalMatrix(
811 std::move(paint), viewMatrix, localMatrix, croppedRect, aaType);
812 this->addDrawOp(clip, std::move(op));
csmartdaltonfc49d562016-07-26 17:05:47 -0700813 return;
bsalomonc55271f2015-11-09 11:55:57 -0800814 }
robertphillips4bc31812016-03-01 12:22:49 -0800815
Brian Salomonbaaf4392017-06-15 09:59:23 -0400816 std::unique_ptr<GrDrawOp> op = GrRectOpFactory::MakeAAFillWithLocalMatrix(
817 std::move(paint), viewMatrix, localMatrix, croppedRect);
818 if (op) {
819 this->addDrawOp(clip, std::move(op));
csmartdaltonfc49d562016-07-26 17:05:47 -0700820 return;
821 }
822
823 SkMatrix viewAndUnLocalMatrix;
824 if (!localMatrix.invert(&viewAndUnLocalMatrix)) {
825 SkDebugf("fillRectWithLocalMatrix called with degenerate local matrix.\n");
826 return;
827 }
828 viewAndUnLocalMatrix.postConcat(viewMatrix);
829
830 SkPath path;
831 path.setIsVolatile(true);
832 path.addRect(rectToDraw);
833 path.transform(localMatrix);
Brian Salomon82f44312017-01-11 13:42:54 -0500834 this->internalDrawPath(clip, std::move(paint), aa, viewAndUnLocalMatrix, path, GrStyle());
robertphillipsea461502015-05-26 11:38:03 -0700835}
836
Brian Osman11052242016-10-27 14:47:55 -0400837void GrRenderTargetContext::drawVertices(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -0500838 GrPaint&& paint,
Brian Osman11052242016-10-27 14:47:55 -0400839 const SkMatrix& viewMatrix,
Brian Osmanae0c50c2017-05-25 16:56:34 -0400840 sk_sp<SkVertices> vertices,
841 GrPrimitiveType* overridePrimType) {
Brian Salomon199fb872017-02-06 09:41:10 -0500842 ASSERT_SINGLE_OWNER
843 RETURN_IF_ABANDONED
844 SkDEBUGCODE(this->validate();)
845 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawVertices");
846
847 AutoCheckFlush acf(this->drawingManager());
848
849 SkASSERT(vertices);
Brian Salomonc2f42542017-07-12 14:11:22 -0400850 GrAAType aaType = this->chooseAAType(GrAA::kNo, GrAllowMixedSamples::kNo);
851 std::unique_ptr<GrDrawOp> op =
852 GrDrawVerticesOp::Make(std::move(paint), std::move(vertices), viewMatrix, aaType,
853 this->isGammaCorrect(), fColorXformFromSRGB, overridePrimType);
854 this->addDrawOp(clip, std::move(op));
robertphillipsea461502015-05-26 11:38:03 -0700855}
856
857///////////////////////////////////////////////////////////////////////////////
858
Brian Osman11052242016-10-27 14:47:55 -0400859void GrRenderTargetContext::drawAtlas(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -0500860 GrPaint&& paint,
Brian Osman11052242016-10-27 14:47:55 -0400861 const SkMatrix& viewMatrix,
862 int spriteCount,
863 const SkRSXform xform[],
864 const SkRect texRect[],
865 const SkColor colors[]) {
joshualitt1de610a2016-01-06 08:26:09 -0800866 ASSERT_SINGLE_OWNER
jvanverth31ff7622015-08-07 10:09:28 -0700867 RETURN_IF_ABANDONED
robertphillips2e1e51f2015-10-15 08:01:48 -0700868 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -0400869 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawAtlas");
robertphillips2e1e51f2015-10-15 08:01:48 -0700870
Robert Phillips72152832017-01-25 17:31:35 -0500871 AutoCheckFlush acf(this->drawingManager());
halcanary9d524f22016-03-29 09:03:52 -0700872
Brian Salomon0088f942017-07-12 11:51:27 -0400873 GrAAType aaType = this->chooseAAType(GrAA::kNo, GrAllowMixedSamples::kNo);
874 std::unique_ptr<GrDrawOp> op = GrDrawAtlasOp::Make(std::move(paint), viewMatrix, aaType,
875 spriteCount, xform, texRect, colors);
876 this->addDrawOp(clip, std::move(op));
jvanverth31ff7622015-08-07 10:09:28 -0700877}
878
879///////////////////////////////////////////////////////////////////////////////
880
Brian Osman11052242016-10-27 14:47:55 -0400881void GrRenderTargetContext::drawRRect(const GrClip& origClip,
Brian Salomon82f44312017-01-11 13:42:54 -0500882 GrPaint&& paint,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500883 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -0400884 const SkMatrix& viewMatrix,
885 const SkRRect& rrect,
886 const GrStyle& style) {
joshualitt1de610a2016-01-06 08:26:09 -0800887 ASSERT_SINGLE_OWNER
robertphillipsea461502015-05-26 11:38:03 -0700888 RETURN_IF_ABANDONED
robertphillips2e1e51f2015-10-15 08:01:48 -0700889 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -0400890 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawRRect");
robertphillipsea461502015-05-26 11:38:03 -0700891 if (rrect.isEmpty()) {
892 return;
893 }
894
bsalomon7f0d9f32016-08-15 14:49:10 -0700895 GrNoClip noclip;
896 const GrClip* clip = &origClip;
897#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
898 // The Android framework frequently clips rrects to themselves where the clip is non-aa and the
Brian Salomon42521e82016-12-07 16:44:58 -0500899 // draw is aa. Since our lower level clip code works from op bounds, which are SkRects, it
bsalomon7f0d9f32016-08-15 14:49:10 -0700900 // doesn't detect that the clip can be ignored (modulo antialiasing). The following test
901 // attempts to mitigate the stencil clip cost but will only help when the entire clip stack
902 // can be ignored. We'd prefer to fix this in the framework by removing the clips calls.
903 SkRRect devRRect;
904 if (rrect.transform(viewMatrix, &devRRect) && clip->quickContains(devRRect)) {
905 clip = &noclip;
906 }
907#endif
bsalomon6663acf2016-05-10 09:14:17 -0700908 SkASSERT(!style.pathEffect()); // this should've been devolved to a path in SkGpuDevice
ksakamotoec7f2ac2016-07-05 03:54:53 -0700909
Robert Phillips72152832017-01-25 17:31:35 -0500910 AutoCheckFlush acf(this->drawingManager());
csmartdaltona7f29642016-07-07 08:49:11 -0700911 const SkStrokeRec stroke = style.strokeRec();
csmartdaltona7f29642016-07-07 08:49:11 -0700912
csmartdaltone0d36292016-07-29 08:14:20 -0700913 if (GrCaps::InstancedSupport::kNone != fContext->caps()->instancedSupport() &&
914 stroke.isFillStyle()) {
Robert Phillipse3302df2017-04-24 07:31:02 -0400915 gr_instanced::OpAllocator* oa = this->drawingManager()->instancingAllocator();
Brian Salomon54d212e2017-03-21 14:22:38 -0400916 std::unique_ptr<GrDrawOp> op(
Robert Phillipse3302df2017-04-24 07:31:02 -0400917 oa->recordRRect(rrect, viewMatrix, std::move(paint), aa, fInstancedPipelineInfo));
Brian Salomon42521e82016-12-07 16:44:58 -0500918 if (op) {
Brian Salomon54d212e2017-03-21 14:22:38 -0400919 this->addDrawOp(*clip, std::move(op));
csmartdaltona7f29642016-07-07 08:49:11 -0700920 return;
921 }
922 }
923
Brian Salomon7c8460e2017-05-12 11:36:10 -0400924 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo);
Brian Salomon0e8fc8b2016-12-09 15:10:07 -0500925 if (GrAAType::kCoverage == aaType) {
Brian Salomon94efbf52016-11-29 13:43:05 -0500926 const GrShaderCaps* shaderCaps = fContext->caps()->shaderCaps();
Brian Salomon05441c42017-05-15 16:45:49 -0400927 std::unique_ptr<GrDrawOp> op = GrOvalOpFactory::MakeRRectOp(std::move(paint),
Brian Salomon05441c42017-05-15 16:45:49 -0400928 viewMatrix,
929 rrect,
930 stroke,
931 shaderCaps);
Brian Salomon42521e82016-12-07 16:44:58 -0500932 if (op) {
Brian Salomon05441c42017-05-15 16:45:49 -0400933 this->addDrawOp(*clip, std::move(op));
robertphillipsb56f9272016-02-25 11:03:52 -0800934 return;
935 }
robertphillipsea461502015-05-26 11:38:03 -0700936 }
robertphillipsb56f9272016-02-25 11:03:52 -0800937
938 SkPath path;
939 path.setIsVolatile(true);
940 path.addRRect(rrect);
Brian Salomon82f44312017-01-11 13:42:54 -0500941 this->internalDrawPath(*clip, std::move(paint), aa, viewMatrix, path, style);
robertphillipsea461502015-05-26 11:38:03 -0700942}
943
Jim Van Verthc5903412016-11-17 15:27:09 -0500944///////////////////////////////////////////////////////////////////////////////
945
Jim Van Verth3af1af92017-05-18 15:06:54 -0400946static SkPoint3 map(const SkMatrix& m, const SkPoint3& pt) {
947 SkPoint3 result;
948 m.mapXY(pt.fX, pt.fY, (SkPoint*)&result.fX);
949 result.fZ = pt.fZ;
950 return result;
951}
952
953bool GrRenderTargetContext::drawFastShadow(const GrClip& clip,
Brian Salomon05969092017-07-13 11:20:51 -0400954 GrColor color4ub,
Jim Van Verth3af1af92017-05-18 15:06:54 -0400955 const SkMatrix& viewMatrix,
956 const SkPath& path,
957 const SkDrawShadowRec& rec) {
Jim Van Verthc5903412016-11-17 15:27:09 -0500958 ASSERT_SINGLE_OWNER
Jim Van Verth3af1af92017-05-18 15:06:54 -0400959 if (this->drawingManager()->wasAbandoned()) {
960 return true;
961 }
Jim Van Verthc5903412016-11-17 15:27:09 -0500962 SkDEBUGCODE(this->validate();)
Jim Van Verth3af1af92017-05-18 15:06:54 -0400963 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawFastShadow");
964
965 // check z plane
966 bool tiltZPlane = SkToBool(!SkScalarNearlyZero(rec.fZPlaneParams.fX) ||
967 !SkScalarNearlyZero(rec.fZPlaneParams.fY));
968 bool skipAnalytic = SkToBool(rec.fFlags & SkShadowFlags::kGeometricOnly_ShadowFlag);
969 if (tiltZPlane || skipAnalytic || !viewMatrix.rectStaysRect() || !viewMatrix.isSimilarity()) {
970 return false;
971 }
972
973 SkRRect rrect;
974 SkRect rect;
975 // we can only handle rects, circles, and rrects with circular corners
976 bool isRRect = path.isRRect(&rrect) && rrect.isSimpleCircular() &&
977 rrect.radii(SkRRect::kUpperLeft_Corner).fX > SK_ScalarNearlyZero;
978 if (!isRRect &&
979 path.isOval(&rect) && SkScalarNearlyEqual(rect.width(), rect.height()) &&
980 rect.width() > SK_ScalarNearlyZero) {
981 rrect.setOval(rect);
982 isRRect = true;
983 }
984 if (!isRRect && path.isRect(&rect)) {
985 rrect.setRect(rect);
986 isRRect = true;
987 }
988
989 if (!isRRect) {
990 return false;
991 }
992
Jim Van Verthc5903412016-11-17 15:27:09 -0500993 if (rrect.isEmpty()) {
Jim Van Verth3af1af92017-05-18 15:06:54 -0400994 return true;
Jim Van Verthc5903412016-11-17 15:27:09 -0500995 }
996
Robert Phillips72152832017-01-25 17:31:35 -0500997 AutoCheckFlush acf(this->drawingManager());
Jim Van Verthc5903412016-11-17 15:27:09 -0500998
Jim Van Verth3af1af92017-05-18 15:06:54 -0400999 // transform light
1000 SkPoint3 devLightPos = map(viewMatrix, rec.fLightPos);
1001
1002 // 1/scale
1003 SkScalar devToSrcScale = viewMatrix.isScaleTranslate() ?
1004 SkScalarInvert(viewMatrix[SkMatrix::kMScaleX]) :
1005 sk_float_rsqrt(viewMatrix[SkMatrix::kMScaleX] * viewMatrix[SkMatrix::kMScaleX] +
1006 viewMatrix[SkMatrix::kMSkewX] * viewMatrix[SkMatrix::kMSkewX]);
1007
1008 SkScalar occluderHeight = rec.fZPlaneParams.fZ;
Brian Salomon05969092017-07-13 11:20:51 -04001009 GrColor4f color = GrColor4f::FromGrColor(color4ub);
Jim Van Verth3af1af92017-05-18 15:06:54 -04001010 bool transparent = SkToBool(rec.fFlags & SkShadowFlags::kTransparentOccluder_ShadowFlag);
Jim Van Verth34d6e4b2017-06-09 11:09:03 -04001011 bool tonalColor = SkToBool(rec.fFlags & SkShadowFlags::kTonalColor_ShadowFlag);
Jim Van Verth3af1af92017-05-18 15:06:54 -04001012
1013 if (rec.fAmbientAlpha > 0) {
1014 static constexpr float kHeightFactor = 1.0f / 128.0f;
1015 static constexpr float kGeomFactor = 64.0f;
1016
1017 SkScalar devSpaceInsetWidth = occluderHeight * kHeightFactor * kGeomFactor;
1018 const float umbraAlpha = (1.0f + SkTMax(occluderHeight * kHeightFactor, 0.0f));
1019 const SkScalar devSpaceAmbientBlur = devSpaceInsetWidth * umbraAlpha;
1020
1021 // Outset the shadow rrect to the border of the penumbra
1022 SkScalar ambientPathOutset = devSpaceInsetWidth * devToSrcScale;
1023 SkRRect ambientRRect;
1024 SkRect outsetRect = rrect.rect().makeOutset(ambientPathOutset, ambientPathOutset);
1025 // If the rrect was an oval then its outset will also be one.
1026 // We set it explicitly to avoid errors.
1027 if (rrect.isOval()) {
1028 ambientRRect = SkRRect::MakeOval(outsetRect);
1029 } else {
1030 SkScalar outsetRad = rrect.getSimpleRadii().fX + ambientPathOutset;
1031 ambientRRect = SkRRect::MakeRectXY(outsetRect, outsetRad, outsetRad);
1032 }
1033
Jim Van Verth34d6e4b2017-06-09 11:09:03 -04001034 GrColor ambientColor;
1035 if (tonalColor) {
1036 // with tonal color, the color only applies to the spot shadow
1037 ambientColor = GrColorPackRGBA(0, 0, 0, 255.999f*rec.fAmbientAlpha);
1038 } else {
1039 ambientColor = color.mulByScalar(rec.fAmbientAlpha).toGrColor();
1040 }
Jim Van Verth3af1af92017-05-18 15:06:54 -04001041 if (transparent) {
1042 // set a large inset to force a fill
1043 devSpaceInsetWidth = ambientRRect.width();
1044 }
1045 // the fraction of the blur we want to apply is devSpaceInsetWidth/devSpaceAmbientBlur,
1046 // which is just 1/umbraAlpha.
1047 SkScalar blurClamp = SkScalarInvert(umbraAlpha);
1048
Brian Salomon05969092017-07-13 11:20:51 -04001049 std::unique_ptr<GrDrawOp> op = GrShadowRRectOp::Make(ambientColor, viewMatrix,
1050 ambientRRect,
1051 devSpaceAmbientBlur,
1052 devSpaceInsetWidth,
1053 blurClamp);
1054 SkASSERT(op);
1055 this->addDrawOp(clip, std::move(op));
Jim Van Verthc5903412016-11-17 15:27:09 -05001056 }
Jim Van Verth3af1af92017-05-18 15:06:54 -04001057
1058 if (rec.fSpotAlpha > 0) {
1059 float zRatio = SkTPin(occluderHeight / (devLightPos.fZ - occluderHeight), 0.0f, 0.95f);
1060
1061 SkScalar devSpaceSpotBlur = 2.0f * rec.fLightRadius * zRatio;
1062 // handle scale of radius and pad due to CTM
1063 const SkScalar srcSpaceSpotBlur = devSpaceSpotBlur * devToSrcScale;
1064
1065 // Compute the scale and translation for the spot shadow.
1066 const SkScalar spotScale = devLightPos.fZ / (devLightPos.fZ - occluderHeight);
1067 SkPoint spotOffset = SkPoint::Make(zRatio*(-devLightPos.fX), zRatio*(-devLightPos.fY));
1068 // Adjust translate for the effect of the scale.
1069 spotOffset.fX += spotScale*viewMatrix[SkMatrix::kMTransX];
1070 spotOffset.fY += spotScale*viewMatrix[SkMatrix::kMTransY];
1071 // This offset is in dev space, need to transform it into source space.
1072 SkMatrix ctmInverse;
1073 if (viewMatrix.invert(&ctmInverse)) {
1074 ctmInverse.mapPoints(&spotOffset, 1);
1075 } else {
1076 // Since the matrix is a similarity, this should never happen, but just in case...
1077 SkDebugf("Matrix is degenerate. Will not render spot shadow correctly!\n");
1078 SkASSERT(false);
1079 }
1080
1081 // Compute the transformed shadow rrect
1082 SkRRect spotShadowRRect;
1083 SkMatrix shadowTransform;
1084 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY);
1085 rrect.transform(shadowTransform, &spotShadowRRect);
1086 SkScalar spotRadius = spotShadowRRect.getSimpleRadii().fX;
1087
1088 // Compute the insetWidth
1089 SkScalar blurOutset = 0.5f*srcSpaceSpotBlur;
1090 SkScalar insetWidth = blurOutset;
1091 if (transparent) {
1092 // If transparent, just do a fill
1093 insetWidth += spotShadowRRect.width();
1094 } else {
1095 // For shadows, instead of using a stroke we specify an inset from the penumbra
1096 // border. We want to extend this inset area so that it meets up with the caster
1097 // geometry. The inset geometry will by default already be inset by the blur width.
1098 //
1099 // We compare the min and max corners inset by the radius between the original
1100 // rrect and the shadow rrect. The distance between the two plus the difference
1101 // between the scaled radius and the original radius gives the distance from the
1102 // transformed shadow shape to the original shape in that corner. The max
1103 // of these gives the maximum distance we need to cover.
1104 //
1105 // Since we are outsetting by 1/2 the blur distance, we just add the maxOffset to
1106 // that to get the full insetWidth.
1107 SkScalar maxOffset;
1108 if (rrect.isRect()) {
1109 // Manhattan distance works better for rects
1110 maxOffset = SkTMax(SkTMax(SkTAbs(spotShadowRRect.rect().fLeft -
1111 rrect.rect().fLeft),
1112 SkTAbs(spotShadowRRect.rect().fTop -
1113 rrect.rect().fTop)),
1114 SkTMax(SkTAbs(spotShadowRRect.rect().fRight -
1115 rrect.rect().fRight),
1116 SkTAbs(spotShadowRRect.rect().fBottom -
1117 rrect.rect().fBottom)));
1118 } else {
1119 SkScalar dr = spotRadius - rrect.getSimpleRadii().fX;
1120 SkPoint upperLeftOffset = SkPoint::Make(spotShadowRRect.rect().fLeft -
1121 rrect.rect().fLeft + dr,
1122 spotShadowRRect.rect().fTop -
1123 rrect.rect().fTop + dr);
1124 SkPoint lowerRightOffset = SkPoint::Make(spotShadowRRect.rect().fRight -
1125 rrect.rect().fRight - dr,
1126 spotShadowRRect.rect().fBottom -
1127 rrect.rect().fBottom - dr);
1128 maxOffset = SkScalarSqrt(SkTMax(upperLeftOffset.lengthSqd(),
1129 lowerRightOffset.lengthSqd())) + dr;
1130 }
1131 insetWidth += maxOffset;
1132 }
1133
1134 // Outset the shadow rrect to the border of the penumbra
1135 SkRect outsetRect = spotShadowRRect.rect().makeOutset(blurOutset, blurOutset);
1136 if (spotShadowRRect.isOval()) {
1137 spotShadowRRect = SkRRect::MakeOval(outsetRect);
1138 } else {
1139 SkScalar outsetRad = spotRadius + blurOutset;
1140 spotShadowRRect = SkRRect::MakeRectXY(outsetRect, outsetRad, outsetRad);
1141 }
1142
Jim Van Verth34d6e4b2017-06-09 11:09:03 -04001143 GrColor spotColor;
1144 if (tonalColor) {
1145 SkScalar colorScale;
1146 SkScalar tonalAlpha;
1147 SkShadowUtils::ComputeTonalColorParams(color.fRGBA[0], color.fRGBA[1],
1148 color.fRGBA[2], rec.fSpotAlpha,
1149 &colorScale, &tonalAlpha);
1150 color.fRGBA[0] *= colorScale;
1151 color.fRGBA[1] *= colorScale;
1152 color.fRGBA[2] *= colorScale;
1153 color.fRGBA[3] = tonalAlpha;
1154 spotColor = color.toGrColor();
1155 } else {
1156 spotColor = color.mulByScalar(rec.fSpotAlpha).toGrColor();
1157 }
1158
Brian Salomon05969092017-07-13 11:20:51 -04001159 std::unique_ptr<GrDrawOp> op = GrShadowRRectOp::Make(spotColor, viewMatrix,
1160 spotShadowRRect,
1161 devSpaceSpotBlur,
1162 insetWidth);
1163 SkASSERT(op);
1164 this->addDrawOp(clip, std::move(op));
Jim Van Verth3af1af92017-05-18 15:06:54 -04001165 }
1166
1167 return true;
Jim Van Verthc5903412016-11-17 15:27:09 -05001168}
1169
1170///////////////////////////////////////////////////////////////////////////////
1171
Brian Osman11052242016-10-27 14:47:55 -04001172bool GrRenderTargetContext::drawFilledDRRect(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -05001173 GrPaint&& paint,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001174 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -04001175 const SkMatrix& viewMatrix,
1176 const SkRRect& origOuter,
1177 const SkRRect& origInner) {
robertphillips00095892016-02-29 13:50:40 -08001178 SkASSERT(!origInner.isEmpty());
1179 SkASSERT(!origOuter.isEmpty());
1180
csmartdaltone0d36292016-07-29 08:14:20 -07001181 if (GrCaps::InstancedSupport::kNone != fContext->caps()->instancedSupport()) {
Robert Phillipse3302df2017-04-24 07:31:02 -04001182 gr_instanced::OpAllocator* oa = this->drawingManager()->instancingAllocator();
1183 std::unique_ptr<GrDrawOp> op(oa->recordDRRect(
Brian Salomon54d212e2017-03-21 14:22:38 -04001184 origOuter, origInner, viewMatrix, std::move(paint), aa, fInstancedPipelineInfo));
Brian Salomon42521e82016-12-07 16:44:58 -05001185 if (op) {
Brian Salomon54d212e2017-03-21 14:22:38 -04001186 this->addDrawOp(clip, std::move(op));
csmartdaltona7f29642016-07-07 08:49:11 -07001187 return true;
1188 }
1189 }
1190
Brian Salomon7c8460e2017-05-12 11:36:10 -04001191 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo);
robertphillips00095892016-02-29 13:50:40 -08001192
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001193 GrPrimitiveEdgeType innerEdgeType, outerEdgeType;
1194 if (GrAAType::kCoverage == aaType) {
1195 innerEdgeType = kInverseFillAA_GrProcessorEdgeType;
1196 outerEdgeType = kFillAA_GrProcessorEdgeType;
1197 } else {
1198 innerEdgeType = kInverseFillBW_GrProcessorEdgeType;
1199 outerEdgeType = kFillBW_GrProcessorEdgeType;
1200 }
robertphillips00095892016-02-29 13:50:40 -08001201
1202 SkTCopyOnFirstWrite<SkRRect> inner(origInner), outer(origOuter);
1203 SkMatrix inverseVM;
1204 if (!viewMatrix.isIdentity()) {
1205 if (!origInner.transform(viewMatrix, inner.writable())) {
1206 return false;
1207 }
1208 if (!origOuter.transform(viewMatrix, outer.writable())) {
1209 return false;
1210 }
1211 if (!viewMatrix.invert(&inverseVM)) {
1212 return false;
1213 }
1214 } else {
1215 inverseVM.reset();
halcanary9d524f22016-03-29 09:03:52 -07001216 }
robertphillips00095892016-02-29 13:50:40 -08001217
robertphillips00095892016-02-29 13:50:40 -08001218 // TODO these need to be a geometry processors
bungeman06ca8ec2016-06-09 08:01:03 -07001219 sk_sp<GrFragmentProcessor> innerEffect(GrRRectEffect::Make(innerEdgeType, *inner));
robertphillips00095892016-02-29 13:50:40 -08001220 if (!innerEffect) {
1221 return false;
1222 }
1223
bungeman06ca8ec2016-06-09 08:01:03 -07001224 sk_sp<GrFragmentProcessor> outerEffect(GrRRectEffect::Make(outerEdgeType, *outer));
robertphillips00095892016-02-29 13:50:40 -08001225 if (!outerEffect) {
1226 return false;
1227 }
1228
Brian Salomon82f44312017-01-11 13:42:54 -05001229 paint.addCoverageFragmentProcessor(std::move(innerEffect));
1230 paint.addCoverageFragmentProcessor(std::move(outerEffect));
robertphillips00095892016-02-29 13:50:40 -08001231
1232 SkRect bounds = outer->getBounds();
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001233 if (GrAAType::kCoverage == aaType) {
robertphillips00095892016-02-29 13:50:40 -08001234 bounds.outset(SK_ScalarHalf, SK_ScalarHalf);
1235 }
halcanary9d524f22016-03-29 09:03:52 -07001236
Brian Salomon82f44312017-01-11 13:42:54 -05001237 this->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), bounds,
1238 inverseVM);
robertphillips00095892016-02-29 13:50:40 -08001239 return true;
1240}
1241
Brian Osman11052242016-10-27 14:47:55 -04001242void GrRenderTargetContext::drawDRRect(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -05001243 GrPaint&& paint,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001244 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -04001245 const SkMatrix& viewMatrix,
1246 const SkRRect& outer,
1247 const SkRRect& inner) {
robertphillips00095892016-02-29 13:50:40 -08001248 ASSERT_SINGLE_OWNER
1249 RETURN_IF_ABANDONED
1250 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -04001251 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawDRRect");
robertphillips00095892016-02-29 13:50:40 -08001252
1253 SkASSERT(!outer.isEmpty());
1254 SkASSERT(!inner.isEmpty());
1255
Robert Phillips72152832017-01-25 17:31:35 -05001256 AutoCheckFlush acf(this->drawingManager());
robertphillips00095892016-02-29 13:50:40 -08001257
Brian Salomon82f44312017-01-11 13:42:54 -05001258 if (this->drawFilledDRRect(clip, std::move(paint), aa, viewMatrix, outer, inner)) {
robertphillips00095892016-02-29 13:50:40 -08001259 return;
1260 }
1261
1262 SkPath path;
1263 path.setIsVolatile(true);
1264 path.addRRect(inner);
1265 path.addRRect(outer);
1266 path.setFillType(SkPath::kEvenOdd_FillType);
1267
Brian Salomon82f44312017-01-11 13:42:54 -05001268 this->internalDrawPath(clip, std::move(paint), aa, viewMatrix, path, GrStyle::SimpleFill());
robertphillips00095892016-02-29 13:50:40 -08001269}
1270
robertphillipsea461502015-05-26 11:38:03 -07001271///////////////////////////////////////////////////////////////////////////////
1272
msarettcc319b92016-08-25 18:07:18 -07001273static inline bool is_int(float x) {
1274 return x == (float) sk_float_round2int(x);
1275}
1276
Brian Osman11052242016-10-27 14:47:55 -04001277void GrRenderTargetContext::drawRegion(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -05001278 GrPaint&& paint,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001279 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -04001280 const SkMatrix& viewMatrix,
1281 const SkRegion& region,
1282 const GrStyle& style) {
msarettcc319b92016-08-25 18:07:18 -07001283 ASSERT_SINGLE_OWNER
1284 RETURN_IF_ABANDONED
1285 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -04001286 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawRegion");
msarettcc319b92016-08-25 18:07:18 -07001287
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001288 if (GrAA::kYes == aa) {
Brian Salomonfc527d22016-12-14 21:07:01 -05001289 // GrRegionOp performs no antialiasing but is much faster, so here we check the matrix
Brian Salomonc57c7c92016-12-06 14:47:34 -05001290 // to see whether aa is really required.
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001291 if (!SkToBool(viewMatrix.getType() & ~(SkMatrix::kTranslate_Mask)) &&
1292 is_int(viewMatrix.getTranslateX()) &&
1293 is_int(viewMatrix.getTranslateY())) {
1294 aa = GrAA::kNo;
1295 }
Brian Salomonc57c7c92016-12-06 14:47:34 -05001296 }
msarettcc319b92016-08-25 18:07:18 -07001297 bool complexStyle = !style.isSimpleFill();
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001298 if (complexStyle || GrAA::kYes == aa) {
msarettcc319b92016-08-25 18:07:18 -07001299 SkPath path;
1300 region.getBoundaryPath(&path);
Brian Salomon82f44312017-01-11 13:42:54 -05001301 return this->drawPath(clip, std::move(paint), aa, viewMatrix, path, style);
msarettcc319b92016-08-25 18:07:18 -07001302 }
1303
Brian Salomonf0366322017-07-11 15:53:05 -04001304 GrAAType aaType = this->chooseAAType(GrAA::kNo, GrAllowMixedSamples::kNo);
1305 std::unique_ptr<GrDrawOp> op = GrRegionOp::Make(std::move(paint), viewMatrix, region, aaType);
1306 this->addDrawOp(clip, std::move(op));
msarettcc319b92016-08-25 18:07:18 -07001307}
1308
Brian Osman11052242016-10-27 14:47:55 -04001309void GrRenderTargetContext::drawOval(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -05001310 GrPaint&& paint,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001311 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -04001312 const SkMatrix& viewMatrix,
1313 const SkRect& oval,
1314 const GrStyle& style) {
joshualitt1de610a2016-01-06 08:26:09 -08001315 ASSERT_SINGLE_OWNER
robertphillipsea461502015-05-26 11:38:03 -07001316 RETURN_IF_ABANDONED
robertphillips2e1e51f2015-10-15 08:01:48 -07001317 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -04001318 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawOval");
robertphillips2e1e51f2015-10-15 08:01:48 -07001319
robertphillipsea461502015-05-26 11:38:03 -07001320 if (oval.isEmpty()) {
1321 return;
1322 }
1323
bsalomon6663acf2016-05-10 09:14:17 -07001324 SkASSERT(!style.pathEffect()); // this should've been devolved to a path in SkGpuDevice
robertphillipsea461502015-05-26 11:38:03 -07001325
Robert Phillips72152832017-01-25 17:31:35 -05001326 AutoCheckFlush acf(this->drawingManager());
bsalomon6663acf2016-05-10 09:14:17 -07001327 const SkStrokeRec& stroke = style.strokeRec();
csmartdaltona7f29642016-07-07 08:49:11 -07001328
csmartdaltone0d36292016-07-29 08:14:20 -07001329 if (GrCaps::InstancedSupport::kNone != fContext->caps()->instancedSupport() &&
1330 stroke.isFillStyle()) {
Robert Phillipse3302df2017-04-24 07:31:02 -04001331 gr_instanced::OpAllocator* oa = this->drawingManager()->instancingAllocator();
Brian Salomon54d212e2017-03-21 14:22:38 -04001332 std::unique_ptr<GrDrawOp> op(
Robert Phillipse3302df2017-04-24 07:31:02 -04001333 oa->recordOval(oval, viewMatrix, std::move(paint), aa, fInstancedPipelineInfo));
Brian Salomon42521e82016-12-07 16:44:58 -05001334 if (op) {
Brian Salomon54d212e2017-03-21 14:22:38 -04001335 this->addDrawOp(clip, std::move(op));
csmartdaltona7f29642016-07-07 08:49:11 -07001336 return;
1337 }
1338 }
1339
Brian Salomon7c8460e2017-05-12 11:36:10 -04001340 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo);
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001341 if (GrAAType::kCoverage == aaType) {
Brian Salomon94efbf52016-11-29 13:43:05 -05001342 const GrShaderCaps* shaderCaps = fContext->caps()->shaderCaps();
Brian Salomon05441c42017-05-15 16:45:49 -04001343 std::unique_ptr<GrDrawOp> op =
1344 GrOvalOpFactory::MakeOvalOp(std::move(paint), viewMatrix, oval, stroke, shaderCaps);
Brian Salomon42521e82016-12-07 16:44:58 -05001345 if (op) {
Brian Salomon05441c42017-05-15 16:45:49 -04001346 this->addDrawOp(clip, std::move(op));
robertphillipsb56f9272016-02-25 11:03:52 -08001347 return;
1348 }
robertphillipsea461502015-05-26 11:38:03 -07001349 }
robertphillipsb56f9272016-02-25 11:03:52 -08001350
1351 SkPath path;
1352 path.setIsVolatile(true);
1353 path.addOval(oval);
Brian Salomon82f44312017-01-11 13:42:54 -05001354 this->internalDrawPath(clip, std::move(paint), aa, viewMatrix, path, style);
robertphillipsea461502015-05-26 11:38:03 -07001355}
1356
Brian Osman11052242016-10-27 14:47:55 -04001357void GrRenderTargetContext::drawArc(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -05001358 GrPaint&& paint,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001359 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -04001360 const SkMatrix& viewMatrix,
1361 const SkRect& oval,
1362 SkScalar startAngle,
1363 SkScalar sweepAngle,
1364 bool useCenter,
1365 const GrStyle& style) {
Robert Phillipsf1d0ced2017-02-10 09:31:01 -05001366 ASSERT_SINGLE_OWNER
1367 RETURN_IF_ABANDONED
1368 SkDEBUGCODE(this->validate();)
1369 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawArc");
1370
1371 AutoCheckFlush acf(this->drawingManager());
1372
Brian Salomon7c8460e2017-05-12 11:36:10 -04001373 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo);
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001374 if (GrAAType::kCoverage == aaType) {
Brian Salomon94efbf52016-11-29 13:43:05 -05001375 const GrShaderCaps* shaderCaps = fContext->caps()->shaderCaps();
Brian Salomon05441c42017-05-15 16:45:49 -04001376 std::unique_ptr<GrDrawOp> op = GrOvalOpFactory::MakeArcOp(std::move(paint),
1377 viewMatrix,
1378 oval,
1379 startAngle,
1380 sweepAngle,
1381 useCenter,
1382 style,
1383 shaderCaps);
Brian Salomon42521e82016-12-07 16:44:58 -05001384 if (op) {
Brian Salomon05441c42017-05-15 16:45:49 -04001385 this->addDrawOp(clip, std::move(op));
bsalomon4f3a0ca2016-08-22 13:14:26 -07001386 return;
1387 }
1388 }
1389 SkPath path;
bsalomon21af9ca2016-08-25 12:29:23 -07001390 SkPathPriv::CreateDrawArcPath(&path, oval, startAngle, sweepAngle, useCenter,
1391 style.isSimpleFill());
Brian Salomon82f44312017-01-11 13:42:54 -05001392 this->internalDrawPath(clip, std::move(paint), aa, viewMatrix, path, style);
bsalomon4f3a0ca2016-08-22 13:14:26 -07001393}
1394
Brian Osman11052242016-10-27 14:47:55 -04001395void GrRenderTargetContext::drawImageLattice(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -05001396 GrPaint&& paint,
Brian Osman11052242016-10-27 14:47:55 -04001397 const SkMatrix& viewMatrix,
1398 int imageWidth,
1399 int imageHeight,
1400 std::unique_ptr<SkLatticeIter> iter,
1401 const SkRect& dst) {
joshualitt1de610a2016-01-06 08:26:09 -08001402 ASSERT_SINGLE_OWNER
joshualitt33a5fce2015-11-18 13:28:51 -08001403 RETURN_IF_ABANDONED
1404 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -04001405 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawImageLattice");
joshualitt33a5fce2015-11-18 13:28:51 -08001406
Robert Phillips72152832017-01-25 17:31:35 -05001407 AutoCheckFlush acf(this->drawingManager());
joshualitt33a5fce2015-11-18 13:28:51 -08001408
Brian Salomon815486c2017-07-11 08:52:13 -04001409 std::unique_ptr<GrDrawOp> op = GrLatticeOp::MakeNonAA(std::move(paint), viewMatrix, imageWidth,
1410 imageHeight, std::move(iter), dst);
1411 this->addDrawOp(clip, std::move(op));
joshualitt33a5fce2015-11-18 13:28:51 -08001412}
1413
Greg Danielc64ee462017-06-15 16:59:49 -04001414bool GrRenderTargetContext::prepareForExternalIO(int numSemaphores,
Greg Daniela5cb7812017-06-16 09:45:32 -04001415 GrBackendSemaphore* backendSemaphores) {
robertphillips8c523e02016-07-26 07:41:00 -07001416 ASSERT_SINGLE_OWNER
Greg Danielc64ee462017-06-15 16:59:49 -04001417 RETURN_FALSE_IF_ABANDONED
robertphillips8c523e02016-07-26 07:41:00 -07001418 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -04001419 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::prepareForExternalIO");
robertphillips8c523e02016-07-26 07:41:00 -07001420
Greg Danielc64ee462017-06-15 16:59:49 -04001421 if (numSemaphores && !this->caps()->fenceSyncSupport()) {
1422 this->drawingManager()->prepareSurfaceForExternalIO(fRenderTargetProxy.get());
1423 return false;
1424 }
1425
Greg Daniela5cb7812017-06-16 09:45:32 -04001426 SkTArray<sk_sp<GrSemaphore>> semaphores(numSemaphores);
1427 for (int i = 0; i < numSemaphores; ++i) {
1428 semaphores.push_back(fContext->resourceProvider()->makeSemaphore(false));
Greg Daniela2cebd82017-06-21 16:09:50 -04001429 // Create signal semaphore ops and force the final one to call flush.
1430 bool forceFlush = (i == (numSemaphores - 1));
Greg Daniela5cb7812017-06-16 09:45:32 -04001431 std::unique_ptr<GrOp> signalOp(GrSemaphoreOp::MakeSignal(semaphores.back(),
Greg Daniela2cebd82017-06-21 16:09:50 -04001432 fRenderTargetProxy.get(),
1433 forceFlush));
Robert Phillips2de8cfa2017-06-28 10:33:41 -04001434 this->getRTOpList()->addOp(std::move(signalOp), *this->caps());
Greg Daniela5cb7812017-06-16 09:45:32 -04001435 }
1436
Robert Phillips7ee385e2017-03-30 08:02:11 -04001437 this->drawingManager()->prepareSurfaceForExternalIO(fRenderTargetProxy.get());
Greg Daniela5cb7812017-06-16 09:45:32 -04001438
1439 for (int i = 0; i < numSemaphores; ++i) {
1440 semaphores[i]->setBackendSemaphore(&backendSemaphores[i]);
1441 }
Greg Danielc64ee462017-06-15 16:59:49 -04001442 return true;
Greg Daniela5cb7812017-06-16 09:45:32 -04001443}
1444
Greg Danielc64ee462017-06-15 16:59:49 -04001445bool GrRenderTargetContext::waitOnSemaphores(int numSemaphores,
Greg Daniela5cb7812017-06-16 09:45:32 -04001446 const GrBackendSemaphore* waitSemaphores) {
1447 ASSERT_SINGLE_OWNER
Greg Danielc64ee462017-06-15 16:59:49 -04001448 RETURN_FALSE_IF_ABANDONED
Greg Daniela5cb7812017-06-16 09:45:32 -04001449 SkDEBUGCODE(this->validate();)
1450 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::waitOnSemaphores");
1451
1452 AutoCheckFlush acf(this->drawingManager());
1453
Greg Danielc64ee462017-06-15 16:59:49 -04001454 if (numSemaphores && !this->caps()->fenceSyncSupport()) {
1455 return false;
1456 }
1457
Greg Daniela5cb7812017-06-16 09:45:32 -04001458 SkTArray<sk_sp<GrSemaphore>> semaphores(numSemaphores);
1459 for (int i = 0; i < numSemaphores; ++i) {
1460 sk_sp<GrSemaphore> sema = fContext->resourceProvider()->wrapBackendSemaphore(
1461 waitSemaphores[i], kAdopt_GrWrapOwnership);
1462 std::unique_ptr<GrOp> waitOp(GrSemaphoreOp::MakeWait(sema, fRenderTargetProxy.get()));
Robert Phillips2de8cfa2017-06-28 10:33:41 -04001463 this->getRTOpList()->addOp(std::move(waitOp), *this->caps());
Greg Daniela5cb7812017-06-16 09:45:32 -04001464 }
Greg Danielc64ee462017-06-15 16:59:49 -04001465 return true;
robertphillips8c523e02016-07-26 07:41:00 -07001466}
joshualitt33a5fce2015-11-18 13:28:51 -08001467
robertphillipsea461502015-05-26 11:38:03 -07001468// Can 'path' be drawn as a pair of filled nested rectangles?
bsalomon6663acf2016-05-10 09:14:17 -07001469static bool fills_as_nested_rects(const SkMatrix& viewMatrix, const SkPath& path, SkRect rects[2]) {
robertphillipsea461502015-05-26 11:38:03 -07001470
1471 if (path.isInverseFillType()) {
1472 return false;
1473 }
1474
1475 // TODO: this restriction could be lifted if we were willing to apply
1476 // the matrix to all the points individually rather than just to the rect
robertphillips0e7029e2015-11-30 05:45:06 -08001477 if (!viewMatrix.rectStaysRect()) {
robertphillipsea461502015-05-26 11:38:03 -07001478 return false;
1479 }
1480
1481 SkPath::Direction dirs[2];
1482 if (!path.isNestedFillRects(rects, dirs)) {
1483 return false;
1484 }
1485
1486 if (SkPath::kWinding_FillType == path.getFillType() && dirs[0] == dirs[1]) {
1487 // The two rects need to be wound opposite to each other
1488 return false;
1489 }
1490
1491 // Right now, nested rects where the margin is not the same width
1492 // all around do not render correctly
1493 const SkScalar* outer = rects[0].asScalars();
1494 const SkScalar* inner = rects[1].asScalars();
1495
1496 bool allEq = true;
1497
1498 SkScalar margin = SkScalarAbs(outer[0] - inner[0]);
1499 bool allGoE1 = margin >= SK_Scalar1;
1500
1501 for (int i = 1; i < 4; ++i) {
1502 SkScalar temp = SkScalarAbs(outer[i] - inner[i]);
1503 if (temp < SK_Scalar1) {
1504 allGoE1 = false;
1505 }
1506 if (!SkScalarNearlyEqual(margin, temp)) {
1507 allEq = false;
1508 }
1509 }
1510
1511 return allEq || allGoE1;
1512}
1513
Brian Osman11052242016-10-27 14:47:55 -04001514void GrRenderTargetContext::drawPath(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -05001515 GrPaint&& paint,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001516 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -04001517 const SkMatrix& viewMatrix,
1518 const SkPath& path,
1519 const GrStyle& style) {
joshualitt1de610a2016-01-06 08:26:09 -08001520 ASSERT_SINGLE_OWNER
robertphillipsea461502015-05-26 11:38:03 -07001521 RETURN_IF_ABANDONED
robertphillips2e1e51f2015-10-15 08:01:48 -07001522 SkDEBUGCODE(this->validate();)
Brian Osman11052242016-10-27 14:47:55 -04001523 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::drawPath");
robertphillips2e1e51f2015-10-15 08:01:48 -07001524
robertphillipsea461502015-05-26 11:38:03 -07001525 if (path.isEmpty()) {
1526 if (path.isInverseFillType()) {
Brian Salomon82f44312017-01-11 13:42:54 -05001527 this->drawPaint(clip, std::move(paint), viewMatrix);
robertphillipsea461502015-05-26 11:38:03 -07001528 }
1529 return;
1530 }
1531
Robert Phillips72152832017-01-25 17:31:35 -05001532 AutoCheckFlush acf(this->drawingManager());
robertphillipsea461502015-05-26 11:38:03 -07001533
Brian Salomon7c8460e2017-05-12 11:36:10 -04001534 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo);
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001535 if (GrAAType::kCoverage == aaType && !style.pathEffect()) {
bsalomon6663acf2016-05-10 09:14:17 -07001536 if (style.isSimpleFill() && !path.isConvex()) {
robertphillipsea461502015-05-26 11:38:03 -07001537 // Concave AA paths are expensive - try to avoid them for special cases
1538 SkRect rects[2];
1539
bsalomon6663acf2016-05-10 09:14:17 -07001540 if (fills_as_nested_rects(viewMatrix, path, rects)) {
Brian Salomonbaaf4392017-06-15 09:59:23 -04001541 std::unique_ptr<GrDrawOp> op =
1542 GrRectOpFactory::MakeAAFillNestedRects(std::move(paint), viewMatrix, rects);
Brian Salomon5f970fe2017-06-16 17:30:59 -04001543 if (op) {
1544 this->addDrawOp(clip, std::move(op));
bsalomon40ef4852016-05-02 13:22:13 -07001545 }
Brian Salomon5f970fe2017-06-16 17:30:59 -04001546 // A null return indicates that there is nothing to draw in this case.
1547 return;
robertphillipsea461502015-05-26 11:38:03 -07001548 }
1549 }
1550 SkRect ovalRect;
1551 bool isOval = path.isOval(&ovalRect);
1552
1553 if (isOval && !path.isInverseFillType()) {
Brian Salomon94efbf52016-11-29 13:43:05 -05001554 const GrShaderCaps* shaderCaps = fContext->caps()->shaderCaps();
Brian Salomon05441c42017-05-15 16:45:49 -04001555 std::unique_ptr<GrDrawOp> op = GrOvalOpFactory::MakeOvalOp(
1556 std::move(paint), viewMatrix, ovalRect, style.strokeRec(), shaderCaps);
Brian Salomon42521e82016-12-07 16:44:58 -05001557 if (op) {
Brian Salomon05441c42017-05-15 16:45:49 -04001558 this->addDrawOp(clip, std::move(op));
robertphillipsea461502015-05-26 11:38:03 -07001559 return;
1560 }
1561 }
1562 }
robertphillips4bc31812016-03-01 12:22:49 -08001563
1564 // Note that internalDrawPath may sw-rasterize the path into a scratch texture.
1565 // Scratch textures can be recycled after they are returned to the texture
1566 // cache. This presents a potential hazard for buffered drawing. However,
1567 // the writePixels that uploads to the scratch will perform a flush so we're
1568 // OK.
Brian Salomon82f44312017-01-11 13:42:54 -05001569 this->internalDrawPath(clip, std::move(paint), aa, viewMatrix, path, style);
robertphillipsea461502015-05-26 11:38:03 -07001570}
1571
Brian Osman11052242016-10-27 14:47:55 -04001572bool GrRenderTargetContextPriv::drawAndStencilPath(const GrClip& clip,
1573 const GrUserStencilSettings* ss,
1574 SkRegion::Op op,
1575 bool invert,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001576 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -04001577 const SkMatrix& viewMatrix,
1578 const SkPath& path) {
robertphillips391395d2016-03-02 09:26:36 -08001579 ASSERT_SINGLE_OWNER_PRIV
1580 RETURN_FALSE_IF_ABANDONED_PRIV
Brian Osman11052242016-10-27 14:47:55 -04001581 SkDEBUGCODE(fRenderTargetContext->validate();)
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001582 GR_AUDIT_TRAIL_AUTO_FRAME(fRenderTargetContext->fAuditTrail,
1583 "GrRenderTargetContextPriv::drawAndStencilPath");
robertphillips391395d2016-03-02 09:26:36 -08001584
1585 if (path.isEmpty() && path.isInverseFillType()) {
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001586 this->drawAndStencilRect(clip, ss, op, invert, GrAA::kNo, SkMatrix::I(),
Brian Osman11052242016-10-27 14:47:55 -04001587 SkRect::MakeIWH(fRenderTargetContext->width(),
1588 fRenderTargetContext->height()));
robertphillips391395d2016-03-02 09:26:36 -08001589 return true;
1590 }
1591
Robert Phillips72152832017-01-25 17:31:35 -05001592 AutoCheckFlush acf(fRenderTargetContext->drawingManager());
robertphillips391395d2016-03-02 09:26:36 -08001593
1594 // An Assumption here is that path renderer would use some form of tweaking
1595 // the src color (either the input alpha or in the frag shader) to implement
1596 // aa. If we have some future driver-mojo path AA that can do the right
1597 // thing WRT to the blend then we'll need some query on the PR.
Brian Salomon7c8460e2017-05-12 11:36:10 -04001598 GrAAType aaType = fRenderTargetContext->chooseAAType(aa, GrAllowMixedSamples::kNo);
robertphillips976f5f02016-06-03 10:59:20 -07001599 bool hasUserStencilSettings = !ss->isUnused();
robertphillips391395d2016-03-02 09:26:36 -08001600
bsalomon8acedde2016-06-24 10:42:16 -07001601 GrShape shape(path, GrStyle::SimpleFill());
robertphillips391395d2016-03-02 09:26:36 -08001602 GrPathRenderer::CanDrawPathArgs canDrawArgs;
Eric Karl5c779752017-05-08 12:02:07 -07001603 canDrawArgs.fCaps = fRenderTargetContext->drawingManager()->getContext()->caps();
robertphillips391395d2016-03-02 09:26:36 -08001604 canDrawArgs.fViewMatrix = &viewMatrix;
bsalomon8acedde2016-06-24 10:42:16 -07001605 canDrawArgs.fShape = &shape;
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001606 canDrawArgs.fAAType = aaType;
cdalton93a379b2016-05-11 13:58:08 -07001607 canDrawArgs.fHasUserStencilSettings = hasUserStencilSettings;
robertphillips391395d2016-03-02 09:26:36 -08001608
1609 // Don't allow the SW renderer
Robert Phillips72152832017-01-25 17:31:35 -05001610 GrPathRenderer* pr = fRenderTargetContext->drawingManager()->getPathRenderer(
Brian Salomon36aa1762016-12-10 13:24:02 -05001611 canDrawArgs, false, GrPathRendererChain::DrawType::kStencilAndColor);
robertphillips391395d2016-03-02 09:26:36 -08001612 if (!pr) {
1613 return false;
1614 }
1615
1616 GrPaint paint;
1617 paint.setCoverageSetOpXPFactory(op, invert);
1618
Brian Salomon82f44312017-01-11 13:42:54 -05001619 GrPathRenderer::DrawPathArgs args{
Robert Phillips256c37b2017-03-01 14:32:46 -05001620 fRenderTargetContext->drawingManager()->getContext(),
Brian Salomon82f44312017-01-11 13:42:54 -05001621 std::move(paint),
1622 ss,
1623 fRenderTargetContext,
1624 &clip,
1625 &viewMatrix,
1626 &shape,
1627 aaType,
1628 fRenderTargetContext->isGammaCorrect()};
robertphillips391395d2016-03-02 09:26:36 -08001629 pr->drawPath(args);
1630 return true;
1631}
1632
Brian Osman11052242016-10-27 14:47:55 -04001633SkBudgeted GrRenderTargetContextPriv::isBudgeted() const {
robertphillips714712b2016-08-04 06:20:45 -07001634 ASSERT_SINGLE_OWNER_PRIV
1635
Brian Osman11052242016-10-27 14:47:55 -04001636 if (fRenderTargetContext->wasAbandoned()) {
robertphillips714712b2016-08-04 06:20:45 -07001637 return SkBudgeted::kNo;
1638 }
1639
Brian Osman11052242016-10-27 14:47:55 -04001640 SkDEBUGCODE(fRenderTargetContext->validate();)
robertphillips714712b2016-08-04 06:20:45 -07001641
Robert Phillipsc7635fa2016-10-28 13:25:24 -04001642 return fRenderTargetContext->fRenderTargetProxy->isBudgeted();
robertphillips714712b2016-08-04 06:20:45 -07001643}
1644
Brian Osman11052242016-10-27 14:47:55 -04001645void GrRenderTargetContext::internalDrawPath(const GrClip& clip,
Brian Salomon82f44312017-01-11 13:42:54 -05001646 GrPaint&& paint,
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001647 GrAA aa,
Brian Osman11052242016-10-27 14:47:55 -04001648 const SkMatrix& viewMatrix,
1649 const SkPath& path,
1650 const GrStyle& style) {
joshualitt1de610a2016-01-06 08:26:09 -08001651 ASSERT_SINGLE_OWNER
robertphillipsea461502015-05-26 11:38:03 -07001652 RETURN_IF_ABANDONED
bsalomon8acedde2016-06-24 10:42:16 -07001653 SkASSERT(!path.isEmpty());
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001654 GrShape shape;
Brian Salomon7c8460e2017-05-12 11:36:10 -04001655 // NVPR cannot handle hairlines, so this would get picked up by a different stencil and
1656 // cover path renderer (i.e. default path renderer). The hairline renderer produces much
1657 // smoother hairlines than MSAA.
1658 GrAllowMixedSamples allowMixedSamples =
1659 style.isSimpleHairline() ? GrAllowMixedSamples::kNo : GrAllowMixedSamples::kYes;
1660 GrAAType aaType = this->chooseAAType(aa, allowMixedSamples);
robertphillips68737822015-10-29 12:12:21 -07001661 GrPathRenderer::CanDrawPathArgs canDrawArgs;
Eric Karl5c779752017-05-08 12:02:07 -07001662 canDrawArgs.fCaps = this->drawingManager()->getContext()->caps();
robertphillips68737822015-10-29 12:12:21 -07001663 canDrawArgs.fViewMatrix = &viewMatrix;
bsalomon8acedde2016-06-24 10:42:16 -07001664 canDrawArgs.fShape = &shape;
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001665 canDrawArgs.fHasUserStencilSettings = false;
robertphillips68737822015-10-29 12:12:21 -07001666
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001667 GrPathRenderer* pr;
Brian Salomon82125e92016-12-10 09:35:48 -05001668 static constexpr GrPathRendererChain::DrawType kType = GrPathRendererChain::DrawType::kColor;
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001669 do {
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001670 shape = GrShape(path, style);
bsalomon8acedde2016-06-24 10:42:16 -07001671 if (shape.isEmpty()) {
robertphillipsea461502015-05-26 11:38:03 -07001672 return;
1673 }
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001674
1675 canDrawArgs.fAAType = aaType;
1676
1677 // Try a 1st time without applying any of the style to the geometry (and barring sw)
Robert Phillips72152832017-01-25 17:31:35 -05001678 pr = this->drawingManager()->getPathRenderer(canDrawArgs, false, kType);
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001679 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix);
1680
1681 if (!pr && shape.style().pathEffect()) {
1682 // It didn't work above, so try again with the path effect applied.
1683 shape = shape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale);
bsalomon8acedde2016-06-24 10:42:16 -07001684 if (shape.isEmpty()) {
robertphillipsea461502015-05-26 11:38:03 -07001685 return;
1686 }
Robert Phillips72152832017-01-25 17:31:35 -05001687 pr = this->drawingManager()->getPathRenderer(canDrawArgs, false, kType);
bsalomon6663acf2016-05-10 09:14:17 -07001688 }
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001689 if (!pr) {
1690 if (shape.style().applies()) {
1691 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale);
1692 if (shape.isEmpty()) {
1693 return;
1694 }
1695 }
1696 // This time, allow SW renderer
Robert Phillips72152832017-01-25 17:31:35 -05001697 pr = this->drawingManager()->getPathRenderer(canDrawArgs, true, kType);
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001698 }
Brian Salomon0abc8b42016-12-13 10:22:54 -05001699 if (!pr && GrAATypeIsHW(aaType)) {
Brian Salomon0e8fc8b2016-12-09 15:10:07 -05001700 // There are exceptional cases where we may wind up falling back to coverage based AA
1701 // when the target is MSAA (e.g. through disabling path renderers via GrContextOptions).
1702 aaType = GrAAType::kCoverage;
1703 } else {
1704 break;
1705 }
1706 } while(true);
robertphillipsea461502015-05-26 11:38:03 -07001707
bsalomon8acedde2016-06-24 10:42:16 -07001708 if (!pr) {
robertphillipsea461502015-05-26 11:38:03 -07001709#ifdef SK_DEBUG
1710 SkDebugf("Unable to find path renderer compatible with path.\n");
1711#endif
1712 return;
1713 }
1714
Robert Phillips256c37b2017-03-01 14:32:46 -05001715 GrPathRenderer::DrawPathArgs args{this->drawingManager()->getContext(),
Brian Salomon82f44312017-01-11 13:42:54 -05001716 std::move(paint),
1717 &GrUserStencilSettings::kUnused,
1718 this,
1719 &clip,
1720 &viewMatrix,
1721 &shape,
1722 aaType,
1723 this->isGammaCorrect()};
bsalomon0aff2fa2015-07-31 06:48:27 -07001724 pr->drawPath(args);
robertphillipsea461502015-05-26 11:38:03 -07001725}
1726
Brian Salomon467921e2017-03-06 16:17:12 -05001727static void op_bounds(SkRect* bounds, const GrOp* op) {
1728 *bounds = op->bounds();
1729 if (op->hasZeroArea()) {
1730 if (op->hasAABloat()) {
1731 bounds->outset(0.5f, 0.5f);
1732 } else {
1733 // We don't know which way the particular GPU will snap lines or points at integer
1734 // coords. So we ensure that the bounds is large enough for either snap.
1735 SkRect before = *bounds;
1736 bounds->roundOut(bounds);
1737 if (bounds->fLeft == before.fLeft) {
1738 bounds->fLeft -= 1;
1739 }
1740 if (bounds->fTop == before.fTop) {
1741 bounds->fTop -= 1;
1742 }
1743 if (bounds->fRight == before.fRight) {
1744 bounds->fRight += 1;
1745 }
1746 if (bounds->fBottom == before.fBottom) {
1747 bounds->fBottom += 1;
1748 }
1749 }
1750 }
1751}
1752
Brian Salomon54d212e2017-03-21 14:22:38 -04001753uint32_t GrRenderTargetContext::addDrawOp(const GrClip& clip, std::unique_ptr<GrDrawOp> op) {
joshualitt1de610a2016-01-06 08:26:09 -08001754 ASSERT_SINGLE_OWNER
Robert Phillipsc0138922017-03-08 11:50:55 -05001755 if (this->drawingManager()->wasAbandoned()) {
1756 return SK_InvalidUniqueID;
1757 }
robertphillips2e1e51f2015-10-15 08:01:48 -07001758 SkDEBUGCODE(this->validate();)
Brian Salomon42521e82016-12-07 16:44:58 -05001759 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::addDrawOp");
robertphillips2d70dcb2015-10-06 07:38:23 -07001760
Brian Salomon467921e2017-03-06 16:17:12 -05001761 // Setup clip
1762 SkRect bounds;
1763 op_bounds(&bounds, op.get());
Brian Salomon97180af2017-03-14 13:42:58 -04001764 GrAppliedClip appliedClip;
Brian Salomon54d212e2017-03-21 14:22:38 -04001765 GrDrawOp::FixedFunctionFlags fixedFunctionFlags = op->fixedFunctionFlags();
1766 if (!clip.apply(fContext, this, fixedFunctionFlags & GrDrawOp::FixedFunctionFlags::kUsesHWAA,
1767 fixedFunctionFlags & GrDrawOp::FixedFunctionFlags::kUsesStencil, &appliedClip,
1768 &bounds)) {
1769 return SK_InvalidUniqueID;
1770 }
1771
Brian Salomon54d212e2017-03-21 14:22:38 -04001772 if (fixedFunctionFlags & GrDrawOp::FixedFunctionFlags::kUsesStencil ||
1773 appliedClip.hasStencilClip()) {
Robert Phillips5efd5ea2017-05-30 13:47:32 -04001774 // This forces instantiation of the render target.
1775 GrRenderTarget* rt = this->accessRenderTarget();
1776 if (!rt) {
1777 return SK_InvalidUniqueID;
1778 }
1779
Brian Salomon54d212e2017-03-21 14:22:38 -04001780 if (!fContext->resourceProvider()->attachStencilAttachment(rt)) {
1781 SkDebugf("ERROR creating stencil attachment. Draw skipped.\n");
1782 return SK_InvalidUniqueID;
1783 }
1784 }
1785
Robert Phillipsbb581ce2017-05-29 15:05:15 -04001786 GrXferProcessor::DstProxy dstProxy;
Brian Salomonf86d37b2017-06-16 10:04:34 -04001787 if (op->finalize(*this->caps(), &appliedClip) == GrDrawOp::RequiresDstTexture::kYes) {
Robert Phillipsbb581ce2017-05-29 15:05:15 -04001788 if (!this->setupDstProxy(this->asRenderTargetProxy(), clip, op->bounds(), &dstProxy)) {
Brian Salomon54d212e2017-03-21 14:22:38 -04001789 return SK_InvalidUniqueID;
1790 }
1791 }
1792
1793 op->setClippedBounds(bounds);
Robert Phillips2de8cfa2017-06-28 10:33:41 -04001794 return this->getRTOpList()->addOp(std::move(op), *this->caps(),
1795 std::move(appliedClip), dstProxy);
Brian Salomon54d212e2017-03-21 14:22:38 -04001796}
1797
Brian Salomone14bd802017-04-04 15:13:25 -04001798uint32_t GrRenderTargetContext::addLegacyMeshDrawOp(GrPipelineBuilder&& pipelineBuilder,
Brian Salomond3ccb0a2017-04-03 10:38:00 -04001799 const GrClip& clip,
1800 std::unique_ptr<GrLegacyMeshDrawOp> op) {
Brian Salomon54d212e2017-03-21 14:22:38 -04001801 ASSERT_SINGLE_OWNER
1802 if (this->drawingManager()->wasAbandoned()) {
1803 return SK_InvalidUniqueID;
1804 }
1805 SkDEBUGCODE(this->validate();)
Brian Salomond3ccb0a2017-04-03 10:38:00 -04001806 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrRenderTargetContext::addLegacyMeshDrawOp");
Brian Salomon54d212e2017-03-21 14:22:38 -04001807
1808 // Setup clip
1809 SkRect bounds;
1810 op_bounds(&bounds, op.get());
1811 GrAppliedClip appliedClip;
Brian Salomon467921e2017-03-06 16:17:12 -05001812 if (!clip.apply(fContext, this, pipelineBuilder.isHWAntialias(),
Brian Salomon97180af2017-03-14 13:42:58 -04001813 pipelineBuilder.hasUserStencilSettings(), &appliedClip, &bounds)) {
Robert Phillipsc0138922017-03-08 11:50:55 -05001814 return SK_InvalidUniqueID;
Brian Salomon467921e2017-03-06 16:17:12 -05001815 }
1816
1817 // This forces instantiation of the render target. Pipeline creation is moving to flush time
1818 // by which point instantiation must have occurred anyway.
1819 GrRenderTarget* rt = this->accessRenderTarget();
1820 if (!rt) {
Robert Phillipsc0138922017-03-08 11:50:55 -05001821 return SK_InvalidUniqueID;
Brian Salomon467921e2017-03-06 16:17:12 -05001822 }
1823
1824 GrResourceProvider* resourceProvider = fContext->resourceProvider();
Brian Salomon48d1b4c2017-04-08 07:38:53 -04001825 bool usesStencil = pipelineBuilder.hasUserStencilSettings() || appliedClip.hasStencilClip();
1826 if (usesStencil) {
Brian Salomon467921e2017-03-06 16:17:12 -05001827 if (!resourceProvider->attachStencilAttachment(this->accessRenderTarget())) {
1828 SkDebugf("ERROR creating stencil attachment. Draw skipped.\n");
Robert Phillipsc0138922017-03-08 11:50:55 -05001829 return SK_InvalidUniqueID;
Brian Salomon467921e2017-03-06 16:17:12 -05001830 }
1831 }
1832
Brian Salomon7c8460e2017-05-12 11:36:10 -04001833 bool isMixedSamples = GrFSAAType::kMixedSamples == this->fsaaType() &&
Brian Salomon48d1b4c2017-04-08 07:38:53 -04001834 (pipelineBuilder.isHWAntialias() || usesStencil);
1835
1836 GrColor overrideColor;
1837 GrProcessorSet::Analysis analysis = op->analyzeUpdateAndRecordProcessors(
1838 &pipelineBuilder, &appliedClip, isMixedSamples, *this->caps(), &overrideColor);
Brian Salomon467921e2017-03-06 16:17:12 -05001839
1840 GrPipeline::InitArgs args;
1841 pipelineBuilder.getPipelineInitArgs(&args);
1842 args.fAppliedClip = &appliedClip;
1843 args.fRenderTarget = rt;
1844 args.fCaps = this->caps();
Robert Phillipsfbcef6e2017-06-15 12:07:18 -04001845 args.fResourceProvider = resourceProvider;
Brian Salomon467921e2017-03-06 16:17:12 -05001846
Brian Salomon31853842017-03-28 16:32:05 -04001847 if (analysis.requiresDstTexture()) {
Robert Phillipsbb581ce2017-05-29 15:05:15 -04001848 if (!this->setupDstProxy(this->asRenderTargetProxy(), clip, bounds, &args.fDstProxy)) {
Robert Phillipsc0138922017-03-08 11:50:55 -05001849 return SK_InvalidUniqueID;
Brian Salomon467921e2017-03-06 16:17:12 -05001850 }
1851 }
Brian Salomon48d1b4c2017-04-08 07:38:53 -04001852 op->initPipeline(args, analysis, overrideColor);
Robert Phillipsf5442bb2017-04-17 14:18:34 -04001853
1854 // Add the pipeline dependencies on textures, etc before recording this op.
Robert Phillipsd261e102017-06-23 12:37:20 -04001855 op->addDependenciesTo(this->getOpList(), *this->caps());
Robert Phillipsf5442bb2017-04-17 14:18:34 -04001856
Brian Salomon97180af2017-03-14 13:42:58 -04001857 op->setClippedBounds(bounds);
Robert Phillips2de8cfa2017-06-28 10:33:41 -04001858 return this->getRTOpList()->addOp(std::move(op), *this->caps());
Brian Salomon467921e2017-03-06 16:17:12 -05001859}
1860
Robert Phillipsbb581ce2017-05-29 15:05:15 -04001861bool GrRenderTargetContext::setupDstProxy(GrRenderTargetProxy* rtProxy, const GrClip& clip,
Brian Salomon467921e2017-03-06 16:17:12 -05001862 const SkRect& opBounds,
Robert Phillipsbb581ce2017-05-29 15:05:15 -04001863 GrXferProcessor::DstProxy* dstProxy) {
Brian Salomon467921e2017-03-06 16:17:12 -05001864 if (this->caps()->textureBarrierSupport()) {
Robert Phillipsbf25d432017-04-07 10:08:53 -04001865 if (GrTextureProxy* texProxy = rtProxy->asTextureProxy()) {
Brian Salomon467921e2017-03-06 16:17:12 -05001866 // The render target is a texture, so we can read from it directly in the shader. The XP
1867 // will be responsible to detect this situation and request a texture barrier.
Robert Phillipsbb581ce2017-05-29 15:05:15 -04001868 dstProxy->setProxy(sk_ref_sp(texProxy));
1869 dstProxy->setOffset(0, 0);
Robert Phillipsbf25d432017-04-07 10:08:53 -04001870 return true;
Brian Salomon467921e2017-03-06 16:17:12 -05001871 }
1872 }
1873
Robert Phillipsbf25d432017-04-07 10:08:53 -04001874 SkIRect copyRect = SkIRect::MakeWH(rtProxy->width(), rtProxy->height());
Brian Salomon467921e2017-03-06 16:17:12 -05001875
Eric Karl74480882017-04-03 14:49:05 -07001876 SkIRect clippedRect;
Robert Phillipsbf25d432017-04-07 10:08:53 -04001877 clip.getConservativeBounds(rtProxy->width(), rtProxy->height(), &clippedRect);
Eric Karl72e551e2017-04-04 13:42:10 -07001878 SkIRect drawIBounds;
Brian Salomon467921e2017-03-06 16:17:12 -05001879 opBounds.roundOut(&drawIBounds);
Brian Salomon859621f2017-03-16 09:21:54 -04001880 // Cover up for any precision issues by outsetting the op bounds a pixel in each direction.
1881 drawIBounds.outset(1, 1);
Eric Karl72e551e2017-04-04 13:42:10 -07001882 if (!clippedRect.intersect(drawIBounds)) {
Brian Salomon467921e2017-03-06 16:17:12 -05001883#ifdef SK_DEBUG
Robert Phillipsbf25d432017-04-07 10:08:53 -04001884 GrCapsDebugf(this->caps(), "setupDstTexture: Missed an early reject bailing on draw.");
Brian Salomon467921e2017-03-06 16:17:12 -05001885#endif
Robert Phillipsbf25d432017-04-07 10:08:53 -04001886 return false;
Brian Salomon467921e2017-03-06 16:17:12 -05001887 }
1888
1889 // MSAA consideration: When there is support for reading MSAA samples in the shader we could
1890 // have per-sample dst values by making the copy multisampled.
1891 GrSurfaceDesc desc;
Eric Karl74480882017-04-03 14:49:05 -07001892 bool rectsMustMatch = false;
1893 bool disallowSubrect = false;
Robert Phillipsbf25d432017-04-07 10:08:53 -04001894 if (!this->caps()->initDescForDstCopy(rtProxy, &desc, &rectsMustMatch, &disallowSubrect)) {
1895 desc.fOrigin = kBottomLeft_GrSurfaceOrigin;
Brian Salomon467921e2017-03-06 16:17:12 -05001896 desc.fFlags = kRenderTarget_GrSurfaceFlag;
Robert Phillipsbf25d432017-04-07 10:08:53 -04001897 desc.fConfig = rtProxy->config();
Brian Salomon467921e2017-03-06 16:17:12 -05001898 }
1899
Eric Karl74480882017-04-03 14:49:05 -07001900 if (!disallowSubrect) {
1901 copyRect = clippedRect;
1902 }
Brian Salomon467921e2017-03-06 16:17:12 -05001903
Robert Phillipsbf25d432017-04-07 10:08:53 -04001904 SkIPoint dstPoint, dstOffset;
1905 SkBackingFit fit;
Eric Karl74480882017-04-03 14:49:05 -07001906 if (rectsMustMatch) {
Robert Phillipsbf25d432017-04-07 10:08:53 -04001907 SkASSERT(desc.fOrigin == rtProxy->origin());
1908 desc.fWidth = rtProxy->width();
1909 desc.fHeight = rtProxy->height();
Eric Karl74480882017-04-03 14:49:05 -07001910 dstPoint = {copyRect.fLeft, copyRect.fTop};
1911 dstOffset = {0, 0};
Robert Phillipsbf25d432017-04-07 10:08:53 -04001912 fit = SkBackingFit::kExact;
Eric Karl74480882017-04-03 14:49:05 -07001913 } else {
1914 desc.fWidth = copyRect.width();
1915 desc.fHeight = copyRect.height();
1916 dstPoint = {0, 0};
1917 dstOffset = {copyRect.fLeft, copyRect.fTop};
Robert Phillipsbf25d432017-04-07 10:08:53 -04001918 fit = SkBackingFit::kApprox;
Eric Karl74480882017-04-03 14:49:05 -07001919 }
Brian Salomon467921e2017-03-06 16:17:12 -05001920
Robert Phillipsbf25d432017-04-07 10:08:53 -04001921 sk_sp<GrSurfaceContext> sContext = fContext->contextPriv().makeDeferredSurfaceContext(
1922 desc,
1923 fit,
1924 SkBudgeted::kYes);
1925 if (!sContext) {
1926 SkDebugf("setupDstTexture: surfaceContext creation failed.\n");
1927 return false;
1928 }
1929
1930 if (!sContext->copy(rtProxy, copyRect, dstPoint)) {
1931 SkDebugf("setupDstTexture: copy failed.\n");
1932 return false;
1933 }
1934
Robert Phillipsbb581ce2017-05-29 15:05:15 -04001935 dstProxy->setProxy(sContext->asTextureProxyRef());
1936 dstProxy->setOffset(dstOffset);
Robert Phillipsbf25d432017-04-07 10:08:53 -04001937 return true;
robertphillips2334fb62015-06-17 05:43:33 -07001938}