| epoger@google.com | ec3ed6a | 2011-07-28 14:26:00 +0000 | [diff] [blame] | 1 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 2 | /* |
| epoger@google.com | ec3ed6a | 2011-07-28 14:26:00 +0000 | [diff] [blame] | 3 | * Copyright 2011 Google Inc. |
| 4 | * |
| 5 | * Use of this source code is governed by a BSD-style license that can be |
| 6 | * found in the LICENSE file. |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 7 | */ |
| 8 | |
| bsalomon@google.com | 1fadb20 | 2011-12-12 16:10:08 +0000 | [diff] [blame] | 9 | #include "GrContext.h" |
| 10 | |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 11 | #include "effects/GrConfigConversionEffect.h" |
| egdaniel | e61c411 | 2014-06-12 10:24:21 -0700 | [diff] [blame] | 12 | #include "effects/GrDashingEffect.h" |
| 13 | #include "effects/GrSingleTextureEffect.h" |
| bsalomon@google.com | b505a12 | 2012-05-31 18:40:36 +0000 | [diff] [blame] | 14 | |
| jvanverth@google.com | bfe2b9d | 2013-09-06 16:57:29 +0000 | [diff] [blame] | 15 | #include "GrAARectRenderer.h" |
| tomhudson@google.com | 278cbb4 | 2011-06-30 19:37:01 +0000 | [diff] [blame] | 16 | #include "GrBufferAllocPool.h" |
| commit-bot@chromium.org | dcb8ef9 | 2014-03-27 11:26:10 +0000 | [diff] [blame] | 17 | #include "GrGpu.h" |
| kkinnunen | c6cb56f | 2014-06-24 00:12:27 -0700 | [diff] [blame] | 18 | #include "GrDistanceFieldTextContext.h" |
| commit-bot@chromium.org | 4784182 | 2014-03-27 14:19:17 +0000 | [diff] [blame] | 19 | #include "GrDrawTargetCaps.h" |
| commit-bot@chromium.org | dcb8ef9 | 2014-03-27 11:26:10 +0000 | [diff] [blame] | 20 | #include "GrIndexBuffer.h" |
| commit-bot@chromium.org | 4784182 | 2014-03-27 14:19:17 +0000 | [diff] [blame] | 21 | #include "GrInOrderDrawBuffer.h" |
| robertphillips@google.com | e930a07 | 2014-04-03 00:34:27 +0000 | [diff] [blame] | 22 | #include "GrLayerCache.h" |
| commit-bot@chromium.org | 8131283 | 2013-03-22 18:34:09 +0000 | [diff] [blame] | 23 | #include "GrOvalRenderer.h" |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 24 | #include "GrPathRenderer.h" |
| tomhudson@google.com | d22b6e4 | 2011-06-24 15:53:40 +0000 | [diff] [blame] | 25 | #include "GrPathUtils.h" |
| bsalomon@google.com | 50398bf | 2011-07-26 20:45:30 +0000 | [diff] [blame] | 26 | #include "GrResourceCache.h" |
| bsalomon | c8dc1f7 | 2014-08-21 13:02:13 -0700 | [diff] [blame] | 27 | #include "GrResourceCache2.h" |
| robertphillips@google.com | 72176b2 | 2012-05-23 13:19:12 +0000 | [diff] [blame] | 28 | #include "GrSoftwarePathRenderer.h" |
| bsalomon@google.com | 558a75b | 2011-08-08 17:01:14 +0000 | [diff] [blame] | 29 | #include "GrStencilBuffer.h" |
| kkinnunen | c6cb56f | 2014-06-24 00:12:27 -0700 | [diff] [blame] | 30 | #include "GrStencilAndCoverTextContext.h" |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 31 | #include "GrStrokeInfo.h" |
| bsalomon | afbf2d6 | 2014-09-30 12:18:44 -0700 | [diff] [blame] | 32 | #include "GrSurfacePriv.h" |
| tomhudson@google.com | 278cbb4 | 2011-06-30 19:37:01 +0000 | [diff] [blame] | 33 | #include "GrTextStrike.h" |
| bsalomon | afbf2d6 | 2014-09-30 12:18:44 -0700 | [diff] [blame] | 34 | #include "GrTexturePriv.h" |
| egdaniel | bbcb38d | 2014-06-19 10:19:29 -0700 | [diff] [blame] | 35 | #include "GrTraceMarker.h" |
| commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 36 | #include "GrTracing.h" |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 37 | #include "SkDashPathPriv.h" |
| bsalomon | 81beccc | 2014-10-13 12:32:55 -0700 | [diff] [blame] | 38 | #include "SkConfig8888.h" |
| reed@google.com | 7111d46 | 2014-03-25 16:20:24 +0000 | [diff] [blame] | 39 | #include "SkGr.h" |
| commit-bot@chromium.org | dcb8ef9 | 2014-03-27 11:26:10 +0000 | [diff] [blame] | 40 | #include "SkRTConf.h" |
| commit-bot@chromium.org | 4784182 | 2014-03-27 14:19:17 +0000 | [diff] [blame] | 41 | #include "SkRRect.h" |
| sugoi@google.com | 5f74cf8 | 2012-12-17 21:16:45 +0000 | [diff] [blame] | 42 | #include "SkStrokeRec.h" |
| commit-bot@chromium.org | dcb8ef9 | 2014-03-27 11:26:10 +0000 | [diff] [blame] | 43 | #include "SkTLazy.h" |
| commit-bot@chromium.org | 4784182 | 2014-03-27 14:19:17 +0000 | [diff] [blame] | 44 | #include "SkTLS.h" |
| commit-bot@chromium.org | 933e65d | 2014-03-20 20:00:24 +0000 | [diff] [blame] | 45 | #include "SkTraceEvent.h" |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 46 | |
| bsalomon@google.com | 82b0ec6 | 2013-02-07 21:02:36 +0000 | [diff] [blame] | 47 | // It can be useful to set this to false to test whether a bug is caused by using the |
| bsalomon@google.com | 1d4edd3 | 2012-08-16 18:36:06 +0000 | [diff] [blame] | 48 | // InOrderDrawBuffer, to compare performance of using/not using InOrderDrawBuffer, or to make |
| bsalomon@google.com | 82b0ec6 | 2013-02-07 21:02:36 +0000 | [diff] [blame] | 49 | // debugging simpler. |
| bsalomon@google.com | e932c98 | 2013-09-10 19:47:01 +0000 | [diff] [blame] | 50 | SK_CONF_DECLARE(bool, c_Defer, "gpu.deferContext", true, |
| jvanverth@google.com | 65eb4d5 | 2013-03-19 18:51:02 +0000 | [diff] [blame] | 51 | "Defers rendering in GrContext via GrInOrderDrawBuffer."); |
| bsalomon@google.com | 82b0ec6 | 2013-02-07 21:02:36 +0000 | [diff] [blame] | 52 | |
| 53 | #define BUFFERED_DRAW (c_Defer ? kYes_BufferedDraw : kNo_BufferedDraw) |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 54 | |
| commit-bot@chromium.org | 515dcd3 | 2013-08-28 14:17:03 +0000 | [diff] [blame] | 55 | #ifdef SK_DEBUG |
| reed@google.com | 4b2d3f3 | 2012-05-15 18:05:50 +0000 | [diff] [blame] | 56 | // change this to a 1 to see notifications when partial coverage fails |
| 57 | #define GR_DEBUG_PARTIAL_COVERAGE_CHECK 0 |
| 58 | #else |
| 59 | #define GR_DEBUG_PARTIAL_COVERAGE_CHECK 0 |
| 60 | #endif |
| 61 | |
| robertphillips@google.com | 4e5559a | 2013-10-30 17:04:16 +0000 | [diff] [blame] | 62 | static const size_t MAX_RESOURCE_CACHE_COUNT = GR_DEFAULT_RESOURCE_CACHE_COUNT_LIMIT; |
| 63 | static const size_t MAX_RESOURCE_CACHE_BYTES = GR_DEFAULT_RESOURCE_CACHE_MB_LIMIT * 1024 * 1024; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 64 | |
| bsalomon@google.com | 6036149 | 2012-03-15 17:47:06 +0000 | [diff] [blame] | 65 | static const size_t DRAW_BUFFER_VBPOOL_BUFFER_SIZE = 1 << 15; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 66 | static const int DRAW_BUFFER_VBPOOL_PREALLOC_BUFFERS = 4; |
| 67 | |
| bsalomon@google.com | 1d4edd3 | 2012-08-16 18:36:06 +0000 | [diff] [blame] | 68 | static const size_t DRAW_BUFFER_IBPOOL_BUFFER_SIZE = 1 << 11; |
| 69 | static const int DRAW_BUFFER_IBPOOL_PREALLOC_BUFFERS = 4; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 70 | |
| tfarina@chromium.org | f6de475 | 2013-08-17 00:02:59 +0000 | [diff] [blame] | 71 | #define ASSERT_OWNED_RESOURCE(R) SkASSERT(!(R) || (R)->getContext() == this) |
| bsalomon@google.com | bc4b654 | 2011-11-19 13:56:11 +0000 | [diff] [blame] | 72 | |
| bsalomon@google.com | eb6879f | 2013-06-13 19:34:18 +0000 | [diff] [blame] | 73 | // Glorified typedef to avoid including GrDrawState.h in GrContext.h |
| 74 | class GrContext::AutoRestoreEffects : public GrDrawState::AutoRestoreEffects {}; |
| 75 | |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 76 | class GrContext::AutoCheckFlush { |
| 77 | public: |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 78 | AutoCheckFlush(GrContext* context) : fContext(context) { SkASSERT(context); } |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 79 | |
| 80 | ~AutoCheckFlush() { |
| 81 | if (fContext->fFlushToReduceCacheSize) { |
| 82 | fContext->flush(); |
| 83 | } |
| 84 | } |
| 85 | |
| 86 | private: |
| 87 | GrContext* fContext; |
| 88 | }; |
| 89 | |
| krajcevski | 9c6d4d7 | 2014-08-12 07:26:25 -0700 | [diff] [blame] | 90 | GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext, |
| 91 | const Options* opts) { |
| 92 | GrContext* context; |
| 93 | if (NULL == opts) { |
| 94 | context = SkNEW_ARGS(GrContext, (Options())); |
| 95 | } else { |
| 96 | context = SkNEW_ARGS(GrContext, (*opts)); |
| 97 | } |
| 98 | |
| bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 99 | if (context->init(backend, backendContext)) { |
| 100 | return context; |
| 101 | } else { |
| 102 | context->unref(); |
| 103 | return NULL; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 104 | } |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 105 | } |
| 106 | |
| krajcevski | 9c6d4d7 | 2014-08-12 07:26:25 -0700 | [diff] [blame] | 107 | GrContext::GrContext(const Options& opts) : fOptions(opts) { |
| bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 108 | fDrawState = NULL; |
| 109 | fGpu = NULL; |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 110 | fClip = NULL; |
| bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 111 | fPathRendererChain = NULL; |
| 112 | fSoftwarePathRenderer = NULL; |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 113 | fResourceCache = NULL; |
| bsalomon | c8dc1f7 | 2014-08-21 13:02:13 -0700 | [diff] [blame] | 114 | fResourceCache2 = NULL; |
| bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 115 | fFontCache = NULL; |
| 116 | fDrawBuffer = NULL; |
| 117 | fDrawBufferVBAllocPool = NULL; |
| 118 | fDrawBufferIBAllocPool = NULL; |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 119 | fFlushToReduceCacheSize = false; |
| bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 120 | fAARectRenderer = NULL; |
| commit-bot@chromium.org | 8131283 | 2013-03-22 18:34:09 +0000 | [diff] [blame] | 121 | fOvalRenderer = NULL; |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 122 | fViewMatrix.reset(); |
| robertphillips@google.com | 44a91dc | 2013-07-25 15:32:06 +0000 | [diff] [blame] | 123 | fMaxTextureSizeOverride = 1 << 20; |
| bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 124 | } |
| 125 | |
| 126 | bool GrContext::init(GrBackend backend, GrBackendContext backendContext) { |
| tfarina@chromium.org | f6de475 | 2013-08-17 00:02:59 +0000 | [diff] [blame] | 127 | SkASSERT(NULL == fGpu); |
| bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 128 | |
| 129 | fGpu = GrGpu::Create(backend, backendContext, this); |
| 130 | if (NULL == fGpu) { |
| 131 | return false; |
| 132 | } |
| 133 | |
| 134 | fDrawState = SkNEW(GrDrawState); |
| 135 | fGpu->setDrawState(fDrawState); |
| 136 | |
| bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 137 | fResourceCache = SkNEW_ARGS(GrResourceCache, (fGpu->caps(), |
| 138 | MAX_RESOURCE_CACHE_COUNT, |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 139 | MAX_RESOURCE_CACHE_BYTES)); |
| 140 | fResourceCache->setOverbudgetCallback(OverbudgetCB, this); |
| bsalomon | c8dc1f7 | 2014-08-21 13:02:13 -0700 | [diff] [blame] | 141 | fResourceCache2 = SkNEW(GrResourceCache2); |
| commit-bot@chromium.org | 1836d33 | 2013-07-16 22:55:03 +0000 | [diff] [blame] | 142 | |
| bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 143 | fFontCache = SkNEW_ARGS(GrFontCache, (fGpu)); |
| 144 | |
| robertphillips | 4ec84da | 2014-06-24 13:10:43 -0700 | [diff] [blame] | 145 | fLayerCache.reset(SkNEW_ARGS(GrLayerCache, (this))); |
| robertphillips@google.com | e930a07 | 2014-04-03 00:34:27 +0000 | [diff] [blame] | 146 | |
| bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 147 | fLastDrawWasBuffered = kNo_BufferedDraw; |
| 148 | |
| 149 | fAARectRenderer = SkNEW(GrAARectRenderer); |
| commit-bot@chromium.org | 8131283 | 2013-03-22 18:34:09 +0000 | [diff] [blame] | 150 | fOvalRenderer = SkNEW(GrOvalRenderer); |
| bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 151 | |
| 152 | fDidTestPMConversions = false; |
| 153 | |
| 154 | this->setupDrawBuffer(); |
| 155 | |
| 156 | return true; |
| bsalomon@google.com | c0af317 | 2012-06-15 14:10:09 +0000 | [diff] [blame] | 157 | } |
| 158 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 159 | GrContext::~GrContext() { |
| bsalomon@google.com | 733c062 | 2013-04-24 17:59:32 +0000 | [diff] [blame] | 160 | if (NULL == fGpu) { |
| 161 | return; |
| 162 | } |
| 163 | |
| bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 164 | this->flush(); |
| robertphillips@google.com | 5acc0e3 | 2012-05-17 12:01:02 +0000 | [diff] [blame] | 165 | |
| robertphillips@google.com | 950b1b0 | 2013-10-21 17:37:28 +0000 | [diff] [blame] | 166 | for (int i = 0; i < fCleanUpData.count(); ++i) { |
| 167 | (*fCleanUpData[i].fFunc)(this, fCleanUpData[i].fInfo); |
| 168 | } |
| 169 | |
| bsalomon | c8dc1f7 | 2014-08-21 13:02:13 -0700 | [diff] [blame] | 170 | delete fResourceCache2; |
| 171 | fResourceCache2 = NULL; |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 172 | delete fResourceCache; |
| 173 | fResourceCache = NULL; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 174 | delete fFontCache; |
| 175 | delete fDrawBuffer; |
| 176 | delete fDrawBufferVBAllocPool; |
| bsalomon@google.com | de6ac2d | 2011-02-25 21:50:42 +0000 | [diff] [blame] | 177 | delete fDrawBufferIBAllocPool; |
| bsalomon@google.com | 3008519 | 2011-08-19 15:42:31 +0000 | [diff] [blame] | 178 | |
| robertphillips@google.com | f6747b0 | 2012-06-12 00:32:28 +0000 | [diff] [blame] | 179 | fAARectRenderer->unref(); |
| commit-bot@chromium.org | 8131283 | 2013-03-22 18:34:09 +0000 | [diff] [blame] | 180 | fOvalRenderer->unref(); |
| robertphillips@google.com | f6747b0 | 2012-06-12 00:32:28 +0000 | [diff] [blame] | 181 | |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 182 | fGpu->unref(); |
| commit-bot@chromium.org | a4de8c2 | 2013-09-09 13:38:37 +0000 | [diff] [blame] | 183 | SkSafeUnref(fPathRendererChain); |
| 184 | SkSafeUnref(fSoftwarePathRenderer); |
| bsalomon@google.com | 10e04bf | 2012-03-30 14:35:04 +0000 | [diff] [blame] | 185 | fDrawState->unref(); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 186 | } |
| 187 | |
| bsalomon | 2354f84 | 2014-07-28 13:48:36 -0700 | [diff] [blame] | 188 | void GrContext::abandonContext() { |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 189 | // abandon first to so destructors |
| 190 | // don't try to free the resources in the API. |
| bsalomon | c8dc1f7 | 2014-08-21 13:02:13 -0700 | [diff] [blame] | 191 | fResourceCache2->abandonAll(); |
| 192 | |
| robertphillips | e337130 | 2014-09-17 06:01:06 -0700 | [diff] [blame] | 193 | fGpu->contextAbandoned(); |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 194 | |
| bsalomon@google.com | 3008519 | 2011-08-19 15:42:31 +0000 | [diff] [blame] | 195 | // a path renderer may be holding onto resources that |
| 196 | // are now unusable |
| commit-bot@chromium.org | a4de8c2 | 2013-09-09 13:38:37 +0000 | [diff] [blame] | 197 | SkSafeSetNull(fPathRendererChain); |
| 198 | SkSafeSetNull(fSoftwarePathRenderer); |
| bsalomon@google.com | 3008519 | 2011-08-19 15:42:31 +0000 | [diff] [blame] | 199 | |
| bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 200 | delete fDrawBuffer; |
| 201 | fDrawBuffer = NULL; |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 202 | |
| bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 203 | delete fDrawBufferVBAllocPool; |
| 204 | fDrawBufferVBAllocPool = NULL; |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 205 | |
| bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 206 | delete fDrawBufferIBAllocPool; |
| 207 | fDrawBufferIBAllocPool = NULL; |
| 208 | |
| robertphillips@google.com | f6747b0 | 2012-06-12 00:32:28 +0000 | [diff] [blame] | 209 | fAARectRenderer->reset(); |
| commit-bot@chromium.org | ef284a8 | 2013-07-11 22:29:29 +0000 | [diff] [blame] | 210 | fOvalRenderer->reset(); |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 211 | |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 212 | fResourceCache->purgeAllUnlocked(); |
| commit-bot@chromium.org | 5c8ee25 | 2013-11-01 15:23:44 +0000 | [diff] [blame] | 213 | |
| bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 214 | fFontCache->freeAll(); |
| robertphillips@google.com | e930a07 | 2014-04-03 00:34:27 +0000 | [diff] [blame] | 215 | fLayerCache->freeAll(); |
| bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 216 | } |
| 217 | |
| bsalomon@google.com | 0a208a1 | 2013-06-28 18:57:35 +0000 | [diff] [blame] | 218 | void GrContext::resetContext(uint32_t state) { |
| 219 | fGpu->markContextDirty(state); |
| bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 220 | } |
| 221 | |
| 222 | void GrContext::freeGpuResources() { |
| 223 | this->flush(); |
| rmistry@google.com | fbfcd56 | 2012-08-23 18:09:54 +0000 | [diff] [blame] | 224 | |
| robertphillips@google.com | ff17584 | 2012-05-14 19:31:39 +0000 | [diff] [blame] | 225 | fGpu->purgeResources(); |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 226 | if (fDrawBuffer) { |
| bsalomon | c8dc1f7 | 2014-08-21 13:02:13 -0700 | [diff] [blame] | 227 | fDrawBuffer->purgeResources(); |
| 228 | } |
| robertphillips@google.com | ff17584 | 2012-05-14 19:31:39 +0000 | [diff] [blame] | 229 | |
| robertphillips@google.com | f6747b0 | 2012-06-12 00:32:28 +0000 | [diff] [blame] | 230 | fAARectRenderer->reset(); |
| commit-bot@chromium.org | ef284a8 | 2013-07-11 22:29:29 +0000 | [diff] [blame] | 231 | fOvalRenderer->reset(); |
| robertphillips@google.com | f6747b0 | 2012-06-12 00:32:28 +0000 | [diff] [blame] | 232 | |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 233 | fResourceCache->purgeAllUnlocked(); |
| bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 234 | fFontCache->freeAll(); |
| robertphillips@google.com | e930a07 | 2014-04-03 00:34:27 +0000 | [diff] [blame] | 235 | fLayerCache->freeAll(); |
| bsalomon@google.com | 3008519 | 2011-08-19 15:42:31 +0000 | [diff] [blame] | 236 | // a path renderer may be holding onto resources |
| commit-bot@chromium.org | a4de8c2 | 2013-09-09 13:38:37 +0000 | [diff] [blame] | 237 | SkSafeSetNull(fPathRendererChain); |
| 238 | SkSafeSetNull(fSoftwarePathRenderer); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 239 | } |
| 240 | |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 241 | void GrContext::getResourceCacheUsage(int* resourceCount, size_t* resourceBytes) const { |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 242 | if (resourceCount) { |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 243 | *resourceCount = fResourceCache->getCachedResourceCount(); |
| 244 | } |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 245 | if (resourceBytes) { |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 246 | *resourceBytes = fResourceCache->getCachedResourceBytes(); |
| 247 | } |
| commit-bot@chromium.org | d8a57af | 2014-03-19 21:19:16 +0000 | [diff] [blame] | 248 | } |
| 249 | |
| kkinnunen | c6cb56f | 2014-06-24 00:12:27 -0700 | [diff] [blame] | 250 | GrTextContext* GrContext::createTextContext(GrRenderTarget* renderTarget, |
| 251 | const SkDeviceProperties& |
| 252 | leakyProperties, |
| 253 | bool enableDistanceFieldFonts) { |
| jvanverth | 8c27a18 | 2014-10-14 08:45:50 -0700 | [diff] [blame] | 254 | if (fGpu->caps()->pathRenderingSupport() && renderTarget->getStencilBuffer() && |
| 255 | renderTarget->isMultisampled()) { |
| 256 | return GrStencilAndCoverTextContext::Create(this, leakyProperties); |
| 257 | } |
| 258 | |
| 259 | return GrDistanceFieldTextContext::Create(this, leakyProperties, enableDistanceFieldFonts); |
| kkinnunen | c6cb56f | 2014-06-24 00:12:27 -0700 | [diff] [blame] | 260 | } |
| 261 | |
| bsalomon@google.com | fea37b5 | 2011-04-25 15:51:06 +0000 | [diff] [blame] | 262 | //////////////////////////////////////////////////////////////////////////////// |
| 263 | |
| bsalomon@google.com | 95ed55a | 2013-01-24 14:46:47 +0000 | [diff] [blame] | 264 | GrTexture* GrContext::findAndRefTexture(const GrTextureDesc& desc, |
| 265 | const GrCacheID& cacheID, |
| 266 | const GrTextureParams* params) { |
| bsalomon | afbf2d6 | 2014-09-30 12:18:44 -0700 | [diff] [blame] | 267 | GrResourceKey resourceKey = GrTexturePriv::ComputeKey(fGpu, params, desc, cacheID); |
| bsalomon | 6d3fe02 | 2014-07-25 08:35:45 -0700 | [diff] [blame] | 268 | GrGpuResource* resource = fResourceCache->find(resourceKey); |
| bsalomon@google.com | 95ed55a | 2013-01-24 14:46:47 +0000 | [diff] [blame] | 269 | SkSafeRef(resource); |
| robertphillips@google.com | 1f47f4f | 2012-08-16 14:49:16 +0000 | [diff] [blame] | 270 | return static_cast<GrTexture*>(resource); |
| bsalomon@google.com | 558a75b | 2011-08-08 17:01:14 +0000 | [diff] [blame] | 271 | } |
| 272 | |
| robertphillips@google.com | 75b3c96 | 2012-06-07 12:08:45 +0000 | [diff] [blame] | 273 | bool GrContext::isTextureInCache(const GrTextureDesc& desc, |
| bsalomon@google.com | 0797c2c | 2012-12-20 15:13:01 +0000 | [diff] [blame] | 274 | const GrCacheID& cacheID, |
| bsalomon@google.com | b867099 | 2012-07-25 21:27:09 +0000 | [diff] [blame] | 275 | const GrTextureParams* params) const { |
| bsalomon | afbf2d6 | 2014-09-30 12:18:44 -0700 | [diff] [blame] | 276 | GrResourceKey resourceKey = GrTexturePriv::ComputeKey(fGpu, params, desc, cacheID); |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 277 | return fResourceCache->hasKey(resourceKey); |
| bsalomon@google.com | fb30951 | 2011-11-30 14:13:48 +0000 | [diff] [blame] | 278 | } |
| 279 | |
| robertphillips@google.com | 9fbcad0 | 2012-09-09 14:44:15 +0000 | [diff] [blame] | 280 | void GrContext::addStencilBuffer(GrStencilBuffer* sb) { |
| bsalomon@google.com | bc4b654 | 2011-11-19 13:56:11 +0000 | [diff] [blame] | 281 | ASSERT_OWNED_RESOURCE(sb); |
| robertphillips@google.com | 46a8600 | 2012-08-08 10:42:44 +0000 | [diff] [blame] | 282 | |
| 283 | GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(sb->width(), |
| 284 | sb->height(), |
| 285 | sb->numSamples()); |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 286 | fResourceCache->addResource(resourceKey, sb); |
| bsalomon@google.com | 558a75b | 2011-08-08 17:01:14 +0000 | [diff] [blame] | 287 | } |
| 288 | |
| robertphillips@google.com | 9fbcad0 | 2012-09-09 14:44:15 +0000 | [diff] [blame] | 289 | GrStencilBuffer* GrContext::findStencilBuffer(int width, int height, |
| bsalomon@google.com | 558a75b | 2011-08-08 17:01:14 +0000 | [diff] [blame] | 290 | int sampleCnt) { |
| robertphillips@google.com | 46a8600 | 2012-08-08 10:42:44 +0000 | [diff] [blame] | 291 | GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(width, |
| 292 | height, |
| 293 | sampleCnt); |
| bsalomon | 6d3fe02 | 2014-07-25 08:35:45 -0700 | [diff] [blame] | 294 | GrGpuResource* resource = fResourceCache->find(resourceKey); |
| robertphillips@google.com | 1f47f4f | 2012-08-16 14:49:16 +0000 | [diff] [blame] | 295 | return static_cast<GrStencilBuffer*>(resource); |
| bsalomon@google.com | 558a75b | 2011-08-08 17:01:14 +0000 | [diff] [blame] | 296 | } |
| 297 | |
| commit-bot@chromium.org | b0ce4b6 | 2014-05-16 17:22:51 +0000 | [diff] [blame] | 298 | static void stretch_image(void* dst, |
| 299 | int dstW, |
| 300 | int dstH, |
| commit-bot@chromium.org | f9bd04f | 2014-05-29 19:26:48 +0000 | [diff] [blame] | 301 | const void* src, |
| commit-bot@chromium.org | b0ce4b6 | 2014-05-16 17:22:51 +0000 | [diff] [blame] | 302 | int srcW, |
| 303 | int srcH, |
| 304 | size_t bpp) { |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 305 | SkFixed dx = (srcW << 16) / dstW; |
| 306 | SkFixed dy = (srcH << 16) / dstH; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 307 | |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 308 | SkFixed y = dy >> 1; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 309 | |
| robertphillips@google.com | 8b16931 | 2013-10-15 17:47:36 +0000 | [diff] [blame] | 310 | size_t dstXLimit = dstW*bpp; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 311 | for (int j = 0; j < dstH; ++j) { |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 312 | SkFixed x = dx >> 1; |
| commit-bot@chromium.org | f9bd04f | 2014-05-29 19:26:48 +0000 | [diff] [blame] | 313 | const uint8_t* srcRow = reinterpret_cast<const uint8_t *>(src) + (y>>16)*srcW*bpp; |
| 314 | uint8_t* dstRow = reinterpret_cast<uint8_t *>(dst) + j*dstW*bpp; |
| robertphillips@google.com | 8b16931 | 2013-10-15 17:47:36 +0000 | [diff] [blame] | 315 | for (size_t i = 0; i < dstXLimit; i += bpp) { |
| commit-bot@chromium.org | f9bd04f | 2014-05-29 19:26:48 +0000 | [diff] [blame] | 316 | memcpy(dstRow + i, srcRow + (x>>16)*bpp, bpp); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 317 | x += dx; |
| 318 | } |
| 319 | y += dy; |
| 320 | } |
| 321 | } |
| 322 | |
| robertphillips@google.com | 4290330 | 2013-04-20 12:26:07 +0000 | [diff] [blame] | 323 | namespace { |
| 324 | |
| 325 | // position + local coordinate |
| 326 | extern const GrVertexAttrib gVertexAttribs[] = { |
| 327 | {kVec2f_GrVertexAttribType, 0, kPosition_GrVertexAttribBinding}, |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 328 | {kVec2f_GrVertexAttribType, sizeof(SkPoint), kLocalCoord_GrVertexAttribBinding} |
| robertphillips@google.com | 4290330 | 2013-04-20 12:26:07 +0000 | [diff] [blame] | 329 | }; |
| 330 | |
| 331 | }; |
| 332 | |
| rmistry@google.com | fbfcd56 | 2012-08-23 18:09:54 +0000 | [diff] [blame] | 333 | // The desired texture is NPOT and tiled but that isn't supported by |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 334 | // the current hardware. Resize the texture to be a POT |
| 335 | GrTexture* GrContext::createResizedTexture(const GrTextureDesc& desc, |
| bsalomon@google.com | 0797c2c | 2012-12-20 15:13:01 +0000 | [diff] [blame] | 336 | const GrCacheID& cacheID, |
| commit-bot@chromium.org | f9bd04f | 2014-05-29 19:26:48 +0000 | [diff] [blame] | 337 | const void* srcData, |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 338 | size_t rowBytes, |
| humper@google.com | b86add1 | 2013-07-25 18:49:07 +0000 | [diff] [blame] | 339 | bool filter) { |
| bsalomon@google.com | 95ed55a | 2013-01-24 14:46:47 +0000 | [diff] [blame] | 340 | SkAutoTUnref<GrTexture> clampedTexture(this->findAndRefTexture(desc, cacheID, NULL)); |
| robertphillips@google.com | 1f47f4f | 2012-08-16 14:49:16 +0000 | [diff] [blame] | 341 | if (NULL == clampedTexture) { |
| bsalomon@google.com | 95ed55a | 2013-01-24 14:46:47 +0000 | [diff] [blame] | 342 | clampedTexture.reset(this->createTexture(NULL, desc, cacheID, srcData, rowBytes)); |
| robertphillips@google.com | 9fbcad0 | 2012-09-09 14:44:15 +0000 | [diff] [blame] | 343 | |
| robertphillips@google.com | 1f47f4f | 2012-08-16 14:49:16 +0000 | [diff] [blame] | 344 | if (NULL == clampedTexture) { |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 345 | return NULL; |
| 346 | } |
| 347 | } |
| robertphillips@google.com | 0d25eef | 2012-09-11 21:25:51 +0000 | [diff] [blame] | 348 | |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 349 | GrTextureDesc rtDesc = desc; |
| 350 | rtDesc.fFlags = rtDesc.fFlags | |
| 351 | kRenderTarget_GrTextureFlagBit | |
| 352 | kNoStencil_GrTextureFlagBit; |
| commit-bot@chromium.org | 5898dce | 2013-09-18 18:52:16 +0000 | [diff] [blame] | 353 | rtDesc.fWidth = GrNextPow2(desc.fWidth); |
| 354 | rtDesc.fHeight = GrNextPow2(desc.fHeight); |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 355 | |
| 356 | GrTexture* texture = fGpu->createTexture(rtDesc, NULL, 0); |
| 357 | |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 358 | if (texture) { |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 359 | GrDrawTarget::AutoStateRestore asr(fGpu, GrDrawTarget::kReset_ASRInit); |
| 360 | GrDrawState* drawState = fGpu->drawState(); |
| 361 | drawState->setRenderTarget(texture->asRenderTarget()); |
| 362 | |
| 363 | // if filtering is not desired then we want to ensure all |
| 364 | // texels in the resampled image are copies of texels from |
| 365 | // the original. |
| humper@google.com | b86add1 | 2013-07-25 18:49:07 +0000 | [diff] [blame] | 366 | GrTextureParams params(SkShader::kClamp_TileMode, filter ? GrTextureParams::kBilerp_FilterMode : |
| 367 | GrTextureParams::kNone_FilterMode); |
| joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 368 | drawState->addColorTextureProcessor(clampedTexture, SkMatrix::I(), params); |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 369 | |
| egdaniel | 7b3d5ee | 2014-08-28 05:41:14 -0700 | [diff] [blame] | 370 | drawState->setVertexAttribs<gVertexAttribs>(SK_ARRAY_COUNT(gVertexAttribs), |
| 371 | 2 * sizeof(SkPoint)); |
| jvanverth@google.com | 054ae99 | 2013-04-01 20:06:51 +0000 | [diff] [blame] | 372 | |
| jvanverth@google.com | b75b0a0 | 2013-02-05 20:33:30 +0000 | [diff] [blame] | 373 | GrDrawTarget::AutoReleaseGeometry arg(fGpu, 4, 0); |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 374 | |
| 375 | if (arg.succeeded()) { |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 376 | SkPoint* verts = (SkPoint*) arg.vertices(); |
| 377 | verts[0].setIRectFan(0, 0, texture->width(), texture->height(), 2 * sizeof(SkPoint)); |
| 378 | verts[1].setIRectFan(0, 0, 1, 1, 2 * sizeof(SkPoint)); |
| bsalomon@google.com | 95ed55a | 2013-01-24 14:46:47 +0000 | [diff] [blame] | 379 | fGpu->drawNonIndexed(kTriangleFan_GrPrimitiveType, 0, 4); |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 380 | } |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 381 | } else { |
| 382 | // TODO: Our CPU stretch doesn't filter. But we create separate |
| bsalomon@google.com | 08283af | 2012-10-26 13:01:20 +0000 | [diff] [blame] | 383 | // stretched textures when the texture params is either filtered or |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 384 | // not. Either implement filtered stretch blit on CPU or just create |
| 385 | // one when FBO case fails. |
| 386 | |
| 387 | rtDesc.fFlags = kNone_GrTextureFlags; |
| 388 | // no longer need to clamp at min RT size. |
| 389 | rtDesc.fWidth = GrNextPow2(desc.fWidth); |
| 390 | rtDesc.fHeight = GrNextPow2(desc.fHeight); |
| commit-bot@chromium.org | 6e7ddaa | 2014-05-30 13:55:58 +0000 | [diff] [blame] | 391 | |
| 392 | // We shouldn't be resizing a compressed texture. |
| 393 | SkASSERT(!GrPixelConfigIsCompressed(desc.fConfig)); |
| 394 | |
| robertphillips@google.com | 8b16931 | 2013-10-15 17:47:36 +0000 | [diff] [blame] | 395 | size_t bpp = GrBytesPerPixel(desc.fConfig); |
| george | b62508b | 2014-08-12 18:00:47 -0700 | [diff] [blame] | 396 | GrAutoMalloc<128*128*4> stretchedPixels(bpp * rtDesc.fWidth * rtDesc.fHeight); |
| commit-bot@chromium.org | b0ce4b6 | 2014-05-16 17:22:51 +0000 | [diff] [blame] | 397 | stretch_image(stretchedPixels.get(), rtDesc.fWidth, rtDesc.fHeight, |
| 398 | srcData, desc.fWidth, desc.fHeight, bpp); |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 399 | |
| 400 | size_t stretchedRowBytes = rtDesc.fWidth * bpp; |
| 401 | |
| commit-bot@chromium.org | b0ce4b6 | 2014-05-16 17:22:51 +0000 | [diff] [blame] | 402 | texture = fGpu->createTexture(rtDesc, stretchedPixels.get(), stretchedRowBytes); |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 403 | SkASSERT(texture); |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 404 | } |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 405 | |
| 406 | return texture; |
| 407 | } |
| 408 | |
| bsalomon@google.com | 95ed55a | 2013-01-24 14:46:47 +0000 | [diff] [blame] | 409 | GrTexture* GrContext::createTexture(const GrTextureParams* params, |
| 410 | const GrTextureDesc& desc, |
| 411 | const GrCacheID& cacheID, |
| commit-bot@chromium.org | f9bd04f | 2014-05-29 19:26:48 +0000 | [diff] [blame] | 412 | const void* srcData, |
| commit-bot@chromium.org | 50a3043 | 2013-10-24 17:44:27 +0000 | [diff] [blame] | 413 | size_t rowBytes, |
| 414 | GrResourceKey* cacheKey) { |
| bsalomon | afbf2d6 | 2014-09-30 12:18:44 -0700 | [diff] [blame] | 415 | GrResourceKey resourceKey = GrTexturePriv::ComputeKey(fGpu, params, desc, cacheID); |
| robertphillips@google.com | a1e5795 | 2012-06-04 20:05:28 +0000 | [diff] [blame] | 416 | |
| bsalomon@google.com | 95ed55a | 2013-01-24 14:46:47 +0000 | [diff] [blame] | 417 | GrTexture* texture; |
| bsalomon | afbf2d6 | 2014-09-30 12:18:44 -0700 | [diff] [blame] | 418 | if (GrTexturePriv::NeedsResizing(resourceKey)) { |
| krajcevski | 9c0e629 | 2014-06-02 07:38:14 -0700 | [diff] [blame] | 419 | // We do not know how to resize compressed textures. |
| 420 | SkASSERT(!GrPixelConfigIsCompressed(desc.fConfig)); |
| 421 | |
| bsalomon@google.com | 95ed55a | 2013-01-24 14:46:47 +0000 | [diff] [blame] | 422 | texture = this->createResizedTexture(desc, cacheID, |
| 423 | srcData, rowBytes, |
| bsalomon | afbf2d6 | 2014-09-30 12:18:44 -0700 | [diff] [blame] | 424 | GrTexturePriv::NeedsBilerp(resourceKey)); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 425 | } else { |
| krajcevski | 9c0e629 | 2014-06-02 07:38:14 -0700 | [diff] [blame] | 426 | texture = fGpu->createTexture(desc, srcData, rowBytes); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 427 | } |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 428 | |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 429 | if (texture) { |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 430 | fResourceCache->addResource(resourceKey, texture); |
| commit-bot@chromium.org | 50a3043 | 2013-10-24 17:44:27 +0000 | [diff] [blame] | 431 | |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 432 | if (cacheKey) { |
| commit-bot@chromium.org | 50a3043 | 2013-10-24 17:44:27 +0000 | [diff] [blame] | 433 | *cacheKey = resourceKey; |
| 434 | } |
| robertphillips@google.com | 3319f33 | 2012-08-13 18:00:36 +0000 | [diff] [blame] | 435 | } |
| 436 | |
| robertphillips@google.com | 1f47f4f | 2012-08-16 14:49:16 +0000 | [diff] [blame] | 437 | return texture; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 438 | } |
| 439 | |
| bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 440 | GrTexture* GrContext::createNewScratchTexture(const GrTextureDesc& desc) { |
| 441 | GrTexture* texture = fGpu->createTexture(desc, NULL, 0); |
| 442 | if (!texture) { |
| 443 | return NULL; |
| robertphillips@google.com | e4eaea2 | 2013-07-19 16:51:46 +0000 | [diff] [blame] | 444 | } |
| bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 445 | fResourceCache->addResource(texture->getScratchKey(), texture); |
| Brian Salomon | 9323b8b | 2014-10-07 15:07:38 -0400 | [diff] [blame] | 446 | return texture; |
| robertphillips@google.com | e4eaea2 | 2013-07-19 16:51:46 +0000 | [diff] [blame] | 447 | } |
| robertphillips@google.com | 75b3c96 | 2012-06-07 12:08:45 +0000 | [diff] [blame] | 448 | |
| bsalomon | e305973 | 2014-10-14 11:47:22 -0700 | [diff] [blame] | 449 | GrTexture* GrContext::refScratchTexture(const GrTextureDesc& inDesc, ScratchTexMatch match, |
| 450 | bool calledDuringFlush) { |
| bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 451 | // kNoStencil has no meaning if kRT isn't set. |
| tfarina@chromium.org | f6de475 | 2013-08-17 00:02:59 +0000 | [diff] [blame] | 452 | SkASSERT((inDesc.fFlags & kRenderTarget_GrTextureFlagBit) || |
| robertphillips@google.com | e4eaea2 | 2013-07-19 16:51:46 +0000 | [diff] [blame] | 453 | !(inDesc.fFlags & kNoStencil_GrTextureFlagBit)); |
| 454 | |
| bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 455 | // Make sure caller has checked for renderability if kRT is set. |
| 456 | SkASSERT(!(inDesc.fFlags & kRenderTarget_GrTextureFlagBit) || |
| 457 | this->isConfigRenderable(inDesc.fConfig, inDesc.fSampleCnt > 0)); |
| robertphillips@google.com | e4eaea2 | 2013-07-19 16:51:46 +0000 | [diff] [blame] | 458 | |
| bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 459 | SkTCopyOnFirstWrite<GrTextureDesc> desc(inDesc); |
| robertphillips@google.com | e4eaea2 | 2013-07-19 16:51:46 +0000 | [diff] [blame] | 460 | |
| bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 461 | if (fGpu->caps()->reuseScratchTextures() || (desc->fFlags & kRenderTarget_GrTextureFlagBit)) { |
| 462 | GrTextureFlags origFlags = desc->fFlags; |
| 463 | if (kApprox_ScratchTexMatch == match) { |
| 464 | // bin by pow2 with a reasonable min |
| 465 | static const int MIN_SIZE = 16; |
| 466 | GrTextureDesc* wdesc = desc.writable(); |
| 467 | wdesc->fWidth = SkTMax(MIN_SIZE, GrNextPow2(desc->fWidth)); |
| 468 | wdesc->fHeight = SkTMax(MIN_SIZE, GrNextPow2(desc->fHeight)); |
| bsalomon@google.com | b5b3168 | 2011-06-16 18:05:35 +0000 | [diff] [blame] | 469 | } |
| rmistry@google.com | fbfcd56 | 2012-08-23 18:09:54 +0000 | [diff] [blame] | 470 | |
| bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 471 | do { |
| 472 | GrResourceKey key = GrTexturePriv::ComputeScratchKey(*desc); |
| bsalomon | 000f829 | 2014-10-15 19:04:14 -0700 | [diff] [blame] | 473 | uint32_t scratchFlags = 0; |
| 474 | if (calledDuringFlush) { |
| 475 | scratchFlags = GrResourceCache2::kRequireNoPendingIO_ScratchFlag; |
| 476 | } else if (!(desc->fFlags & kRenderTarget_GrTextureFlagBit)) { |
| 477 | // If it is not a render target then it will most likely be populated by |
| 478 | // writePixels() which will trigger a flush if the texture has pending IO. |
| 479 | scratchFlags = GrResourceCache2::kPreferNoPendingIO_ScratchFlag; |
| 480 | } |
| 481 | GrGpuResource* resource = fResourceCache2->findAndRefScratchResource(key, scratchFlags); |
| bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 482 | if (resource) { |
| 483 | fResourceCache->makeResourceMRU(resource); |
| 484 | return static_cast<GrTexture*>(resource); |
| 485 | } |
| bsalomon@google.com | b5b3168 | 2011-06-16 18:05:35 +0000 | [diff] [blame] | 486 | |
| bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 487 | if (kExact_ScratchTexMatch == match) { |
| 488 | break; |
| 489 | } |
| 490 | // We had a cache miss and we are in approx mode, relax the fit of the flags. |
| 491 | |
| 492 | // We no longer try to reuse textures that were previously used as render targets in |
| 493 | // situations where no RT is needed; doing otherwise can confuse the video driver and |
| 494 | // cause significant performance problems in some cases. |
| 495 | if (desc->fFlags & kNoStencil_GrTextureFlagBit) { |
| 496 | desc.writable()->fFlags = desc->fFlags & ~kNoStencil_GrTextureFlagBit; |
| 497 | } else { |
| 498 | break; |
| 499 | } |
| 500 | |
| 501 | } while (true); |
| 502 | |
| 503 | desc.writable()->fFlags = origFlags; |
| bsalomon@google.com | b5b3168 | 2011-06-16 18:05:35 +0000 | [diff] [blame] | 504 | } |
| 505 | |
| bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 506 | GrTexture* texture = this->createNewScratchTexture(*desc); |
| 507 | SkASSERT(NULL == texture || |
| 508 | texture->getScratchKey() == GrTexturePriv::ComputeScratchKey(*desc)); |
| 509 | return texture; |
| Brian Salomon | 9323b8b | 2014-10-07 15:07:38 -0400 | [diff] [blame] | 510 | } |
| 511 | |
| commit-bot@chromium.org | cae27fe | 2013-07-10 10:14:35 +0000 | [diff] [blame] | 512 | bool GrContext::OverbudgetCB(void* data) { |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 513 | SkASSERT(data); |
| commit-bot@chromium.org | cae27fe | 2013-07-10 10:14:35 +0000 | [diff] [blame] | 514 | |
| 515 | GrContext* context = reinterpret_cast<GrContext*>(data); |
| 516 | |
| 517 | // Flush the InOrderDrawBuffer to possibly free up some textures |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 518 | context->fFlushToReduceCacheSize = true; |
| commit-bot@chromium.org | cae27fe | 2013-07-10 10:14:35 +0000 | [diff] [blame] | 519 | |
| commit-bot@chromium.org | cae27fe | 2013-07-10 10:14:35 +0000 | [diff] [blame] | 520 | return true; |
| 521 | } |
| 522 | |
| 523 | |
| robertphillips@google.com | 75b3c96 | 2012-06-07 12:08:45 +0000 | [diff] [blame] | 524 | GrTexture* GrContext::createUncachedTexture(const GrTextureDesc& descIn, |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 525 | void* srcData, |
| 526 | size_t rowBytes) { |
| robertphillips@google.com | 75b3c96 | 2012-06-07 12:08:45 +0000 | [diff] [blame] | 527 | GrTextureDesc descCopy = descIn; |
| robertphillips@google.com | 75b3c96 | 2012-06-07 12:08:45 +0000 | [diff] [blame] | 528 | return fGpu->createTexture(descCopy, srcData, rowBytes); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 529 | } |
| 530 | |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 531 | void GrContext::getResourceCacheLimits(int* maxTextures, size_t* maxTextureBytes) const { |
| 532 | fResourceCache->getLimits(maxTextures, maxTextureBytes); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 533 | } |
| 534 | |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 535 | void GrContext::setResourceCacheLimits(int maxTextures, size_t maxTextureBytes) { |
| 536 | fResourceCache->setLimits(maxTextures, maxTextureBytes); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 537 | } |
| 538 | |
| bsalomon@google.com | 9195836 | 2011-06-13 17:58:13 +0000 | [diff] [blame] | 539 | int GrContext::getMaxTextureSize() const { |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 540 | return SkTMin(fGpu->caps()->maxTextureSize(), fMaxTextureSizeOverride); |
| bsalomon@google.com | 9195836 | 2011-06-13 17:58:13 +0000 | [diff] [blame] | 541 | } |
| 542 | |
| 543 | int GrContext::getMaxRenderTargetSize() const { |
| bsalomon@google.com | bcce892 | 2013-03-25 15:38:39 +0000 | [diff] [blame] | 544 | return fGpu->caps()->maxRenderTargetSize(); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 545 | } |
| 546 | |
| bsalomon@google.com | 8a70eef | 2013-03-19 13:58:55 +0000 | [diff] [blame] | 547 | int GrContext::getMaxSampleCount() const { |
| bsalomon@google.com | bcce892 | 2013-03-25 15:38:39 +0000 | [diff] [blame] | 548 | return fGpu->caps()->maxSampleCount(); |
| bsalomon@google.com | 8a70eef | 2013-03-19 13:58:55 +0000 | [diff] [blame] | 549 | } |
| 550 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 551 | /////////////////////////////////////////////////////////////////////////////// |
| 552 | |
| bsalomon@google.com | 16e3dde | 2012-10-25 18:43:28 +0000 | [diff] [blame] | 553 | GrTexture* GrContext::wrapBackendTexture(const GrBackendTextureDesc& desc) { |
| 554 | return fGpu->wrapBackendTexture(desc); |
| bsalomon@google.com | e269f21 | 2011-11-07 13:29:52 +0000 | [diff] [blame] | 555 | } |
| 556 | |
| bsalomon@google.com | 16e3dde | 2012-10-25 18:43:28 +0000 | [diff] [blame] | 557 | GrRenderTarget* GrContext::wrapBackendRenderTarget(const GrBackendRenderTargetDesc& desc) { |
| 558 | return fGpu->wrapBackendRenderTarget(desc); |
| bsalomon@google.com | e269f21 | 2011-11-07 13:29:52 +0000 | [diff] [blame] | 559 | } |
| 560 | |
| bsalomon@google.com | 5877ffd | 2011-04-11 17:58:48 +0000 | [diff] [blame] | 561 | /////////////////////////////////////////////////////////////////////////////// |
| 562 | |
| bsalomon@google.com | b867099 | 2012-07-25 21:27:09 +0000 | [diff] [blame] | 563 | bool GrContext::supportsIndex8PixelConfig(const GrTextureParams* params, |
| bsalomon@google.com | 1f221a7 | 2011-08-23 20:54:07 +0000 | [diff] [blame] | 564 | int width, int height) const { |
| bsalomon@google.com | c26d94f | 2013-03-25 18:19:00 +0000 | [diff] [blame] | 565 | const GrDrawTargetCaps* caps = fGpu->caps(); |
| commit-bot@chromium.org | 6e7ddaa | 2014-05-30 13:55:58 +0000 | [diff] [blame] | 566 | if (!caps->isConfigTexturable(kIndex_8_GrPixelConfig)) { |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 567 | return false; |
| 568 | } |
| 569 | |
| tfarina | f9dae78 | 2014-06-06 06:35:28 -0700 | [diff] [blame] | 570 | bool isPow2 = SkIsPow2(width) && SkIsPow2(height); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 571 | |
| 572 | if (!isPow2) { |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 573 | bool tiled = params && params->isTiled(); |
| bsalomon@google.com | bcce892 | 2013-03-25 15:38:39 +0000 | [diff] [blame] | 574 | if (tiled && !caps->npotTextureTileSupport()) { |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 575 | return false; |
| 576 | } |
| 577 | } |
| 578 | return true; |
| 579 | } |
| 580 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 581 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 582 | //////////////////////////////////////////////////////////////////////////////// |
| 583 | |
| commit-bot@chromium.org | fd03d4a | 2013-07-17 21:39:42 +0000 | [diff] [blame] | 584 | void GrContext::clear(const SkIRect* rect, |
| bsalomon@google.com | 07ea2db | 2012-08-17 14:06:49 +0000 | [diff] [blame] | 585 | const GrColor color, |
| robertphillips@google.com | 56ce48a | 2013-10-31 21:44:25 +0000 | [diff] [blame] | 586 | bool canIgnoreRect, |
| bsalomon | 41ebbdd | 2014-08-04 08:31:39 -0700 | [diff] [blame] | 587 | GrRenderTarget* renderTarget) { |
| 588 | ASSERT_OWNED_RESOURCE(renderTarget); |
| bsalomon@google.com | eb6879f | 2013-06-13 19:34:18 +0000 | [diff] [blame] | 589 | AutoRestoreEffects are; |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 590 | AutoCheckFlush acf(this); |
| egdaniel | d78a168 | 2014-07-09 10:41:26 -0700 | [diff] [blame] | 591 | GR_CREATE_TRACE_MARKER_CONTEXT("GrContext::clear", this); |
| bsalomon | 41ebbdd | 2014-08-04 08:31:39 -0700 | [diff] [blame] | 592 | GrDrawTarget* target = this->prepareToDraw(NULL, BUFFERED_DRAW, &are, &acf); |
| 593 | if (NULL == target) { |
| 594 | return; |
| 595 | } |
| 596 | target->clear(rect, color, canIgnoreRect, renderTarget); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 597 | } |
| 598 | |
| bsalomon@google.com | 5dc26b9 | 2012-10-11 19:32:32 +0000 | [diff] [blame] | 599 | void GrContext::drawPaint(const GrPaint& origPaint) { |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 600 | // set rect to be big enough to fill the space, but not super-huge, so we |
| 601 | // don't overflow fixed-point implementations |
| commit-bot@chromium.org | fd03d4a | 2013-07-17 21:39:42 +0000 | [diff] [blame] | 602 | SkRect r; |
| bsalomon@google.com | d302f14 | 2011-03-03 13:54:13 +0000 | [diff] [blame] | 603 | r.setLTRB(0, 0, |
| bsalomon@google.com | 8171288 | 2012-11-01 17:12:34 +0000 | [diff] [blame] | 604 | SkIntToScalar(getRenderTarget()->width()), |
| 605 | SkIntToScalar(getRenderTarget()->height())); |
| bsalomon@google.com | b9086a0 | 2012-11-01 18:02:54 +0000 | [diff] [blame] | 606 | SkMatrix inverse; |
| bsalomon@google.com | 5dc26b9 | 2012-10-11 19:32:32 +0000 | [diff] [blame] | 607 | SkTCopyOnFirstWrite<GrPaint> paint(origPaint); |
| robertphillips@google.com | fea85ac | 2012-07-11 18:53:23 +0000 | [diff] [blame] | 608 | AutoMatrix am; |
| egdaniel | d78a168 | 2014-07-09 10:41:26 -0700 | [diff] [blame] | 609 | GR_CREATE_TRACE_MARKER_CONTEXT("GrContext::drawPaint", this); |
| bsalomon@google.com | 8f9cbd6 | 2011-12-09 15:55:34 +0000 | [diff] [blame] | 610 | |
| bsalomon@google.com | 4f83be8 | 2011-09-12 13:52:51 +0000 | [diff] [blame] | 611 | // We attempt to map r by the inverse matrix and draw that. mapRect will |
| 612 | // map the four corners and bound them with a new rect. This will not |
| 613 | // produce a correct result for some perspective matrices. |
| bsalomon@google.com | 8c2fe99 | 2011-09-13 15:27:18 +0000 | [diff] [blame] | 614 | if (!this->getMatrix().hasPerspective()) { |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 615 | if (!fViewMatrix.invert(&inverse)) { |
| bsalomon@google.com | e3d3216 | 2012-07-20 13:37:06 +0000 | [diff] [blame] | 616 | GrPrintf("Could not invert matrix\n"); |
| bsalomon@google.com | 8c2fe99 | 2011-09-13 15:27:18 +0000 | [diff] [blame] | 617 | return; |
| 618 | } |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 619 | inverse.mapRect(&r); |
| 620 | } else { |
| bsalomon@google.com | 3cbaa2d | 2012-10-12 14:51:52 +0000 | [diff] [blame] | 621 | if (!am.setIdentity(this, paint.writable())) { |
| 622 | GrPrintf("Could not invert matrix\n"); |
| 623 | return; |
| bsalomon@google.com | 8c2fe99 | 2011-09-13 15:27:18 +0000 | [diff] [blame] | 624 | } |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 625 | } |
| bsalomon@google.com | 4f83be8 | 2011-09-12 13:52:51 +0000 | [diff] [blame] | 626 | // by definition this fills the entire clip, no need for AA |
| bsalomon@google.com | 5dc26b9 | 2012-10-11 19:32:32 +0000 | [diff] [blame] | 627 | if (paint->isAntiAlias()) { |
| 628 | paint.writable()->setAntiAlias(false); |
| bsalomon@google.com | 4f83be8 | 2011-09-12 13:52:51 +0000 | [diff] [blame] | 629 | } |
| bsalomon@google.com | 5dc26b9 | 2012-10-11 19:32:32 +0000 | [diff] [blame] | 630 | this->drawRect(*paint, r); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 631 | } |
| 632 | |
| commit-bot@chromium.org | 03e3e89 | 2013-10-02 18:19:17 +0000 | [diff] [blame] | 633 | #ifdef SK_DEVELOPER |
| 634 | void GrContext::dumpFontCache() const { |
| 635 | fFontCache->dump(); |
| 636 | } |
| 637 | #endif |
| 638 | |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 639 | //////////////////////////////////////////////////////////////////////////////// |
| 640 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 641 | /* create a triangle strip that strokes the specified triangle. There are 8 |
| 642 | unique vertices, but we repreat the last 2 to close up. Alternatively we |
| 643 | could use an indices array, and then only send 8 verts, but not sure that |
| 644 | would be faster. |
| 645 | */ |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 646 | static void setStrokeRectStrip(SkPoint verts[10], SkRect rect, |
| bsalomon@google.com | 8171288 | 2012-11-01 17:12:34 +0000 | [diff] [blame] | 647 | SkScalar width) { |
| 648 | const SkScalar rad = SkScalarHalf(width); |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 649 | rect.sort(); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 650 | |
| 651 | verts[0].set(rect.fLeft + rad, rect.fTop + rad); |
| 652 | verts[1].set(rect.fLeft - rad, rect.fTop - rad); |
| 653 | verts[2].set(rect.fRight - rad, rect.fTop + rad); |
| 654 | verts[3].set(rect.fRight + rad, rect.fTop - rad); |
| 655 | verts[4].set(rect.fRight - rad, rect.fBottom - rad); |
| 656 | verts[5].set(rect.fRight + rad, rect.fBottom + rad); |
| 657 | verts[6].set(rect.fLeft + rad, rect.fBottom - rad); |
| 658 | verts[7].set(rect.fLeft - rad, rect.fBottom + rad); |
| 659 | verts[8] = verts[0]; |
| 660 | verts[9] = verts[1]; |
| 661 | } |
| 662 | |
| bsalomon | c30aaa0 | 2014-08-13 07:15:29 -0700 | [diff] [blame] | 663 | static inline bool is_irect(const SkRect& r) { |
| 664 | return SkScalarIsInt(r.fLeft) && SkScalarIsInt(r.fTop) && |
| 665 | SkScalarIsInt(r.fRight) && SkScalarIsInt(r.fBottom); |
| 666 | } |
| 667 | |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 668 | static bool apply_aa_to_rect(GrDrawTarget* target, |
| commit-bot@chromium.org | fd03d4a | 2013-07-17 21:39:42 +0000 | [diff] [blame] | 669 | const SkRect& rect, |
| robertphillips@google.com | df3695e | 2013-04-09 14:01:44 +0000 | [diff] [blame] | 670 | SkScalar strokeWidth, |
| commit-bot@chromium.org | 24ab3b0 | 2013-08-14 21:56:37 +0000 | [diff] [blame] | 671 | const SkMatrix& combinedMatrix, |
| bsalomon | 9c0822a | 2014-08-11 11:07:48 -0700 | [diff] [blame] | 672 | SkRect* devBoundRect) { |
| 673 | if (!target->getDrawState().canTweakAlphaForCoverage() && |
| 674 | target->shouldDisableCoverageAAForBlend()) { |
| commit-bot@chromium.org | 515dcd3 | 2013-08-28 14:17:03 +0000 | [diff] [blame] | 675 | #ifdef SK_DEBUG |
| bsalomon | 9c0822a | 2014-08-11 11:07:48 -0700 | [diff] [blame] | 676 | //GrPrintf("Turning off AA to correctly apply blend.\n"); |
| bsalomon@google.com | 1983f39 | 2011-10-10 15:17:58 +0000 | [diff] [blame] | 677 | #endif |
| bsalomon | 9c0822a | 2014-08-11 11:07:48 -0700 | [diff] [blame] | 678 | return false; |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 679 | } |
| bsalomon@google.com | 8f9cbd6 | 2011-12-09 15:55:34 +0000 | [diff] [blame] | 680 | const GrDrawState& drawState = target->getDrawState(); |
| 681 | if (drawState.getRenderTarget()->isMultisampled()) { |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 682 | return false; |
| 683 | } |
| 684 | |
| robertphillips@google.com | 4b140b5 | 2013-05-02 17:13:13 +0000 | [diff] [blame] | 685 | #if defined(SHADER_AA_FILL_RECT) || !defined(IGNORE_ROT_AA_RECT_OPT) |
| robertphillips@google.com | df3695e | 2013-04-09 14:01:44 +0000 | [diff] [blame] | 686 | if (strokeWidth >= 0) { |
| 687 | #endif |
| commit-bot@chromium.org | 24ab3b0 | 2013-08-14 21:56:37 +0000 | [diff] [blame] | 688 | if (!combinedMatrix.preservesAxisAlignment()) { |
| robertphillips@google.com | df3695e | 2013-04-09 14:01:44 +0000 | [diff] [blame] | 689 | return false; |
| 690 | } |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 691 | |
| robertphillips@google.com | 4b140b5 | 2013-05-02 17:13:13 +0000 | [diff] [blame] | 692 | #if defined(SHADER_AA_FILL_RECT) || !defined(IGNORE_ROT_AA_RECT_OPT) |
| robertphillips@google.com | df3695e | 2013-04-09 14:01:44 +0000 | [diff] [blame] | 693 | } else { |
| commit-bot@chromium.org | 24ab3b0 | 2013-08-14 21:56:37 +0000 | [diff] [blame] | 694 | if (!combinedMatrix.preservesRightAngles()) { |
| robertphillips@google.com | df3695e | 2013-04-09 14:01:44 +0000 | [diff] [blame] | 695 | return false; |
| 696 | } |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 697 | } |
| robertphillips@google.com | df3695e | 2013-04-09 14:01:44 +0000 | [diff] [blame] | 698 | #endif |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 699 | |
| commit-bot@chromium.org | 24ab3b0 | 2013-08-14 21:56:37 +0000 | [diff] [blame] | 700 | combinedMatrix.mapRect(devBoundRect, rect); |
| bsalomon | c30aaa0 | 2014-08-13 07:15:29 -0700 | [diff] [blame] | 701 | if (strokeWidth < 0) { |
| 702 | return !is_irect(*devBoundRect); |
| 703 | } |
| robertphillips@google.com | 28ac96e | 2013-05-13 13:38:35 +0000 | [diff] [blame] | 704 | |
| bsalomon | 9c0822a | 2014-08-11 11:07:48 -0700 | [diff] [blame] | 705 | return true; |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 706 | } |
| 707 | |
| commit-bot@chromium.org | 24ab3b0 | 2013-08-14 21:56:37 +0000 | [diff] [blame] | 708 | static inline bool rect_contains_inclusive(const SkRect& rect, const SkPoint& point) { |
| 709 | return point.fX >= rect.fLeft && point.fX <= rect.fRight && |
| 710 | point.fY >= rect.fTop && point.fY <= rect.fBottom; |
| 711 | } |
| 712 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 713 | void GrContext::drawRect(const GrPaint& paint, |
| commit-bot@chromium.org | fd03d4a | 2013-07-17 21:39:42 +0000 | [diff] [blame] | 714 | const SkRect& rect, |
| bsalomon | 01c8da1 | 2014-08-04 09:21:30 -0700 | [diff] [blame] | 715 | const GrStrokeInfo* strokeInfo) { |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 716 | if (strokeInfo && strokeInfo->isDashed()) { |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 717 | SkPath path; |
| 718 | path.addRect(rect); |
| 719 | this->drawPath(paint, path, *strokeInfo); |
| 720 | return; |
| 721 | } |
| 722 | |
| bsalomon@google.com | eb6879f | 2013-06-13 19:34:18 +0000 | [diff] [blame] | 723 | AutoRestoreEffects are; |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 724 | AutoCheckFlush acf(this); |
| 725 | GrDrawTarget* target = this->prepareToDraw(&paint, BUFFERED_DRAW, &are, &acf); |
| bsalomon | 41ebbdd | 2014-08-04 08:31:39 -0700 | [diff] [blame] | 726 | if (NULL == target) { |
| 727 | return; |
| 728 | } |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 729 | |
| commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 730 | GR_CREATE_TRACE_MARKER("GrContext::drawRect", target); |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 731 | SkScalar width = NULL == strokeInfo ? -1 : strokeInfo->getStrokeRec().getWidth(); |
| bsalomon | 01c8da1 | 2014-08-04 09:21:30 -0700 | [diff] [blame] | 732 | SkMatrix matrix = target->drawState()->getViewMatrix(); |
| commit-bot@chromium.org | 24ab3b0 | 2013-08-14 21:56:37 +0000 | [diff] [blame] | 733 | |
| 734 | // Check if this is a full RT draw and can be replaced with a clear. We don't bother checking |
| 735 | // cases where the RT is fully inside a stroke. |
| 736 | if (width < 0) { |
| 737 | SkRect rtRect; |
| 738 | target->getDrawState().getRenderTarget()->getBoundsRect(&rtRect); |
| 739 | SkRect clipSpaceRTRect = rtRect; |
| 740 | bool checkClip = false; |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 741 | if (this->getClip()) { |
| commit-bot@chromium.org | 24ab3b0 | 2013-08-14 21:56:37 +0000 | [diff] [blame] | 742 | checkClip = true; |
| 743 | clipSpaceRTRect.offset(SkIntToScalar(this->getClip()->fOrigin.fX), |
| 744 | SkIntToScalar(this->getClip()->fOrigin.fY)); |
| 745 | } |
| 746 | // Does the clip contain the entire RT? |
| 747 | if (!checkClip || target->getClip()->fClipStack->quickContains(clipSpaceRTRect)) { |
| 748 | SkMatrix invM; |
| bsalomon | 01c8da1 | 2014-08-04 09:21:30 -0700 | [diff] [blame] | 749 | if (!matrix.invert(&invM)) { |
| commit-bot@chromium.org | 24ab3b0 | 2013-08-14 21:56:37 +0000 | [diff] [blame] | 750 | return; |
| 751 | } |
| 752 | // Does the rect bound the RT? |
| 753 | SkPoint srcSpaceRTQuad[4]; |
| 754 | invM.mapRectToQuad(srcSpaceRTQuad, rtRect); |
| 755 | if (rect_contains_inclusive(rect, srcSpaceRTQuad[0]) && |
| 756 | rect_contains_inclusive(rect, srcSpaceRTQuad[1]) && |
| 757 | rect_contains_inclusive(rect, srcSpaceRTQuad[2]) && |
| 758 | rect_contains_inclusive(rect, srcSpaceRTQuad[3])) { |
| 759 | // Will it blend? |
| 760 | GrColor clearColor; |
| 761 | if (paint.isOpaqueAndConstantColor(&clearColor)) { |
| robertphillips@google.com | 56ce48a | 2013-10-31 21:44:25 +0000 | [diff] [blame] | 762 | target->clear(NULL, clearColor, true); |
| commit-bot@chromium.org | 24ab3b0 | 2013-08-14 21:56:37 +0000 | [diff] [blame] | 763 | return; |
| 764 | } |
| 765 | } |
| 766 | } |
| 767 | } |
| 768 | |
| 769 | SkRect devBoundRect; |
| bsalomon@google.com | c7448ce | 2012-10-05 19:04:13 +0000 | [diff] [blame] | 770 | bool needAA = paint.isAntiAlias() && |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 771 | !target->getDrawState().getRenderTarget()->isMultisampled(); |
| bsalomon | 9c0822a | 2014-08-11 11:07:48 -0700 | [diff] [blame] | 772 | bool doAA = needAA && apply_aa_to_rect(target, rect, width, matrix, &devBoundRect); |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 773 | |
| 774 | const SkStrokeRec& strokeRec = strokeInfo->getStrokeRec(); |
| 775 | |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 776 | if (doAA) { |
| bsalomon@google.com | 137f134 | 2013-05-29 21:27:53 +0000 | [diff] [blame] | 777 | GrDrawState::AutoViewMatrixRestore avmr; |
| 778 | if (!avmr.setIdentity(target->drawState())) { |
| bsalomon@google.com | e3d3216 | 2012-07-20 13:37:06 +0000 | [diff] [blame] | 779 | return; |
| 780 | } |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 781 | if (width >= 0) { |
| commit-bot@chromium.org | 6006d0f | 2013-11-06 10:08:21 +0000 | [diff] [blame] | 782 | fAARectRenderer->strokeAARect(this->getGpu(), target, rect, |
| bsalomon | 01c8da1 | 2014-08-04 09:21:30 -0700 | [diff] [blame] | 783 | matrix, devBoundRect, |
| bsalomon | 9c0822a | 2014-08-11 11:07:48 -0700 | [diff] [blame] | 784 | strokeRec); |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 785 | } else { |
| robertphillips@google.com | df3695e | 2013-04-09 14:01:44 +0000 | [diff] [blame] | 786 | // filled AA rect |
| rmistry@google.com | fbfcd56 | 2012-08-23 18:09:54 +0000 | [diff] [blame] | 787 | fAARectRenderer->fillAARect(this->getGpu(), target, |
| bsalomon | 9c0822a | 2014-08-11 11:07:48 -0700 | [diff] [blame] | 788 | rect, matrix, devBoundRect); |
| bsalomon@google.com | 205d460 | 2011-04-25 12:43:45 +0000 | [diff] [blame] | 789 | } |
| 790 | return; |
| 791 | } |
| 792 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 793 | if (width >= 0) { |
| 794 | // TODO: consider making static vertex buffers for these cases. |
| bsalomon@google.com | 6438695 | 2013-02-08 21:22:44 +0000 | [diff] [blame] | 795 | // Hairline could be done by just adding closing vertex to |
| 796 | // unitSquareVertexBuffer() |
| bsalomon@google.com | 26c2d0a | 2011-05-17 20:15:30 +0000 | [diff] [blame] | 797 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 798 | static const int worstCaseVertCount = 10; |
| jvanverth@google.com | 9b855c7 | 2013-03-01 18:21:22 +0000 | [diff] [blame] | 799 | target->drawState()->setDefaultVertexAttribs(); |
| jvanverth@google.com | b75b0a0 | 2013-02-05 20:33:30 +0000 | [diff] [blame] | 800 | GrDrawTarget::AutoReleaseGeometry geo(target, worstCaseVertCount, 0); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 801 | |
| 802 | if (!geo.succeeded()) { |
| bsalomon@google.com | 6513cd0 | 2011-08-05 20:12:30 +0000 | [diff] [blame] | 803 | GrPrintf("Failed to get space for vertices!\n"); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 804 | return; |
| 805 | } |
| 806 | |
| 807 | GrPrimitiveType primType; |
| 808 | int vertCount; |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 809 | SkPoint* vertex = geo.positions(); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 810 | |
| 811 | if (width > 0) { |
| 812 | vertCount = 10; |
| bsalomon@google.com | 4705954 | 2012-06-06 20:51:20 +0000 | [diff] [blame] | 813 | primType = kTriangleStrip_GrPrimitiveType; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 814 | setStrokeRectStrip(vertex, rect, width); |
| 815 | } else { |
| 816 | // hairline |
| 817 | vertCount = 5; |
| bsalomon@google.com | 4705954 | 2012-06-06 20:51:20 +0000 | [diff] [blame] | 818 | primType = kLineStrip_GrPrimitiveType; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 819 | vertex[0].set(rect.fLeft, rect.fTop); |
| 820 | vertex[1].set(rect.fRight, rect.fTop); |
| 821 | vertex[2].set(rect.fRight, rect.fBottom); |
| 822 | vertex[3].set(rect.fLeft, rect.fBottom); |
| 823 | vertex[4].set(rect.fLeft, rect.fTop); |
| 824 | } |
| 825 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 826 | target->drawNonIndexed(primType, 0, vertCount); |
| 827 | } else { |
| robertphillips@google.com | df3695e | 2013-04-09 14:01:44 +0000 | [diff] [blame] | 828 | // filled BW rect |
| bsalomon | 01c8da1 | 2014-08-04 09:21:30 -0700 | [diff] [blame] | 829 | target->drawSimpleRect(rect); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 830 | } |
| 831 | } |
| 832 | |
| 833 | void GrContext::drawRectToRect(const GrPaint& paint, |
| commit-bot@chromium.org | fd03d4a | 2013-07-17 21:39:42 +0000 | [diff] [blame] | 834 | const SkRect& dstRect, |
| 835 | const SkRect& localRect, |
| bsalomon@google.com | c781888 | 2013-03-20 19:19:53 +0000 | [diff] [blame] | 836 | const SkMatrix* localMatrix) { |
| bsalomon@google.com | eb6879f | 2013-06-13 19:34:18 +0000 | [diff] [blame] | 837 | AutoRestoreEffects are; |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 838 | AutoCheckFlush acf(this); |
| 839 | GrDrawTarget* target = this->prepareToDraw(&paint, BUFFERED_DRAW, &are, &acf); |
| bsalomon | 41ebbdd | 2014-08-04 08:31:39 -0700 | [diff] [blame] | 840 | if (NULL == target) { |
| 841 | return; |
| 842 | } |
| bsalomon@google.com | 6438695 | 2013-02-08 21:22:44 +0000 | [diff] [blame] | 843 | |
| commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 844 | GR_CREATE_TRACE_MARKER("GrContext::drawRectToRect", target); |
| 845 | |
| bsalomon | 01c8da1 | 2014-08-04 09:21:30 -0700 | [diff] [blame] | 846 | target->drawRect(dstRect, &localRect, localMatrix); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 847 | } |
| 848 | |
| robertphillips@google.com | 4290330 | 2013-04-20 12:26:07 +0000 | [diff] [blame] | 849 | namespace { |
| 850 | |
| 851 | extern const GrVertexAttrib gPosUVColorAttribs[] = { |
| 852 | {kVec2f_GrVertexAttribType, 0, kPosition_GrVertexAttribBinding }, |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 853 | {kVec2f_GrVertexAttribType, sizeof(SkPoint), kLocalCoord_GrVertexAttribBinding }, |
| 854 | {kVec4ub_GrVertexAttribType, 2*sizeof(SkPoint), kColor_GrVertexAttribBinding} |
| robertphillips@google.com | 4290330 | 2013-04-20 12:26:07 +0000 | [diff] [blame] | 855 | }; |
| 856 | |
| egdaniel | 7b3d5ee | 2014-08-28 05:41:14 -0700 | [diff] [blame] | 857 | static const size_t kPosUVAttribsSize = 2 * sizeof(SkPoint); |
| 858 | static const size_t kPosUVColorAttribsSize = 2 * sizeof(SkPoint) + sizeof(GrColor); |
| 859 | |
| robertphillips@google.com | 4290330 | 2013-04-20 12:26:07 +0000 | [diff] [blame] | 860 | extern const GrVertexAttrib gPosColorAttribs[] = { |
| 861 | {kVec2f_GrVertexAttribType, 0, kPosition_GrVertexAttribBinding}, |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 862 | {kVec4ub_GrVertexAttribType, sizeof(SkPoint), kColor_GrVertexAttribBinding}, |
| robertphillips@google.com | 4290330 | 2013-04-20 12:26:07 +0000 | [diff] [blame] | 863 | }; |
| 864 | |
| egdaniel | 7b3d5ee | 2014-08-28 05:41:14 -0700 | [diff] [blame] | 865 | static const size_t kPosAttribsSize = sizeof(SkPoint); |
| 866 | static const size_t kPosColorAttribsSize = sizeof(SkPoint) + sizeof(GrColor); |
| 867 | |
| robertphillips@google.com | 4290330 | 2013-04-20 12:26:07 +0000 | [diff] [blame] | 868 | static void set_vertex_attributes(GrDrawState* drawState, |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 869 | const SkPoint* texCoords, |
| robertphillips@google.com | 4290330 | 2013-04-20 12:26:07 +0000 | [diff] [blame] | 870 | const GrColor* colors, |
| 871 | int* colorOffset, |
| 872 | int* texOffset) { |
| 873 | *texOffset = -1; |
| 874 | *colorOffset = -1; |
| 875 | |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 876 | if (texCoords && colors) { |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 877 | *texOffset = sizeof(SkPoint); |
| 878 | *colorOffset = 2*sizeof(SkPoint); |
| egdaniel | 7b3d5ee | 2014-08-28 05:41:14 -0700 | [diff] [blame] | 879 | drawState->setVertexAttribs<gPosUVColorAttribs>(3, kPosUVColorAttribsSize); |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 880 | } else if (texCoords) { |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 881 | *texOffset = sizeof(SkPoint); |
| egdaniel | 7b3d5ee | 2014-08-28 05:41:14 -0700 | [diff] [blame] | 882 | drawState->setVertexAttribs<gPosUVColorAttribs>(2, kPosUVAttribsSize); |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 883 | } else if (colors) { |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 884 | *colorOffset = sizeof(SkPoint); |
| egdaniel | 7b3d5ee | 2014-08-28 05:41:14 -0700 | [diff] [blame] | 885 | drawState->setVertexAttribs<gPosColorAttribs>(2, kPosColorAttribsSize); |
| robertphillips@google.com | 4290330 | 2013-04-20 12:26:07 +0000 | [diff] [blame] | 886 | } else { |
| egdaniel | 7b3d5ee | 2014-08-28 05:41:14 -0700 | [diff] [blame] | 887 | drawState->setVertexAttribs<gPosColorAttribs>(1, kPosAttribsSize); |
| robertphillips@google.com | 4290330 | 2013-04-20 12:26:07 +0000 | [diff] [blame] | 888 | } |
| 889 | } |
| 890 | |
| 891 | }; |
| 892 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 893 | void GrContext::drawVertices(const GrPaint& paint, |
| 894 | GrPrimitiveType primitiveType, |
| 895 | int vertexCount, |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 896 | const SkPoint positions[], |
| 897 | const SkPoint texCoords[], |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 898 | const GrColor colors[], |
| 899 | const uint16_t indices[], |
| 900 | int indexCount) { |
| bsalomon@google.com | eb6879f | 2013-06-13 19:34:18 +0000 | [diff] [blame] | 901 | AutoRestoreEffects are; |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 902 | AutoCheckFlush acf(this); |
| commit-bot@chromium.org | 5a56793 | 2014-01-08 21:26:09 +0000 | [diff] [blame] | 903 | GrDrawTarget::AutoReleaseGeometry geo; // must be inside AutoCheckFlush scope |
| 904 | |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 905 | GrDrawTarget* target = this->prepareToDraw(&paint, BUFFERED_DRAW, &are, &acf); |
| bsalomon | 41ebbdd | 2014-08-04 08:31:39 -0700 | [diff] [blame] | 906 | if (NULL == target) { |
| 907 | return; |
| 908 | } |
| egdaniel | e61c411 | 2014-06-12 10:24:21 -0700 | [diff] [blame] | 909 | GrDrawState* drawState = target->drawState(); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 910 | |
| commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 911 | GR_CREATE_TRACE_MARKER("GrContext::drawVertices", target); |
| 912 | |
| jvanverth@google.com | 9b855c7 | 2013-03-01 18:21:22 +0000 | [diff] [blame] | 913 | int colorOffset = -1, texOffset = -1; |
| robertphillips@google.com | 4290330 | 2013-04-20 12:26:07 +0000 | [diff] [blame] | 914 | set_vertex_attributes(drawState, texCoords, colors, &colorOffset, &texOffset); |
| jvanverth@google.com | 9b855c7 | 2013-03-01 18:21:22 +0000 | [diff] [blame] | 915 | |
| egdaniel | 7b3d5ee | 2014-08-28 05:41:14 -0700 | [diff] [blame] | 916 | size_t VertexStride = drawState->getVertexStride(); |
| 917 | if (sizeof(SkPoint) != VertexStride) { |
| jvanverth@google.com | b75b0a0 | 2013-02-05 20:33:30 +0000 | [diff] [blame] | 918 | if (!geo.set(target, vertexCount, 0)) { |
| bsalomon@google.com | 6513cd0 | 2011-08-05 20:12:30 +0000 | [diff] [blame] | 919 | GrPrintf("Failed to get space for vertices!\n"); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 920 | return; |
| 921 | } |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 922 | void* curVertex = geo.vertices(); |
| 923 | |
| 924 | for (int i = 0; i < vertexCount; ++i) { |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 925 | *((SkPoint*)curVertex) = positions[i]; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 926 | |
| jvanverth@google.com | 9b855c7 | 2013-03-01 18:21:22 +0000 | [diff] [blame] | 927 | if (texOffset >= 0) { |
| commit-bot@chromium.org | 972f9cd | 2014-03-28 17:58:28 +0000 | [diff] [blame] | 928 | *(SkPoint*)((intptr_t)curVertex + texOffset) = texCoords[i]; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 929 | } |
| jvanverth@google.com | 9b855c7 | 2013-03-01 18:21:22 +0000 | [diff] [blame] | 930 | if (colorOffset >= 0) { |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 931 | *(GrColor*)((intptr_t)curVertex + colorOffset) = colors[i]; |
| 932 | } |
| egdaniel | 7b3d5ee | 2014-08-28 05:41:14 -0700 | [diff] [blame] | 933 | curVertex = (void*)((intptr_t)curVertex + VertexStride); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 934 | } |
| 935 | } else { |
| jvanverth@google.com | b75b0a0 | 2013-02-05 20:33:30 +0000 | [diff] [blame] | 936 | target->setVertexSourceToArray(positions, vertexCount); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 937 | } |
| 938 | |
| rmistry@google.com | fbfcd56 | 2012-08-23 18:09:54 +0000 | [diff] [blame] | 939 | // we don't currently apply offscreen AA to this path. Need improved |
| bsalomon@google.com | 9195836 | 2011-06-13 17:58:13 +0000 | [diff] [blame] | 940 | // management of GrDrawTarget's geometry to avoid copying points per-tile. |
| bsalomon@google.com | a47a48d | 2011-04-26 20:22:11 +0000 | [diff] [blame] | 941 | |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 942 | if (indices) { |
| bsalomon@google.com | 9195836 | 2011-06-13 17:58:13 +0000 | [diff] [blame] | 943 | target->setIndexSourceToArray(indices, indexCount); |
| bsalomon@google.com | 8295dc1 | 2011-05-02 12:53:34 +0000 | [diff] [blame] | 944 | target->drawIndexed(primitiveType, 0, 0, vertexCount, indexCount); |
| bsalomon@google.com | 0406b9e | 2013-04-02 21:00:15 +0000 | [diff] [blame] | 945 | target->resetIndexSource(); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 946 | } else { |
| bsalomon@google.com | 8295dc1 | 2011-05-02 12:53:34 +0000 | [diff] [blame] | 947 | target->drawNonIndexed(primitiveType, 0, vertexCount); |
| 948 | } |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 949 | } |
| 950 | |
| bsalomon@google.com | 06afe7b | 2011-04-26 15:31:40 +0000 | [diff] [blame] | 951 | /////////////////////////////////////////////////////////////////////////////// |
| bsalomon@google.com | 93c9660 | 2012-04-27 13:05:21 +0000 | [diff] [blame] | 952 | |
| commit-bot@chromium.org | f2bfd54 | 2013-04-25 15:27:00 +0000 | [diff] [blame] | 953 | void GrContext::drawRRect(const GrPaint& paint, |
| commit-bot@chromium.org | 0a09d71 | 2014-04-09 21:26:11 +0000 | [diff] [blame] | 954 | const SkRRect& rrect, |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 955 | const GrStrokeInfo& strokeInfo) { |
| commit-bot@chromium.org | 0a09d71 | 2014-04-09 21:26:11 +0000 | [diff] [blame] | 956 | if (rrect.isEmpty()) { |
| commit-bot@chromium.org | 19dd017 | 2013-08-05 13:28:55 +0000 | [diff] [blame] | 957 | return; |
| 958 | } |
| commit-bot@chromium.org | f2bfd54 | 2013-04-25 15:27:00 +0000 | [diff] [blame] | 959 | |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 960 | if (strokeInfo.isDashed()) { |
| 961 | SkPath path; |
| 962 | path.addRRect(rrect); |
| 963 | this->drawPath(paint, path, strokeInfo); |
| 964 | return; |
| 965 | } |
| 966 | |
| bsalomon@google.com | eb6879f | 2013-06-13 19:34:18 +0000 | [diff] [blame] | 967 | AutoRestoreEffects are; |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 968 | AutoCheckFlush acf(this); |
| 969 | GrDrawTarget* target = this->prepareToDraw(&paint, BUFFERED_DRAW, &are, &acf); |
| bsalomon | 41ebbdd | 2014-08-04 08:31:39 -0700 | [diff] [blame] | 970 | if (NULL == target) { |
| 971 | return; |
| 972 | } |
| commit-bot@chromium.org | f2bfd54 | 2013-04-25 15:27:00 +0000 | [diff] [blame] | 973 | |
| commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 974 | GR_CREATE_TRACE_MARKER("GrContext::drawRRect", target); |
| 975 | |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 976 | const SkStrokeRec& strokeRec = strokeInfo.getStrokeRec(); |
| 977 | |
| 978 | if (!fOvalRenderer->drawRRect(target, this, paint.isAntiAlias(), rrect, strokeRec)) { |
| commit-bot@chromium.org | f2bfd54 | 2013-04-25 15:27:00 +0000 | [diff] [blame] | 979 | SkPath path; |
| commit-bot@chromium.org | 0a09d71 | 2014-04-09 21:26:11 +0000 | [diff] [blame] | 980 | path.addRRect(rrect); |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 981 | this->internalDrawPath(target, paint.isAntiAlias(), path, strokeInfo); |
| commit-bot@chromium.org | f2bfd54 | 2013-04-25 15:27:00 +0000 | [diff] [blame] | 982 | } |
| 983 | } |
| 984 | |
| 985 | /////////////////////////////////////////////////////////////////////////////// |
| 986 | |
| commit-bot@chromium.org | 0a09d71 | 2014-04-09 21:26:11 +0000 | [diff] [blame] | 987 | void GrContext::drawDRRect(const GrPaint& paint, |
| 988 | const SkRRect& outer, |
| 989 | const SkRRect& inner) { |
| 990 | if (outer.isEmpty()) { |
| 991 | return; |
| 992 | } |
| 993 | |
| 994 | AutoRestoreEffects are; |
| 995 | AutoCheckFlush acf(this); |
| 996 | GrDrawTarget* target = this->prepareToDraw(&paint, BUFFERED_DRAW, &are, &acf); |
| 997 | |
| 998 | GR_CREATE_TRACE_MARKER("GrContext::drawDRRect", target); |
| 999 | |
| 1000 | if (!fOvalRenderer->drawDRRect(target, this, paint.isAntiAlias(), outer, inner)) { |
| 1001 | SkPath path; |
| 1002 | path.addRRect(inner); |
| 1003 | path.addRRect(outer); |
| 1004 | path.setFillType(SkPath::kEvenOdd_FillType); |
| 1005 | |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 1006 | GrStrokeInfo fillRec(SkStrokeRec::kFill_InitStyle); |
| commit-bot@chromium.org | 0a09d71 | 2014-04-09 21:26:11 +0000 | [diff] [blame] | 1007 | this->internalDrawPath(target, paint.isAntiAlias(), path, fillRec); |
| 1008 | } |
| 1009 | } |
| 1010 | |
| 1011 | /////////////////////////////////////////////////////////////////////////////// |
| 1012 | |
| bsalomon@google.com | 93c9660 | 2012-04-27 13:05:21 +0000 | [diff] [blame] | 1013 | void GrContext::drawOval(const GrPaint& paint, |
| commit-bot@chromium.org | fd03d4a | 2013-07-17 21:39:42 +0000 | [diff] [blame] | 1014 | const SkRect& oval, |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 1015 | const GrStrokeInfo& strokeInfo) { |
| commit-bot@chromium.org | 19dd017 | 2013-08-05 13:28:55 +0000 | [diff] [blame] | 1016 | if (oval.isEmpty()) { |
| 1017 | return; |
| 1018 | } |
| jvanverth@google.com | 46d3d39 | 2013-01-22 13:34:01 +0000 | [diff] [blame] | 1019 | |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 1020 | if (strokeInfo.isDashed()) { |
| 1021 | SkPath path; |
| 1022 | path.addOval(oval); |
| 1023 | this->drawPath(paint, path, strokeInfo); |
| 1024 | return; |
| 1025 | } |
| 1026 | |
| bsalomon@google.com | eb6879f | 2013-06-13 19:34:18 +0000 | [diff] [blame] | 1027 | AutoRestoreEffects are; |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 1028 | AutoCheckFlush acf(this); |
| 1029 | GrDrawTarget* target = this->prepareToDraw(&paint, BUFFERED_DRAW, &are, &acf); |
| bsalomon | 41ebbdd | 2014-08-04 08:31:39 -0700 | [diff] [blame] | 1030 | if (NULL == target) { |
| 1031 | return; |
| 1032 | } |
| commit-bot@chromium.org | 8131283 | 2013-03-22 18:34:09 +0000 | [diff] [blame] | 1033 | |
| commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 1034 | GR_CREATE_TRACE_MARKER("GrContext::drawOval", target); |
| 1035 | |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 1036 | const SkStrokeRec& strokeRec = strokeInfo.getStrokeRec(); |
| 1037 | |
| 1038 | |
| 1039 | if (!fOvalRenderer->drawOval(target, this, paint.isAntiAlias(), oval, strokeRec)) { |
| bsalomon@google.com | 93c9660 | 2012-04-27 13:05:21 +0000 | [diff] [blame] | 1040 | SkPath path; |
| jvanverth@google.com | 46d3d39 | 2013-01-22 13:34:01 +0000 | [diff] [blame] | 1041 | path.addOval(oval); |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 1042 | this->internalDrawPath(target, paint.isAntiAlias(), path, strokeInfo); |
| skia.committer@gmail.com | 98ded84 | 2013-01-23 07:06:17 +0000 | [diff] [blame] | 1043 | } |
| bsalomon@google.com | 150d284 | 2012-01-12 20:19:56 +0000 | [diff] [blame] | 1044 | } |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1045 | |
| robertphillips@google.com | 83d1a68 | 2013-05-17 12:50:27 +0000 | [diff] [blame] | 1046 | // Can 'path' be drawn as a pair of filled nested rectangles? |
| 1047 | static bool is_nested_rects(GrDrawTarget* target, |
| 1048 | const SkPath& path, |
| 1049 | const SkStrokeRec& stroke, |
| bsalomon | 9c0822a | 2014-08-11 11:07:48 -0700 | [diff] [blame] | 1050 | SkRect rects[2]) { |
| robertphillips@google.com | 83d1a68 | 2013-05-17 12:50:27 +0000 | [diff] [blame] | 1051 | SkASSERT(stroke.isFillStyle()); |
| 1052 | |
| 1053 | if (path.isInverseFillType()) { |
| 1054 | return false; |
| 1055 | } |
| 1056 | |
| 1057 | const GrDrawState& drawState = target->getDrawState(); |
| 1058 | |
| 1059 | // TODO: this restriction could be lifted if we were willing to apply |
| 1060 | // the matrix to all the points individually rather than just to the rect |
| 1061 | if (!drawState.getViewMatrix().preservesAxisAlignment()) { |
| 1062 | return false; |
| 1063 | } |
| 1064 | |
| bsalomon | 9c0822a | 2014-08-11 11:07:48 -0700 | [diff] [blame] | 1065 | if (!target->getDrawState().canTweakAlphaForCoverage() && |
| 1066 | target->shouldDisableCoverageAAForBlend()) { |
| 1067 | return false; |
| robertphillips@google.com | 83d1a68 | 2013-05-17 12:50:27 +0000 | [diff] [blame] | 1068 | } |
| 1069 | |
| 1070 | SkPath::Direction dirs[2]; |
| 1071 | if (!path.isNestedRects(rects, dirs)) { |
| 1072 | return false; |
| 1073 | } |
| 1074 | |
| robertphillips@google.com | 8d3c640 | 2013-08-20 12:11:31 +0000 | [diff] [blame] | 1075 | if (SkPath::kWinding_FillType == path.getFillType() && dirs[0] == dirs[1]) { |
| robertphillips@google.com | 83d1a68 | 2013-05-17 12:50:27 +0000 | [diff] [blame] | 1076 | // The two rects need to be wound opposite to each other |
| robertphillips@google.com | 8d3c640 | 2013-08-20 12:11:31 +0000 | [diff] [blame] | 1077 | return false; |
| robertphillips@google.com | 83d1a68 | 2013-05-17 12:50:27 +0000 | [diff] [blame] | 1078 | } |
| robertphillips@google.com | 83d1a68 | 2013-05-17 12:50:27 +0000 | [diff] [blame] | 1079 | |
| robertphillips@google.com | 8d3c640 | 2013-08-20 12:11:31 +0000 | [diff] [blame] | 1080 | // Right now, nested rects where the margin is not the same width |
| 1081 | // all around do not render correctly |
| 1082 | const SkScalar* outer = rects[0].asScalars(); |
| 1083 | const SkScalar* inner = rects[1].asScalars(); |
| 1084 | |
| robertphillips | 183e985 | 2014-10-21 11:25:37 -0700 | [diff] [blame^] | 1085 | bool allEq = true; |
| 1086 | |
| robertphillips@google.com | 8d3c640 | 2013-08-20 12:11:31 +0000 | [diff] [blame] | 1087 | SkScalar margin = SkScalarAbs(outer[0] - inner[0]); |
| robertphillips | 183e985 | 2014-10-21 11:25:37 -0700 | [diff] [blame^] | 1088 | bool allGoE1 = margin >= SK_Scalar1; |
| 1089 | |
| robertphillips@google.com | 8d3c640 | 2013-08-20 12:11:31 +0000 | [diff] [blame] | 1090 | for (int i = 1; i < 4; ++i) { |
| 1091 | SkScalar temp = SkScalarAbs(outer[i] - inner[i]); |
| robertphillips | 183e985 | 2014-10-21 11:25:37 -0700 | [diff] [blame^] | 1092 | if (temp < SK_Scalar1) { |
| 1093 | allGoE1 = false; |
| 1094 | } |
| robertphillips@google.com | 8d3c640 | 2013-08-20 12:11:31 +0000 | [diff] [blame] | 1095 | if (!SkScalarNearlyEqual(margin, temp)) { |
| robertphillips | 183e985 | 2014-10-21 11:25:37 -0700 | [diff] [blame^] | 1096 | allEq = false; |
| robertphillips@google.com | 8d3c640 | 2013-08-20 12:11:31 +0000 | [diff] [blame] | 1097 | } |
| 1098 | } |
| 1099 | |
| robertphillips | 183e985 | 2014-10-21 11:25:37 -0700 | [diff] [blame^] | 1100 | return allEq || allGoE1; |
| robertphillips@google.com | 8d3c640 | 2013-08-20 12:11:31 +0000 | [diff] [blame] | 1101 | } |
| robertphillips@google.com | 83d1a68 | 2013-05-17 12:50:27 +0000 | [diff] [blame] | 1102 | |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 1103 | void GrContext::drawPath(const GrPaint& paint, const SkPath& path, const GrStrokeInfo& strokeInfo) { |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1104 | |
| bsalomon@google.com | fa6ac93 | 2011-10-05 19:57:55 +0000 | [diff] [blame] | 1105 | if (path.isEmpty()) { |
| sugoi@google.com | 12b4e27 | 2012-12-06 20:13:11 +0000 | [diff] [blame] | 1106 | if (path.isInverseFillType()) { |
| bsalomon@google.com | fa6ac93 | 2011-10-05 19:57:55 +0000 | [diff] [blame] | 1107 | this->drawPaint(paint); |
| 1108 | } |
| 1109 | return; |
| 1110 | } |
| 1111 | |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 1112 | if (strokeInfo.isDashed()) { |
| egdaniel | e61c411 | 2014-06-12 10:24:21 -0700 | [diff] [blame] | 1113 | SkPoint pts[2]; |
| 1114 | if (path.isLine(pts)) { |
| 1115 | AutoRestoreEffects are; |
| 1116 | AutoCheckFlush acf(this); |
| 1117 | GrDrawTarget* target = this->prepareToDraw(&paint, BUFFERED_DRAW, &are, &acf); |
| bsalomon | 41ebbdd | 2014-08-04 08:31:39 -0700 | [diff] [blame] | 1118 | if (NULL == target) { |
| 1119 | return; |
| 1120 | } |
| egdaniel | e61c411 | 2014-06-12 10:24:21 -0700 | [diff] [blame] | 1121 | GrDrawState* drawState = target->drawState(); |
| 1122 | |
| 1123 | SkMatrix origViewMatrix = drawState->getViewMatrix(); |
| 1124 | GrDrawState::AutoViewMatrixRestore avmr; |
| 1125 | if (avmr.setIdentity(target->drawState())) { |
| 1126 | if (GrDashingEffect::DrawDashLine(pts, paint, strokeInfo, fGpu, target, |
| 1127 | origViewMatrix)) { |
| 1128 | return; |
| 1129 | } |
| 1130 | } |
| 1131 | } |
| 1132 | |
| 1133 | // Filter dashed path into new path with the dashing applied |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 1134 | const SkPathEffect::DashInfo& info = strokeInfo.getDashInfo(); |
| 1135 | SkTLazy<SkPath> effectPath; |
| 1136 | GrStrokeInfo newStrokeInfo(strokeInfo, false); |
| 1137 | SkStrokeRec* stroke = newStrokeInfo.getStrokeRecPtr(); |
| 1138 | if (SkDashPath::FilterDashPath(effectPath.init(), path, stroke, NULL, info)) { |
| 1139 | this->drawPath(paint, *effectPath.get(), newStrokeInfo); |
| 1140 | return; |
| 1141 | } |
| 1142 | |
| 1143 | this->drawPath(paint, path, newStrokeInfo); |
| 1144 | return; |
| 1145 | } |
| 1146 | |
| commit-bot@chromium.org | 8131283 | 2013-03-22 18:34:09 +0000 | [diff] [blame] | 1147 | // Note that internalDrawPath may sw-rasterize the path into a scratch texture. |
| bsalomon@google.com | fb4ce6f | 2012-03-14 13:27:54 +0000 | [diff] [blame] | 1148 | // Scratch textures can be recycled after they are returned to the texture |
| 1149 | // cache. This presents a potential hazard for buffered drawing. However, |
| 1150 | // the writePixels that uploads to the scratch will perform a flush so we're |
| 1151 | // OK. |
| bsalomon@google.com | eb6879f | 2013-06-13 19:34:18 +0000 | [diff] [blame] | 1152 | AutoRestoreEffects are; |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 1153 | AutoCheckFlush acf(this); |
| 1154 | GrDrawTarget* target = this->prepareToDraw(&paint, BUFFERED_DRAW, &are, &acf); |
| bsalomon | 41ebbdd | 2014-08-04 08:31:39 -0700 | [diff] [blame] | 1155 | if (NULL == target) { |
| 1156 | return; |
| 1157 | } |
| commit-bot@chromium.org | e0a868c | 2013-11-22 07:02:11 +0000 | [diff] [blame] | 1158 | GrDrawState* drawState = target->drawState(); |
| bsalomon@google.com | d46e242 | 2011-09-23 17:40:07 +0000 | [diff] [blame] | 1159 | |
| egdaniel | 93a37bc | 2014-07-21 13:47:57 -0700 | [diff] [blame] | 1160 | GR_CREATE_TRACE_MARKER1("GrContext::drawPath", target, "Is Convex", path.isConvex()); |
| commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 1161 | |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 1162 | const SkStrokeRec& strokeRec = strokeInfo.getStrokeRec(); |
| 1163 | |
| commit-bot@chromium.org | e0a868c | 2013-11-22 07:02:11 +0000 | [diff] [blame] | 1164 | bool useCoverageAA = paint.isAntiAlias() && !drawState->getRenderTarget()->isMultisampled(); |
| 1165 | |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 1166 | if (useCoverageAA && strokeRec.getWidth() < 0 && !path.isConvex()) { |
| robertphillips@google.com | 83d1a68 | 2013-05-17 12:50:27 +0000 | [diff] [blame] | 1167 | // Concave AA paths are expensive - try to avoid them for special cases |
| robertphillips@google.com | 83d1a68 | 2013-05-17 12:50:27 +0000 | [diff] [blame] | 1168 | SkRect rects[2]; |
| 1169 | |
| bsalomon | 9c0822a | 2014-08-11 11:07:48 -0700 | [diff] [blame] | 1170 | if (is_nested_rects(target, path, strokeRec, rects)) { |
| commit-bot@chromium.org | e0a868c | 2013-11-22 07:02:11 +0000 | [diff] [blame] | 1171 | SkMatrix origViewMatrix = drawState->getViewMatrix(); |
| bsalomon@google.com | 137f134 | 2013-05-29 21:27:53 +0000 | [diff] [blame] | 1172 | GrDrawState::AutoViewMatrixRestore avmr; |
| 1173 | if (!avmr.setIdentity(target->drawState())) { |
| robertphillips@google.com | 83d1a68 | 2013-05-17 12:50:27 +0000 | [diff] [blame] | 1174 | return; |
| 1175 | } |
| 1176 | |
| bsalomon | 9c0822a | 2014-08-11 11:07:48 -0700 | [diff] [blame] | 1177 | fAARectRenderer->fillAANestedRects(this->getGpu(), target, rects, origViewMatrix); |
| robertphillips@google.com | 83d1a68 | 2013-05-17 12:50:27 +0000 | [diff] [blame] | 1178 | return; |
| 1179 | } |
| 1180 | } |
| 1181 | |
| commit-bot@chromium.org | 8131283 | 2013-03-22 18:34:09 +0000 | [diff] [blame] | 1182 | SkRect ovalRect; |
| 1183 | bool isOval = path.isOval(&ovalRect); |
| 1184 | |
| skia.committer@gmail.com | 7e32851 | 2013-03-23 07:01:28 +0000 | [diff] [blame] | 1185 | if (!isOval || path.isInverseFillType() |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 1186 | || !fOvalRenderer->drawOval(target, this, paint.isAntiAlias(), ovalRect, strokeRec)) { |
| 1187 | this->internalDrawPath(target, paint.isAntiAlias(), path, strokeInfo); |
| commit-bot@chromium.org | 8131283 | 2013-03-22 18:34:09 +0000 | [diff] [blame] | 1188 | } |
| 1189 | } |
| 1190 | |
| bsalomon@google.com | 1b20a10 | 2013-11-08 14:42:56 +0000 | [diff] [blame] | 1191 | void GrContext::internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path, |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 1192 | const GrStrokeInfo& strokeInfo) { |
| commit-bot@chromium.org | 19dd017 | 2013-08-05 13:28:55 +0000 | [diff] [blame] | 1193 | SkASSERT(!path.isEmpty()); |
| commit-bot@chromium.org | 8131283 | 2013-03-22 18:34:09 +0000 | [diff] [blame] | 1194 | |
| commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 1195 | GR_CREATE_TRACE_MARKER("GrContext::internalDrawPath", target); |
| 1196 | |
| 1197 | |
| bsalomon@google.com | d46e242 | 2011-09-23 17:40:07 +0000 | [diff] [blame] | 1198 | // An Assumption here is that path renderer would use some form of tweaking |
| 1199 | // the src color (either the input alpha or in the frag shader) to implement |
| 1200 | // aa. If we have some future driver-mojo path AA that can do the right |
| 1201 | // thing WRT to the blend then we'll need some query on the PR. |
| commit-bot@chromium.org | e0a868c | 2013-11-22 07:02:11 +0000 | [diff] [blame] | 1202 | bool useCoverageAA = useAA && |
| 1203 | !target->getDrawState().getRenderTarget()->isMultisampled() && |
| 1204 | !target->shouldDisableCoverageAAForBlend(); |
| bsalomon@google.com | 289533a | 2011-10-27 12:34:25 +0000 | [diff] [blame] | 1205 | |
| commit-bot@chromium.org | e0a868c | 2013-11-22 07:02:11 +0000 | [diff] [blame] | 1206 | |
| 1207 | GrPathRendererChain::DrawType type = |
| 1208 | useCoverageAA ? GrPathRendererChain::kColorAntiAlias_DrawType : |
| robertphillips@google.com | e79f320 | 2014-02-11 16:30:21 +0000 | [diff] [blame] | 1209 | GrPathRendererChain::kColor_DrawType; |
| bsalomon@google.com | 45a15f5 | 2012-12-10 19:10:17 +0000 | [diff] [blame] | 1210 | |
| robertphillips@google.com | eb928ea | 2013-01-08 13:45:09 +0000 | [diff] [blame] | 1211 | const SkPath* pathPtr = &path; |
| commit-bot@chromium.org | f0c41e2 | 2014-01-14 18:42:34 +0000 | [diff] [blame] | 1212 | SkTLazy<SkPath> tmpPath; |
| egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 1213 | SkTCopyOnFirstWrite<SkStrokeRec> stroke(strokeInfo.getStrokeRec()); |
| robertphillips@google.com | eb928ea | 2013-01-08 13:45:09 +0000 | [diff] [blame] | 1214 | |
| 1215 | // Try a 1st time without stroking the path and without allowing the SW renderer |
| robertphillips@google.com | e79f320 | 2014-02-11 16:30:21 +0000 | [diff] [blame] | 1216 | GrPathRenderer* pr = this->getPathRenderer(*pathPtr, *stroke, target, false, type); |
| robertphillips@google.com | eb928ea | 2013-01-08 13:45:09 +0000 | [diff] [blame] | 1217 | |
| robertphillips@google.com | e79f320 | 2014-02-11 16:30:21 +0000 | [diff] [blame] | 1218 | if (NULL == pr) { |
| commit-bot@chromium.org | f0c41e2 | 2014-01-14 18:42:34 +0000 | [diff] [blame] | 1219 | if (!GrPathRenderer::IsStrokeHairlineOrEquivalent(*stroke, this->getMatrix(), NULL)) { |
| robertphillips@google.com | eb928ea | 2013-01-08 13:45:09 +0000 | [diff] [blame] | 1220 | // It didn't work the 1st time, so try again with the stroked path |
| commit-bot@chromium.org | f0c41e2 | 2014-01-14 18:42:34 +0000 | [diff] [blame] | 1221 | if (stroke->applyToPath(tmpPath.init(), *pathPtr)) { |
| 1222 | pathPtr = tmpPath.get(); |
| 1223 | stroke.writable()->setFillStyle(); |
| commit-bot@chromium.org | e0a868c | 2013-11-22 07:02:11 +0000 | [diff] [blame] | 1224 | if (pathPtr->isEmpty()) { |
| 1225 | return; |
| 1226 | } |
| robertphillips@google.com | eb928ea | 2013-01-08 13:45:09 +0000 | [diff] [blame] | 1227 | } |
| 1228 | } |
| commit-bot@chromium.org | 19dd017 | 2013-08-05 13:28:55 +0000 | [diff] [blame] | 1229 | |
| robertphillips@google.com | eb928ea | 2013-01-08 13:45:09 +0000 | [diff] [blame] | 1230 | // This time, allow SW renderer |
| robertphillips@google.com | e79f320 | 2014-02-11 16:30:21 +0000 | [diff] [blame] | 1231 | pr = this->getPathRenderer(*pathPtr, *stroke, target, true, type); |
| robertphillips@google.com | eb928ea | 2013-01-08 13:45:09 +0000 | [diff] [blame] | 1232 | } |
| 1233 | |
| robertphillips@google.com | e79f320 | 2014-02-11 16:30:21 +0000 | [diff] [blame] | 1234 | if (NULL == pr) { |
| commit-bot@chromium.org | 515dcd3 | 2013-08-28 14:17:03 +0000 | [diff] [blame] | 1235 | #ifdef SK_DEBUG |
| bsalomon@google.com | 3008519 | 2011-08-19 15:42:31 +0000 | [diff] [blame] | 1236 | GrPrintf("Unable to find path renderer compatible with path.\n"); |
| bsalomon@google.com | 1983f39 | 2011-10-10 15:17:58 +0000 | [diff] [blame] | 1237 | #endif |
| bsalomon@google.com | 3008519 | 2011-08-19 15:42:31 +0000 | [diff] [blame] | 1238 | return; |
| 1239 | } |
| 1240 | |
| robertphillips@google.com | e79f320 | 2014-02-11 16:30:21 +0000 | [diff] [blame] | 1241 | pr->drawPath(*pathPtr, *stroke, target, useCoverageAA); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1242 | } |
| bsalomon@google.com | 8295dc1 | 2011-05-02 12:53:34 +0000 | [diff] [blame] | 1243 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1244 | //////////////////////////////////////////////////////////////////////////////// |
| 1245 | |
| bsalomon@google.com | a7f84e1 | 2011-03-10 14:13:19 +0000 | [diff] [blame] | 1246 | void GrContext::flush(int flagsBitfield) { |
| robertphillips@google.com | e7db8d6 | 2013-07-04 11:48:52 +0000 | [diff] [blame] | 1247 | if (NULL == fDrawBuffer) { |
| 1248 | return; |
| 1249 | } |
| 1250 | |
| bsalomon@google.com | a7f84e1 | 2011-03-10 14:13:19 +0000 | [diff] [blame] | 1251 | if (kDiscard_FlushBit & flagsBitfield) { |
| 1252 | fDrawBuffer->reset(); |
| 1253 | } else { |
| bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 1254 | fDrawBuffer->flush(); |
| junov@google.com | 53a5584 | 2011-06-08 22:55:10 +0000 | [diff] [blame] | 1255 | } |
| bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 1256 | fResourceCache->purgeAsNeeded(); |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 1257 | fFlushToReduceCacheSize = false; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1258 | } |
| 1259 | |
| bsalomon | 81beccc | 2014-10-13 12:32:55 -0700 | [diff] [blame] | 1260 | bool sw_convert_to_premul(GrPixelConfig srcConfig, int width, int height, size_t inRowBytes, |
| 1261 | const void* inPixels, size_t outRowBytes, void* outPixels) { |
| 1262 | SkSrcPixelInfo srcPI; |
| 1263 | if (!GrPixelConfig2ColorType(srcConfig, &srcPI.fColorType)) { |
| bsalomon@google.com | 669fdc4 | 2011-04-05 17:08:27 +0000 | [diff] [blame] | 1264 | return false; |
| 1265 | } |
| bsalomon | 81beccc | 2014-10-13 12:32:55 -0700 | [diff] [blame] | 1266 | srcPI.fAlphaType = kUnpremul_SkAlphaType; |
| 1267 | srcPI.fPixels = inPixels; |
| 1268 | srcPI.fRowBytes = inRowBytes; |
| 1269 | |
| 1270 | SkDstPixelInfo dstPI; |
| 1271 | dstPI.fColorType = srcPI.fColorType; |
| 1272 | dstPI.fAlphaType = kPremul_SkAlphaType; |
| 1273 | dstPI.fPixels = outPixels; |
| 1274 | dstPI.fRowBytes = outRowBytes; |
| 1275 | |
| 1276 | return srcPI.convertPixelsTo(&dstPI, width, height); |
| bsalomon@google.com | 669fdc4 | 2011-04-05 17:08:27 +0000 | [diff] [blame] | 1277 | } |
| 1278 | |
| bsalomon | 81beccc | 2014-10-13 12:32:55 -0700 | [diff] [blame] | 1279 | bool GrContext::writeSurfacePixels(GrSurface* surface, |
| 1280 | int left, int top, int width, int height, |
| 1281 | GrPixelConfig srcConfig, const void* buffer, size_t rowBytes, |
| 1282 | uint32_t pixelOpsFlags) { |
| 1283 | |
| 1284 | { |
| 1285 | GrTexture* texture = NULL; |
| 1286 | if (!(kUnpremul_PixelOpsFlag & pixelOpsFlags) && (texture = surface->asTexture()) && |
| 1287 | fGpu->canWriteTexturePixels(texture, srcConfig)) { |
| 1288 | |
| 1289 | if (!(kDontFlush_PixelOpsFlag & pixelOpsFlags) && |
| 1290 | surface->surfacePriv().hasPendingIO()) { |
| 1291 | this->flush(); |
| 1292 | } |
| 1293 | return fGpu->writeTexturePixels(texture, left, top, width, height, |
| 1294 | srcConfig, buffer, rowBytes); |
| 1295 | // Don't need to check kFlushWrites_PixelOp here, we just did a direct write so the |
| 1296 | // upload is already flushed. |
| 1297 | } |
| 1298 | } |
| 1299 | |
| 1300 | // If we didn't do a direct texture write then we upload the pixels to a texture and draw. |
| 1301 | GrRenderTarget* renderTarget = surface->asRenderTarget(); |
| 1302 | if (NULL == renderTarget) { |
| 1303 | return false; |
| 1304 | } |
| 1305 | |
| 1306 | // We ignore the preferred config unless it is a R/B swap of the src config. In that case |
| 1307 | // we will upload the original src data to a scratch texture but we will spoof it as the swapped |
| 1308 | // config. This scratch will then have R and B swapped. We correct for this by swapping again |
| 1309 | // when drawing the scratch to the dst using a conversion effect. |
| 1310 | bool swapRAndB = false; |
| 1311 | GrPixelConfig writeConfig = srcConfig; |
| 1312 | if (GrPixelConfigSwapRAndB(srcConfig) == |
| 1313 | fGpu->preferredWritePixelsConfig(srcConfig, renderTarget->config())) { |
| 1314 | writeConfig = GrPixelConfigSwapRAndB(srcConfig); |
| 1315 | swapRAndB = true; |
| 1316 | } |
| 1317 | |
| 1318 | GrTextureDesc desc; |
| 1319 | desc.fWidth = width; |
| 1320 | desc.fHeight = height; |
| 1321 | desc.fConfig = writeConfig; |
| bsalomon | e305973 | 2014-10-14 11:47:22 -0700 | [diff] [blame] | 1322 | SkAutoTUnref<GrTexture> texture(this->refScratchTexture(desc, kApprox_ScratchTexMatch)); |
| 1323 | if (!texture) { |
| bsalomon | 81beccc | 2014-10-13 12:32:55 -0700 | [diff] [blame] | 1324 | return false; |
| 1325 | } |
| 1326 | |
| 1327 | SkAutoTUnref<const GrFragmentProcessor> fp; |
| 1328 | SkMatrix textureMatrix; |
| 1329 | textureMatrix.setIDiv(texture->width(), texture->height()); |
| 1330 | |
| 1331 | // allocate a tmp buffer and sw convert the pixels to premul |
| 1332 | SkAutoSTMalloc<128 * 128, uint32_t> tmpPixels(0); |
| 1333 | |
| 1334 | if (kUnpremul_PixelOpsFlag & pixelOpsFlags) { |
| 1335 | if (!GrPixelConfigIs8888(srcConfig)) { |
| 1336 | return false; |
| 1337 | } |
| 1338 | fp.reset(this->createUPMToPMEffect(texture, swapRAndB, textureMatrix)); |
| 1339 | // handle the unpremul step on the CPU if we couldn't create an effect to do it. |
| 1340 | if (NULL == fp) { |
| 1341 | size_t tmpRowBytes = 4 * width; |
| 1342 | tmpPixels.reset(width * height); |
| 1343 | if (!sw_convert_to_premul(srcConfig, width, height, rowBytes, buffer, tmpRowBytes, |
| 1344 | tmpPixels.get())) { |
| 1345 | return false; |
| 1346 | } |
| 1347 | rowBytes = tmpRowBytes; |
| 1348 | buffer = tmpPixels.get(); |
| 1349 | } |
| 1350 | } |
| 1351 | if (NULL == fp) { |
| 1352 | fp.reset(GrConfigConversionEffect::Create(texture, |
| 1353 | swapRAndB, |
| 1354 | GrConfigConversionEffect::kNone_PMConversion, |
| 1355 | textureMatrix)); |
| 1356 | } |
| 1357 | |
| 1358 | // Even if the client told us not to flush, we still flush here. The client may have known that |
| 1359 | // writes to the original surface caused no data hazards, but they can't know that the scratch |
| 1360 | // we just got is safe. |
| 1361 | if (texture->surfacePriv().hasPendingIO()) { |
| 1362 | this->flush(); |
| 1363 | } |
| 1364 | if (!fGpu->writeTexturePixels(texture, 0, 0, width, height, |
| 1365 | writeConfig, buffer, rowBytes)) { |
| 1366 | return false; |
| 1367 | } |
| 1368 | |
| 1369 | SkMatrix matrix; |
| 1370 | matrix.setTranslate(SkIntToScalar(left), SkIntToScalar(top)); |
| 1371 | |
| 1372 | // This function can be called in the midst of drawing another object (e.g., when uploading a |
| 1373 | // SW-rasterized clip while issuing a draw). So we push the current geometry state before |
| 1374 | // drawing a rect to the render target. |
| 1375 | // The bracket ensures we pop the stack if we wind up flushing below. |
| 1376 | { |
| 1377 | GrDrawTarget* drawTarget = this->prepareToDraw(NULL, kYes_BufferedDraw, NULL, NULL); |
| 1378 | GrDrawTarget::AutoGeometryAndStatePush agasp(drawTarget, GrDrawTarget::kReset_ASRInit, |
| 1379 | &matrix); |
| 1380 | GrDrawState* drawState = drawTarget->drawState(); |
| 1381 | drawState->addColorProcessor(fp); |
| 1382 | drawState->setRenderTarget(renderTarget); |
| 1383 | drawState->disableState(GrDrawState::kClip_StateBit); |
| 1384 | drawTarget->drawSimpleRect(SkRect::MakeWH(SkIntToScalar(width), SkIntToScalar(height))); |
| 1385 | } |
| 1386 | |
| 1387 | if (kFlushWrites_PixelOp & pixelOpsFlags) { |
| 1388 | this->flushSurfaceWrites(surface); |
| 1389 | } |
| 1390 | |
| 1391 | return true; |
| 1392 | } |
| bsalomon@google.com | a91e923 | 2012-02-23 15:39:54 +0000 | [diff] [blame] | 1393 | |
| reed@google.com | 7111d46 | 2014-03-25 16:20:24 +0000 | [diff] [blame] | 1394 | // toggles between RGBA and BGRA |
| 1395 | static SkColorType toggle_colortype32(SkColorType ct) { |
| 1396 | if (kRGBA_8888_SkColorType == ct) { |
| 1397 | return kBGRA_8888_SkColorType; |
| 1398 | } else { |
| 1399 | SkASSERT(kBGRA_8888_SkColorType == ct); |
| 1400 | return kRGBA_8888_SkColorType; |
| bsalomon@google.com | a91e923 | 2012-02-23 15:39:54 +0000 | [diff] [blame] | 1401 | } |
| 1402 | } |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1403 | |
| bsalomon@google.com | 0342a85 | 2012-08-20 19:22:38 +0000 | [diff] [blame] | 1404 | bool GrContext::readRenderTargetPixels(GrRenderTarget* target, |
| 1405 | int left, int top, int width, int height, |
| bsalomon@google.com | 9c68058 | 2013-02-06 18:17:50 +0000 | [diff] [blame] | 1406 | GrPixelConfig dstConfig, void* buffer, size_t rowBytes, |
| bsalomon@google.com | 0342a85 | 2012-08-20 19:22:38 +0000 | [diff] [blame] | 1407 | uint32_t flags) { |
| bsalomon@google.com | bc4b654 | 2011-11-19 13:56:11 +0000 | [diff] [blame] | 1408 | ASSERT_OWNED_RESOURCE(target); |
| 1409 | |
| rmistry@google.com | fbfcd56 | 2012-08-23 18:09:54 +0000 | [diff] [blame] | 1410 | if (NULL == target) { |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 1411 | target = fRenderTarget.get(); |
| bsalomon@google.com | c436499 | 2011-11-07 15:54:49 +0000 | [diff] [blame] | 1412 | if (NULL == target) { |
| 1413 | return false; |
| 1414 | } |
| 1415 | } |
| bsalomon@google.com | 669fdc4 | 2011-04-05 17:08:27 +0000 | [diff] [blame] | 1416 | |
| bsalomon | afbf2d6 | 2014-09-30 12:18:44 -0700 | [diff] [blame] | 1417 | if (!(kDontFlush_PixelOpsFlag & flags) && target->surfacePriv().hasPendingWrite()) { |
| bsalomon@google.com | 6f37951 | 2011-11-16 20:36:03 +0000 | [diff] [blame] | 1418 | this->flush(); |
| 1419 | } |
| bsalomon@google.com | c436499 | 2011-11-07 15:54:49 +0000 | [diff] [blame] | 1420 | |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1421 | // Determine which conversions have to be applied: flipY, swapRAnd, and/or unpremul. |
| bsalomon@google.com | 0342a85 | 2012-08-20 19:22:38 +0000 | [diff] [blame] | 1422 | |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1423 | // If fGpu->readPixels would incur a y-flip cost then we will read the pixels upside down. We'll |
| 1424 | // either do the flipY by drawing into a scratch with a matrix or on the cpu after the read. |
| 1425 | bool flipY = fGpu->readPixelsWillPayForYFlip(target, left, top, |
| bsalomon@google.com | 9c68058 | 2013-02-06 18:17:50 +0000 | [diff] [blame] | 1426 | width, height, dstConfig, |
| bsalomon@google.com | c436499 | 2011-11-07 15:54:49 +0000 | [diff] [blame] | 1427 | rowBytes); |
| bsalomon@google.com | 9c68058 | 2013-02-06 18:17:50 +0000 | [diff] [blame] | 1428 | // We ignore the preferred config if it is different than our config unless it is an R/B swap. |
| 1429 | // In that case we'll perform an R and B swap while drawing to a scratch texture of the swapped |
| 1430 | // config. Then we will call readPixels on the scratch with the swapped config. The swaps during |
| 1431 | // the draw cancels out the fact that we call readPixels with a config that is R/B swapped from |
| 1432 | // dstConfig. |
| 1433 | GrPixelConfig readConfig = dstConfig; |
| 1434 | bool swapRAndB = false; |
| commit-bot@chromium.org | 5d1d79a | 2013-05-24 18:52:52 +0000 | [diff] [blame] | 1435 | if (GrPixelConfigSwapRAndB(dstConfig) == |
| 1436 | fGpu->preferredReadPixelsConfig(dstConfig, target->config())) { |
| bsalomon@google.com | 9c68058 | 2013-02-06 18:17:50 +0000 | [diff] [blame] | 1437 | readConfig = GrPixelConfigSwapRAndB(readConfig); |
| 1438 | swapRAndB = true; |
| 1439 | } |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1440 | |
| bsalomon@google.com | 0342a85 | 2012-08-20 19:22:38 +0000 | [diff] [blame] | 1441 | bool unpremul = SkToBool(kUnpremul_PixelOpsFlag & flags); |
| bsalomon@google.com | c436499 | 2011-11-07 15:54:49 +0000 | [diff] [blame] | 1442 | |
| bsalomon@google.com | 9c68058 | 2013-02-06 18:17:50 +0000 | [diff] [blame] | 1443 | if (unpremul && !GrPixelConfigIs8888(dstConfig)) { |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1444 | // The unpremul flag is only allowed for these two configs. |
| bsalomon@google.com | 0a97be2 | 2011-11-08 19:20:57 +0000 | [diff] [blame] | 1445 | return false; |
| 1446 | } |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1447 | |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1448 | // If the src is a texture and we would have to do conversions after read pixels, we instead |
| 1449 | // do the conversions by drawing the src to a scratch texture. If we handle any of the |
| 1450 | // conversions in the draw we set the corresponding bool to false so that we don't reapply it |
| 1451 | // on the read back pixels. |
| 1452 | GrTexture* src = target->asTexture(); |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1453 | if (src && (swapRAndB || unpremul || flipY)) { |
| bsalomon | 81beccc | 2014-10-13 12:32:55 -0700 | [diff] [blame] | 1454 | // Make the scratch a render so we can read its pixels. |
| robertphillips@google.com | 75b3c96 | 2012-06-07 12:08:45 +0000 | [diff] [blame] | 1455 | GrTextureDesc desc; |
| 1456 | desc.fFlags = kRenderTarget_GrTextureFlagBit; |
| 1457 | desc.fWidth = width; |
| 1458 | desc.fHeight = height; |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1459 | desc.fConfig = readConfig; |
| senorblanco@chromium.org | 3cb406b | 2013-02-05 19:50:46 +0000 | [diff] [blame] | 1460 | desc.fOrigin = kTopLeft_GrSurfaceOrigin; |
| bsalomon@google.com | c4ff22a | 2011-11-10 21:56:21 +0000 | [diff] [blame] | 1461 | |
| bsalomon@google.com | 9c68058 | 2013-02-06 18:17:50 +0000 | [diff] [blame] | 1462 | // When a full read back is faster than a partial we could always make the scratch exactly |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1463 | // match the passed rect. However, if we see many different size rectangles we will trash |
| 1464 | // our texture cache and pay the cost of creating and destroying many textures. So, we only |
| 1465 | // request an exact match when the caller is reading an entire RT. |
| bsalomon@google.com | 56d11e0 | 2011-11-30 19:59:08 +0000 | [diff] [blame] | 1466 | ScratchTexMatch match = kApprox_ScratchTexMatch; |
| 1467 | if (0 == left && |
| 1468 | 0 == top && |
| 1469 | target->width() == width && |
| 1470 | target->height() == height && |
| 1471 | fGpu->fullReadPixelsIsFasterThanPartial()) { |
| 1472 | match = kExact_ScratchTexMatch; |
| 1473 | } |
| bsalomon | e305973 | 2014-10-14 11:47:22 -0700 | [diff] [blame] | 1474 | SkAutoTUnref<GrTexture> texture(this->refScratchTexture(desc, match)); |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1475 | if (texture) { |
| bsalomon@google.com | d8b5fac | 2012-11-01 17:02:46 +0000 | [diff] [blame] | 1476 | // compute a matrix to perform the draw |
| bsalomon@google.com | b9086a0 | 2012-11-01 18:02:54 +0000 | [diff] [blame] | 1477 | SkMatrix textureMatrix; |
| senorblanco@chromium.org | 3cb406b | 2013-02-05 19:50:46 +0000 | [diff] [blame] | 1478 | textureMatrix.setTranslate(SK_Scalar1 *left, SK_Scalar1 *top); |
| bsalomon@google.com | d8b5fac | 2012-11-01 17:02:46 +0000 | [diff] [blame] | 1479 | textureMatrix.postIDiv(src->width(), src->height()); |
| 1480 | |
| joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 1481 | SkAutoTUnref<const GrFragmentProcessor> fp; |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1482 | if (unpremul) { |
| joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 1483 | fp.reset(this->createPMToUPMEffect(src, swapRAndB, textureMatrix)); |
| 1484 | if (fp) { |
| bsalomon@google.com | 9c68058 | 2013-02-06 18:17:50 +0000 | [diff] [blame] | 1485 | unpremul = false; // we no longer need to do this on CPU after the read back. |
| bsalomon@google.com | d8b5fac | 2012-11-01 17:02:46 +0000 | [diff] [blame] | 1486 | } |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1487 | } |
| 1488 | // If we failed to create a PM->UPM effect and have no other conversions to perform then |
| 1489 | // there is no longer any point to using the scratch. |
| joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 1490 | if (fp || flipY || swapRAndB) { |
| 1491 | if (!fp) { |
| 1492 | fp.reset(GrConfigConversionEffect::Create( |
| 1493 | src, swapRAndB, GrConfigConversionEffect::kNone_PMConversion, |
| 1494 | textureMatrix)); |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1495 | } |
| 1496 | swapRAndB = false; // we will handle the swap in the draw. |
| bsalomon@google.com | c436499 | 2011-11-07 15:54:49 +0000 | [diff] [blame] | 1497 | |
| robertphillips@google.com | 13f181f | 2013-03-02 12:02:08 +0000 | [diff] [blame] | 1498 | // We protect the existing geometry here since it may not be |
| 1499 | // clear to the caller that a draw operation (i.e., drawSimpleRect) |
| 1500 | // can be invoked in this method |
| 1501 | GrDrawTarget::AutoGeometryAndStatePush agasp(fGpu, GrDrawTarget::kReset_ASRInit); |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1502 | GrDrawState* drawState = fGpu->drawState(); |
| joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 1503 | SkASSERT(fp); |
| 1504 | drawState->addColorProcessor(fp); |
| bsalomon@google.com | d8b5fac | 2012-11-01 17:02:46 +0000 | [diff] [blame] | 1505 | |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1506 | drawState->setRenderTarget(texture->asRenderTarget()); |
| commit-bot@chromium.org | fd03d4a | 2013-07-17 21:39:42 +0000 | [diff] [blame] | 1507 | SkRect rect = SkRect::MakeWH(SkIntToScalar(width), SkIntToScalar(height)); |
| bsalomon | 01c8da1 | 2014-08-04 09:21:30 -0700 | [diff] [blame] | 1508 | fGpu->drawSimpleRect(rect); |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1509 | // we want to read back from the scratch's origin |
| 1510 | left = 0; |
| 1511 | top = 0; |
| 1512 | target = texture->asRenderTarget(); |
| 1513 | } |
| bsalomon@google.com | 0342a85 | 2012-08-20 19:22:38 +0000 | [diff] [blame] | 1514 | } |
| bsalomon@google.com | c436499 | 2011-11-07 15:54:49 +0000 | [diff] [blame] | 1515 | } |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1516 | if (!fGpu->readPixels(target, |
| 1517 | left, top, width, height, |
| senorblanco@chromium.org | 3cb406b | 2013-02-05 19:50:46 +0000 | [diff] [blame] | 1518 | readConfig, buffer, rowBytes)) { |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1519 | return false; |
| 1520 | } |
| bsalomon@google.com | d8b5fac | 2012-11-01 17:02:46 +0000 | [diff] [blame] | 1521 | // Perform any conversions we weren't able to perform using a scratch texture. |
| senorblanco@chromium.org | 3cb406b | 2013-02-05 19:50:46 +0000 | [diff] [blame] | 1522 | if (unpremul || swapRAndB) { |
| reed@google.com | 7111d46 | 2014-03-25 16:20:24 +0000 | [diff] [blame] | 1523 | SkDstPixelInfo dstPI; |
| 1524 | if (!GrPixelConfig2ColorType(dstConfig, &dstPI.fColorType)) { |
| 1525 | return false; |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1526 | } |
| reed@google.com | 7111d46 | 2014-03-25 16:20:24 +0000 | [diff] [blame] | 1527 | dstPI.fAlphaType = kUnpremul_SkAlphaType; |
| 1528 | dstPI.fPixels = buffer; |
| 1529 | dstPI.fRowBytes = rowBytes; |
| 1530 | |
| 1531 | SkSrcPixelInfo srcPI; |
| 1532 | srcPI.fColorType = swapRAndB ? toggle_colortype32(dstPI.fColorType) : dstPI.fColorType; |
| 1533 | srcPI.fAlphaType = kPremul_SkAlphaType; |
| 1534 | srcPI.fPixels = buffer; |
| 1535 | srcPI.fRowBytes = rowBytes; |
| 1536 | |
| 1537 | return srcPI.convertPixelsTo(&dstPI, width, height); |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1538 | } |
| 1539 | return true; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1540 | } |
| 1541 | |
| bsalomon@google.com | 75f9f25 | 2012-01-31 13:35:56 +0000 | [diff] [blame] | 1542 | void GrContext::resolveRenderTarget(GrRenderTarget* target) { |
| tfarina@chromium.org | f6de475 | 2013-08-17 00:02:59 +0000 | [diff] [blame] | 1543 | SkASSERT(target); |
| bsalomon@google.com | 75f9f25 | 2012-01-31 13:35:56 +0000 | [diff] [blame] | 1544 | ASSERT_OWNED_RESOURCE(target); |
| 1545 | // In the future we may track whether there are any pending draws to this |
| 1546 | // target. We don't today so we always perform a flush. We don't promise |
| 1547 | // this to our clients, though. |
| 1548 | this->flush(); |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1549 | if (fGpu) { |
| bsalomon | 41ebbdd | 2014-08-04 08:31:39 -0700 | [diff] [blame] | 1550 | fGpu->resolveRenderTarget(target); |
| 1551 | } |
| bsalomon@google.com | 75f9f25 | 2012-01-31 13:35:56 +0000 | [diff] [blame] | 1552 | } |
| 1553 | |
| bsalomon | 41ebbdd | 2014-08-04 08:31:39 -0700 | [diff] [blame] | 1554 | void GrContext::discardRenderTarget(GrRenderTarget* renderTarget) { |
| 1555 | SkASSERT(renderTarget); |
| 1556 | ASSERT_OWNED_RESOURCE(renderTarget); |
| commit-bot@chromium.org | 28361fa | 2014-03-28 16:08:05 +0000 | [diff] [blame] | 1557 | AutoRestoreEffects are; |
| 1558 | AutoCheckFlush acf(this); |
| bsalomon | 41ebbdd | 2014-08-04 08:31:39 -0700 | [diff] [blame] | 1559 | GrDrawTarget* target = this->prepareToDraw(NULL, BUFFERED_DRAW, &are, &acf); |
| 1560 | if (NULL == target) { |
| 1561 | return; |
| 1562 | } |
| 1563 | target->discard(renderTarget); |
| commit-bot@chromium.org | 28361fa | 2014-03-28 16:08:05 +0000 | [diff] [blame] | 1564 | } |
| 1565 | |
| bsalomon | f80bfed | 2014-10-07 05:56:02 -0700 | [diff] [blame] | 1566 | void GrContext::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, |
| 1567 | const SkIPoint& dstPoint, uint32_t pixelOpsFlags) { |
| senorblanco@chromium.org | ef843cd | 2011-12-02 19:11:17 +0000 | [diff] [blame] | 1568 | if (NULL == src || NULL == dst) { |
| 1569 | return; |
| 1570 | } |
| bsalomon | e3d4bf2 | 2014-09-23 09:15:03 -0700 | [diff] [blame] | 1571 | ASSERT_OWNED_RESOURCE(src); |
| junov | 2bb5210 | 2014-09-29 10:18:59 -0700 | [diff] [blame] | 1572 | ASSERT_OWNED_RESOURCE(dst); |
| Brian Salomon | 34a9895 | 2014-09-24 11:41:24 -0400 | [diff] [blame] | 1573 | |
| bsalomon | f80bfed | 2014-10-07 05:56:02 -0700 | [diff] [blame] | 1574 | // Since we're going to the draw target and not GPU, no need to check kNoFlush |
| 1575 | // here. |
| junov | 96c118e | 2014-09-26 13:09:47 -0700 | [diff] [blame] | 1576 | |
| 1577 | GrDrawTarget* target = this->prepareToDraw(NULL, BUFFERED_DRAW, NULL, NULL); |
| 1578 | if (NULL == target) { |
| 1579 | return; |
| 1580 | } |
| junov | 96c118e | 2014-09-26 13:09:47 -0700 | [diff] [blame] | 1581 | target->copySurface(dst, src, srcRect, dstPoint); |
| bsalomon | f80bfed | 2014-10-07 05:56:02 -0700 | [diff] [blame] | 1582 | |
| 1583 | if (kFlushWrites_PixelOp & pixelOpsFlags) { |
| 1584 | this->flush(); |
| 1585 | } |
| senorblanco@chromium.org | ef843cd | 2011-12-02 19:11:17 +0000 | [diff] [blame] | 1586 | } |
| 1587 | |
| bsalomon | f80bfed | 2014-10-07 05:56:02 -0700 | [diff] [blame] | 1588 | void GrContext::flushSurfaceWrites(GrSurface* surface) { |
| 1589 | if (surface->surfacePriv().hasPendingWrite()) { |
| 1590 | this->flush(); |
| 1591 | } |
| 1592 | } |
| 1593 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1594 | //////////////////////////////////////////////////////////////////////////////// |
| 1595 | |
| bsalomon@google.com | eb6879f | 2013-06-13 19:34:18 +0000 | [diff] [blame] | 1596 | GrDrawTarget* GrContext::prepareToDraw(const GrPaint* paint, |
| 1597 | BufferedDraw buffered, |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 1598 | AutoRestoreEffects* are, |
| 1599 | AutoCheckFlush* acf) { |
| bsalomon@google.com | eb6879f | 2013-06-13 19:34:18 +0000 | [diff] [blame] | 1600 | // All users of this draw state should be freeing up all effects when they're done. |
| 1601 | // Otherwise effects that own resources may keep those resources alive indefinitely. |
| joshualitt | bd769d0 | 2014-09-04 08:56:46 -0700 | [diff] [blame] | 1602 | SkASSERT(0 == fDrawState->numColorStages() && 0 == fDrawState->numCoverageStages() && |
| 1603 | !fDrawState->hasGeometryProcessor()); |
| bsalomon@google.com | eb6879f | 2013-06-13 19:34:18 +0000 | [diff] [blame] | 1604 | |
| bsalomon | 41ebbdd | 2014-08-04 08:31:39 -0700 | [diff] [blame] | 1605 | if (NULL == fGpu) { |
| 1606 | return NULL; |
| 1607 | } |
| 1608 | |
| bsalomon@google.com | 1d4edd3 | 2012-08-16 18:36:06 +0000 | [diff] [blame] | 1609 | if (kNo_BufferedDraw == buffered && kYes_BufferedDraw == fLastDrawWasBuffered) { |
| robertphillips@google.com | 1267fbd | 2013-07-03 18:37:27 +0000 | [diff] [blame] | 1610 | fDrawBuffer->flush(); |
| bsalomon@google.com | 1d4edd3 | 2012-08-16 18:36:06 +0000 | [diff] [blame] | 1611 | fLastDrawWasBuffered = kNo_BufferedDraw; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1612 | } |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 1613 | ASSERT_OWNED_RESOURCE(fRenderTarget.get()); |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1614 | if (paint) { |
| 1615 | SkASSERT(are); |
| 1616 | SkASSERT(acf); |
| bsalomon@google.com | eb6879f | 2013-06-13 19:34:18 +0000 | [diff] [blame] | 1617 | are->set(fDrawState); |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 1618 | fDrawState->setFromPaint(*paint, fViewMatrix, fRenderTarget.get()); |
| bsalomon@google.com | af84e74 | 2012-10-05 13:23:24 +0000 | [diff] [blame] | 1619 | #if GR_DEBUG_PARTIAL_COVERAGE_CHECK |
| 1620 | if ((paint->hasMask() || 0xff != paint->fCoverage) && |
| bsalomon | 62c447d | 2014-08-08 08:08:50 -0700 | [diff] [blame] | 1621 | !fDrawState->couldApplyCoverage(fGpu->caps())) { |
| bsalomon@google.com | af84e74 | 2012-10-05 13:23:24 +0000 | [diff] [blame] | 1622 | GrPrintf("Partial pixel coverage will be incorrectly blended.\n"); |
| 1623 | } |
| 1624 | #endif |
| bsalomon | 9c0822a | 2014-08-11 11:07:48 -0700 | [diff] [blame] | 1625 | // Clear any vertex attributes configured for the previous use of the |
| 1626 | // GrDrawState which can effect which blend optimizations are in effect. |
| 1627 | fDrawState->setDefaultVertexAttribs(); |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 1628 | } else { |
| bsalomon@google.com | 137f134 | 2013-05-29 21:27:53 +0000 | [diff] [blame] | 1629 | fDrawState->reset(fViewMatrix); |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 1630 | fDrawState->setRenderTarget(fRenderTarget.get()); |
| bsalomon@google.com | 07ea2db | 2012-08-17 14:06:49 +0000 | [diff] [blame] | 1631 | } |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 1632 | GrDrawTarget* target; |
| bsalomon@google.com | 1d4edd3 | 2012-08-16 18:36:06 +0000 | [diff] [blame] | 1633 | if (kYes_BufferedDraw == buffered) { |
| bsalomon@google.com | 1d4edd3 | 2012-08-16 18:36:06 +0000 | [diff] [blame] | 1634 | fLastDrawWasBuffered = kYes_BufferedDraw; |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 1635 | target = fDrawBuffer; |
| bsalomon@google.com | 1d4edd3 | 2012-08-16 18:36:06 +0000 | [diff] [blame] | 1636 | } else { |
| tfarina@chromium.org | f6de475 | 2013-08-17 00:02:59 +0000 | [diff] [blame] | 1637 | SkASSERT(kNo_BufferedDraw == buffered); |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 1638 | fLastDrawWasBuffered = kNo_BufferedDraw; |
| 1639 | target = fGpu; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1640 | } |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1641 | fDrawState->setState(GrDrawState::kClip_StateBit, fClip && |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 1642 | !fClip->fClipStack->isWideOpen()); |
| 1643 | target->setClip(fClip); |
| tfarina@chromium.org | f6de475 | 2013-08-17 00:02:59 +0000 | [diff] [blame] | 1644 | SkASSERT(fDrawState == target->drawState()); |
| commit-bot@chromium.org | bb6a317 | 2013-05-28 17:25:49 +0000 | [diff] [blame] | 1645 | return target; |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1646 | } |
| 1647 | |
| robertphillips@google.com | 72176b2 | 2012-05-23 13:19:12 +0000 | [diff] [blame] | 1648 | /* |
| 1649 | * This method finds a path renderer that can draw the specified path on |
| 1650 | * the provided target. |
| rmistry@google.com | fbfcd56 | 2012-08-23 18:09:54 +0000 | [diff] [blame] | 1651 | * Due to its expense, the software path renderer has split out so it can |
| robertphillips@google.com | 72176b2 | 2012-05-23 13:19:12 +0000 | [diff] [blame] | 1652 | * can be individually allowed/disallowed via the "allowSW" boolean. |
| 1653 | */ |
| bsalomon@google.com | 8d033a1 | 2012-04-27 15:52:53 +0000 | [diff] [blame] | 1654 | GrPathRenderer* GrContext::getPathRenderer(const SkPath& path, |
| sugoi@google.com | 5f74cf8 | 2012-12-17 21:16:45 +0000 | [diff] [blame] | 1655 | const SkStrokeRec& stroke, |
| bsalomon@google.com | c2099d2 | 2012-03-02 21:26:50 +0000 | [diff] [blame] | 1656 | const GrDrawTarget* target, |
| bsalomon@google.com | 45a15f5 | 2012-12-10 19:10:17 +0000 | [diff] [blame] | 1657 | bool allowSW, |
| 1658 | GrPathRendererChain::DrawType drawType, |
| 1659 | GrPathRendererChain::StencilSupport* stencilSupport) { |
| 1660 | |
| bsalomon@google.com | 3008519 | 2011-08-19 15:42:31 +0000 | [diff] [blame] | 1661 | if (NULL == fPathRendererChain) { |
| bsalomon@google.com | 45a15f5 | 2012-12-10 19:10:17 +0000 | [diff] [blame] | 1662 | fPathRendererChain = SkNEW_ARGS(GrPathRendererChain, (this)); |
| bsalomon@google.com | 3008519 | 2011-08-19 15:42:31 +0000 | [diff] [blame] | 1663 | } |
| robertphillips@google.com | 72176b2 | 2012-05-23 13:19:12 +0000 | [diff] [blame] | 1664 | |
| sugoi@google.com | 12b4e27 | 2012-12-06 20:13:11 +0000 | [diff] [blame] | 1665 | GrPathRenderer* pr = fPathRendererChain->getPathRenderer(path, |
| 1666 | stroke, |
| robertphillips@google.com | 72176b2 | 2012-05-23 13:19:12 +0000 | [diff] [blame] | 1667 | target, |
| bsalomon@google.com | 45a15f5 | 2012-12-10 19:10:17 +0000 | [diff] [blame] | 1668 | drawType, |
| 1669 | stencilSupport); |
| robertphillips@google.com | 72176b2 | 2012-05-23 13:19:12 +0000 | [diff] [blame] | 1670 | |
| 1671 | if (NULL == pr && allowSW) { |
| 1672 | if (NULL == fSoftwarePathRenderer) { |
| tomhudson@google.com | c377baf | 2012-07-09 20:17:56 +0000 | [diff] [blame] | 1673 | fSoftwarePathRenderer = SkNEW_ARGS(GrSoftwarePathRenderer, (this)); |
| robertphillips@google.com | 72176b2 | 2012-05-23 13:19:12 +0000 | [diff] [blame] | 1674 | } |
| robertphillips@google.com | 72176b2 | 2012-05-23 13:19:12 +0000 | [diff] [blame] | 1675 | pr = fSoftwarePathRenderer; |
| 1676 | } |
| 1677 | |
| 1678 | return pr; |
| bsalomon@google.com | 3008519 | 2011-08-19 15:42:31 +0000 | [diff] [blame] | 1679 | } |
| 1680 | |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1681 | //////////////////////////////////////////////////////////////////////////////// |
| commit-bot@chromium.org | 6b7938f | 2013-10-15 14:18:16 +0000 | [diff] [blame] | 1682 | bool GrContext::isConfigRenderable(GrPixelConfig config, bool withMSAA) const { |
| 1683 | return fGpu->caps()->isConfigRenderable(config, withMSAA); |
| robertphillips@google.com | 99a5ac0 | 2012-04-10 19:26:38 +0000 | [diff] [blame] | 1684 | } |
| 1685 | |
| commit-bot@chromium.org | b471a32 | 2014-03-10 07:40:03 +0000 | [diff] [blame] | 1686 | int GrContext::getRecommendedSampleCount(GrPixelConfig config, |
| 1687 | SkScalar dpi) const { |
| 1688 | if (!this->isConfigRenderable(config, true)) { |
| 1689 | return 0; |
| 1690 | } |
| 1691 | int chosenSampleCount = 0; |
| 1692 | if (fGpu->caps()->pathRenderingSupport()) { |
| 1693 | if (dpi >= 250.0f) { |
| 1694 | chosenSampleCount = 4; |
| 1695 | } else { |
| 1696 | chosenSampleCount = 16; |
| 1697 | } |
| 1698 | } |
| 1699 | return chosenSampleCount <= fGpu->caps()->maxSampleCount() ? |
| 1700 | chosenSampleCount : 0; |
| 1701 | } |
| 1702 | |
| bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 1703 | void GrContext::setupDrawBuffer() { |
| tfarina@chromium.org | f6de475 | 2013-08-17 00:02:59 +0000 | [diff] [blame] | 1704 | SkASSERT(NULL == fDrawBuffer); |
| 1705 | SkASSERT(NULL == fDrawBufferVBAllocPool); |
| 1706 | SkASSERT(NULL == fDrawBufferIBAllocPool); |
| bsalomon@google.com | 8fe7247 | 2011-03-30 21:26:44 +0000 | [diff] [blame] | 1707 | |
| bsalomon@google.com | de6ac2d | 2011-02-25 21:50:42 +0000 | [diff] [blame] | 1708 | fDrawBufferVBAllocPool = |
| tomhudson@google.com | c377baf | 2012-07-09 20:17:56 +0000 | [diff] [blame] | 1709 | SkNEW_ARGS(GrVertexBufferAllocPool, (fGpu, false, |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1710 | DRAW_BUFFER_VBPOOL_BUFFER_SIZE, |
| tomhudson@google.com | c377baf | 2012-07-09 20:17:56 +0000 | [diff] [blame] | 1711 | DRAW_BUFFER_VBPOOL_PREALLOC_BUFFERS)); |
| bsalomon@google.com | de6ac2d | 2011-02-25 21:50:42 +0000 | [diff] [blame] | 1712 | fDrawBufferIBAllocPool = |
| tomhudson@google.com | c377baf | 2012-07-09 20:17:56 +0000 | [diff] [blame] | 1713 | SkNEW_ARGS(GrIndexBufferAllocPool, (fGpu, false, |
| bsalomon@google.com | de6ac2d | 2011-02-25 21:50:42 +0000 | [diff] [blame] | 1714 | DRAW_BUFFER_IBPOOL_BUFFER_SIZE, |
| tomhudson@google.com | c377baf | 2012-07-09 20:17:56 +0000 | [diff] [blame] | 1715 | DRAW_BUFFER_IBPOOL_PREALLOC_BUFFERS)); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1716 | |
| tomhudson@google.com | c377baf | 2012-07-09 20:17:56 +0000 | [diff] [blame] | 1717 | fDrawBuffer = SkNEW_ARGS(GrInOrderDrawBuffer, (fGpu, |
| bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 1718 | fDrawBufferVBAllocPool, |
| 1719 | fDrawBufferIBAllocPool)); |
| bsalomon@google.com | 3c4d032 | 2012-04-03 18:04:51 +0000 | [diff] [blame] | 1720 | |
| bsalomon@google.com | 6e4e650 | 2013-02-25 20:12:45 +0000 | [diff] [blame] | 1721 | fDrawBuffer->setDrawState(fDrawState); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1722 | } |
| 1723 | |
| bsalomon@google.com | 21c10c5 | 2013-06-13 17:44:07 +0000 | [diff] [blame] | 1724 | GrDrawTarget* GrContext::getTextTarget() { |
| commit-bot@chromium.org | 5dbb149 | 2013-10-04 16:23:58 +0000 | [diff] [blame] | 1725 | return this->prepareToDraw(NULL, BUFFERED_DRAW, NULL, NULL); |
| bsalomon@google.com | 27847de | 2011-02-22 20:59:41 +0000 | [diff] [blame] | 1726 | } |
| 1727 | |
| 1728 | const GrIndexBuffer* GrContext::getQuadIndexBuffer() const { |
| 1729 | return fGpu->getQuadIndexBuffer(); |
| 1730 | } |
| bsalomon@google.com | dfe75bc | 2011-03-25 12:31:16 +0000 | [diff] [blame] | 1731 | |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1732 | namespace { |
| 1733 | void test_pm_conversions(GrContext* ctx, int* pmToUPMValue, int* upmToPMValue) { |
| 1734 | GrConfigConversionEffect::PMConversion pmToUPM; |
| 1735 | GrConfigConversionEffect::PMConversion upmToPM; |
| 1736 | GrConfigConversionEffect::TestForPreservingPMConversions(ctx, &pmToUPM, &upmToPM); |
| 1737 | *pmToUPMValue = pmToUPM; |
| 1738 | *upmToPMValue = upmToPM; |
| 1739 | } |
| 1740 | } |
| 1741 | |
| joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 1742 | const GrFragmentProcessor* GrContext::createPMToUPMEffect(GrTexture* texture, |
| 1743 | bool swapRAndB, |
| 1744 | const SkMatrix& matrix) { |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1745 | if (!fDidTestPMConversions) { |
| 1746 | test_pm_conversions(this, &fPMToUPMConversion, &fUPMToPMConversion); |
| bsalomon@google.com | d0f3f68 | 2012-08-28 13:08:14 +0000 | [diff] [blame] | 1747 | fDidTestPMConversions = true; |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1748 | } |
| 1749 | GrConfigConversionEffect::PMConversion pmToUPM = |
| 1750 | static_cast<GrConfigConversionEffect::PMConversion>(fPMToUPMConversion); |
| 1751 | if (GrConfigConversionEffect::kNone_PMConversion != pmToUPM) { |
| bsalomon@google.com | adc6536 | 2013-01-28 14:26:09 +0000 | [diff] [blame] | 1752 | return GrConfigConversionEffect::Create(texture, swapRAndB, pmToUPM, matrix); |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1753 | } else { |
| bsalomon@google.com | adc6536 | 2013-01-28 14:26:09 +0000 | [diff] [blame] | 1754 | return NULL; |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1755 | } |
| 1756 | } |
| 1757 | |
| joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 1758 | const GrFragmentProcessor* GrContext::createUPMToPMEffect(GrTexture* texture, |
| 1759 | bool swapRAndB, |
| 1760 | const SkMatrix& matrix) { |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1761 | if (!fDidTestPMConversions) { |
| 1762 | test_pm_conversions(this, &fPMToUPMConversion, &fUPMToPMConversion); |
| bsalomon@google.com | d0f3f68 | 2012-08-28 13:08:14 +0000 | [diff] [blame] | 1763 | fDidTestPMConversions = true; |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1764 | } |
| 1765 | GrConfigConversionEffect::PMConversion upmToPM = |
| 1766 | static_cast<GrConfigConversionEffect::PMConversion>(fUPMToPMConversion); |
| 1767 | if (GrConfigConversionEffect::kNone_PMConversion != upmToPM) { |
| bsalomon@google.com | adc6536 | 2013-01-28 14:26:09 +0000 | [diff] [blame] | 1768 | return GrConfigConversionEffect::Create(texture, swapRAndB, upmToPM, matrix); |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1769 | } else { |
| bsalomon@google.com | adc6536 | 2013-01-28 14:26:09 +0000 | [diff] [blame] | 1770 | return NULL; |
| bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 1771 | } |
| 1772 | } |
| 1773 | |
| bsalomon | 6d3fe02 | 2014-07-25 08:35:45 -0700 | [diff] [blame] | 1774 | void GrContext::addResourceToCache(const GrResourceKey& resourceKey, GrGpuResource* resource) { |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 1775 | fResourceCache->addResource(resourceKey, resource); |
| commit-bot@chromium.org | 95a2b0e | 2014-05-05 19:21:16 +0000 | [diff] [blame] | 1776 | } |
| 1777 | |
| bsalomon | 6d3fe02 | 2014-07-25 08:35:45 -0700 | [diff] [blame] | 1778 | GrGpuResource* GrContext::findAndRefCachedResource(const GrResourceKey& resourceKey) { |
| 1779 | GrGpuResource* resource = fResourceCache->find(resourceKey); |
| commit-bot@chromium.org | 95a2b0e | 2014-05-05 19:21:16 +0000 | [diff] [blame] | 1780 | SkSafeRef(resource); |
| 1781 | return resource; |
| 1782 | } |
| 1783 | |
| egdaniel | bbcb38d | 2014-06-19 10:19:29 -0700 | [diff] [blame] | 1784 | void GrContext::addGpuTraceMarker(const GrGpuTraceMarker* marker) { |
| 1785 | fGpu->addGpuTraceMarker(marker); |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1786 | if (fDrawBuffer) { |
| egdaniel | bbcb38d | 2014-06-19 10:19:29 -0700 | [diff] [blame] | 1787 | fDrawBuffer->addGpuTraceMarker(marker); |
| 1788 | } |
| 1789 | } |
| 1790 | |
| 1791 | void GrContext::removeGpuTraceMarker(const GrGpuTraceMarker* marker) { |
| 1792 | fGpu->removeGpuTraceMarker(marker); |
| bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1793 | if (fDrawBuffer) { |
| egdaniel | bbcb38d | 2014-06-19 10:19:29 -0700 | [diff] [blame] | 1794 | fDrawBuffer->removeGpuTraceMarker(marker); |
| 1795 | } |
| 1796 | } |
| 1797 | |
| bsalomon@google.com | c436499 | 2011-11-07 15:54:49 +0000 | [diff] [blame] | 1798 | /////////////////////////////////////////////////////////////////////////////// |
| robertphillips@google.com | 5955202 | 2012-08-31 13:07:37 +0000 | [diff] [blame] | 1799 | #if GR_CACHE_STATS |
| robertphillips@google.com | 5f9f2f5 | 2012-08-22 10:57:05 +0000 | [diff] [blame] | 1800 | void GrContext::printCacheStats() const { |
| commit-bot@chromium.org | 95c2003 | 2014-05-09 14:29:32 +0000 | [diff] [blame] | 1801 | fResourceCache->printStats(); |
| robertphillips@google.com | 5f9f2f5 | 2012-08-22 10:57:05 +0000 | [diff] [blame] | 1802 | } |
| 1803 | #endif |
| robertphillips | 754f4e9 | 2014-09-18 13:52:08 -0700 | [diff] [blame] | 1804 | |
| 1805 | #if GR_GPU_STATS |
| 1806 | const GrContext::GPUStats* GrContext::gpuStats() const { |
| 1807 | return fGpu->gpuStats(); |
| 1808 | } |
| 1809 | #endif |
| 1810 | |