bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +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. |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef GrContext_DEFINED |
| 9 | #define GrContext_DEFINED |
| 10 | |
robertphillips | caef345 | 2015-11-11 13:18:11 -0800 | [diff] [blame] | 11 | #include "GrCaps.h" |
commit-bot@chromium.org | a0b4028 | 2013-09-18 13:00:55 +0000 | [diff] [blame] | 12 | #include "GrColor.h" |
commit-bot@chromium.org | a0b4028 | 2013-09-18 13:00:55 +0000 | [diff] [blame] | 13 | #include "SkMatrix.h" |
egdaniel | e61c411 | 2014-06-12 10:24:21 -0700 | [diff] [blame] | 14 | #include "SkPathEffect.h" |
commit-bot@chromium.org | a0b4028 | 2013-09-18 13:00:55 +0000 | [diff] [blame] | 15 | #include "SkTypes.h" |
joshualitt | 27a48dc | 2016-01-08 07:19:47 -0800 | [diff] [blame] | 16 | #include "../private/GrAuditTrail.h" |
joshualitt | 1de610a | 2016-01-06 08:26:09 -0800 | [diff] [blame] | 17 | #include "../private/GrSingleOwner.h" |
Ethan Nicholas | d1b2eec | 2017-11-01 15:45:43 -0400 | [diff] [blame] | 18 | #include "GrContextOptions.h" |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 19 | |
Brian Salomon | f856fd1 | 2016-12-16 14:24:34 -0500 | [diff] [blame] | 20 | class GrAtlasGlyphCache; |
Greg Daniel | 5131678 | 2017-08-02 15:10:09 +0000 | [diff] [blame] | 21 | class GrBackendSemaphore; |
robertphillips | 4fd74ae | 2016-08-03 14:26:53 -0700 | [diff] [blame] | 22 | class GrContextPriv; |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 23 | class GrContextThreadSafeProxy; |
robertphillips | 77a2e52 | 2015-10-17 07:43:27 -0700 | [diff] [blame] | 24 | class GrDrawingManager; |
Brian Salomon | 2ee084e | 2016-12-16 18:59:19 -0500 | [diff] [blame] | 25 | struct GrDrawOpAtlasConfig; |
joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 26 | class GrFragmentProcessor; |
Greg Daniel | 02611d9 | 2017-07-25 10:05:01 -0400 | [diff] [blame] | 27 | struct GrGLInterface; |
bsalomon@google.com | 05ef510 | 2011-05-02 21:14:59 +0000 | [diff] [blame] | 28 | class GrGpu; |
bsalomon@google.com | 583a1e3 | 2011-08-17 13:42:46 +0000 | [diff] [blame] | 29 | class GrIndexBuffer; |
Greg Daniel | 02611d9 | 2017-07-25 10:05:01 -0400 | [diff] [blame] | 30 | struct GrMockOptions; |
commit-bot@chromium.org | 8131283 | 2013-03-22 18:34:09 +0000 | [diff] [blame] | 31 | class GrOvalRenderer; |
commit-bot@chromium.org | 5c8ee25 | 2013-11-01 15:23:44 +0000 | [diff] [blame] | 32 | class GrPath; |
Robert Phillips | 1afd4cd | 2018-01-08 13:40:32 -0500 | [diff] [blame] | 33 | class GrProxyProvider; |
Greg Daniel | 02611d9 | 2017-07-25 10:05:01 -0400 | [diff] [blame] | 34 | class GrRenderTargetContext; |
bsalomon@google.com | 50398bf | 2011-07-26 20:45:30 +0000 | [diff] [blame] | 35 | class GrResourceEntry; |
bsalomon | 0ea80f4 | 2015-02-11 10:49:59 -0800 | [diff] [blame] | 36 | class GrResourceCache; |
bsalomon | d309e7a | 2015-04-30 14:18:54 -0700 | [diff] [blame] | 37 | class GrResourceProvider; |
Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 38 | class GrSamplerState; |
Robert Phillips | 7ee385e | 2017-03-30 08:02:11 -0400 | [diff] [blame] | 39 | class GrSurfaceProxy; |
joshualitt | b7133be | 2015-04-08 09:08:31 -0700 | [diff] [blame] | 40 | class GrTextBlobCache; |
kkinnunen | c6cb56f | 2014-06-24 00:12:27 -0700 | [diff] [blame] | 41 | class GrTextContext; |
Mike Reed | 84dd857 | 2017-03-08 22:21:00 -0500 | [diff] [blame] | 42 | class GrTextureProxy; |
bsalomon@google.com | 583a1e3 | 2011-08-17 13:42:46 +0000 | [diff] [blame] | 43 | class GrVertexBuffer; |
Greg Daniel | 02611d9 | 2017-07-25 10:05:01 -0400 | [diff] [blame] | 44 | struct GrVkBackendContext; |
bsalomon | 6c9cd55 | 2016-01-22 07:17:34 -0800 | [diff] [blame] | 45 | class GrSwizzle; |
ericrk | 0a5fa48 | 2015-09-15 14:16:10 -0700 | [diff] [blame] | 46 | class SkTraceMemoryDump; |
bsalomon@google.com | 50398bf | 2011-07-26 20:45:30 +0000 | [diff] [blame] | 47 | |
Mike Reed | 84dd857 | 2017-03-08 22:21:00 -0500 | [diff] [blame] | 48 | class SkImage; |
| 49 | class SkSurfaceProps; |
Brian Osman | 5127998 | 2017-08-23 10:12:00 -0400 | [diff] [blame] | 50 | class SkTaskGroup; |
Mike Reed | 84dd857 | 2017-03-08 22:21:00 -0500 | [diff] [blame] | 51 | |
commit-bot@chromium.org | a4de8c2 | 2013-09-09 13:38:37 +0000 | [diff] [blame] | 52 | class SK_API GrContext : public SkRefCnt { |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 53 | public: |
| 54 | /** |
bsalomon@google.com | 16e3dde | 2012-10-25 18:43:28 +0000 | [diff] [blame] | 55 | * Creates a GrContext for a backend context. |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 56 | */ |
bsalomon | 682c269 | 2015-05-22 14:01:46 -0700 | [diff] [blame] | 57 | static GrContext* Create(GrBackend, GrBackendContext, const GrContextOptions& options); |
| 58 | static GrContext* Create(GrBackend, GrBackendContext); |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 59 | |
Brian Salomon | 384fab4 | 2017-12-07 12:33:05 -0500 | [diff] [blame] | 60 | static sk_sp<GrContext> MakeGL(sk_sp<const GrGLInterface>, const GrContextOptions&); |
| 61 | static sk_sp<GrContext> MakeGL(sk_sp<const GrGLInterface>); |
Brian Salomon | 990014d | 2017-12-07 16:23:39 -0500 | [diff] [blame] | 62 | // Deprecated |
| 63 | static sk_sp<GrContext> MakeGL(const GrGLInterface*); |
| 64 | static sk_sp<GrContext> MakeGL(const GrGLInterface*, const GrContextOptions&); |
Greg Daniel | 02611d9 | 2017-07-25 10:05:01 -0400 | [diff] [blame] | 65 | |
| 66 | #ifdef SK_VULKAN |
Brian Salomon | 384fab4 | 2017-12-07 12:33:05 -0500 | [diff] [blame] | 67 | static sk_sp<GrContext> MakeVulkan(sk_sp<const GrVkBackendContext>, const GrContextOptions&); |
| 68 | static sk_sp<GrContext> MakeVulkan(sk_sp<const GrVkBackendContext>); |
Greg Daniel | 02611d9 | 2017-07-25 10:05:01 -0400 | [diff] [blame] | 69 | #endif |
| 70 | |
Greg Daniel | b76a72a | 2017-07-13 15:07:54 -0400 | [diff] [blame] | 71 | #ifdef SK_METAL |
| 72 | /** |
| 73 | * Makes a GrContext which uses Metal as the backend. The device parameter is an MTLDevice |
| 74 | * and queue is an MTLCommandQueue which should be used by the backend. These objects must |
| 75 | * have a ref on them which can be transferred to Ganesh which will release the ref when the |
| 76 | * GrContext is destroyed. |
| 77 | */ |
| 78 | static sk_sp<GrContext> MakeMetal(void* device, void* queue, const GrContextOptions& options); |
Greg Daniel | 02611d9 | 2017-07-25 10:05:01 -0400 | [diff] [blame] | 79 | static sk_sp<GrContext> MakeMetal(void* device, void* queue); |
Greg Daniel | b76a72a | 2017-07-13 15:07:54 -0400 | [diff] [blame] | 80 | #endif |
| 81 | |
Greg Daniel | 02611d9 | 2017-07-25 10:05:01 -0400 | [diff] [blame] | 82 | static sk_sp<GrContext> MakeMock(const GrMockOptions*, const GrContextOptions&); |
| 83 | static sk_sp<GrContext> MakeMock(const GrMockOptions*); |
| 84 | |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 85 | virtual ~GrContext(); |
| 86 | |
bungeman | 6bd5284 | 2016-10-27 09:30:08 -0700 | [diff] [blame] | 87 | sk_sp<GrContextThreadSafeProxy> threadSafeProxy(); |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 88 | |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 89 | /** |
| 90 | * The GrContext normally assumes that no outsider is setting state |
| 91 | * within the underlying 3D API's context/device/whatever. This call informs |
| 92 | * the context that the state was modified and it should resend. Shouldn't |
| 93 | * be called frequently for good performance. |
bsalomon@google.com | 0a208a1 | 2013-06-28 18:57:35 +0000 | [diff] [blame] | 94 | * The flag bits, state, is dpendent on which backend is used by the |
| 95 | * context, either GL or D3D (possible in future). |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 96 | */ |
bsalomon@google.com | 0a208a1 | 2013-06-28 18:57:35 +0000 | [diff] [blame] | 97 | void resetContext(uint32_t state = kAll_GrBackendState); |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 98 | |
bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 99 | /** |
robertphillips@google.com | cdb426d | 2012-09-24 19:33:59 +0000 | [diff] [blame] | 100 | * Callback function to allow classes to cleanup on GrContext destruction. |
| 101 | * The 'info' field is filled in with the 'info' passed to addCleanUp. |
| 102 | */ |
| 103 | typedef void (*PFCleanUpFunc)(const GrContext* context, void* info); |
| 104 | |
| 105 | /** |
| 106 | * Add a function to be called from within GrContext's destructor. |
| 107 | * This gives classes a chance to free resources held on a per context basis. |
| 108 | * The 'info' parameter will be stored and passed to the callback function. |
| 109 | */ |
| 110 | void addCleanUp(PFCleanUpFunc cleanUp, void* info) { |
| 111 | CleanUpData* entry = fCleanUpData.push(); |
| 112 | |
| 113 | entry->fFunc = cleanUp; |
| 114 | entry->fInfo = info; |
| 115 | } |
| 116 | |
| 117 | /** |
Robert Phillips | 88260b5 | 2018-01-19 12:56:09 -0500 | [diff] [blame] | 118 | * Abandons all GPU resources and assumes the underlying backend 3D API context is no longer |
bsalomon | 6e2aad4 | 2016-04-01 11:54:31 -0700 | [diff] [blame] | 119 | * usable. Call this if you have lost the associated GPU context, and thus internal texture, |
| 120 | * buffer, etc. references/IDs are now invalid. Calling this ensures that the destructors of the |
| 121 | * GrContext and any of its created resource objects will not make backend 3D API calls. Content |
| 122 | * rendered but not previously flushed may be lost. After this function is called all subsequent |
| 123 | * calls on the GrContext will fail or be no-ops. |
| 124 | * |
| 125 | * The typical use case for this function is that the underlying 3D context was lost and further |
| 126 | * API calls may crash. |
bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 127 | */ |
bsalomon | 2354f84 | 2014-07-28 13:48:36 -0700 | [diff] [blame] | 128 | void abandonContext(); |
junov@google.com | 53a5584 | 2011-06-08 22:55:10 +0000 | [diff] [blame] | 129 | |
bsalomon | 6e2aad4 | 2016-04-01 11:54:31 -0700 | [diff] [blame] | 130 | /** |
| 131 | * This is similar to abandonContext() however the underlying 3D context is not yet lost and |
| 132 | * the GrContext will cleanup all allocated resources before returning. After returning it will |
| 133 | * assume that the underlying context may no longer be valid. |
| 134 | * |
| 135 | * The typical use case for this function is that the client is going to destroy the 3D context |
| 136 | * but can't guarantee that GrContext will be destroyed first (perhaps because it may be ref'ed |
| 137 | * elsewhere by either the client or Skia objects). |
| 138 | */ |
| 139 | void releaseResourcesAndAbandonContext(); |
| 140 | |
commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 141 | /////////////////////////////////////////////////////////////////////////// |
| 142 | // Resource Cache |
| 143 | |
| 144 | /** |
| 145 | * Return the current GPU resource cache limits. |
| 146 | * |
| 147 | * @param maxResources If non-null, returns maximum number of resources that |
| 148 | * can be held in the cache. |
| 149 | * @param maxResourceBytes If non-null, returns maximum number of bytes of |
| 150 | * video memory that can be held in the cache. |
| 151 | */ |
| 152 | void getResourceCacheLimits(int* maxResources, size_t* maxResourceBytes) const; |
commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 153 | |
| 154 | /** |
| 155 | * Gets the current GPU resource cache usage. |
| 156 | * |
| 157 | * @param resourceCount If non-null, returns the number of resources that are held in the |
| 158 | * cache. |
| 159 | * @param maxResourceBytes If non-null, returns the total number of bytes of video memory held |
| 160 | * in the cache. |
| 161 | */ |
| 162 | void getResourceCacheUsage(int* resourceCount, size_t* resourceBytes) const; |
| 163 | |
commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 164 | /** |
Derek Sollenberger | ee47914 | 2017-05-24 11:41:33 -0400 | [diff] [blame] | 165 | * Gets the number of bytes in the cache consumed by purgeable (e.g. unlocked) resources. |
| 166 | */ |
| 167 | size_t getResourceCachePurgeableBytes() const; |
| 168 | |
| 169 | /** |
commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 170 | * Specify the GPU resource cache limits. If the current cache exceeds either |
| 171 | * of these, it will be purged (LRU) to keep the cache within these limits. |
| 172 | * |
| 173 | * @param maxResources The maximum number of resources that can be held in |
| 174 | * the cache. |
| 175 | * @param maxResourceBytes The maximum number of bytes of video memory |
| 176 | * that can be held in the cache. |
| 177 | */ |
| 178 | void setResourceCacheLimits(int maxResources, size_t maxResourceBytes); |
commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 179 | |
junov@google.com | 53a5584 | 2011-06-08 22:55:10 +0000 | [diff] [blame] | 180 | /** |
bsalomon@google.com | 1e269b5 | 2012-10-15 14:25:31 +0000 | [diff] [blame] | 181 | * Frees GPU created by the context. Can be called to reduce GPU memory |
bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 182 | * pressure. |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 183 | */ |
bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 184 | void freeGpuResources(); |
| 185 | |
bsalomon@google.com | 07fc0d1 | 2012-06-22 15:15:59 +0000 | [diff] [blame] | 186 | /** |
commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 187 | * Purge all the unlocked resources from the cache. |
| 188 | * This entry point is mainly meant for timing texture uploads |
| 189 | * and is not defined in normal builds of Skia. |
commit-bot@chromium.org | d8a57af | 2014-03-19 21:19:16 +0000 | [diff] [blame] | 190 | */ |
commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 191 | void purgeAllUnlockedResources(); |
| 192 | |
Brian Salomon | 5e15085 | 2017-03-22 14:53:13 -0400 | [diff] [blame] | 193 | /** |
Jim Van Verth | 76d917c | 2017-12-13 09:26:37 -0500 | [diff] [blame] | 194 | * Purge GPU resources that haven't been used in the past 'msNotUsed' milliseconds or are |
| 195 | * otherwise marked for deletion, regardless of whether the context is under budget. |
Brian Salomon | 5e15085 | 2017-03-22 14:53:13 -0400 | [diff] [blame] | 196 | */ |
Jim Van Verth | 76d917c | 2017-12-13 09:26:37 -0500 | [diff] [blame] | 197 | void performDeferredCleanup(std::chrono::milliseconds msNotUsed); |
Brian Salomon | 5e15085 | 2017-03-22 14:53:13 -0400 | [diff] [blame] | 198 | |
Mike Klein | 4b6bde7 | 2017-12-14 07:46:55 -0500 | [diff] [blame] | 199 | // Temporary compatibility API for Android. |
| 200 | void purgeResourcesNotUsedInMs(std::chrono::milliseconds msNotUsed) { |
| 201 | this->performDeferredCleanup(msNotUsed); |
| 202 | } |
| 203 | |
Derek Sollenberger | 5480a18 | 2017-05-25 16:43:59 -0400 | [diff] [blame] | 204 | /** |
| 205 | * Purge unlocked resources from the cache until the the provided byte count has been reached |
| 206 | * or we have purged all unlocked resources. The default policy is to purge in LRU order, but |
| 207 | * can be overridden to prefer purging scratch resources (in LRU order) prior to purging other |
| 208 | * resource types. |
| 209 | * |
| 210 | * @param maxBytesToPurge the desired number of bytes to be purged. |
| 211 | * @param preferScratchResources If true scratch resources will be purged prior to other |
| 212 | * resource types. |
| 213 | */ |
| 214 | void purgeUnlockedResources(size_t bytesToPurge, bool preferScratchResources); |
| 215 | |
bsalomon | 7622863 | 2015-05-29 08:02:10 -0700 | [diff] [blame] | 216 | /** Access the context capabilities */ |
Brian Salomon | eace8cd | 2017-12-08 13:11:11 -0500 | [diff] [blame] | 217 | const GrCaps* caps() const { return fCaps.get(); } |
bsalomon@google.com | 8a70eef | 2013-03-19 13:58:55 +0000 | [diff] [blame] | 218 | |
Robert Phillips | dd3b3f4 | 2017-04-24 10:57:28 -0400 | [diff] [blame] | 219 | /* |
| 220 | * Create a new render target context backed by a deferred-style |
| 221 | * GrRenderTargetProxy. We guarantee that "asTextureProxy" will succeed for |
| 222 | * renderTargetContexts created via this entry point. |
robertphillips | d4c741e | 2016-04-28 09:55:15 -0700 | [diff] [blame] | 223 | */ |
Robert Phillips | 2af746c | 2017-04-21 12:28:48 +0000 | [diff] [blame] | 224 | sk_sp<GrRenderTargetContext> makeDeferredRenderTargetContext( |
Robert Phillips | dd3b3f4 | 2017-04-24 10:57:28 -0400 | [diff] [blame] | 225 | SkBackingFit fit, |
Robert Phillips | 2af746c | 2017-04-21 12:28:48 +0000 | [diff] [blame] | 226 | int width, int height, |
| 227 | GrPixelConfig config, |
| 228 | sk_sp<SkColorSpace> colorSpace, |
Brian Salomon | d0d7270 | 2018-02-01 14:16:02 -0500 | [diff] [blame^] | 229 | int sampleCnt = 1, |
Greg Daniel | 45d6303 | 2017-10-30 13:41:26 -0400 | [diff] [blame] | 230 | GrMipMapped = GrMipMapped::kNo, |
Robert Phillips | 2af746c | 2017-04-21 12:28:48 +0000 | [diff] [blame] | 231 | GrSurfaceOrigin origin = kBottomLeft_GrSurfaceOrigin, |
| 232 | const SkSurfaceProps* surfaceProps = nullptr, |
| 233 | SkBudgeted = SkBudgeted::kYes); |
robertphillips | 48fde9c | 2016-09-06 05:20:20 -0700 | [diff] [blame] | 234 | /* |
Brian Osman | 1105224 | 2016-10-27 14:47:55 -0400 | [diff] [blame] | 235 | * This method will attempt to create a renderTargetContext that has, at least, the number of |
robertphillips | 48fde9c | 2016-09-06 05:20:20 -0700 | [diff] [blame] | 236 | * channels and precision per channel as requested in 'config' (e.g., A8 and 888 can be |
| 237 | * converted to 8888). It may also swizzle the channels (e.g., BGRA -> RGBA). |
| 238 | * SRGB-ness will be preserved. |
| 239 | */ |
robertphillips | d728f0c | 2016-11-21 11:05:03 -0800 | [diff] [blame] | 240 | sk_sp<GrRenderTargetContext> makeDeferredRenderTargetContextWithFallback( |
| 241 | SkBackingFit fit, |
| 242 | int width, int height, |
| 243 | GrPixelConfig config, |
| 244 | sk_sp<SkColorSpace> colorSpace, |
Brian Salomon | d0d7270 | 2018-02-01 14:16:02 -0500 | [diff] [blame^] | 245 | int sampleCnt = 1, |
Greg Daniel | 45d6303 | 2017-10-30 13:41:26 -0400 | [diff] [blame] | 246 | GrMipMapped = GrMipMapped::kNo, |
Robert Phillips | 40fd7c9 | 2017-01-30 08:06:27 -0500 | [diff] [blame] | 247 | GrSurfaceOrigin origin = kBottomLeft_GrSurfaceOrigin, |
robertphillips | d728f0c | 2016-11-21 11:05:03 -0800 | [diff] [blame] | 248 | const SkSurfaceProps* surfaceProps = nullptr, |
| 249 | SkBudgeted budgeted = SkBudgeted::kYes); |
| 250 | |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 251 | /////////////////////////////////////////////////////////////////////////// |
| 252 | // Misc. |
| 253 | |
| 254 | /** |
Greg Daniel | 5131678 | 2017-08-02 15:10:09 +0000 | [diff] [blame] | 255 | * Call to ensure all drawing to the context has been issued to the underlying 3D API. |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 256 | */ |
bsalomon | b77a907 | 2016-09-07 10:02:04 -0700 | [diff] [blame] | 257 | void flush(); |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 258 | |
senorblanco@chromium.org | 027de5f | 2011-07-08 18:03:33 +0000 | [diff] [blame] | 259 | /** |
Greg Daniel | 5131678 | 2017-08-02 15:10:09 +0000 | [diff] [blame] | 260 | * Call to ensure all drawing to the context has been issued to the underlying 3D API. After |
| 261 | * issuing all commands, numSemaphore semaphores will be signaled by the gpu. The client passes |
| 262 | * in an array of numSemaphores GrBackendSemaphores. In general these GrBackendSemaphore's can |
| 263 | * be either initialized or not. If they are initialized, the backend uses the passed in |
| 264 | * semaphore. If it is not initialized, a new semaphore is created and the GrBackendSemaphore |
| 265 | * object is initialized with that semaphore. |
| 266 | * |
| 267 | * The client will own and be responsible for deleting the underlying semaphores that are stored |
| 268 | * and returned in initialized GrBackendSemaphore objects. The GrBackendSemaphore objects |
| 269 | * themselves can be deleted as soon as this function returns. |
| 270 | * |
| 271 | * If the backend API is OpenGL only uninitialized GrBackendSemaphores are supported. |
| 272 | * If the backend API is Vulkan either initialized or unitialized semaphores are supported. |
| 273 | * If unitialized, the semaphores which are created will be valid for use only with the VkDevice |
| 274 | * with which they were created. |
| 275 | * |
| 276 | * If this call returns GrSemaphoresSubmited::kNo, the GPU backend will not have created or |
| 277 | * added any semaphores to signal on the GPU. Thus the client should not have the GPU wait on |
| 278 | * any of the semaphores. However, any pending commands to the context will still be flushed. |
| 279 | */ |
| 280 | GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, |
| 281 | GrBackendSemaphore signalSemaphores[]); |
| 282 | |
| 283 | /** |
joshualitt | 0acd0d3 | 2015-05-07 08:23:19 -0700 | [diff] [blame] | 284 | * An ID associated with this context, guaranteed to be unique. |
| 285 | */ |
| 286 | uint32_t uniqueID() { return fUniqueID; } |
| 287 | |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 288 | /////////////////////////////////////////////////////////////////////////// |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 289 | // Functions intended for internal use only. |
robertphillips | 77a2e52 | 2015-10-17 07:43:27 -0700 | [diff] [blame] | 290 | bool abandoned() const; |
bsalomon@google.com | 9923c2b | 2012-06-06 18:21:18 +0000 | [diff] [blame] | 291 | |
joshualitt | e45c81c | 2015-12-02 09:05:37 -0800 | [diff] [blame] | 292 | /** Reset GPU stats */ |
| 293 | void resetGpuStats() const ; |
| 294 | |
mtklein | b9eb4ac | 2015-02-02 18:26:03 -0800 | [diff] [blame] | 295 | /** Prints cache stats to the string if GR_CACHE_STATS == 1. */ |
| 296 | void dumpCacheStats(SkString*) const; |
joshualitt | dc5685a | 2015-12-02 14:08:25 -0800 | [diff] [blame] | 297 | void dumpCacheStatsKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const; |
robertphillips@google.com | 5f9f2f5 | 2012-08-22 10:57:05 +0000 | [diff] [blame] | 298 | void printCacheStats() const; |
robertphillips@google.com | 5f9f2f5 | 2012-08-22 10:57:05 +0000 | [diff] [blame] | 299 | |
mtklein | b9eb4ac | 2015-02-02 18:26:03 -0800 | [diff] [blame] | 300 | /** Prints GPU stats to the string if GR_GPU_STATS == 1. */ |
| 301 | void dumpGpuStats(SkString*) const; |
joshualitt | dc5685a | 2015-12-02 14:08:25 -0800 | [diff] [blame] | 302 | void dumpGpuStatsKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const; |
mtklein | b9eb4ac | 2015-02-02 18:26:03 -0800 | [diff] [blame] | 303 | void printGpuStats() const; |
robertphillips | 754f4e9 | 2014-09-18 13:52:08 -0700 | [diff] [blame] | 304 | |
Brian Osman | 71a1889 | 2017-08-10 10:23:25 -0400 | [diff] [blame] | 305 | /** Returns a string with detailed information about the context & GPU, in JSON format. */ |
| 306 | SkString dump() const; |
| 307 | |
joshualitt | 17d833b | 2015-08-03 10:17:44 -0700 | [diff] [blame] | 308 | /** Specify the TextBlob cache limit. If the current cache exceeds this limit it will purge. |
| 309 | this is for testing only */ |
| 310 | void setTextBlobCacheLimit_ForTesting(size_t bytes); |
| 311 | |
joshualitt | da04e0e | 2015-08-19 08:16:43 -0700 | [diff] [blame] | 312 | /** Specify the sizes of the GrAtlasTextContext atlases. The configs pointer below should be |
| 313 | to an array of 3 entries */ |
Brian Salomon | 2ee084e | 2016-12-16 18:59:19 -0500 | [diff] [blame] | 314 | void setTextContextAtlasSizes_ForTesting(const GrDrawOpAtlasConfig* configs); |
joshualitt | da04e0e | 2015-08-19 08:16:43 -0700 | [diff] [blame] | 315 | |
ericrk | 0a5fa48 | 2015-09-15 14:16:10 -0700 | [diff] [blame] | 316 | /** Enumerates all cached GPU resources and dumps their memory to traceMemoryDump. */ |
| 317 | void dumpMemoryStatistics(SkTraceMemoryDump* traceMemoryDump) const; |
| 318 | |
Robert Phillips | 33667da | 2016-12-20 11:05:30 -0500 | [diff] [blame] | 319 | /** Get pointer to atlas texture for given mask format. Note that this wraps an |
| 320 | actively mutating texture in an SkImage. This could yield unexpected results |
| 321 | if it gets cached or used more generally. */ |
Jim Van Verth | 87d18ce | 2018-01-22 12:45:47 -0500 | [diff] [blame] | 322 | sk_sp<SkImage> getFontAtlasImage_ForTesting(GrMaskFormat format, uint32_t index = 0); |
jvanverth | 629162d | 2015-11-08 08:07:24 -0800 | [diff] [blame] | 323 | |
joshualitt | 5651ee6 | 2016-01-11 10:39:11 -0800 | [diff] [blame] | 324 | GrAuditTrail* getAuditTrail() { return &fAuditTrail; } |
joshualitt | 27a48dc | 2016-01-08 07:19:47 -0800 | [diff] [blame] | 325 | |
Ethan Nicholas | d1b2eec | 2017-11-01 15:45:43 -0400 | [diff] [blame] | 326 | GrContextOptions::PersistentCache* getPersistentCache() { return fPersistentCache; } |
| 327 | |
joshualitt | ce89400 | 2016-01-11 13:29:31 -0800 | [diff] [blame] | 328 | /** This is only useful for debug purposes */ |
| 329 | SkDEBUGCODE(GrSingleOwner* debugSingleOwner() const { return &fSingleOwner; } ) |
| 330 | |
robertphillips | 4fd74ae | 2016-08-03 14:26:53 -0700 | [diff] [blame] | 331 | // Provides access to functions that aren't part of the public API. |
| 332 | GrContextPriv contextPriv(); |
| 333 | const GrContextPriv contextPriv() const; |
| 334 | |
Robert Phillips | 88260b5 | 2018-01-19 12:56:09 -0500 | [diff] [blame] | 335 | protected: |
| 336 | GrContext(GrContextThreadSafeProxy*); |
| 337 | GrContext(GrBackend); |
| 338 | |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 339 | private: |
Brian Salomon | 384fab4 | 2017-12-07 12:33:05 -0500 | [diff] [blame] | 340 | sk_sp<GrGpu> fGpu; |
Brian Salomon | eace8cd | 2017-12-08 13:11:11 -0500 | [diff] [blame] | 341 | sk_sp<const GrCaps> fCaps; |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 342 | GrResourceCache* fResourceCache; |
Brian Osman | 32342f0 | 2017-03-04 08:12:46 -0500 | [diff] [blame] | 343 | GrResourceProvider* fResourceProvider; |
Robert Phillips | 1afd4cd | 2018-01-08 13:40:32 -0500 | [diff] [blame] | 344 | GrProxyProvider* fProxyProvider; |
bsalomon | d309e7a | 2015-04-30 14:18:54 -0700 | [diff] [blame] | 345 | |
bungeman | 6bd5284 | 2016-10-27 09:30:08 -0700 | [diff] [blame] | 346 | sk_sp<GrContextThreadSafeProxy> fThreadSafeProxy; |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 347 | |
Brian Salomon | f856fd1 | 2016-12-16 14:24:34 -0500 | [diff] [blame] | 348 | GrAtlasGlyphCache* fAtlasGlyphCache; |
bungeman | 6bd5284 | 2016-10-27 09:30:08 -0700 | [diff] [blame] | 349 | std::unique_ptr<GrTextBlobCache> fTextBlobCache; |
bsalomon@google.com | dfe75bc | 2011-03-25 12:31:16 +0000 | [diff] [blame] | 350 | |
Brian Osman | 46da1cc | 2017-02-14 14:15:48 -0500 | [diff] [blame] | 351 | bool fDisableGpuYUVConversion; |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 352 | bool fDidTestPMConversions; |
Brian Osman | 28804f3 | 2017-04-20 10:24:36 -0400 | [diff] [blame] | 353 | // true if the PM/UPM conversion succeeded; false otherwise |
| 354 | bool fPMUPMConversionsRoundTrip; |
bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 355 | |
joshualitt | 1de610a | 2016-01-06 08:26:09 -0800 | [diff] [blame] | 356 | // In debug builds we guard against improper thread handling |
joshualitt | de8dc7e | 2016-01-08 10:09:13 -0800 | [diff] [blame] | 357 | // This guard is passed to the GrDrawingManager and, from there to all the |
Brian Osman | 32342f0 | 2017-03-04 08:12:46 -0500 | [diff] [blame] | 358 | // GrRenderTargetContexts. It is also passed to the GrResourceProvider and SkGpuDevice. |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 359 | mutable GrSingleOwner fSingleOwner; |
joshualitt | 1de610a | 2016-01-06 08:26:09 -0800 | [diff] [blame] | 360 | |
Brian Osman | 5127998 | 2017-08-23 10:12:00 -0400 | [diff] [blame] | 361 | std::unique_ptr<SkTaskGroup> fTaskGroup; |
| 362 | |
robertphillips@google.com | cdb426d | 2012-09-24 19:33:59 +0000 | [diff] [blame] | 363 | struct CleanUpData { |
| 364 | PFCleanUpFunc fFunc; |
| 365 | void* fInfo; |
| 366 | }; |
| 367 | |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 368 | SkTDArray<CleanUpData> fCleanUpData; |
robertphillips@google.com | 44a91dc | 2013-07-25 15:32:06 +0000 | [diff] [blame] | 369 | |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 370 | const uint32_t fUniqueID; |
krajcevski | 9c6d4d7 | 2014-08-12 07:26:25 -0700 | [diff] [blame] | 371 | |
bungeman | 6bd5284 | 2016-10-27 09:30:08 -0700 | [diff] [blame] | 372 | std::unique_ptr<GrDrawingManager> fDrawingManager; |
robertphillips | 77a2e52 | 2015-10-17 07:43:27 -0700 | [diff] [blame] | 373 | |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 374 | GrAuditTrail fAuditTrail; |
joshualitt | 27a48dc | 2016-01-08 07:19:47 -0800 | [diff] [blame] | 375 | |
Robert Phillips | e42edcc | 2017-12-13 11:50:22 -0500 | [diff] [blame] | 376 | const GrBackend fBackend; |
Greg Daniel | fc978fd | 2017-04-13 09:54:12 -0400 | [diff] [blame] | 377 | |
Ethan Nicholas | d1b2eec | 2017-11-01 15:45:43 -0400 | [diff] [blame] | 378 | GrContextOptions::PersistentCache* fPersistentCache; |
| 379 | |
Brian Osman | 1105224 | 2016-10-27 14:47:55 -0400 | [diff] [blame] | 380 | // TODO: have the GrClipStackClip use renderTargetContexts and rm this friending |
robertphillips | 4fd74ae | 2016-08-03 14:26:53 -0700 | [diff] [blame] | 381 | friend class GrContextPriv; |
csmartdalton | c6f411e | 2016-08-05 22:32:12 -0700 | [diff] [blame] | 382 | |
Robert Phillips | 88260b5 | 2018-01-19 12:56:09 -0500 | [diff] [blame] | 383 | bool init(const GrContextOptions&); // init must be called after either constructor. |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 384 | |
skia.committer@gmail.com | cdcb2ce | 2013-01-29 07:05:52 +0000 | [diff] [blame] | 385 | /** |
Brian Osman | 409e74f | 2017-04-17 11:48:28 -0400 | [diff] [blame] | 386 | * These functions create premul <-> unpremul effects. If the second argument is 'true', they |
| 387 | * use the specialized round-trip effects from GrConfigConversionEffect, otherwise they |
| 388 | * create effects that do naive multiply or divide. |
bsalomon@google.com | adc6536 | 2013-01-28 14:26:09 +0000 | [diff] [blame] | 389 | */ |
Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 390 | std::unique_ptr<GrFragmentProcessor> createPMToUPMEffect(std::unique_ptr<GrFragmentProcessor>, |
| 391 | bool useConfigConversionEffect); |
| 392 | std::unique_ptr<GrFragmentProcessor> createUPMToPMEffect(std::unique_ptr<GrFragmentProcessor>, |
| 393 | bool useConfigConversionEffect); |
Brian Osman | 409e74f | 2017-04-17 11:48:28 -0400 | [diff] [blame] | 394 | |
| 395 | /** |
| 396 | * Returns true if createPMtoUPMEffect and createUPMToPMEffect will succeed for non-sRGB 8888 |
| 397 | * configs. In other words, did we find a pair of round-trip preserving conversion effects? |
| 398 | */ |
| 399 | bool validPMUPMConversionExists(); |
bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 400 | |
commit-bot@chromium.org | cae27fe | 2013-07-10 10:14:35 +0000 | [diff] [blame] | 401 | /** |
joshualitt | 0db6dfa | 2015-04-10 07:01:30 -0700 | [diff] [blame] | 402 | * A callback similar to the above for use by the TextBlobCache |
| 403 | * TODO move textblob draw calls below context so we can use the call above. |
| 404 | */ |
| 405 | static void TextBlobCacheOverBudgetCB(void* data); |
| 406 | |
commit-bot@chromium.org | a4de8c2 | 2013-09-09 13:38:37 +0000 | [diff] [blame] | 407 | typedef SkRefCnt INHERITED; |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 408 | }; |
| 409 | |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 410 | /** |
| 411 | * Can be used to perform actions related to the generating GrContext in a thread safe manner. The |
| 412 | * proxy does not access the 3D API (e.g. OpenGL) that backs the generating GrContext. |
| 413 | */ |
| 414 | class GrContextThreadSafeProxy : public SkRefCnt { |
Robert Phillips | 8def8bf | 2017-11-30 08:46:03 -0500 | [diff] [blame] | 415 | public: |
| 416 | bool matches(GrContext* context) const { return context->uniqueID() == fContextUniqueID; } |
| 417 | |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 418 | private: |
Robert Phillips | e42edcc | 2017-12-13 11:50:22 -0500 | [diff] [blame] | 419 | // DDL TODO: need to add unit tests for backend & maybe options |
| 420 | GrContextThreadSafeProxy(sk_sp<const GrCaps> caps, |
| 421 | uint32_t uniqueID, |
| 422 | GrBackend backend, |
| 423 | const GrContextOptions& options) |
bungeman | 6bd5284 | 2016-10-27 09:30:08 -0700 | [diff] [blame] | 424 | : fCaps(std::move(caps)) |
Robert Phillips | e42edcc | 2017-12-13 11:50:22 -0500 | [diff] [blame] | 425 | , fContextUniqueID(uniqueID) |
| 426 | , fBackend(backend) |
| 427 | , fOptions(options) { |
| 428 | } |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 429 | |
Robert Phillips | e42edcc | 2017-12-13 11:50:22 -0500 | [diff] [blame] | 430 | sk_sp<const GrCaps> fCaps; |
| 431 | const uint32_t fContextUniqueID; |
| 432 | const GrBackend fBackend; |
| 433 | const GrContextOptions fOptions; |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 434 | |
| 435 | friend class GrContext; |
Robert Phillips | e42edcc | 2017-12-13 11:50:22 -0500 | [diff] [blame] | 436 | friend class GrContextPriv; |
bsalomon | 41b952c | 2016-03-11 06:46:33 -0800 | [diff] [blame] | 437 | friend class SkImage; |
| 438 | |
| 439 | typedef SkRefCnt INHERITED; |
| 440 | }; |
| 441 | |
bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 442 | #endif |