reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 1 | /* |
epoger@google.com | ec3ed6a | 2011-07-28 14:26:00 +0000 | [diff] [blame] | 2 | * Copyright 2010 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. |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
Robert Phillips | f2361d2 | 2016-10-25 14:20:06 -0400 | [diff] [blame] | 8 | #ifndef GrRenderTargetOpList_DEFINED |
| 9 | #define GrRenderTargetOpList_DEFINED |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 10 | |
Brian Salomon | 54d212e | 2017-03-21 14:22:38 -0400 | [diff] [blame] | 11 | #include "GrAppliedClip.h" |
Robert Phillips | f2361d2 | 2016-10-25 14:20:06 -0400 | [diff] [blame] | 12 | #include "GrOpList.h" |
Brian Salomon | c48af93 | 2017-03-16 19:51:42 +0000 | [diff] [blame] | 13 | #include "GrPathRendering.h" |
Brian Salomon | 54d212e | 2017-03-21 14:22:38 -0400 | [diff] [blame] | 14 | #include "GrPrimitiveProcessor.h" |
Robert Phillips | 646e429 | 2017-06-13 12:44:56 -0400 | [diff] [blame] | 15 | #include "ops/GrOp.h" |
Brian Salomon | 54d212e | 2017-03-21 14:22:38 -0400 | [diff] [blame] | 16 | #include "SkArenaAlloc.h" |
bsalomon@google.com | 8d67c07 | 2012-12-13 20:38:14 +0000 | [diff] [blame] | 17 | #include "SkClipStack.h" |
commit-bot@chromium.org | a4de8c2 | 2013-09-09 13:38:37 +0000 | [diff] [blame] | 18 | #include "SkMatrix.h" |
reed | 1b55a96 | 2015-09-17 20:16:13 -0700 | [diff] [blame] | 19 | #include "SkStringUtils.h" |
commit-bot@chromium.org | 9b62aa1 | 2014-03-25 11:59:40 +0000 | [diff] [blame] | 20 | #include "SkStrokeRec.h" |
robertphillips@google.com | a2d7148 | 2012-08-01 20:08:47 +0000 | [diff] [blame] | 21 | #include "SkTArray.h" |
commit-bot@chromium.org | a4de8c2 | 2013-09-09 13:38:37 +0000 | [diff] [blame] | 22 | #include "SkTLazy.h" |
commit-bot@chromium.org | a0b4028 | 2013-09-18 13:00:55 +0000 | [diff] [blame] | 23 | #include "SkTypes.h" |
Scroggo | 97c88c2 | 2011-05-11 14:05:25 +0000 | [diff] [blame] | 24 | |
joshualitt | 086cee1 | 2016-01-12 06:45:24 -0800 | [diff] [blame] | 25 | class GrAuditTrail; |
Brian Salomon | 7dae46a | 2016-12-14 16:21:37 -0500 | [diff] [blame] | 26 | class GrClearOp; |
bsalomon | 4b91f76 | 2015-05-19 09:29:46 -0700 | [diff] [blame] | 27 | class GrCaps; |
Robert Phillips | c7635fa | 2016-10-28 13:25:24 -0400 | [diff] [blame] | 28 | class GrRenderTargetProxy; |
sugoi@google.com | 12b4e27 | 2012-12-06 20:13:11 +0000 | [diff] [blame] | 29 | |
Robert Phillips | f2361d2 | 2016-10-25 14:20:06 -0400 | [diff] [blame] | 30 | class GrRenderTargetOpList final : public GrOpList { |
Brian Salomon | 54d212e | 2017-03-21 14:22:38 -0400 | [diff] [blame] | 31 | private: |
Robert Phillips | bb581ce | 2017-05-29 15:05:15 -0400 | [diff] [blame] | 32 | using DstProxy = GrXferProcessor::DstProxy; |
Brian Salomon | 54d212e | 2017-03-21 14:22:38 -0400 | [diff] [blame] | 33 | |
bsalomon@google.com | f660187 | 2012-08-28 21:11:35 +0000 | [diff] [blame] | 34 | public: |
Robert Phillips | c994a93 | 2018-06-19 13:09:54 -0400 | [diff] [blame] | 35 | GrRenderTargetOpList(GrResourceProvider*, sk_sp<GrOpMemoryPool>, |
| 36 | GrRenderTargetProxy*, GrAuditTrail*); |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 37 | |
Robert Phillips | f2361d2 | 2016-10-25 14:20:06 -0400 | [diff] [blame] | 38 | ~GrRenderTargetOpList() override; |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 39 | |
Robert Phillips | ee68365 | 2017-04-26 11:53:10 -0400 | [diff] [blame] | 40 | void makeClosed(const GrCaps& caps) override { |
Robert Phillips | f5442bb | 2017-04-17 14:18:34 -0400 | [diff] [blame] | 41 | if (this->isClosed()) { |
| 42 | return; |
| 43 | } |
Robert Phillips | f2361d2 | 2016-10-25 14:20:06 -0400 | [diff] [blame] | 44 | |
Robert Phillips | ee68365 | 2017-04-26 11:53:10 -0400 | [diff] [blame] | 45 | this->forwardCombine(caps); |
Robert Phillips | f5442bb | 2017-04-17 14:18:34 -0400 | [diff] [blame] | 46 | |
Robert Phillips | ee68365 | 2017-04-26 11:53:10 -0400 | [diff] [blame] | 47 | INHERITED::makeClosed(caps); |
robertphillips | a106c62 | 2015-10-16 09:07:06 -0700 | [diff] [blame] | 48 | } |
bsalomon | aecc018 | 2016-03-07 11:50:44 -0800 | [diff] [blame] | 49 | |
Brian Salomon | 588cec7 | 2018-11-14 13:56:37 -0500 | [diff] [blame] | 50 | bool isEmpty() const { return fOpChains.empty(); } |
Robert Phillips | f5442bb | 2017-04-17 14:18:34 -0400 | [diff] [blame] | 51 | |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 52 | /** |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 53 | * Empties the draw buffer of any queued up draws. |
| 54 | */ |
Chris Dalton | a84cacf | 2017-10-04 10:30:29 -0600 | [diff] [blame] | 55 | void endFlush() override; |
Robert Phillips | f2361d2 | 2016-10-25 14:20:06 -0400 | [diff] [blame] | 56 | |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 57 | /** |
bsalomon | dc43898 | 2016-08-31 11:53:49 -0700 | [diff] [blame] | 58 | * Together these two functions flush all queued up draws to GrCommandBuffer. The return value |
Brian Salomon | 1e41f4a | 2016-12-07 15:05:04 -0500 | [diff] [blame] | 59 | * of executeOps() indicates whether any commands were actually issued to the GPU. |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 60 | */ |
Brian Osman | 407b342 | 2017-08-22 15:01:32 -0400 | [diff] [blame] | 61 | void onPrepare(GrOpFlushState* flushState) override; |
| 62 | bool onExecute(GrOpFlushState* flushState) override; |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 63 | |
Brian Salomon | 348a037 | 2018-10-31 10:42:18 -0400 | [diff] [blame] | 64 | void addOp(std::unique_ptr<GrOp> op, const GrCaps& caps) { |
Robert Phillips | b493eeb | 2017-09-13 13:10:52 -0400 | [diff] [blame] | 65 | auto addDependency = [ &caps, this ] (GrSurfaceProxy* p) { |
| 66 | this->addDependency(p, caps); |
| 67 | }; |
| 68 | |
| 69 | op->visitProxies(addDependency); |
| 70 | |
Brian Salomon | 348a037 | 2018-10-31 10:42:18 -0400 | [diff] [blame] | 71 | this->recordOp(std::move(op), caps); |
Brian Salomon | 54d212e | 2017-03-21 14:22:38 -0400 | [diff] [blame] | 72 | } |
Robert Phillips | b493eeb | 2017-09-13 13:10:52 -0400 | [diff] [blame] | 73 | |
Brian Salomon | 348a037 | 2018-10-31 10:42:18 -0400 | [diff] [blame] | 74 | void addOp(std::unique_ptr<GrOp> op, const GrCaps& caps, GrAppliedClip&& clip, |
| 75 | const DstProxy& dstProxy) { |
Robert Phillips | b493eeb | 2017-09-13 13:10:52 -0400 | [diff] [blame] | 76 | auto addDependency = [ &caps, this ] (GrSurfaceProxy* p) { |
| 77 | this->addDependency(p, caps); |
| 78 | }; |
| 79 | |
| 80 | op->visitProxies(addDependency); |
| 81 | clip.visitProxies(addDependency); |
Robert Phillips | 2739ab0 | 2018-07-27 07:35:55 -0400 | [diff] [blame] | 82 | if (dstProxy.proxy()) { |
| 83 | addDependency(dstProxy.proxy()); |
| 84 | } |
Robert Phillips | b493eeb | 2017-09-13 13:10:52 -0400 | [diff] [blame] | 85 | |
Brian Salomon | 348a037 | 2018-10-31 10:42:18 -0400 | [diff] [blame] | 86 | this->recordOp(std::move(op), caps, clip.doesClip() ? &clip : nullptr, &dstProxy); |
Brian Salomon | 69868af | 2016-12-22 15:42:51 -0500 | [diff] [blame] | 87 | } |
robertphillips | 9199a9f | 2016-07-13 07:48:43 -0700 | [diff] [blame] | 88 | |
Robert Phillips | 380b90c | 2017-08-30 07:41:07 -0400 | [diff] [blame] | 89 | void discard(); |
| 90 | |
bsalomon | 9f129de | 2016-08-10 16:31:05 -0700 | [diff] [blame] | 91 | /** Clears the entire render target */ |
Brian Osman | 9a9baae | 2018-11-05 15:06:26 -0500 | [diff] [blame] | 92 | void fullClear(GrContext*, const SkPMColor4f& color); |
bsalomon | 9f129de | 2016-08-10 16:31:05 -0700 | [diff] [blame] | 93 | |
commit-bot@chromium.org | 28361fa | 2014-03-28 16:08:05 +0000 | [diff] [blame] | 94 | /** |
bsalomon@google.com | e4617bf | 2013-04-03 14:56:40 +0000 | [diff] [blame] | 95 | * Copies a pixel rectangle from one surface to another. This call may finalize |
| 96 | * reserved vertex/index data (as though a draw call was made). The src pixels |
| 97 | * copied are specified by srcRect. They are copied to a rect of the same |
| 98 | * size in dst with top left at dstPoint. If the src rect is clipped by the |
| 99 | * src bounds then pixel values in the dst rect corresponding to area clipped |
bsalomon | 6df8640 | 2015-06-01 10:41:49 -0700 | [diff] [blame] | 100 | * by the src rect are not overwritten. This method is not guaranteed to succeed |
bsalomon@google.com | e4617bf | 2013-04-03 14:56:40 +0000 | [diff] [blame] | 101 | * depending on the type of surface, configs, etc, and the backend-specific |
bsalomon | 6df8640 | 2015-06-01 10:41:49 -0700 | [diff] [blame] | 102 | * limitations. |
bsalomon@google.com | e4617bf | 2013-04-03 14:56:40 +0000 | [diff] [blame] | 103 | */ |
Robert Phillips | 7c525e6 | 2018-06-12 10:11:12 -0400 | [diff] [blame] | 104 | bool copySurface(GrContext*, |
Robert Phillips | a16f6cb | 2017-06-01 11:06:13 -0400 | [diff] [blame] | 105 | GrSurfaceProxy* dst, |
Robert Phillips | bf25d43 | 2017-04-07 10:08:53 -0400 | [diff] [blame] | 106 | GrSurfaceProxy* src, |
bsalomon | f90a02b | 2014-11-26 12:28:00 -0800 | [diff] [blame] | 107 | const SkIRect& srcRect, |
Robert Phillips | 2de8cfa | 2017-06-28 10:33:41 -0400 | [diff] [blame] | 108 | const SkIPoint& dstPoint) override; |
robertphillips@google.com | ff17584 | 2012-05-14 19:31:39 +0000 | [diff] [blame] | 109 | |
Brian Osman | 45580d3 | 2016-11-23 09:37:01 -0500 | [diff] [blame] | 110 | GrRenderTargetOpList* asRenderTargetOpList() override { return this; } |
| 111 | |
Robert Phillips | 2748391 | 2018-04-20 12:43:18 -0400 | [diff] [blame] | 112 | SkDEBUGCODE(void dump(bool printDependencies) const override;) |
Robert Phillips | c84c030 | 2017-05-08 15:35:11 -0400 | [diff] [blame] | 113 | SkDEBUGCODE(int numClips() const override { return fNumClips; }) |
Chris Dalton | 706a6ff | 2017-11-29 22:01:06 -0700 | [diff] [blame] | 114 | SkDEBUGCODE(void visitProxies_debugOnly(const GrOp::VisitProxyFunc&) const;) |
Robert Phillips | c84c030 | 2017-05-08 15:35:11 -0400 | [diff] [blame] | 115 | |
Brian Salomon | 1354048 | 2018-07-09 10:31:47 -0400 | [diff] [blame] | 116 | private: |
Brian Salomon | c3833b4 | 2018-07-09 18:23:58 +0000 | [diff] [blame] | 117 | friend class GrRenderTargetContextPriv; // for stencil clip state. TODO: this is invasive |
| 118 | |
Robert Phillips | c994a93 | 2018-06-19 13:09:54 -0400 | [diff] [blame] | 119 | void deleteOps(); |
| 120 | |
Brian Salomon | 588cec7 | 2018-11-14 13:56:37 -0500 | [diff] [blame] | 121 | class OpChain { |
| 122 | public: |
| 123 | OpChain(const OpChain&) = delete; |
| 124 | OpChain& operator=(const OpChain&) = delete; |
| 125 | OpChain(std::unique_ptr<GrOp>, GrAppliedClip*, const DstProxy*); |
| 126 | |
| 127 | ~OpChain() { |
| 128 | // The ops are stored in a GrMemoryPool and must be explicitly deleted via the pool. |
| 129 | SkASSERT(fList.empty()); |
Brian Salomon | 54d212e | 2017-03-21 14:22:38 -0400 | [diff] [blame] | 130 | } |
Chris Dalton | 8816b93 | 2017-11-29 16:48:25 -0700 | [diff] [blame] | 131 | |
Brian Salomon | 588cec7 | 2018-11-14 13:56:37 -0500 | [diff] [blame] | 132 | void visitProxies(const GrOp::VisitProxyFunc&, GrOp::VisitorType) const; |
Robert Phillips | c994a93 | 2018-06-19 13:09:54 -0400 | [diff] [blame] | 133 | |
Brian Salomon | 588cec7 | 2018-11-14 13:56:37 -0500 | [diff] [blame] | 134 | GrOp* head() const { return fList.head(); } |
Robert Phillips | 7c525e6 | 2018-06-12 10:11:12 -0400 | [diff] [blame] | 135 | |
Brian Salomon | 588cec7 | 2018-11-14 13:56:37 -0500 | [diff] [blame] | 136 | GrAppliedClip* appliedClip() const { return fAppliedClip; } |
| 137 | const DstProxy& dstProxy() const { return fDstProxy; } |
| 138 | const SkRect& bounds() const { return fBounds; } |
Chris Dalton | 8816b93 | 2017-11-29 16:48:25 -0700 | [diff] [blame] | 139 | |
Brian Salomon | 588cec7 | 2018-11-14 13:56:37 -0500 | [diff] [blame] | 140 | // Deletes all the ops in the chain via the pool. |
| 141 | void deleteOps(GrOpMemoryPool* pool); |
| 142 | |
| 143 | // Attempts to move the ops from the passed chain to this chain at the head. Also attempts |
| 144 | // to merge ops between the chains. Upon success the passed chain is empty. |
| 145 | // Fails when the chains aren't of the same op type, have different clips or dst proxies. |
| 146 | bool prependChain(OpChain*, const GrCaps&, GrOpMemoryPool*, GrAuditTrail*); |
| 147 | |
| 148 | // Attempts to add 'op' to this chain either by merging or adding to the tail. Returns |
| 149 | // 'op' to the caller upon failure, otherwise null. Fails when the op and chain aren't of |
| 150 | // the same op type, have different clips or dst proxies. |
| 151 | std::unique_ptr<GrOp> appendOp(std::unique_ptr<GrOp> op, const DstProxy*, |
| 152 | const GrAppliedClip*, const GrCaps&, GrOpMemoryPool*, |
| 153 | GrAuditTrail*); |
| 154 | |
| 155 | private: |
| 156 | class List { |
| 157 | public: |
| 158 | List() = default; |
| 159 | List(std::unique_ptr<GrOp>); |
| 160 | List(List&&); |
| 161 | List& operator=(List&& that); |
| 162 | |
| 163 | bool empty() const { return !SkToBool(fHead); } |
| 164 | GrOp* head() const { return fHead.get(); } |
| 165 | GrOp* tail() const { return fTail; } |
| 166 | |
| 167 | std::unique_ptr<GrOp> popHead(); |
| 168 | std::unique_ptr<GrOp> removeOp(GrOp* op); |
| 169 | void pushHead(std::unique_ptr<GrOp> op); |
| 170 | void pushTail(std::unique_ptr<GrOp>); |
| 171 | |
| 172 | void validate() const; |
| 173 | |
| 174 | private: |
| 175 | std::unique_ptr<GrOp> fHead; |
| 176 | GrOp* fTail = nullptr; |
| 177 | }; |
| 178 | |
| 179 | void validate() const; |
| 180 | |
| 181 | std::tuple<List, List> TryConcat(List chainA, const DstProxy& dstProxyA, |
| 182 | const GrAppliedClip* appliedClipA, List chainB, |
| 183 | const DstProxy& dstProxyB, |
| 184 | const GrAppliedClip* appliedClipB, const GrCaps&, |
| 185 | GrOpMemoryPool*, GrAuditTrail*); |
| 186 | List DoConcat(List, List, const GrCaps&, GrOpMemoryPool*, GrAuditTrail*); |
| 187 | |
| 188 | List fList; |
| 189 | DstProxy fDstProxy; |
| 190 | GrAppliedClip* fAppliedClip; |
| 191 | SkRect fBounds; |
Brian Salomon | 54d212e | 2017-03-21 14:22:38 -0400 | [diff] [blame] | 192 | }; |
| 193 | |
Greg Daniel | aa3dfbe | 2018-01-29 10:34:25 -0500 | [diff] [blame] | 194 | void purgeOpsWithUninstantiatedProxies() override; |
| 195 | |
Robert Phillips | d375dbf | 2017-09-14 12:45:25 -0400 | [diff] [blame] | 196 | void gatherProxyIntervals(GrResourceAllocator*) const override; |
| 197 | |
Brian Salomon | 348a037 | 2018-10-31 10:42:18 -0400 | [diff] [blame] | 198 | void recordOp(std::unique_ptr<GrOp>, const GrCaps& caps, GrAppliedClip* = nullptr, |
| 199 | const DstProxy* = nullptr); |
Brian Salomon | 2790c52 | 2016-12-09 16:32:23 -0500 | [diff] [blame] | 200 | |
Robert Phillips | ee68365 | 2017-04-26 11:53:10 -0400 | [diff] [blame] | 201 | void forwardCombine(const GrCaps&); |
bsalomon | ad792c1 | 2015-09-10 11:10:50 -0700 | [diff] [blame] | 202 | |
Brian Salomon | c3833b4 | 2018-07-09 18:23:58 +0000 | [diff] [blame] | 203 | uint32_t fLastClipStackGenID; |
| 204 | SkIRect fLastDevClipBounds; |
| 205 | int fLastClipNumAnalyticFPs; |
csmartdalton | 7cdda99 | 2016-11-01 07:03:03 -0700 | [diff] [blame] | 206 | |
Robert Phillips | 6cdc22c | 2017-05-11 16:29:14 -0400 | [diff] [blame] | 207 | // For ops/opList we have mean: 5 stdDev: 28 |
Brian Salomon | 588cec7 | 2018-11-14 13:56:37 -0500 | [diff] [blame] | 208 | SkSTArray<25, OpChain, true> fOpChains; |
Brian Salomon | 54d212e | 2017-03-21 14:22:38 -0400 | [diff] [blame] | 209 | |
Robert Phillips | f6d7eb1 | 2017-04-26 14:55:34 -0400 | [diff] [blame] | 210 | // MDB TODO: 4096 for the first allocation of the clip space will be huge overkill. |
| 211 | // Gather statistics to determine the correct size. |
Robert Phillips | 5efd5ea | 2017-05-30 13:47:32 -0400 | [diff] [blame] | 212 | SkArenaAlloc fClipAllocator{4096}; |
| 213 | SkDEBUGCODE(int fNumClips;) |
Brian Salomon | 54d212e | 2017-03-21 14:22:38 -0400 | [diff] [blame] | 214 | |
Robert Phillips | f2361d2 | 2016-10-25 14:20:06 -0400 | [diff] [blame] | 215 | typedef GrOpList INHERITED; |
joshualitt | 6db519c | 2014-10-29 08:48:18 -0700 | [diff] [blame] | 216 | }; |
| 217 | |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 218 | #endif |