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 2011 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 GrGpu_DEFINED |
| 9 | #define GrGpu_DEFINED |
| 10 | |
egdaniel | 066df7c | 2016-06-08 14:02:27 -0700 | [diff] [blame] | 11 | #include "GrGpuCommandBuffer.h" |
joshualitt | 79f8fae | 2014-10-28 17:59:26 -0700 | [diff] [blame] | 12 | #include "GrProgramDesc.h" |
bsalomon | 6c9cd55 | 2016-01-22 07:17:34 -0800 | [diff] [blame] | 13 | #include "GrSwizzle.h" |
cdalton | 28f45b9 | 2016-03-07 13:58:26 -0800 | [diff] [blame] | 14 | #include "GrAllocator.h" |
bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 15 | #include "GrTextureParamsAdjuster.h" |
cblume | 55f2d2d | 2016-02-26 13:20:48 -0800 | [diff] [blame] | 16 | #include "GrTypes.h" |
kkinnunen | cabe20c | 2015-06-01 01:37:26 -0700 | [diff] [blame] | 17 | #include "GrXferProcessor.h" |
sugoi@google.com | 12b4e27 | 2012-12-06 20:13:11 +0000 | [diff] [blame] | 18 | #include "SkPath.h" |
cblume | 55f2d2d | 2016-02-26 13:20:48 -0800 | [diff] [blame] | 19 | #include "SkTArray.h" |
csmartdalton | 0d28e57 | 2016-07-06 09:59:43 -0700 | [diff] [blame] | 20 | #include <map> |
sugoi@google.com | 12b4e27 | 2012-12-06 20:13:11 +0000 | [diff] [blame] | 21 | |
kkinnunen | cabe20c | 2015-06-01 01:37:26 -0700 | [diff] [blame] | 22 | class GrBatchTracker; |
cdalton | 397536c | 2016-03-25 12:15:03 -0700 | [diff] [blame] | 23 | class GrBuffer; |
bsalomon@google.com | 669fdc4 | 2011-04-05 17:08:27 +0000 | [diff] [blame] | 24 | class GrContext; |
robertphillips | 28a838e | 2016-06-23 14:07:00 -0700 | [diff] [blame] | 25 | struct GrContextOptions; |
reed | f9ad558 | 2015-06-25 21:29:25 -0700 | [diff] [blame] | 26 | class GrGLContext; |
egdaniel | 0e1853c | 2016-03-17 11:35:45 -0700 | [diff] [blame] | 27 | class GrMesh; |
bsalomon | e64eb57 | 2015-05-07 11:35:55 -0700 | [diff] [blame] | 28 | class GrNonInstancedVertices; |
bsalomon@google.com | 64aef2b | 2012-06-11 15:36:13 +0000 | [diff] [blame] | 29 | class GrPath; |
cdalton | b85a0aa | 2014-07-21 15:32:44 -0700 | [diff] [blame] | 30 | class GrPathRange; |
bsalomon@google.com | 3008519 | 2011-08-19 15:42:31 +0000 | [diff] [blame] | 31 | class GrPathRenderer; |
| 32 | class GrPathRendererChain; |
kkinnunen | cabe20c | 2015-06-01 01:37:26 -0700 | [diff] [blame] | 33 | class GrPathRendering; |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 34 | class GrPipeline; |
joshualitt | 873ad0e | 2015-01-20 09:08:51 -0800 | [diff] [blame] | 35 | class GrPrimitiveProcessor; |
kkinnunen | cabe20c | 2015-06-01 01:37:26 -0700 | [diff] [blame] | 36 | class GrRenderTarget; |
egdaniel | 8dc7c3a | 2015-04-16 11:22:42 -0700 | [diff] [blame] | 37 | class GrStencilAttachment; |
cdalton | 93a379b | 2016-05-11 13:58:08 -0700 | [diff] [blame] | 38 | class GrStencilSettings; |
kkinnunen | cabe20c | 2015-06-01 01:37:26 -0700 | [diff] [blame] | 39 | class GrSurface; |
| 40 | class GrTexture; |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 41 | |
csmartdalton | a7f2964 | 2016-07-07 08:49:11 -0700 | [diff] [blame] | 42 | namespace gr_instanced { class InstancedRendering; } |
| 43 | |
joshualitt | 3322fa4 | 2014-11-07 08:48:51 -0800 | [diff] [blame] | 44 | class GrGpu : public SkRefCnt { |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 45 | public: |
| 46 | /** |
bsalomon@google.com | 16e3dde | 2012-10-25 18:43:28 +0000 | [diff] [blame] | 47 | * Create an instance of GrGpu that matches the specified backend. If the requested backend is |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 48 | * not supported (at compile-time or run-time) this returns nullptr. The context will not be |
bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 49 | * fully constructed and should not be used by GrGpu until after this function returns. |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 50 | */ |
bsalomon | 682c269 | 2015-05-22 14:01:46 -0700 | [diff] [blame] | 51 | static GrGpu* Create(GrBackend, GrBackendContext, const GrContextOptions&, GrContext* context); |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 52 | |
| 53 | //////////////////////////////////////////////////////////////////////////// |
| 54 | |
bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 55 | GrGpu(GrContext* context); |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 56 | ~GrGpu() override; |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 57 | |
joshualitt | 3322fa4 | 2014-11-07 08:48:51 -0800 | [diff] [blame] | 58 | GrContext* getContext() { return fContext; } |
| 59 | const GrContext* getContext() const { return fContext; } |
| 60 | |
| 61 | /** |
| 62 | * Gets the capabilities of the draw target. |
| 63 | */ |
bsalomon | 4b91f76 | 2015-05-19 09:29:46 -0700 | [diff] [blame] | 64 | const GrCaps* caps() const { return fCaps.get(); } |
joshualitt | 3322fa4 | 2014-11-07 08:48:51 -0800 | [diff] [blame] | 65 | |
kkinnunen | cabe20c | 2015-06-01 01:37:26 -0700 | [diff] [blame] | 66 | GrPathRendering* pathRendering() { return fPathRendering.get(); } |
kkinnunen | ccdaa04 | 2014-08-20 01:36:23 -0700 | [diff] [blame] | 67 | |
bsalomon | 6e2aad4 | 2016-04-01 11:54:31 -0700 | [diff] [blame] | 68 | enum class DisconnectType { |
| 69 | // No cleanup should be attempted, immediately cease making backend API calls |
| 70 | kAbandon, |
| 71 | // Free allocated resources (not known by GrResourceCache) before returning and |
| 72 | // ensure no backend backend 3D API calls will be made after disconnect() returns. |
| 73 | kCleanup, |
| 74 | }; |
| 75 | |
| 76 | // Called by GrContext when the underlying backend context is already or will be destroyed |
| 77 | // before GrContext. |
| 78 | virtual void disconnect(DisconnectType); |
bsalomon | c8dc1f7 | 2014-08-21 13:02:13 -0700 | [diff] [blame] | 79 | |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 80 | /** |
| 81 | * The GrGpu object normally assumes that no outsider is setting state |
| 82 | * within the underlying 3D API's context/device/whatever. This call informs |
bsalomon@google.com | a7f84e1 | 2011-03-10 14:13:19 +0000 | [diff] [blame] | 83 | * the GrGpu that the state was modified and it shouldn't make assumptions |
| 84 | * about the state. |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 85 | */ |
mtklein | b9eb4ac | 2015-02-02 18:26:03 -0800 | [diff] [blame] | 86 | void markContextDirty(uint32_t state = kAll_GrBackendState) { fResetBits |= state; } |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 87 | |
| 88 | /** |
bsalomon | 6d467ec | 2014-11-18 07:36:19 -0800 | [diff] [blame] | 89 | * Creates a texture object. If kRenderTarget_GrSurfaceFlag the texture can |
| 90 | * be used as a render target by calling GrTexture::asRenderTarget(). Not all |
| 91 | * pixel configs can be used as render targets. Support for configs as textures |
bsalomon | 4b91f76 | 2015-05-19 09:29:46 -0700 | [diff] [blame] | 92 | * or render targets can be checked using GrCaps. |
bsalomon@google.com | 1da0746 | 2011-03-10 14:51:57 +0000 | [diff] [blame] | 93 | * |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 94 | * @param desc describes the texture to be created. |
bsalomon | 5236cf4 | 2015-01-14 10:42:08 -0800 | [diff] [blame] | 95 | * @param budgeted does this texture count against the resource cache budget? |
cblume | 55f2d2d | 2016-02-26 13:20:48 -0800 | [diff] [blame] | 96 | * @param texels array of mipmap levels containing texel data to load. |
| 97 | * Each level begins with full-size palette data for paletted textures. |
| 98 | * For compressed formats the level contains the compressed pixel data. |
| 99 | * Otherwise, it contains width*height texels. If there is only one |
| 100 | * element and it contains nullptr fPixels, texture data is |
| 101 | * uninitialized. |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 102 | * @return The texture object if successful, otherwise nullptr. |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 103 | */ |
bsalomon | 5ec26ae | 2016-02-25 08:33:02 -0800 | [diff] [blame] | 104 | GrTexture* createTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted, |
cblume | 55f2d2d | 2016-02-26 13:20:48 -0800 | [diff] [blame] | 105 | const SkTArray<GrMipLevel>& texels); |
| 106 | |
| 107 | /** |
bsalomon | e699d0c | 2016-03-09 06:25:15 -0800 | [diff] [blame] | 108 | * Simplified createTexture() interface for when there is no initial texel data to upload. |
cblume | 55f2d2d | 2016-02-26 13:20:48 -0800 | [diff] [blame] | 109 | */ |
bsalomon | e699d0c | 2016-03-09 06:25:15 -0800 | [diff] [blame] | 110 | GrTexture* createTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted) { |
| 111 | return this->createTexture(desc, budgeted, SkTArray<GrMipLevel>()); |
| 112 | } |
| 113 | |
| 114 | /** Simplified createTexture() interface for when there is only a base level */ |
| 115 | GrTexture* createTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted, const void* level0Data, |
| 116 | size_t rowBytes) { |
| 117 | SkASSERT(level0Data); |
| 118 | GrMipLevel level = { level0Data, rowBytes }; |
| 119 | SkSTArray<1, GrMipLevel> array; |
| 120 | array.push_back() = level; |
| 121 | return this->createTexture(desc, budgeted, array); |
| 122 | } |
bsalomon | d331259 | 2016-03-04 07:06:43 -0800 | [diff] [blame] | 123 | |
bsalomon@google.com | e269f21 | 2011-11-07 13:29:52 +0000 | [diff] [blame] | 124 | /** |
ericrk | f7b8b8a | 2016-02-24 14:49:51 -0800 | [diff] [blame] | 125 | * Implements GrTextureProvider::wrapBackendTexture |
bsalomon@google.com | e269f21 | 2011-11-07 13:29:52 +0000 | [diff] [blame] | 126 | */ |
bsalomon | 6dc6f5f | 2015-06-18 09:12:16 -0700 | [diff] [blame] | 127 | GrTexture* wrapBackendTexture(const GrBackendTextureDesc&, GrWrapOwnership); |
bsalomon@google.com | e269f21 | 2011-11-07 13:29:52 +0000 | [diff] [blame] | 128 | |
| 129 | /** |
brianosman | 436d985 | 2016-02-25 13:40:42 -0800 | [diff] [blame] | 130 | * Implements GrTextureProvider::wrapBackendRenderTarget |
bsalomon@google.com | e269f21 | 2011-11-07 13:29:52 +0000 | [diff] [blame] | 131 | */ |
bsalomon | 6dc6f5f | 2015-06-18 09:12:16 -0700 | [diff] [blame] | 132 | GrRenderTarget* wrapBackendRenderTarget(const GrBackendRenderTargetDesc&, GrWrapOwnership); |
bsalomon@google.com | e269f21 | 2011-11-07 13:29:52 +0000 | [diff] [blame] | 133 | |
| 134 | /** |
ericrk | f7b8b8a | 2016-02-24 14:49:51 -0800 | [diff] [blame] | 135 | * Implements GrTextureProvider::wrapBackendTextureAsRenderTarget |
| 136 | */ |
kkinnunen | 49c4c22 | 2016-04-01 04:50:37 -0700 | [diff] [blame] | 137 | GrRenderTarget* wrapBackendTextureAsRenderTarget(const GrBackendTextureDesc&); |
ericrk | f7b8b8a | 2016-02-24 14:49:51 -0800 | [diff] [blame] | 138 | |
| 139 | /** |
csmartdalton | 485a120 | 2016-07-13 10:16:32 -0700 | [diff] [blame] | 140 | * Creates a buffer in GPU memory. For a client-side buffer use GrBuffer::CreateCPUBacked. |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 141 | * |
cdalton | e2e71c2 | 2016-04-07 18:13:29 -0700 | [diff] [blame] | 142 | * @param size size of buffer to create. |
| 143 | * @param intendedType hint to the graphics subsystem about what the buffer will be used for. |
| 144 | * @param accessPattern hint to the graphics subsystem about how the data will be accessed. |
cdalton | 1bf3e71 | 2016-04-19 10:00:02 -0700 | [diff] [blame] | 145 | * @param data optional data with which to initialize the buffer. |
cdalton | e2e71c2 | 2016-04-07 18:13:29 -0700 | [diff] [blame] | 146 | * |
cdalton | 397536c | 2016-03-25 12:15:03 -0700 | [diff] [blame] | 147 | * @return the buffer if successful, otherwise nullptr. |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 148 | */ |
cdalton | 1bf3e71 | 2016-04-19 10:00:02 -0700 | [diff] [blame] | 149 | GrBuffer* createBuffer(size_t size, GrBufferType intendedType, GrAccessPattern accessPattern, |
| 150 | const void* data = nullptr); |
halcanary | 9d524f2 | 2016-03-29 09:03:52 -0700 | [diff] [blame] | 151 | |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 152 | /** |
csmartdalton | a7f2964 | 2016-07-07 08:49:11 -0700 | [diff] [blame] | 153 | * Creates an instanced rendering object if it is supported on this platform. |
| 154 | */ |
csmartdalton | e0d3629 | 2016-07-29 08:14:20 -0700 | [diff] [blame] | 155 | gr_instanced::InstancedRendering* createInstancedRendering(); |
csmartdalton | a7f2964 | 2016-07-07 08:49:11 -0700 | [diff] [blame] | 156 | |
| 157 | /** |
bsalomon@google.com | 75f9f25 | 2012-01-31 13:35:56 +0000 | [diff] [blame] | 158 | * Resolves MSAA. |
| 159 | */ |
| 160 | void resolveRenderTarget(GrRenderTarget* target); |
| 161 | |
bsalomon | f067451 | 2015-07-28 13:26:15 -0700 | [diff] [blame] | 162 | /** Info struct returned by getReadPixelsInfo about performing intermediate draws before |
bsalomon | 3982602 | 2015-07-23 08:07:21 -0700 | [diff] [blame] | 163 | reading pixels for performance or correctness. */ |
| 164 | struct ReadPixelTempDrawInfo { |
| 165 | /** If the GrGpu is requesting that the caller do a draw to an intermediate surface then |
| 166 | this is descriptor for the temp surface. The draw should always be a rect with |
| 167 | dst 0,0,w,h. */ |
| 168 | GrSurfaceDesc fTempSurfaceDesc; |
| 169 | /** Indicates whether there is a performance advantage to using an exact match texture |
| 170 | (in terms of width and height) for the intermediate texture instead of approximate. */ |
bsalomon | b117ff1 | 2016-07-19 07:24:40 -0700 | [diff] [blame] | 171 | SkBackingFit fTempSurfaceFit; |
bsalomon | 6c9cd55 | 2016-01-22 07:17:34 -0800 | [diff] [blame] | 172 | /** Swizzle to apply during the draw. This is used to compensate for either feature or |
| 173 | performance limitations in the underlying 3D API. */ |
| 174 | GrSwizzle fSwizzle; |
| 175 | /** The config that should be used to read from the temp surface after the draw. This may be |
| 176 | different than the original read config in order to compensate for swizzling. The |
| 177 | read data will effectively be in the original read config. */ |
| 178 | GrPixelConfig fReadConfig; |
bsalomon | 3982602 | 2015-07-23 08:07:21 -0700 | [diff] [blame] | 179 | }; |
bsalomon | 6c9cd55 | 2016-01-22 07:17:34 -0800 | [diff] [blame] | 180 | |
bsalomon | 3982602 | 2015-07-23 08:07:21 -0700 | [diff] [blame] | 181 | /** Describes why an intermediate draw must/should be performed before readPixels. */ |
| 182 | enum DrawPreference { |
| 183 | /** On input means that the caller would proceed without draw if the GrGpu doesn't request |
| 184 | one. |
| 185 | On output means that the GrGpu is not requesting a draw. */ |
| 186 | kNoDraw_DrawPreference, |
| 187 | /** Means that the client would prefer a draw for performance of the readback but |
| 188 | can satisfy a straight readPixels call on the inputs without an intermediate draw. |
| 189 | getReadPixelsInfo will never set the draw preference to this value but may leave |
| 190 | it set. */ |
| 191 | kCallerPrefersDraw_DrawPreference, |
| 192 | /** On output means that GrGpu would prefer a draw for performance of the readback but |
| 193 | can satisfy a straight readPixels call on the inputs without an intermediate draw. The |
| 194 | caller of getReadPixelsInfo should never specify this on intput. */ |
| 195 | kGpuPrefersDraw_DrawPreference, |
| 196 | /** On input means that the caller requires a draw to do a transformation and there is no |
| 197 | CPU fallback. |
| 198 | On output means that GrGpu can only satisfy the readPixels request if the intermediate |
| 199 | draw is performed. |
| 200 | */ |
| 201 | kRequireDraw_DrawPreference |
| 202 | }; |
| 203 | |
bsalomon | f067451 | 2015-07-28 13:26:15 -0700 | [diff] [blame] | 204 | /** |
| 205 | * Used to negotiate whether and how an intermediate draw should or must be performed before |
| 206 | * a readPixels call. If this returns false then GrGpu could not deduce an intermediate draw |
| 207 | * that would allow a successful readPixels call. The passed width, height, and rowBytes, |
| 208 | * must be non-zero and already reflect clipping to the src bounds. |
| 209 | */ |
| 210 | bool getReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes, |
| 211 | GrPixelConfig readConfig, DrawPreference*, ReadPixelTempDrawInfo*); |
| 212 | |
cblume | 6121405 | 2016-01-26 09:10:48 -0800 | [diff] [blame] | 213 | /** Info struct returned by getWritePixelsInfo about performing an intermediate draw in order |
bsalomon | f067451 | 2015-07-28 13:26:15 -0700 | [diff] [blame] | 214 | to write pixels to a GrSurface for either performance or correctness reasons. */ |
| 215 | struct WritePixelTempDrawInfo { |
| 216 | /** If the GrGpu is requesting that the caller upload to an intermediate surface and draw |
| 217 | that to the dst then this is the descriptor for the intermediate surface. The caller |
| 218 | should upload the pixels such that the upper left pixel of the upload rect is at 0,0 in |
| 219 | the intermediate surface.*/ |
| 220 | GrSurfaceDesc fTempSurfaceDesc; |
bsalomon | 6c9cd55 | 2016-01-22 07:17:34 -0800 | [diff] [blame] | 221 | /** Swizzle to apply during the draw. This is used to compensate for either feature or |
| 222 | performance limitations in the underlying 3D API. */ |
| 223 | GrSwizzle fSwizzle; |
| 224 | /** The config that should be specified when uploading the *original* data to the temp |
| 225 | surface before the draw. This may be different than the original src data config in |
| 226 | order to compensate for swizzling that will occur when drawing. */ |
| 227 | GrPixelConfig fWriteConfig; |
bsalomon | f067451 | 2015-07-28 13:26:15 -0700 | [diff] [blame] | 228 | }; |
bsalomon | 3982602 | 2015-07-23 08:07:21 -0700 | [diff] [blame] | 229 | |
bsalomon@google.com | 75f9f25 | 2012-01-31 13:35:56 +0000 | [diff] [blame] | 230 | /** |
bsalomon | f067451 | 2015-07-28 13:26:15 -0700 | [diff] [blame] | 231 | * Used to negotiate whether and how an intermediate surface should be used to write pixels to |
| 232 | * a GrSurface. If this returns false then GrGpu could not deduce an intermediate draw |
| 233 | * that would allow a successful transfer of the src pixels to the dst. The passed width, |
| 234 | * height, and rowBytes, must be non-zero and already reflect clipping to the dst bounds. |
bsalomon@google.com | 0a97be2 | 2011-11-08 19:20:57 +0000 | [diff] [blame] | 235 | */ |
cblume | ed82800 | 2016-02-16 13:00:01 -0800 | [diff] [blame] | 236 | bool getWritePixelsInfo(GrSurface* dstSurface, int width, int height, |
bsalomon | f067451 | 2015-07-28 13:26:15 -0700 | [diff] [blame] | 237 | GrPixelConfig srcConfig, DrawPreference*, WritePixelTempDrawInfo*); |
bsalomon@google.com | a85449d | 2011-11-19 02:36:05 +0000 | [diff] [blame] | 238 | |
| 239 | /** |
bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 240 | * Reads a rectangle of pixels from a render target. |
bsalomon@google.com | c436499 | 2011-11-07 15:54:49 +0000 | [diff] [blame] | 241 | * |
bsalomon | 6cb3cbe | 2015-07-30 07:34:27 -0700 | [diff] [blame] | 242 | * @param surface The surface to read from |
bsalomon@google.com | 669fdc4 | 2011-04-05 17:08:27 +0000 | [diff] [blame] | 243 | * @param left left edge of the rectangle to read (inclusive) |
| 244 | * @param top top edge of the rectangle to read (inclusive) |
| 245 | * @param width width of rectangle to read in pixels. |
| 246 | * @param height height of rectangle to read in pixels. |
| 247 | * @param config the pixel config of the destination buffer |
| 248 | * @param buffer memory to read the rectangle into. |
bsalomon@google.com | c698097 | 2011-11-02 19:57:21 +0000 | [diff] [blame] | 249 | * @param rowBytes the number of bytes between consecutive rows. Zero |
| 250 | * means rows are tightly packed. |
bsalomon@google.com | c436499 | 2011-11-07 15:54:49 +0000 | [diff] [blame] | 251 | * @param invertY buffer should be populated bottom-to-top as opposed |
| 252 | * to top-to-bottom (skia's usual order) |
bsalomon@google.com | a7f84e1 | 2011-03-10 14:13:19 +0000 | [diff] [blame] | 253 | * |
| 254 | * @return true if the read succeeded, false if not. The read can fail |
| 255 | * because of a unsupported pixel config or because no render |
| 256 | * target is currently set. |
| 257 | */ |
bsalomon | 6cb3cbe | 2015-07-30 07:34:27 -0700 | [diff] [blame] | 258 | bool readPixels(GrSurface* surface, |
bsalomon@google.com | 669fdc4 | 2011-04-05 17:08:27 +0000 | [diff] [blame] | 259 | int left, int top, int width, int height, |
senorblanco@chromium.org | 3cb406b | 2013-02-05 19:50:46 +0000 | [diff] [blame] | 260 | GrPixelConfig config, void* buffer, size_t rowBytes); |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 261 | |
bsalomon@google.com | 6f37951 | 2011-11-16 20:36:03 +0000 | [diff] [blame] | 262 | /** |
bsalomon | 6cb3cbe | 2015-07-30 07:34:27 -0700 | [diff] [blame] | 263 | * Updates the pixels in a rectangle of a surface. |
bsalomon@google.com | a85449d | 2011-11-19 02:36:05 +0000 | [diff] [blame] | 264 | * |
bsalomon | 6cb3cbe | 2015-07-30 07:34:27 -0700 | [diff] [blame] | 265 | * @param surface The surface to write to. |
bsalomon@google.com | 6f37951 | 2011-11-16 20:36:03 +0000 | [diff] [blame] | 266 | * @param left left edge of the rectangle to write (inclusive) |
| 267 | * @param top top edge of the rectangle to write (inclusive) |
| 268 | * @param width width of rectangle to write in pixels. |
| 269 | * @param height height of rectangle to write in pixels. |
| 270 | * @param config the pixel config of the source buffer |
cblume | 55f2d2d | 2016-02-26 13:20:48 -0800 | [diff] [blame] | 271 | * @param texels array of mipmap levels containing texture data |
| 272 | */ |
| 273 | bool writePixels(GrSurface* surface, |
| 274 | int left, int top, int width, int height, |
| 275 | GrPixelConfig config, |
| 276 | const SkTArray<GrMipLevel>& texels); |
| 277 | |
| 278 | /** |
| 279 | * This function is a shim which creates a SkTArray<GrMipLevel> of size 1. |
| 280 | * It then calls writePixels with that SkTArray. |
| 281 | * |
| 282 | * @param buffer memory to read pixels from. |
| 283 | * @param rowBytes number of bytes between consecutive rows. Zero |
| 284 | * means rows are tightly packed. |
bsalomon@google.com | 6f37951 | 2011-11-16 20:36:03 +0000 | [diff] [blame] | 285 | */ |
bsalomon | 6cb3cbe | 2015-07-30 07:34:27 -0700 | [diff] [blame] | 286 | bool writePixels(GrSurface* surface, |
| 287 | int left, int top, int width, int height, |
| 288 | GrPixelConfig config, const void* buffer, |
| 289 | size_t rowBytes); |
bsalomon@google.com | 6f37951 | 2011-11-16 20:36:03 +0000 | [diff] [blame] | 290 | |
joshualitt | 3322fa4 | 2014-11-07 08:48:51 -0800 | [diff] [blame] | 291 | /** |
jvanverth | c3d706f | 2016-04-20 10:33:27 -0700 | [diff] [blame] | 292 | * Updates the pixels in a rectangle of a surface using a buffer |
jvanverth | 17aa047 | 2016-01-05 10:41:27 -0800 | [diff] [blame] | 293 | * |
jvanverth | c3d706f | 2016-04-20 10:33:27 -0700 | [diff] [blame] | 294 | * @param surface The surface to write to. |
cdalton | 397536c | 2016-03-25 12:15:03 -0700 | [diff] [blame] | 295 | * @param left left edge of the rectangle to write (inclusive) |
| 296 | * @param top top edge of the rectangle to write (inclusive) |
| 297 | * @param width width of rectangle to write in pixels. |
| 298 | * @param height height of rectangle to write in pixels. |
| 299 | * @param config the pixel config of the source buffer |
| 300 | * @param transferBuffer GrBuffer to read pixels from (type must be "kCpuToGpu") |
| 301 | * @param offset offset from the start of the buffer |
| 302 | * @param rowBytes number of bytes between consecutive rows. Zero |
| 303 | * means rows are tightly packed. |
jvanverth | 17aa047 | 2016-01-05 10:41:27 -0800 | [diff] [blame] | 304 | */ |
jvanverth | c3d706f | 2016-04-20 10:33:27 -0700 | [diff] [blame] | 305 | bool transferPixels(GrSurface* surface, |
jvanverth | 17aa047 | 2016-01-05 10:41:27 -0800 | [diff] [blame] | 306 | int left, int top, int width, int height, |
cdalton | 397536c | 2016-03-25 12:15:03 -0700 | [diff] [blame] | 307 | GrPixelConfig config, GrBuffer* transferBuffer, |
jvanverth | 17aa047 | 2016-01-05 10:41:27 -0800 | [diff] [blame] | 308 | size_t offset, size_t rowBytes); |
| 309 | |
| 310 | /** |
egdaniel | 4bcd62e | 2016-08-31 07:37:31 -0700 | [diff] [blame] | 311 | * This is can be called before allocating a texture to be a dst for copySurface. This is only |
| 312 | * used for doing dst copies needed in blends, thus the src is always a GrRenderTarget. It will |
bsalomon | f90a02b | 2014-11-26 12:28:00 -0800 | [diff] [blame] | 313 | * populate the origin, config, and flags fields of the desc such that copySurface can |
egdaniel | 4bcd62e | 2016-08-31 07:37:31 -0700 | [diff] [blame] | 314 | * efficiently succeed. |
joshualitt | 3322fa4 | 2014-11-07 08:48:51 -0800 | [diff] [blame] | 315 | */ |
egdaniel | 4bcd62e | 2016-08-31 07:37:31 -0700 | [diff] [blame] | 316 | virtual bool initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const = 0; |
joshualitt | 6db519c | 2014-10-29 08:48:18 -0700 | [diff] [blame] | 317 | |
bsalomon@google.com | 80d09b9 | 2011-11-05 21:21:13 +0000 | [diff] [blame] | 318 | // After the client interacts directly with the 3D context state the GrGpu |
| 319 | // must resync its internal state and assumptions about 3D context state. |
| 320 | // Each time this occurs the GrGpu bumps a timestamp. |
| 321 | // state of the 3D context |
| 322 | // At 10 resets / frame and 60fps a 64bit timestamp will overflow in about |
| 323 | // a billion years. |
| 324 | typedef uint64_t ResetTimestamp; |
| 325 | |
| 326 | // This timestamp is always older than the current timestamp |
| 327 | static const ResetTimestamp kExpiredTimestamp = 0; |
| 328 | // Returns a timestamp based on the number of times the context was reset. |
| 329 | // This timestamp can be used to lazily detect when cached 3D context state |
| 330 | // is dirty. |
bsalomon | 6d467ec | 2014-11-18 07:36:19 -0800 | [diff] [blame] | 331 | ResetTimestamp getResetTimestamp() const { return fResetTimestamp; } |
bsalomon@google.com | 80d09b9 | 2011-11-05 21:21:13 +0000 | [diff] [blame] | 332 | |
bsalomon | f90a02b | 2014-11-26 12:28:00 -0800 | [diff] [blame] | 333 | // Called to perform a surface to surface copy. Fallbacks to issuing a draw from the src to dst |
| 334 | // take place at the GrDrawTarget level and this function implement faster copy paths. The rect |
| 335 | // and point are pre-clipped. The src rect and implied dst rect are guaranteed to be within the |
| 336 | // src/dst bounds and non-empty. |
joshualitt | 1cbdcde | 2015-08-21 11:53:29 -0700 | [diff] [blame] | 337 | bool copySurface(GrSurface* dst, |
| 338 | GrSurface* src, |
| 339 | const SkIRect& srcRect, |
| 340 | const SkIPoint& dstPoint); |
joshualitt | 3322fa4 | 2014-11-07 08:48:51 -0800 | [diff] [blame] | 341 | |
cdalton | 28f45b9 | 2016-03-07 13:58:26 -0800 | [diff] [blame] | 342 | struct MultisampleSpecs { |
csmartdalton | 0d28e57 | 2016-07-06 09:59:43 -0700 | [diff] [blame] | 343 | MultisampleSpecs(uint8_t uniqueID, int effectiveSampleCnt, const SkPoint* locations) |
| 344 | : fUniqueID(uniqueID), |
| 345 | fEffectiveSampleCnt(effectiveSampleCnt), |
| 346 | fSampleLocations(locations) {} |
| 347 | |
cdalton | 28f45b9 | 2016-03-07 13:58:26 -0800 | [diff] [blame] | 348 | // Nonzero ID that uniquely identifies these multisample specs. |
csmartdalton | 0d28e57 | 2016-07-06 09:59:43 -0700 | [diff] [blame] | 349 | uint8_t fUniqueID; |
cdalton | 28f45b9 | 2016-03-07 13:58:26 -0800 | [diff] [blame] | 350 | // The actual number of samples the GPU will run. NOTE: this value can be greater than the |
| 351 | // the render target's sample count. |
csmartdalton | 0d28e57 | 2016-07-06 09:59:43 -0700 | [diff] [blame] | 352 | int fEffectiveSampleCnt; |
| 353 | // If sample locations are supported, points to the subpixel locations at which the GPU will |
| 354 | // sample. Pixel center is at (.5, .5), and (0, 0) indicates the top left corner. |
| 355 | const SkPoint* fSampleLocations; |
cdalton | 28f45b9 | 2016-03-07 13:58:26 -0800 | [diff] [blame] | 356 | }; |
| 357 | |
| 358 | // Finds a render target's multisample specs. The stencil settings are only needed to flush the |
| 359 | // draw state prior to querying multisample information; they should not have any effect on the |
| 360 | // multisample information itself. |
| 361 | const MultisampleSpecs& getMultisampleSpecs(GrRenderTarget*, const GrStencilSettings&); |
| 362 | |
egdaniel | 066df7c | 2016-06-08 14:02:27 -0700 | [diff] [blame] | 363 | // Creates a GrGpuCommandBuffer in which the GrDrawTarget can send draw commands to instead of |
| 364 | // directly to the Gpu object. |
egdaniel | 9cb6340 | 2016-06-23 08:37:05 -0700 | [diff] [blame] | 365 | virtual GrGpuCommandBuffer* createCommandBuffer( |
| 366 | GrRenderTarget* target, |
| 367 | const GrGpuCommandBuffer::LoadAndStoreInfo& colorInfo, |
| 368 | const GrGpuCommandBuffer::LoadAndStoreInfo& stencilInfo) = 0; |
bsalomon | 3e79124 | 2014-12-17 13:43:13 -0800 | [diff] [blame] | 369 | |
halcanary | 9d524f2 | 2016-03-29 09:03:52 -0700 | [diff] [blame] | 370 | // Called by drawtarget when flushing. |
jvanverth | d2d2eb9 | 2016-02-17 14:04:46 -0800 | [diff] [blame] | 371 | // Provides a hook for post-flush actions (e.g. PLS reset and Vulkan command buffer submits). |
| 372 | virtual void finishDrawTarget() {} |
ethannicholas | 2279325 | 2016-01-30 09:59:10 -0800 | [diff] [blame] | 373 | |
mtklein | b9eb4ac | 2015-02-02 18:26:03 -0800 | [diff] [blame] | 374 | /////////////////////////////////////////////////////////////////////////// |
| 375 | // Debugging and Stats |
| 376 | |
| 377 | class Stats { |
| 378 | public: |
| 379 | #if GR_GPU_STATS |
| 380 | Stats() { this->reset(); } |
| 381 | |
bsalomon | b12ea41 | 2015-02-02 21:19:50 -0800 | [diff] [blame] | 382 | void reset() { |
| 383 | fRenderTargetBinds = 0; |
| 384 | fShaderCompilations = 0; |
| 385 | fTextureCreates = 0; |
| 386 | fTextureUploads = 0; |
jvanverth | 17aa047 | 2016-01-05 10:41:27 -0800 | [diff] [blame] | 387 | fTransfersToTexture = 0; |
egdaniel | 8dc7c3a | 2015-04-16 11:22:42 -0700 | [diff] [blame] | 388 | fStencilAttachmentCreates = 0; |
joshualitt | 87a5c9f | 2015-09-08 13:42:05 -0700 | [diff] [blame] | 389 | fNumDraws = 0; |
bsalomon | 1d417a8 | 2016-03-23 11:50:26 -0700 | [diff] [blame] | 390 | fNumFailedDraws = 0; |
bsalomon | b12ea41 | 2015-02-02 21:19:50 -0800 | [diff] [blame] | 391 | } |
mtklein | b9eb4ac | 2015-02-02 18:26:03 -0800 | [diff] [blame] | 392 | |
| 393 | int renderTargetBinds() const { return fRenderTargetBinds; } |
| 394 | void incRenderTargetBinds() { fRenderTargetBinds++; } |
| 395 | int shaderCompilations() const { return fShaderCompilations; } |
| 396 | void incShaderCompilations() { fShaderCompilations++; } |
bsalomon | b12ea41 | 2015-02-02 21:19:50 -0800 | [diff] [blame] | 397 | int textureCreates() const { return fTextureCreates; } |
| 398 | void incTextureCreates() { fTextureCreates++; } |
| 399 | int textureUploads() const { return fTextureUploads; } |
| 400 | void incTextureUploads() { fTextureUploads++; } |
jvanverth | 17aa047 | 2016-01-05 10:41:27 -0800 | [diff] [blame] | 401 | int transfersToTexture() const { return fTransfersToTexture; } |
| 402 | void incTransfersToTexture() { fTransfersToTexture++; } |
egdaniel | 8dc7c3a | 2015-04-16 11:22:42 -0700 | [diff] [blame] | 403 | void incStencilAttachmentCreates() { fStencilAttachmentCreates++; } |
joshualitt | 87a5c9f | 2015-09-08 13:42:05 -0700 | [diff] [blame] | 404 | void incNumDraws() { fNumDraws++; } |
bsalomon | 1d417a8 | 2016-03-23 11:50:26 -0700 | [diff] [blame] | 405 | void incNumFailedDraws() { ++fNumFailedDraws; } |
mtklein | b9eb4ac | 2015-02-02 18:26:03 -0800 | [diff] [blame] | 406 | void dump(SkString*); |
joshualitt | e45c81c | 2015-12-02 09:05:37 -0800 | [diff] [blame] | 407 | void dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values); |
bsalomon | 1d417a8 | 2016-03-23 11:50:26 -0700 | [diff] [blame] | 408 | int numDraws() const { return fNumDraws; } |
| 409 | int numFailedDraws() const { return fNumFailedDraws; } |
mtklein | b9eb4ac | 2015-02-02 18:26:03 -0800 | [diff] [blame] | 410 | private: |
| 411 | int fRenderTargetBinds; |
| 412 | int fShaderCompilations; |
bsalomon | b12ea41 | 2015-02-02 21:19:50 -0800 | [diff] [blame] | 413 | int fTextureCreates; |
| 414 | int fTextureUploads; |
jvanverth | 17aa047 | 2016-01-05 10:41:27 -0800 | [diff] [blame] | 415 | int fTransfersToTexture; |
egdaniel | 8dc7c3a | 2015-04-16 11:22:42 -0700 | [diff] [blame] | 416 | int fStencilAttachmentCreates; |
joshualitt | 87a5c9f | 2015-09-08 13:42:05 -0700 | [diff] [blame] | 417 | int fNumDraws; |
bsalomon | 1d417a8 | 2016-03-23 11:50:26 -0700 | [diff] [blame] | 418 | int fNumFailedDraws; |
mtklein | b9eb4ac | 2015-02-02 18:26:03 -0800 | [diff] [blame] | 419 | #else |
joshualitt | e45c81c | 2015-12-02 09:05:37 -0800 | [diff] [blame] | 420 | void dump(SkString*) {} |
| 421 | void dumpKeyValuePairs(SkTArray<SkString>*, SkTArray<double>*) {} |
mtklein | b9eb4ac | 2015-02-02 18:26:03 -0800 | [diff] [blame] | 422 | void incRenderTargetBinds() {} |
| 423 | void incShaderCompilations() {} |
bsalomon | b12ea41 | 2015-02-02 21:19:50 -0800 | [diff] [blame] | 424 | void incTextureCreates() {} |
| 425 | void incTextureUploads() {} |
jvanverth | 17aa047 | 2016-01-05 10:41:27 -0800 | [diff] [blame] | 426 | void incTransfersToTexture() {} |
egdaniel | 8dc7c3a | 2015-04-16 11:22:42 -0700 | [diff] [blame] | 427 | void incStencilAttachmentCreates() {} |
joshualitt | 87a5c9f | 2015-09-08 13:42:05 -0700 | [diff] [blame] | 428 | void incNumDraws() {} |
bsalomon | 1d417a8 | 2016-03-23 11:50:26 -0700 | [diff] [blame] | 429 | void incNumFailedDraws() {} |
mtklein | b9eb4ac | 2015-02-02 18:26:03 -0800 | [diff] [blame] | 430 | #endif |
| 431 | }; |
| 432 | |
| 433 | Stats* stats() { return &fStats; } |
| 434 | |
bsalomon | 67d7620 | 2015-11-11 12:40:42 -0800 | [diff] [blame] | 435 | /** Creates a texture directly in the backend API without wrapping it in a GrTexture. This is |
| 436 | only to be used for testing (particularly for testing the methods that import an externally |
| 437 | created texture into Skia. Must be matched with a call to deleteTestingOnlyTexture(). */ |
jvanverth | 8895792 | 2015-07-14 11:02:52 -0700 | [diff] [blame] | 438 | virtual GrBackendObject createTestingOnlyBackendTexture(void* pixels, int w, int h, |
egdaniel | 0a3a7f7 | 2016-06-24 09:22:31 -0700 | [diff] [blame] | 439 | GrPixelConfig config, |
| 440 | bool isRenderTarget = false) = 0; |
bsalomon | 67d7620 | 2015-11-11 12:40:42 -0800 | [diff] [blame] | 441 | /** Check a handle represents an actual texture in the backend API that has not been freed. */ |
| 442 | virtual bool isTestingOnlyBackendTexture(GrBackendObject) const = 0; |
| 443 | /** If ownership of the backend texture has been transferred pass true for abandonTexture. This |
| 444 | will do any necessary cleanup of the handle without freeing the texture in the backend |
| 445 | API. */ |
| 446 | virtual void deleteTestingOnlyBackendTexture(GrBackendObject, |
bsalomon | e63ffef | 2016-02-05 07:17:34 -0800 | [diff] [blame] | 447 | bool abandonTexture = false) = 0; |
jvanverth | 672bb7f | 2015-07-13 07:19:57 -0700 | [diff] [blame] | 448 | |
egdaniel | ec00d94 | 2015-09-14 12:56:10 -0700 | [diff] [blame] | 449 | // width and height may be larger than rt (if underlying API allows it). |
| 450 | // Returns nullptr if compatible sb could not be created, otherwise the caller owns the ref on |
| 451 | // the GrStencilAttachment. |
| 452 | virtual GrStencilAttachment* createStencilAttachmentForRenderTarget(const GrRenderTarget*, |
| 453 | int width, |
| 454 | int height) = 0; |
| 455 | // clears target's entire stencil buffer to 0 |
| 456 | virtual void clearStencil(GrRenderTarget* target) = 0; |
bsalomon | 6bc1b5f | 2015-02-23 09:06:38 -0800 | [diff] [blame] | 457 | |
bsalomon | 6dea83f | 2015-12-03 12:58:06 -0800 | [diff] [blame] | 458 | // draws an outline rectangle for debugging/visualization purposes. |
| 459 | virtual void drawDebugWireRect(GrRenderTarget*, const SkIRect&, GrColor) = 0; |
bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 460 | |
bsalomon | e179a91 | 2016-01-20 06:18:10 -0800 | [diff] [blame] | 461 | // Determines whether a texture will need to be rescaled in order to be used with the |
| 462 | // GrTextureParams. This variation is called when the caller will create a new texture using the |
| 463 | // texture provider from a non-texture src (cpu-backed image, ...). |
bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 464 | bool makeCopyForTextureParams(int width, int height, const GrTextureParams&, |
bsalomon | e179a91 | 2016-01-20 06:18:10 -0800 | [diff] [blame] | 465 | GrTextureProducer::CopyParams*) const; |
| 466 | |
| 467 | // Like the above but this variation should be called when the caller is not creating the |
| 468 | // original texture but rather was handed the original texture. It adds additional checks |
| 469 | // relevant to original textures that were created external to Skia via |
| 470 | // GrTextureProvider::wrap methods. |
| 471 | bool makeCopyForTextureParams(GrTexture* texture, const GrTextureParams& params, |
| 472 | GrTextureProducer::CopyParams* copyParams) const { |
| 473 | if (this->makeCopyForTextureParams(texture->width(), texture->height(), params, |
| 474 | copyParams)) { |
| 475 | return true; |
| 476 | } |
| 477 | return this->onMakeCopyForTextureParams(texture, params, copyParams); |
| 478 | } |
bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 479 | |
jvanverth | 672bb7f | 2015-07-13 07:19:57 -0700 | [diff] [blame] | 480 | // This is only to be used in GL-specific tests. |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 481 | virtual const GrGLContext* glContextForTesting() const { return nullptr; } |
bsalomon | 993a421 | 2015-05-29 11:37:25 -0700 | [diff] [blame] | 482 | |
joshualitt | 8fd844f | 2015-12-02 13:36:47 -0800 | [diff] [blame] | 483 | // This is only to be used by testing code |
| 484 | virtual void resetShaderCacheForTesting() const {} |
| 485 | |
egdaniel | 9cb6340 | 2016-06-23 08:37:05 -0700 | [diff] [blame] | 486 | void handleDirtyContext() { |
| 487 | if (fResetBits) { |
| 488 | this->resetContext(); |
| 489 | } |
| 490 | } |
| 491 | |
joshualitt | d53a827 | 2014-11-10 16:03:14 -0800 | [diff] [blame] | 492 | protected: |
bsalomon | f067451 | 2015-07-28 13:26:15 -0700 | [diff] [blame] | 493 | static void ElevateDrawPreference(GrGpu::DrawPreference* preference, |
| 494 | GrGpu::DrawPreference elevation) { |
| 495 | GR_STATIC_ASSERT(GrGpu::kCallerPrefersDraw_DrawPreference > GrGpu::kNoDraw_DrawPreference); |
| 496 | GR_STATIC_ASSERT(GrGpu::kGpuPrefersDraw_DrawPreference > |
| 497 | GrGpu::kCallerPrefersDraw_DrawPreference); |
| 498 | GR_STATIC_ASSERT(GrGpu::kRequireDraw_DrawPreference > |
| 499 | GrGpu::kGpuPrefersDraw_DrawPreference); |
| 500 | *preference = SkTMax(*preference, elevation); |
| 501 | } |
| 502 | |
jvanverth | 900bd4a | 2016-04-29 13:53:12 -0700 | [diff] [blame] | 503 | // Handles cases where a surface will be updated without a call to flushRenderTarget |
| 504 | void didWriteToSurface(GrSurface* surface, const SkIRect* bounds, uint32_t mipLevels = 1) const; |
| 505 | |
mtklein | b9eb4ac | 2015-02-02 18:26:03 -0800 | [diff] [blame] | 506 | Stats fStats; |
| 507 | SkAutoTDelete<GrPathRendering> fPathRendering; |
joshualitt | 3322fa4 | 2014-11-07 08:48:51 -0800 | [diff] [blame] | 508 | // Subclass must initialize this in its constructor. |
bsalomon | 4b91f76 | 2015-05-19 09:29:46 -0700 | [diff] [blame] | 509 | SkAutoTUnref<const GrCaps> fCaps; |
joshualitt | 3322fa4 | 2014-11-07 08:48:51 -0800 | [diff] [blame] | 510 | |
csmartdalton | 0d28e57 | 2016-07-06 09:59:43 -0700 | [diff] [blame] | 511 | typedef SkTArray<SkPoint, true> SamplePattern; |
| 512 | |
bsalomon@google.com | 02ddc8b | 2013-01-28 15:35:28 +0000 | [diff] [blame] | 513 | private: |
bsalomon@google.com | b635d39 | 2011-11-05 12:47:43 +0000 | [diff] [blame] | 514 | // called when the 3D context state is unknown. Subclass should emit any |
bsalomon@google.com | c8f7f47 | 2012-06-18 13:44:51 +0000 | [diff] [blame] | 515 | // assumed 3D context state and dirty any state cache. |
bsalomon@google.com | 0a208a1 | 2013-06-28 18:57:35 +0000 | [diff] [blame] | 516 | virtual void onResetContext(uint32_t resetBits) = 0; |
bsalomon@google.com | a7f84e1 | 2011-03-10 14:13:19 +0000 | [diff] [blame] | 517 | |
bsalomon | cb02b38 | 2015-08-12 11:14:50 -0700 | [diff] [blame] | 518 | // Called before certain draws in order to guarantee coherent results from dst reads. |
| 519 | virtual void xferBarrier(GrRenderTarget*, GrXferBarrierType) = 0; |
| 520 | |
bsalomon@google.com | 16e3dde | 2012-10-25 18:43:28 +0000 | [diff] [blame] | 521 | // overridden by backend-specific derived class to create objects. |
egdaniel | b0e1be2 | 2015-04-22 13:27:39 -0700 | [diff] [blame] | 522 | // Texture size and sample size will have already been validated in base class before |
| 523 | // onCreateTexture/CompressedTexture are called. |
| 524 | virtual GrTexture* onCreateTexture(const GrSurfaceDesc& desc, |
kkinnunen | 2e6055b | 2016-04-22 01:48:29 -0700 | [diff] [blame] | 525 | SkBudgeted budgeted, |
cblume | 55f2d2d | 2016-02-26 13:20:48 -0800 | [diff] [blame] | 526 | const SkTArray<GrMipLevel>& texels) = 0; |
egdaniel | b0e1be2 | 2015-04-22 13:27:39 -0700 | [diff] [blame] | 527 | virtual GrTexture* onCreateCompressedTexture(const GrSurfaceDesc& desc, |
kkinnunen | 2e6055b | 2016-04-22 01:48:29 -0700 | [diff] [blame] | 528 | SkBudgeted budgeted, |
cblume | 55f2d2d | 2016-02-26 13:20:48 -0800 | [diff] [blame] | 529 | const SkTArray<GrMipLevel>& texels) = 0; |
| 530 | |
bsalomon | 6dc6f5f | 2015-06-18 09:12:16 -0700 | [diff] [blame] | 531 | virtual GrTexture* onWrapBackendTexture(const GrBackendTextureDesc&, GrWrapOwnership) = 0; |
| 532 | virtual GrRenderTarget* onWrapBackendRenderTarget(const GrBackendRenderTargetDesc&, |
| 533 | GrWrapOwnership) = 0; |
kkinnunen | 49c4c22 | 2016-04-01 04:50:37 -0700 | [diff] [blame] | 534 | virtual GrRenderTarget* onWrapBackendTextureAsRenderTarget(const GrBackendTextureDesc&) = 0; |
cdalton | 1bf3e71 | 2016-04-19 10:00:02 -0700 | [diff] [blame] | 535 | virtual GrBuffer* onCreateBuffer(size_t size, GrBufferType intendedType, GrAccessPattern, |
| 536 | const void* data) = 0; |
bsalomon@google.com | a7f84e1 | 2011-03-10 14:13:19 +0000 | [diff] [blame] | 537 | |
csmartdalton | e0d3629 | 2016-07-29 08:14:20 -0700 | [diff] [blame] | 538 | virtual gr_instanced::InstancedRendering* onCreateInstancedRendering() = 0; |
| 539 | |
bsalomon | e179a91 | 2016-01-20 06:18:10 -0800 | [diff] [blame] | 540 | virtual bool onMakeCopyForTextureParams(GrTexture* texture, const GrTextureParams&, |
| 541 | GrTextureProducer::CopyParams*) const { return false; } |
| 542 | |
bsalomon | f067451 | 2015-07-28 13:26:15 -0700 | [diff] [blame] | 543 | virtual bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, |
| 544 | size_t rowBytes, GrPixelConfig readConfig, DrawPreference*, |
| 545 | ReadPixelTempDrawInfo*) = 0; |
cblume | ed82800 | 2016-02-16 13:00:01 -0800 | [diff] [blame] | 546 | virtual bool onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height, |
bsalomon | f067451 | 2015-07-28 13:26:15 -0700 | [diff] [blame] | 547 | GrPixelConfig srcConfig, DrawPreference*, |
| 548 | WritePixelTempDrawInfo*) = 0; |
| 549 | |
bsalomon | 6cb3cbe | 2015-07-30 07:34:27 -0700 | [diff] [blame] | 550 | // overridden by backend-specific derived class to perform the surface read |
| 551 | virtual bool onReadPixels(GrSurface*, |
egdaniel | 6d901da | 2015-07-30 12:02:15 -0700 | [diff] [blame] | 552 | int left, int top, |
| 553 | int width, int height, |
bsalomon@google.com | c436499 | 2011-11-07 15:54:49 +0000 | [diff] [blame] | 554 | GrPixelConfig, |
| 555 | void* buffer, |
senorblanco@chromium.org | 3cb406b | 2013-02-05 19:50:46 +0000 | [diff] [blame] | 556 | size_t rowBytes) = 0; |
bsalomon@google.com | a7f84e1 | 2011-03-10 14:13:19 +0000 | [diff] [blame] | 557 | |
bsalomon | 6cb3cbe | 2015-07-30 07:34:27 -0700 | [diff] [blame] | 558 | // overridden by backend-specific derived class to perform the surface write |
| 559 | virtual bool onWritePixels(GrSurface*, |
| 560 | int left, int top, int width, int height, |
cblume | 55f2d2d | 2016-02-26 13:20:48 -0800 | [diff] [blame] | 561 | GrPixelConfig config, |
| 562 | const SkTArray<GrMipLevel>& texels) = 0; |
bsalomon@google.com | 6f37951 | 2011-11-16 20:36:03 +0000 | [diff] [blame] | 563 | |
jvanverth | c3d706f | 2016-04-20 10:33:27 -0700 | [diff] [blame] | 564 | // overridden by backend-specific derived class to perform the surface write |
| 565 | virtual bool onTransferPixels(GrSurface*, |
jvanverth | 17aa047 | 2016-01-05 10:41:27 -0800 | [diff] [blame] | 566 | int left, int top, int width, int height, |
cdalton | 397536c | 2016-03-25 12:15:03 -0700 | [diff] [blame] | 567 | GrPixelConfig config, GrBuffer* transferBuffer, |
jvanverth | 17aa047 | 2016-01-05 10:41:27 -0800 | [diff] [blame] | 568 | size_t offset, size_t rowBytes) = 0; |
| 569 | |
bsalomon@google.com | 16e3dde | 2012-10-25 18:43:28 +0000 | [diff] [blame] | 570 | // overridden by backend-specific derived class to perform the resolve |
bsalomon@google.com | 75f9f25 | 2012-01-31 13:35:56 +0000 | [diff] [blame] | 571 | virtual void onResolveRenderTarget(GrRenderTarget* target) = 0; |
| 572 | |
joshualitt | 1cbdcde | 2015-08-21 11:53:29 -0700 | [diff] [blame] | 573 | // overridden by backend specific derived class to perform the copy surface |
| 574 | virtual bool onCopySurface(GrSurface* dst, |
| 575 | GrSurface* src, |
| 576 | const SkIRect& srcRect, |
| 577 | const SkIPoint& dstPoint) = 0; |
| 578 | |
cdalton | 28f45b9 | 2016-03-07 13:58:26 -0800 | [diff] [blame] | 579 | // overridden by backend specific derived class to perform the multisample queries |
csmartdalton | 0d28e57 | 2016-07-06 09:59:43 -0700 | [diff] [blame] | 580 | virtual void onGetMultisampleSpecs(GrRenderTarget*, const GrStencilSettings&, |
| 581 | int* effectiveSampleCnt, SamplePattern*) = 0; |
cdalton | 28f45b9 | 2016-03-07 13:58:26 -0800 | [diff] [blame] | 582 | |
bsalomon@google.com | b635d39 | 2011-11-05 12:47:43 +0000 | [diff] [blame] | 583 | void resetContext() { |
bsalomon@google.com | 0a208a1 | 2013-06-28 18:57:35 +0000 | [diff] [blame] | 584 | this->onResetContext(fResetBits); |
| 585 | fResetBits = 0; |
bsalomon@google.com | b635d39 | 2011-11-05 12:47:43 +0000 | [diff] [blame] | 586 | ++fResetTimestamp; |
| 587 | } |
| 588 | |
csmartdalton | 0d28e57 | 2016-07-06 09:59:43 -0700 | [diff] [blame] | 589 | struct SamplePatternComparator { |
| 590 | bool operator()(const SamplePattern&, const SamplePattern&) const; |
| 591 | }; |
| 592 | |
| 593 | typedef std::map<SamplePattern, uint8_t, SamplePatternComparator> MultisampleSpecsIdMap; |
| 594 | |
| 595 | ResetTimestamp fResetTimestamp; |
| 596 | uint32_t fResetBits; |
| 597 | MultisampleSpecsIdMap fMultisampleSpecsIdMap; |
| 598 | SkSTArray<1, MultisampleSpecs, true> fMultisampleSpecs; |
joshualitt | 3322fa4 | 2014-11-07 08:48:51 -0800 | [diff] [blame] | 599 | // The context owns us, not vice-versa, so this ptr is not ref'ed by Gpu. |
csmartdalton | 0d28e57 | 2016-07-06 09:59:43 -0700 | [diff] [blame] | 600 | GrContext* fContext; |
bsalomon@google.com | 02ddc8b | 2013-01-28 15:35:28 +0000 | [diff] [blame] | 601 | |
kkinnunen | cabe20c | 2015-06-01 01:37:26 -0700 | [diff] [blame] | 602 | friend class GrPathRendering; |
csmartdalton | a7f2964 | 2016-07-07 08:49:11 -0700 | [diff] [blame] | 603 | friend class gr_instanced::InstancedRendering; |
joshualitt | 3322fa4 | 2014-11-07 08:48:51 -0800 | [diff] [blame] | 604 | typedef SkRefCnt INHERITED; |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 605 | }; |
| 606 | |
| 607 | #endif |