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 | |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 8 | #ifndef GrDrawTarget_DEFINED |
| 9 | #define GrDrawTarget_DEFINED |
| 10 | |
joshualitt | 44701df | 2015-02-23 14:44:57 -0800 | [diff] [blame] | 11 | #include "GrClip.h" |
joshualitt | 6db519c | 2014-10-29 08:48:18 -0700 | [diff] [blame] | 12 | #include "GrClipMaskManager.h" |
commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 13 | #include "GrContext.h" |
joshualitt | 8072caa | 2015-02-12 14:20:52 -0800 | [diff] [blame] | 14 | #include "GrPathProcessor.h" |
| 15 | #include "GrPrimitiveProcessor.h" |
bsalomon@google.com | 934c570 | 2012-03-20 21:17:58 +0000 | [diff] [blame] | 16 | #include "GrIndexBuffer.h" |
kkinnunen | ccdaa04 | 2014-08-20 01:36:23 -0700 | [diff] [blame] | 17 | #include "GrPathRendering.h" |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 18 | #include "GrPipelineBuilder.h" |
commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 19 | #include "GrTraceMarker.h" |
joshualitt | 7eb8c7b | 2014-11-18 14:24:27 -0800 | [diff] [blame] | 20 | #include "GrVertexBuffer.h" |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 21 | |
bsalomon@google.com | 8d67c07 | 2012-12-13 20:38:14 +0000 | [diff] [blame] | 22 | #include "SkClipStack.h" |
commit-bot@chromium.org | a4de8c2 | 2013-09-09 13:38:37 +0000 | [diff] [blame] | 23 | #include "SkMatrix.h" |
sugoi@google.com | 12b4e27 | 2012-12-06 20:13:11 +0000 | [diff] [blame] | 24 | #include "SkPath.h" |
commit-bot@chromium.org | 9b62aa1 | 2014-03-25 11:59:40 +0000 | [diff] [blame] | 25 | #include "SkStrokeRec.h" |
robertphillips@google.com | a2d7148 | 2012-08-01 20:08:47 +0000 | [diff] [blame] | 26 | #include "SkTArray.h" |
commit-bot@chromium.org | a4de8c2 | 2013-09-09 13:38:37 +0000 | [diff] [blame] | 27 | #include "SkTLazy.h" |
commit-bot@chromium.org | a0b4028 | 2013-09-18 13:00:55 +0000 | [diff] [blame] | 28 | #include "SkTypes.h" |
bsalomon@google.com | 8d67c07 | 2012-12-13 20:38:14 +0000 | [diff] [blame] | 29 | #include "SkXfermode.h" |
Scroggo | 97c88c2 | 2011-05-11 14:05:25 +0000 | [diff] [blame] | 30 | |
joshualitt | 44701df | 2015-02-23 14:44:57 -0800 | [diff] [blame] | 31 | class GrClip; |
bsalomon@google.com | c26d94f | 2013-03-25 18:19:00 +0000 | [diff] [blame] | 32 | class GrDrawTargetCaps; |
bsalomon@google.com | 64aef2b | 2012-06-11 15:36:13 +0000 | [diff] [blame] | 33 | class GrPath; |
cdalton | b85a0aa | 2014-07-21 15:32:44 -0700 | [diff] [blame] | 34 | class GrPathRange; |
egdaniel | e36914c | 2015-02-13 09:00:33 -0800 | [diff] [blame] | 35 | class GrPipeline; |
sugoi@google.com | 12b4e27 | 2012-12-06 20:13:11 +0000 | [diff] [blame] | 36 | |
commit-bot@chromium.org | a4de8c2 | 2013-09-09 13:38:37 +0000 | [diff] [blame] | 37 | class GrDrawTarget : public SkRefCnt { |
bsalomon@google.com | f660187 | 2012-08-28 21:11:35 +0000 | [diff] [blame] | 38 | public: |
| 39 | SK_DECLARE_INST_COUNT(GrDrawTarget) |
| 40 | |
cdalton | 55b24af | 2014-11-25 11:00:56 -0800 | [diff] [blame] | 41 | typedef GrPathRange::PathIndexType PathIndexType; |
| 42 | typedef GrPathRendering::PathTransformType PathTransformType; |
kkinnunen | ccdaa04 | 2014-08-20 01:36:23 -0700 | [diff] [blame] | 43 | |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 44 | /////////////////////////////////////////////////////////////////////////// |
| 45 | |
bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 46 | // The context may not be fully constructed and should not be used during GrDrawTarget |
| 47 | // construction. |
robertphillips | e40d397 | 2015-05-07 09:51:43 -0700 | [diff] [blame] | 48 | GrDrawTarget(GrContext* context); |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 49 | |
bsalomon | 72e3ae4 | 2015-04-28 08:08:46 -0700 | [diff] [blame] | 50 | virtual ~GrDrawTarget() {} |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 51 | |
| 52 | /** |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 53 | * Empties the draw buffer of any queued up draws. |
| 54 | */ |
robertphillips | e40d397 | 2015-05-07 09:51:43 -0700 | [diff] [blame] | 55 | void reset() { this->onReset(); } |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 56 | |
| 57 | /** |
| 58 | * This plays any queued up draws to its GrGpu target. It also resets this object (i.e. flushing |
| 59 | * is destructive). |
| 60 | */ |
| 61 | void flush(); |
| 62 | |
| 63 | /** |
bsalomon@google.com | 18c9c19 | 2011-09-22 21:01:31 +0000 | [diff] [blame] | 64 | * Gets the capabilities of the draw target. |
| 65 | */ |
bsalomon@google.com | c26d94f | 2013-03-25 18:19:00 +0000 | [diff] [blame] | 66 | const GrDrawTargetCaps* caps() const { return fCaps.get(); } |
bsalomon@google.com | 18c9c19 | 2011-09-22 21:01:31 +0000 | [diff] [blame] | 67 | |
joshualitt | 99c7c07 | 2015-05-01 13:43:30 -0700 | [diff] [blame] | 68 | void drawBatch(GrPipelineBuilder*, GrBatch*); |
joshualitt | 4d8da81 | 2015-01-28 12:53:54 -0800 | [diff] [blame] | 69 | |
bsalomon@google.com | 86afc2a | 2011-02-16 16:12:19 +0000 | [diff] [blame] | 70 | /** |
bsalomon@google.com | 64aef2b | 2012-06-11 15:36:13 +0000 | [diff] [blame] | 71 | * Draws path into the stencil buffer. The fill must be either even/odd or |
| 72 | * winding (not inverse or hairline). It will respect the HW antialias flag |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 73 | * on the GrPipelineBuilder (if possible in the 3D API). Note, we will never have an inverse |
| 74 | * fill with stencil path |
bsalomon@google.com | 64aef2b | 2012-06-11 15:36:13 +0000 | [diff] [blame] | 75 | */ |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 76 | void stencilPath(GrPipelineBuilder*, const GrPathProcessor*, const GrPath*, |
| 77 | GrPathRendering::FillType); |
bsalomon@google.com | 64aef2b | 2012-06-11 15:36:13 +0000 | [diff] [blame] | 78 | |
| 79 | /** |
commit-bot@chromium.org | 32184d8 | 2013-10-09 15:14:18 +0000 | [diff] [blame] | 80 | * Draws a path. Fill must not be a hairline. It will respect the HW |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 81 | * antialias flag on the GrPipelineBuilder (if possible in the 3D API). |
commit-bot@chromium.org | c4dc0ad | 2013-10-09 14:11:33 +0000 | [diff] [blame] | 82 | */ |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 83 | void drawPath(GrPipelineBuilder*, const GrPathProcessor*, const GrPath*, |
| 84 | GrPathRendering::FillType); |
commit-bot@chromium.org | c4dc0ad | 2013-10-09 14:11:33 +0000 | [diff] [blame] | 85 | |
| 86 | /** |
cdalton | 55b24af | 2014-11-25 11:00:56 -0800 | [diff] [blame] | 87 | * Draws the aggregate path from combining multiple. Note that this will not |
| 88 | * always be equivalent to back-to-back calls to drawPath(). It will respect |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 89 | * the HW antialias flag on the GrPipelineBuilder (if possible in the 3D API). |
commit-bot@chromium.org | 9b62aa1 | 2014-03-25 11:59:40 +0000 | [diff] [blame] | 90 | * |
cdalton | 55b24af | 2014-11-25 11:00:56 -0800 | [diff] [blame] | 91 | * @param pathRange Source paths to draw from |
| 92 | * @param indices Array of path indices to draw |
| 93 | * @param indexType Data type of the array elements in indexBuffer |
| 94 | * @param transformValues Array of transforms for the individual paths |
| 95 | * @param transformType Type of transforms in transformBuffer |
| 96 | * @param count Number of paths to draw |
cdalton | b85a0aa | 2014-07-21 15:32:44 -0700 | [diff] [blame] | 97 | * @param fill Fill type for drawing all the paths |
commit-bot@chromium.org | 9b62aa1 | 2014-03-25 11:59:40 +0000 | [diff] [blame] | 98 | */ |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 99 | void drawPaths(GrPipelineBuilder*, |
joshualitt | 56995b5 | 2014-12-11 15:44:02 -0800 | [diff] [blame] | 100 | const GrPathProcessor*, |
joshualitt | 2e3b3e3 | 2014-12-09 13:31:14 -0800 | [diff] [blame] | 101 | const GrPathRange* pathRange, |
cdalton | 55b24af | 2014-11-25 11:00:56 -0800 | [diff] [blame] | 102 | const void* indices, |
| 103 | PathIndexType indexType, |
| 104 | const float transformValues[], |
| 105 | PathTransformType transformType, |
joshualitt | 9853cce | 2014-11-17 14:22:48 -0800 | [diff] [blame] | 106 | int count, |
joshualitt | 92e496f | 2014-10-31 13:56:50 -0700 | [diff] [blame] | 107 | GrPathRendering::FillType fill); |
cdalton | b85a0aa | 2014-07-21 15:32:44 -0700 | [diff] [blame] | 108 | |
commit-bot@chromium.org | 9b62aa1 | 2014-03-25 11:59:40 +0000 | [diff] [blame] | 109 | /** |
bsalomon | 72e3ae4 | 2015-04-28 08:08:46 -0700 | [diff] [blame] | 110 | * Helper function for drawing rects. |
skia.committer@gmail.com | 044679e | 2013-02-15 07:16:57 +0000 | [diff] [blame] | 111 | * |
bsalomon@google.com | c781888 | 2013-03-20 19:19:53 +0000 | [diff] [blame] | 112 | * @param rect the rect to draw |
bsalomon@google.com | c781888 | 2013-03-20 19:19:53 +0000 | [diff] [blame] | 113 | * @param localRect optional rect that specifies local coords to map onto |
| 114 | * rect. If NULL then rect serves as the local coords. |
joshualitt | 8fc6c2d | 2014-12-22 15:27:05 -0800 | [diff] [blame] | 115 | * @param localMatrix Optional local matrix. The local coordinates are specified by localRect, |
| 116 | * or if it is NULL by rect. This matrix applies to the coordinate implied by |
| 117 | * that rectangle before it is input to GrCoordTransforms that read local |
| 118 | * coordinates |
bsalomon@google.com | 86afc2a | 2011-02-16 16:12:19 +0000 | [diff] [blame] | 119 | */ |
joshualitt | 4d8da81 | 2015-01-28 12:53:54 -0800 | [diff] [blame] | 120 | void drawRect(GrPipelineBuilder* pipelineBuilder, |
joshualitt | 2e3b3e3 | 2014-12-09 13:31:14 -0800 | [diff] [blame] | 121 | GrColor color, |
joshualitt | 8059eb9 | 2014-12-29 15:10:07 -0800 | [diff] [blame] | 122 | const SkMatrix& viewMatrix, |
joshualitt | 9853cce | 2014-11-17 14:22:48 -0800 | [diff] [blame] | 123 | const SkRect& rect, |
commit-bot@chromium.org | fd03d4a | 2013-07-17 21:39:42 +0000 | [diff] [blame] | 124 | const SkRect* localRect, |
joshualitt | ad17cfc | 2015-05-05 10:45:57 -0700 | [diff] [blame] | 125 | const SkMatrix* localMatrix); |
jvanverth@google.com | 3976825 | 2013-02-14 15:25:44 +0000 | [diff] [blame] | 126 | |
bsalomon@google.com | cf939ae | 2012-12-13 19:59:23 +0000 | [diff] [blame] | 127 | /** |
bsalomon@google.com | c781888 | 2013-03-20 19:19:53 +0000 | [diff] [blame] | 128 | * Helper for drawRect when the caller doesn't need separate local rects or matrices. |
bsalomon@google.com | cf939ae | 2012-12-13 19:59:23 +0000 | [diff] [blame] | 129 | */ |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 130 | void drawSimpleRect(GrPipelineBuilder* ds, GrColor color, const SkMatrix& viewM, |
| 131 | const SkRect& rect) { |
joshualitt | 8059eb9 | 2014-12-29 15:10:07 -0800 | [diff] [blame] | 132 | this->drawRect(ds, color, viewM, rect, NULL, NULL); |
bsalomon@google.com | cf939ae | 2012-12-13 19:59:23 +0000 | [diff] [blame] | 133 | } |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 134 | void drawSimpleRect(GrPipelineBuilder* ds, GrColor color, const SkMatrix& viewM, |
joshualitt | 8059eb9 | 2014-12-29 15:10:07 -0800 | [diff] [blame] | 135 | const SkIRect& irect) { |
reed@google.com | 4469938 | 2013-10-31 17:28:30 +0000 | [diff] [blame] | 136 | SkRect rect = SkRect::Make(irect); |
joshualitt | 8059eb9 | 2014-12-29 15:10:07 -0800 | [diff] [blame] | 137 | this->drawRect(ds, color, viewM, rect, NULL, NULL); |
bsalomon@google.com | cf939ae | 2012-12-13 19:59:23 +0000 | [diff] [blame] | 138 | } |
bsalomon@google.com | 86afc2a | 2011-02-16 16:12:19 +0000 | [diff] [blame] | 139 | |
bsalomon@google.com | 934c570 | 2012-03-20 21:17:58 +0000 | [diff] [blame] | 140 | |
| 141 | /** |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 142 | * Clear the passed in render target. Ignores the GrPipelineBuilder and clip. Clears the whole |
| 143 | * thing if rect is NULL, otherwise just the rect. If canIgnoreRect is set then the entire |
| 144 | * render target can be optionally cleared. |
bsalomon@google.com | 0b335c1 | 2011-04-25 19:17:44 +0000 | [diff] [blame] | 145 | */ |
joshualitt | 9853cce | 2014-11-17 14:22:48 -0800 | [diff] [blame] | 146 | void clear(const SkIRect* rect, |
| 147 | GrColor color, |
| 148 | bool canIgnoreRect, |
bsalomon | 63b2196 | 2014-11-05 07:05:34 -0800 | [diff] [blame] | 149 | GrRenderTarget* renderTarget); |
skia.committer@gmail.com | a9493a3 | 2013-04-04 07:01:12 +0000 | [diff] [blame] | 150 | |
bsalomon@google.com | e4617bf | 2013-04-03 14:56:40 +0000 | [diff] [blame] | 151 | /** |
bsalomon | 89c6298 | 2014-11-03 12:08:42 -0800 | [diff] [blame] | 152 | * Discards the contents render target. |
commit-bot@chromium.org | 28361fa | 2014-03-28 16:08:05 +0000 | [diff] [blame] | 153 | **/ |
bsalomon | 89c6298 | 2014-11-03 12:08:42 -0800 | [diff] [blame] | 154 | virtual void discard(GrRenderTarget*) = 0; |
commit-bot@chromium.org | 28361fa | 2014-03-28 16:08:05 +0000 | [diff] [blame] | 155 | |
| 156 | /** |
commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 157 | * Called at start and end of gpu trace marking |
| 158 | * GR_CREATE_GPU_TRACE_MARKER(marker_str, target) will automatically call these at the start |
| 159 | * and end of a code block respectively |
commit-bot@chromium.org | a3baf3b | 2014-02-21 18:45:30 +0000 | [diff] [blame] | 160 | */ |
egdaniel | 3eee383 | 2014-06-18 13:09:11 -0700 | [diff] [blame] | 161 | void addGpuTraceMarker(const GrGpuTraceMarker* marker); |
| 162 | void removeGpuTraceMarker(const GrGpuTraceMarker* marker); |
| 163 | |
| 164 | /** |
| 165 | * Takes the current active set of markers and stores them for later use. Any current marker |
| 166 | * in the active set is removed from the active set and the targets remove function is called. |
| 167 | * These functions do not work as a stack so you cannot call save a second time before calling |
| 168 | * restore. Also, it is assumed that when restore is called the current active set of markers |
| 169 | * is empty. When the stored markers are added back into the active set, the targets add marker |
| 170 | * is called. |
| 171 | */ |
| 172 | void saveActiveTraceMarkers(); |
| 173 | void restoreActiveTraceMarkers(); |
commit-bot@chromium.org | a3baf3b | 2014-02-21 18:45:30 +0000 | [diff] [blame] | 174 | |
| 175 | /** |
bsalomon@google.com | e4617bf | 2013-04-03 14:56:40 +0000 | [diff] [blame] | 176 | * Copies a pixel rectangle from one surface to another. This call may finalize |
| 177 | * reserved vertex/index data (as though a draw call was made). The src pixels |
| 178 | * copied are specified by srcRect. They are copied to a rect of the same |
| 179 | * size in dst with top left at dstPoint. If the src rect is clipped by the |
| 180 | * src bounds then pixel values in the dst rect corresponding to area clipped |
| 181 | * by the src rect are not overwritten. This method can fail and return false |
| 182 | * depending on the type of surface, configs, etc, and the backend-specific |
| 183 | * limitations. If rect is clipped out entirely by the src or dst bounds then |
| 184 | * true is returned since there is no actual copy necessary to succeed. |
| 185 | */ |
bsalomon | f90a02b | 2014-11-26 12:28:00 -0800 | [diff] [blame] | 186 | bool copySurface(GrSurface* dst, |
| 187 | GrSurface* src, |
| 188 | const SkIRect& srcRect, |
| 189 | const SkIPoint& dstPoint); |
bsalomon@google.com | 116ad84 | 2013-04-09 15:38:19 +0000 | [diff] [blame] | 190 | /** |
bsalomon | f90a02b | 2014-11-26 12:28:00 -0800 | [diff] [blame] | 191 | * Function that determines whether a copySurface call would succeed without actually |
bsalomon@google.com | 116ad84 | 2013-04-09 15:38:19 +0000 | [diff] [blame] | 192 | * performing the copy. |
| 193 | */ |
bsalomon | f90a02b | 2014-11-26 12:28:00 -0800 | [diff] [blame] | 194 | bool canCopySurface(const GrSurface* dst, |
| 195 | const GrSurface* src, |
| 196 | const SkIRect& srcRect, |
| 197 | const SkIPoint& dstPoint); |
bsalomon@google.com | eb85117 | 2013-04-15 13:51:00 +0000 | [diff] [blame] | 198 | |
| 199 | /** |
robertphillips@google.com | ff17584 | 2012-05-14 19:31:39 +0000 | [diff] [blame] | 200 | * Release any resources that are cached but not currently in use. This |
| 201 | * is intended to give an application some recourse when resources are low. |
| 202 | */ |
| 203 | virtual void purgeResources() {}; |
| 204 | |
commit-bot@chromium.org | a8916ff | 2013-08-16 15:53:46 +0000 | [diff] [blame] | 205 | /////////////////////////////////////////////////////////////////////////// |
| 206 | // Draw execution tracking (for font atlases and other resources) |
| 207 | class DrawToken { |
| 208 | public: |
| 209 | DrawToken(GrDrawTarget* drawTarget, uint32_t drawID) : |
| 210 | fDrawTarget(drawTarget), fDrawID(drawID) {} |
skia.committer@gmail.com | 7475811 | 2013-08-17 07:01:54 +0000 | [diff] [blame] | 211 | |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 212 | bool isIssued() { return fDrawTarget && fDrawTarget->isIssued(fDrawID); } |
skia.committer@gmail.com | 7475811 | 2013-08-17 07:01:54 +0000 | [diff] [blame] | 213 | |
commit-bot@chromium.org | a8916ff | 2013-08-16 15:53:46 +0000 | [diff] [blame] | 214 | private: |
| 215 | GrDrawTarget* fDrawTarget; |
| 216 | uint32_t fDrawID; // this may wrap, but we're doing direct comparison |
| 217 | // so that should be okay |
| 218 | }; |
skia.committer@gmail.com | 7475811 | 2013-08-17 07:01:54 +0000 | [diff] [blame] | 219 | |
commit-bot@chromium.org | a8916ff | 2013-08-16 15:53:46 +0000 | [diff] [blame] | 220 | virtual DrawToken getCurrentDrawToken() { return DrawToken(this, 0); } |
skia.committer@gmail.com | 7475811 | 2013-08-17 07:01:54 +0000 | [diff] [blame] | 221 | |
joshualitt | 2c93efe | 2014-11-06 12:57:13 -0800 | [diff] [blame] | 222 | bool programUnitTest(int maxStages); |
| 223 | |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 224 | protected: |
joshualitt | e46760e | 2015-05-05 08:41:50 -0700 | [diff] [blame] | 225 | friend class GrCommandBuilder; // for PipelineInfo |
joshualitt | af24295 | 2015-05-05 11:55:39 -0700 | [diff] [blame] | 226 | friend class GrInOrderCommandBuilder; // for PipelineInfo |
joshualitt | 3b58d75 | 2015-05-07 11:14:30 -0700 | [diff] [blame] | 227 | friend class GrReorderCommandBuilder; // for PipelineInfo |
robertphillips | dad7794 | 2015-03-03 09:28:16 -0800 | [diff] [blame] | 228 | friend class GrTargetCommands; // for PipelineInfo |
| 229 | |
bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 230 | GrContext* getContext() { return fContext; } |
| 231 | const GrContext* getContext() const { return fContext; } |
| 232 | |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 233 | GrGpu* getGpu() { |
| 234 | SkASSERT(fContext && fContext->getGpu()); |
| 235 | return fContext->getGpu(); |
| 236 | } |
| 237 | const GrGpu* getGpu() const { |
| 238 | SkASSERT(fContext && fContext->getGpu()); |
| 239 | return fContext->getGpu(); |
| 240 | } |
| 241 | |
commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 242 | const GrTraceMarkerSet& getActiveTraceMarkers() { return fActiveTraceMarkers; } |
| 243 | |
joshualitt | 6517134 | 2014-10-09 07:25:36 -0700 | [diff] [blame] | 244 | // Makes a copy of the dst if it is necessary for the draw. Returns false if a copy is required |
| 245 | // but couldn't be made. Otherwise, returns true. This method needs to be protected because it |
| 246 | // needs to be accessed by GLPrograms to setup a correct drawstate |
bsalomon | 50785a3 | 2015-02-06 07:02:37 -0800 | [diff] [blame] | 247 | bool setupDstReadIfNecessary(const GrPipelineBuilder&, |
egdaniel | e36914c | 2015-02-13 09:00:33 -0800 | [diff] [blame] | 248 | const GrProcOptInfo& colorPOI, |
| 249 | const GrProcOptInfo& coveragePOI, |
joshualitt | 9853cce | 2014-11-17 14:22:48 -0800 | [diff] [blame] | 250 | GrDeviceCoordTexture* dstCopy, |
| 251 | const SkRect* drawBounds); |
joshualitt | 6517134 | 2014-10-09 07:25:36 -0700 | [diff] [blame] | 252 | |
egdaniel | e36914c | 2015-02-13 09:00:33 -0800 | [diff] [blame] | 253 | struct PipelineInfo { |
| 254 | PipelineInfo(GrPipelineBuilder* pipelineBuilder, GrScissorState* scissor, |
joshualitt | 44701df | 2015-02-23 14:44:57 -0800 | [diff] [blame] | 255 | const GrPrimitiveProcessor* primProc, |
| 256 | const SkRect* devBounds, GrDrawTarget* target); |
egdaniel | e36914c | 2015-02-13 09:00:33 -0800 | [diff] [blame] | 257 | |
| 258 | PipelineInfo(GrPipelineBuilder* pipelineBuilder, GrScissorState* scissor, |
joshualitt | 44701df | 2015-02-23 14:44:57 -0800 | [diff] [blame] | 259 | const GrBatch* batch, const SkRect* devBounds, |
| 260 | GrDrawTarget* target); |
egdaniel | e36914c | 2015-02-13 09:00:33 -0800 | [diff] [blame] | 261 | |
| 262 | bool willBlendWithDst(const GrPrimitiveProcessor* primProc) const { |
| 263 | return fPipelineBuilder->willBlendWithDst(primProc); |
| 264 | } |
| 265 | private: |
| 266 | friend class GrDrawTarget; |
| 267 | |
| 268 | bool mustSkipDraw() const { return (NULL == fPipelineBuilder); } |
| 269 | |
| 270 | GrPipelineBuilder* fPipelineBuilder; |
| 271 | GrScissorState* fScissor; |
| 272 | GrProcOptInfo fColorPOI; |
| 273 | GrProcOptInfo fCoveragePOI; |
| 274 | GrDeviceCoordTexture fDstCopy; |
| 275 | }; |
| 276 | |
| 277 | void setupPipeline(const PipelineInfo& pipelineInfo, GrPipeline* pipeline); |
| 278 | |
bsalomon@google.com | 02ddc8b | 2013-01-28 15:35:28 +0000 | [diff] [blame] | 279 | private: |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 280 | virtual void onReset() = 0; |
bsalomon | f90a02b | 2014-11-26 12:28:00 -0800 | [diff] [blame] | 281 | |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 282 | virtual void onFlush() = 0; |
bsalomon | f90a02b | 2014-11-26 12:28:00 -0800 | [diff] [blame] | 283 | |
egdaniel | e36914c | 2015-02-13 09:00:33 -0800 | [diff] [blame] | 284 | virtual void onDrawBatch(GrBatch*, const PipelineInfo&) = 0; |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 285 | virtual void onStencilPath(const GrPipelineBuilder&, |
joshualitt | 56995b5 | 2014-12-11 15:44:02 -0800 | [diff] [blame] | 286 | const GrPathProcessor*, |
joshualitt | 9853cce | 2014-11-17 14:22:48 -0800 | [diff] [blame] | 287 | const GrPath*, |
bsalomon | 3e79124 | 2014-12-17 13:43:13 -0800 | [diff] [blame] | 288 | const GrScissorState&, |
joshualitt | 2c93efe | 2014-11-06 12:57:13 -0800 | [diff] [blame] | 289 | const GrStencilSettings&) = 0; |
egdaniel | e36914c | 2015-02-13 09:00:33 -0800 | [diff] [blame] | 290 | virtual void onDrawPath(const GrPathProcessor*, |
joshualitt | 9853cce | 2014-11-17 14:22:48 -0800 | [diff] [blame] | 291 | const GrPath*, |
joshualitt | 2c93efe | 2014-11-06 12:57:13 -0800 | [diff] [blame] | 292 | const GrStencilSettings&, |
egdaniel | e36914c | 2015-02-13 09:00:33 -0800 | [diff] [blame] | 293 | const PipelineInfo&) = 0; |
| 294 | virtual void onDrawPaths(const GrPathProcessor*, |
joshualitt | 9853cce | 2014-11-17 14:22:48 -0800 | [diff] [blame] | 295 | const GrPathRange*, |
cdalton | 55b24af | 2014-11-25 11:00:56 -0800 | [diff] [blame] | 296 | const void* indices, |
| 297 | PathIndexType, |
| 298 | const float transformValues[], |
joshualitt | 2c93efe | 2014-11-06 12:57:13 -0800 | [diff] [blame] | 299 | PathTransformType, |
cdalton | 55b24af | 2014-11-25 11:00:56 -0800 | [diff] [blame] | 300 | int count, |
joshualitt | 2c93efe | 2014-11-06 12:57:13 -0800 | [diff] [blame] | 301 | const GrStencilSettings&, |
egdaniel | e36914c | 2015-02-13 09:00:33 -0800 | [diff] [blame] | 302 | const PipelineInfo&) = 0; |
bsalomon@google.com | 64aef2b | 2012-06-11 15:36:13 +0000 | [diff] [blame] | 303 | |
bsalomon | 63b2196 | 2014-11-05 07:05:34 -0800 | [diff] [blame] | 304 | virtual void onClear(const SkIRect* rect, GrColor color, bool canIgnoreRect, |
| 305 | GrRenderTarget* renderTarget) = 0; |
| 306 | |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 307 | /** The subclass's copy surface implementation. It should assume that any clipping has already |
| 308 | been performed on the rect and point and that the GrGpu supports the copy. */ |
| 309 | virtual void onCopySurface(GrSurface* dst, |
bsalomon | f90a02b | 2014-11-26 12:28:00 -0800 | [diff] [blame] | 310 | GrSurface* src, |
| 311 | const SkIRect& srcRect, |
| 312 | const SkIPoint& dstPoint) = 0; |
| 313 | |
commit-bot@chromium.org | a8916ff | 2013-08-16 15:53:46 +0000 | [diff] [blame] | 314 | // Check to see if this set of draw commands has been sent out |
| 315 | virtual bool isIssued(uint32_t drawID) { return true; } |
joshualitt | 9853cce | 2014-11-17 14:22:48 -0800 | [diff] [blame] | 316 | void getPathStencilSettingsForFilltype(GrPathRendering::FillType, |
egdaniel | 8dc7c3a | 2015-04-16 11:22:42 -0700 | [diff] [blame] | 317 | const GrStencilAttachment*, |
joshualitt | 9853cce | 2014-11-17 14:22:48 -0800 | [diff] [blame] | 318 | GrStencilSettings*); |
joshualitt | a702415 | 2014-11-03 14:16:35 -0800 | [diff] [blame] | 319 | virtual GrClipMaskManager* clipMaskManager() = 0; |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 320 | virtual bool setupClip(GrPipelineBuilder*, |
bsalomon | 6be6f7c | 2015-02-26 13:05:21 -0800 | [diff] [blame] | 321 | GrPipelineBuilder::AutoRestoreFragmentProcessors*, |
| 322 | GrPipelineBuilder::AutoRestoreStencil*, |
| 323 | GrScissorState*, |
joshualitt | 8059eb9 | 2014-12-29 15:10:07 -0800 | [diff] [blame] | 324 | const SkRect* devBounds) = 0; |
skia.committer@gmail.com | 7475811 | 2013-08-17 07:01:54 +0000 | [diff] [blame] | 325 | |
bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 326 | // The context owns us, not vice-versa, so this ptr is not ref'ed by DrawTarget. |
| 327 | GrContext* fContext; |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 328 | SkAutoTUnref<const GrDrawTargetCaps> fCaps; |
commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 329 | // To keep track that we always have at least as many debug marker adds as removes |
| 330 | int fGpuTraceMarkerCount; |
| 331 | GrTraceMarkerSet fActiveTraceMarkers; |
egdaniel | 3eee383 | 2014-06-18 13:09:11 -0700 | [diff] [blame] | 332 | GrTraceMarkerSet fStoredTraceMarkers; |
bsalomon | a73239a | 2015-04-28 13:35:17 -0700 | [diff] [blame] | 333 | bool fFlushing; |
reed@google.com | fa35e3d | 2012-06-26 20:16:17 +0000 | [diff] [blame] | 334 | |
commit-bot@chromium.org | a4de8c2 | 2013-09-09 13:38:37 +0000 | [diff] [blame] | 335 | typedef SkRefCnt INHERITED; |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 336 | }; |
| 337 | |
joshualitt | 329bf48 | 2014-10-29 12:31:28 -0700 | [diff] [blame] | 338 | /* |
| 339 | * This class is JUST for clip mask manager. Everyone else should just use draw target above. |
| 340 | */ |
joshualitt | 6db519c | 2014-10-29 08:48:18 -0700 | [diff] [blame] | 341 | class GrClipTarget : public GrDrawTarget { |
| 342 | public: |
robertphillips | e40d397 | 2015-05-07 09:51:43 -0700 | [diff] [blame] | 343 | GrClipTarget(GrContext* context) |
| 344 | : INHERITED(context) { |
joshualitt | 329bf48 | 2014-10-29 12:31:28 -0700 | [diff] [blame] | 345 | fClipMaskManager.setClipTarget(this); |
| 346 | } |
| 347 | |
| 348 | /* Clip mask manager needs access to the context. |
| 349 | * TODO we only need a very small subset of context in the CMM. |
| 350 | */ |
| 351 | GrContext* getContext() { return INHERITED::getContext(); } |
| 352 | const GrContext* getContext() const { return INHERITED::getContext(); } |
| 353 | |
joshualitt | 6db519c | 2014-10-29 08:48:18 -0700 | [diff] [blame] | 354 | /** |
| 355 | * Clip Mask Manager(and no one else) needs to clear private stencil bits. |
| 356 | * ClipTarget subclass sets clip bit in the stencil buffer. The subclass |
| 357 | * is free to clear the remaining bits to zero if masked clears are more |
| 358 | * expensive than clearing all bits. |
| 359 | */ |
| 360 | virtual void clearStencilClip(const SkIRect& rect, bool insideClip, GrRenderTarget* = NULL) = 0; |
| 361 | |
joshualitt | 3bdd7dc | 2014-10-31 08:27:39 -0700 | [diff] [blame] | 362 | /** |
| 363 | * Release any resources that are cached but not currently in use. This |
| 364 | * is intended to give an application some recourse when resources are low. |
| 365 | */ |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 366 | void purgeResources() override { |
joshualitt | 3bdd7dc | 2014-10-31 08:27:39 -0700 | [diff] [blame] | 367 | // The clip mask manager can rebuild all its clip masks so just |
| 368 | // get rid of them all. |
| 369 | fClipMaskManager.purgeResources(); |
| 370 | }; |
| 371 | |
joshualitt | 329bf48 | 2014-10-29 12:31:28 -0700 | [diff] [blame] | 372 | protected: |
| 373 | GrClipMaskManager fClipMaskManager; |
| 374 | |
joshualitt | 6db519c | 2014-10-29 08:48:18 -0700 | [diff] [blame] | 375 | private: |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 376 | GrClipMaskManager* clipMaskManager() override { return &fClipMaskManager; } |
joshualitt | 329bf48 | 2014-10-29 12:31:28 -0700 | [diff] [blame] | 377 | |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 378 | virtual bool setupClip(GrPipelineBuilder*, |
bsalomon | 6be6f7c | 2015-02-26 13:05:21 -0800 | [diff] [blame] | 379 | GrPipelineBuilder::AutoRestoreFragmentProcessors*, |
| 380 | GrPipelineBuilder::AutoRestoreStencil*, |
joshualitt | 8059eb9 | 2014-12-29 15:10:07 -0800 | [diff] [blame] | 381 | GrScissorState* scissorState, |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 382 | const SkRect* devBounds) override; |
joshualitt | 2c93efe | 2014-11-06 12:57:13 -0800 | [diff] [blame] | 383 | |
joshualitt | 6db519c | 2014-10-29 08:48:18 -0700 | [diff] [blame] | 384 | typedef GrDrawTarget INHERITED; |
| 385 | }; |
| 386 | |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 387 | #endif |