reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 1 | /* |
epoger@google.com | ec3ed6a | 2011-07-28 14:26:00 +0000 | [diff] [blame] | 2 | * Copyright 2010 Google Inc. |
| 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license that can be |
| 5 | * found in the LICENSE file. |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
reed@google.com | ac10a2d | 2010-12-22 21:39:39 +0000 | [diff] [blame] | 8 | #include "SkGr.h" |
Brian Osman | 3b66ab6 | 2016-11-28 09:26:31 -0500 | [diff] [blame] | 9 | #include "GrBitmapTextureMaker.h" |
bsalomon | 7622863 | 2015-05-29 08:02:10 -0700 | [diff] [blame] | 10 | #include "GrCaps.h" |
Brian Osman | 1cb4171 | 2017-10-19 12:54:52 -0400 | [diff] [blame] | 11 | #include "GrColorSpaceXform.h" |
bsalomon | f276ac5 | 2015-10-09 13:36:42 -0700 | [diff] [blame] | 12 | #include "GrContext.h" |
Greg Daniel | 55afd6d | 2017-09-29 09:32:44 -0400 | [diff] [blame] | 13 | #include "GrContextPriv.h" |
bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 14 | #include "GrGpuResourcePriv.h" |
Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 15 | #include "GrPaint.h" |
Robert Phillips | 1afd4cd | 2018-01-08 13:40:32 -0500 | [diff] [blame] | 16 | #include "GrProxyProvider.h" |
Hal Canary | 6f6961e | 2017-01-31 13:50:44 -0500 | [diff] [blame] | 17 | #include "GrTextureProxy.h" |
cblume | 55f2d2d | 2016-02-26 13:20:48 -0800 | [diff] [blame] | 18 | #include "GrTypes.h" |
egdaniel | 378092f | 2014-12-03 10:40:13 -0800 | [diff] [blame] | 19 | #include "GrXferProcessor.h" |
Hal Canary | 95e3c05 | 2017-01-11 12:44:43 -0500 | [diff] [blame] | 20 | #include "SkAutoMalloc.h" |
reed | 374772b | 2016-10-05 17:33:02 -0700 | [diff] [blame] | 21 | #include "SkBlendModePriv.h" |
Hal Canary | 95e3c05 | 2017-01-11 12:44:43 -0500 | [diff] [blame] | 22 | #include "SkCanvas.h" |
commit-bot@chromium.org | 8dcff64 | 2014-05-15 20:32:48 +0000 | [diff] [blame] | 23 | #include "SkColorFilter.h" |
krajcevski | 9c0e629 | 2014-06-02 07:38:14 -0700 | [diff] [blame] | 24 | #include "SkData.h" |
Robert Phillips | 7a92639 | 2018-02-01 15:49:54 -0500 | [diff] [blame] | 25 | #include "SkImage_Base.h" |
Brian Osman | 4075ec8 | 2017-01-17 16:41:03 +0000 | [diff] [blame] | 26 | #include "SkImageInfoPriv.h" |
Greg Daniel | 7e1912a | 2018-02-08 09:15:33 -0500 | [diff] [blame] | 27 | #include "SkImagePriv.h" |
Mike Reed | 80747ef | 2018-01-23 15:29:32 -0500 | [diff] [blame] | 28 | #include "SkMaskFilterBase.h" |
commit-bot@chromium.org | 50a3043 | 2013-10-24 17:44:27 +0000 | [diff] [blame] | 29 | #include "SkMessageBus.h" |
cblume | 55f2d2d | 2016-02-26 13:20:48 -0800 | [diff] [blame] | 30 | #include "SkMipMap.h" |
Florin Malita | d4a70ee | 2017-06-19 10:21:43 -0400 | [diff] [blame] | 31 | #include "SkPaintPriv.h" |
Hal Canary | 95e3c05 | 2017-01-11 12:44:43 -0500 | [diff] [blame] | 32 | #include "SkPixelRef.h" |
sugoi | 692135f | 2015-01-19 10:10:27 -0800 | [diff] [blame] | 33 | #include "SkResourceCache.h" |
Florin Malita | 4aed138 | 2017-05-25 10:38:07 -0400 | [diff] [blame] | 34 | #include "SkShaderBase.h" |
cblume | 55f2d2d | 2016-02-26 13:20:48 -0800 | [diff] [blame] | 35 | #include "SkTemplates.h" |
Derek Sollenberger | 559f534 | 2017-08-17 12:34:54 -0400 | [diff] [blame] | 36 | #include "SkTraceEvent.h" |
joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 37 | #include "effects/GrBicubicEffect.h" |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 38 | #include "effects/GrConstColorProcessor.h" |
egdaniel | 378092f | 2014-12-03 10:40:13 -0800 | [diff] [blame] | 39 | #include "effects/GrPorterDuffXferProcessor.h" |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 40 | #include "effects/GrXfermodeFragmentProcessor.h" |
Ethan Nicholas | 0054311 | 2018-07-31 09:44:36 -0400 | [diff] [blame] | 41 | #include "effects/GrSkSLFP.h" |
| 42 | |
Ethan Nicholas | 78aceb2 | 2018-08-31 16:13:58 -0400 | [diff] [blame] | 43 | #if SK_SUPPORT_GPU |
| 44 | GR_FP_SRC_STRING SKSL_DITHER_SRC = R"( |
Ethan Nicholas | 0054311 | 2018-07-31 09:44:36 -0400 | [diff] [blame] | 45 | // This controls the range of values added to color channels |
| 46 | layout(key) in int rangeType; |
| 47 | |
| 48 | void main(int x, int y, inout half4 color) { |
| 49 | half value; |
| 50 | half range; |
| 51 | @switch (rangeType) { |
| 52 | case 0: |
| 53 | range = 1.0 / 255.0; |
| 54 | break; |
| 55 | case 1: |
| 56 | range = 1.0 / 63.0; |
| 57 | break; |
| 58 | default: |
| 59 | // Experimentally this looks better than the expected value of 1/15. |
| 60 | range = 1.0 / 15.0; |
| 61 | break; |
| 62 | } |
| 63 | @if (sk_Caps.integerSupport) { |
| 64 | // This ordered-dither code is lifted from the cpu backend. |
| 65 | uint x = uint(x); |
| 66 | uint y = uint(y); |
| 67 | uint m = (y & 1) << 5 | (x & 1) << 4 | |
| 68 | (y & 2) << 2 | (x & 2) << 1 | |
| 69 | (y & 4) >> 1 | (x & 4) >> 2; |
| 70 | value = half(m) * 1.0 / 64.0 - 63.0 / 128.0; |
| 71 | } else { |
| 72 | // Simulate the integer effect used above using step/mod. For speed, simulates a 4x4 |
| 73 | // dither pattern rather than an 8x8 one. |
Ethan Nicholas | e1f5502 | 2019-02-05 17:17:40 -0500 | [diff] [blame] | 74 | half4 modValues = mod(half4(x, y, x, y), half4(2.0, 2.0, 4.0, 4.0)); |
Ethan Nicholas | 0054311 | 2018-07-31 09:44:36 -0400 | [diff] [blame] | 75 | half4 stepValues = step(modValues, half4(1.0, 1.0, 2.0, 2.0)); |
| 76 | value = dot(stepValues, half4(8.0 / 16.0, 4.0 / 16.0, 2.0 / 16.0, 1.0 / 16.0)) - 15.0 / 32.0; |
| 77 | } |
| 78 | // For each color channel, add the random offset to the channel value and then clamp |
| 79 | // between 0 and alpha to keep the color premultiplied. |
| 80 | color = half4(clamp(color.rgb + value * range, 0.0, color.a), color.a); |
| 81 | } |
| 82 | )"; |
Ethan Nicholas | 78aceb2 | 2018-08-31 16:13:58 -0400 | [diff] [blame] | 83 | #endif |
krajcevski | 9c0e629 | 2014-06-02 07:38:14 -0700 | [diff] [blame] | 84 | |
Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 85 | GrSurfaceDesc GrImageInfoToSurfaceDesc(const SkImageInfo& info) { |
bsalomon | 466c2c4 | 2015-10-16 12:01:18 -0700 | [diff] [blame] | 86 | GrSurfaceDesc desc; |
| 87 | desc.fFlags = kNone_GrSurfaceFlags; |
| 88 | desc.fWidth = info.width(); |
| 89 | desc.fHeight = info.height(); |
Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 90 | desc.fConfig = SkImageInfo2GrPixelConfig(info); |
Brian Salomon | bdecacf | 2018-02-02 20:32:49 -0500 | [diff] [blame] | 91 | desc.fSampleCnt = 1; |
bsalomon | 466c2c4 | 2015-10-16 12:01:18 -0700 | [diff] [blame] | 92 | return desc; |
| 93 | } |
| 94 | |
bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 95 | void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds) { |
| 96 | SkASSERT(key); |
| 97 | SkASSERT(imageID); |
| 98 | SkASSERT(!imageBounds.isEmpty()); |
| 99 | static const GrUniqueKey::Domain kImageIDDomain = GrUniqueKey::GenerateDomain(); |
Derek Sollenberger | cf6da8c | 2018-03-29 13:40:02 -0400 | [diff] [blame] | 100 | GrUniqueKey::Builder builder(key, kImageIDDomain, 5, "Image"); |
bsalomon | 466c2c4 | 2015-10-16 12:01:18 -0700 | [diff] [blame] | 101 | builder[0] = imageID; |
bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 102 | builder[1] = imageBounds.fLeft; |
| 103 | builder[2] = imageBounds.fTop; |
| 104 | builder[3] = imageBounds.fRight; |
| 105 | builder[4] = imageBounds.fBottom; |
bsalomon | 466c2c4 | 2015-10-16 12:01:18 -0700 | [diff] [blame] | 106 | } |
| 107 | |
bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 108 | ////////////////////////////////////////////////////////////////////////////// |
Robert Phillips | 1afd4cd | 2018-01-08 13:40:32 -0500 | [diff] [blame] | 109 | sk_sp<GrTextureProxy> GrUploadBitmapToTextureProxy(GrProxyProvider* proxyProvider, |
Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 110 | const SkBitmap& bitmap) { |
Greg Daniel | 7619b64 | 2018-02-08 15:32:02 -0500 | [diff] [blame] | 111 | if (!bitmap.peekPixels(nullptr)) { |
Brian Osman | 4075ec8 | 2017-01-17 16:41:03 +0000 | [diff] [blame] | 112 | return nullptr; |
| 113 | } |
Greg Daniel | 7619b64 | 2018-02-08 15:32:02 -0500 | [diff] [blame] | 114 | |
Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 115 | if (!SkImageInfoIsValid(bitmap.info())) { |
Robert Phillips | d374948 | 2017-03-14 09:17:43 -0400 | [diff] [blame] | 116 | return nullptr; |
| 117 | } |
Greg Daniel | 7619b64 | 2018-02-08 15:32:02 -0500 | [diff] [blame] | 118 | |
| 119 | // In non-ddl we will always instantiate right away. Thus we never want to copy the SkBitmap |
| 120 | // even if it's mutable. In ddl, if the bitmap is mutable then we must make a copy since the |
| 121 | // upload of the data to the gpu can happen at anytime and the bitmap may change by then. |
Robert Phillips | 5c4b33b | 2018-03-20 16:23:08 -0400 | [diff] [blame] | 122 | SkCopyPixelsMode cpyMode = proxyProvider->recordingDDL() ? kIfMutable_SkCopyPixelsMode |
| 123 | : kNever_SkCopyPixelsMode; |
Greg Daniel | 7619b64 | 2018-02-08 15:32:02 -0500 | [diff] [blame] | 124 | sk_sp<SkImage> image = SkMakeImageFromRasterBitmap(bitmap, cpyMode); |
| 125 | |
Brian Salomon | 58389b9 | 2018-03-07 13:01:25 -0500 | [diff] [blame] | 126 | return proxyProvider->createTextureProxy(std::move(image), kNone_GrSurfaceFlags, 1, |
| 127 | SkBudgeted::kYes, SkBackingFit::kExact); |
Robert Phillips | d374948 | 2017-03-14 09:17:43 -0400 | [diff] [blame] | 128 | } |
Brian Osman | 4075ec8 | 2017-01-17 16:41:03 +0000 | [diff] [blame] | 129 | |
bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 130 | //////////////////////////////////////////////////////////////////////////////// |
| 131 | |
Brian Salomon | 238069b | 2018-07-11 15:58:57 -0400 | [diff] [blame] | 132 | void GrInstallBitmapUniqueKeyInvalidator(const GrUniqueKey& key, uint32_t contextUniqueID, |
| 133 | SkPixelRef* pixelRef) { |
bsalomon | 89fe56b | 2015-10-29 10:49:28 -0700 | [diff] [blame] | 134 | class Invalidator : public SkPixelRef::GenIDChangeListener { |
| 135 | public: |
Brian Salomon | 238069b | 2018-07-11 15:58:57 -0400 | [diff] [blame] | 136 | explicit Invalidator(const GrUniqueKey& key, uint32_t contextUniqueID) |
| 137 | : fMsg(key, contextUniqueID) {} |
| 138 | |
bsalomon | 89fe56b | 2015-10-29 10:49:28 -0700 | [diff] [blame] | 139 | private: |
| 140 | GrUniqueKeyInvalidatedMessage fMsg; |
| 141 | |
| 142 | void onChange() override { SkMessageBus<GrUniqueKeyInvalidatedMessage>::Post(fMsg); } |
| 143 | }; |
| 144 | |
Brian Salomon | 238069b | 2018-07-11 15:58:57 -0400 | [diff] [blame] | 145 | pixelRef->addGenIDChangeListener(new Invalidator(key, contextUniqueID)); |
bsalomon | 89fe56b | 2015-10-29 10:49:28 -0700 | [diff] [blame] | 146 | } |
| 147 | |
Robert Phillips | 0bd24dc | 2018-01-16 08:06:32 -0500 | [diff] [blame] | 148 | sk_sp<GrTextureProxy> GrCopyBaseMipMapToTextureProxy(GrContext* ctx, GrTextureProxy* baseProxy) { |
Greg Daniel | 55afd6d | 2017-09-29 09:32:44 -0400 | [diff] [blame] | 149 | SkASSERT(baseProxy); |
| 150 | |
Robert Phillips | 9da87e0 | 2019-02-04 13:26:26 -0500 | [diff] [blame] | 151 | if (!ctx->priv().caps()->isConfigCopyable(baseProxy->config())) { |
Greg Daniel | bb76ace | 2017-09-29 15:58:22 -0400 | [diff] [blame] | 152 | return nullptr; |
| 153 | } |
| 154 | |
Robert Phillips | 9da87e0 | 2019-02-04 13:26:26 -0500 | [diff] [blame] | 155 | GrProxyProvider* proxyProvider = ctx->priv().proxyProvider(); |
Greg Daniel | 55afd6d | 2017-09-29 09:32:44 -0400 | [diff] [blame] | 156 | GrSurfaceDesc desc; |
| 157 | desc.fFlags = kNone_GrSurfaceFlags; |
Greg Daniel | 55afd6d | 2017-09-29 09:32:44 -0400 | [diff] [blame] | 158 | desc.fWidth = baseProxy->width(); |
| 159 | desc.fHeight = baseProxy->height(); |
| 160 | desc.fConfig = baseProxy->config(); |
Brian Salomon | bdecacf | 2018-02-02 20:32:49 -0500 | [diff] [blame] | 161 | desc.fSampleCnt = 1; |
Greg Daniel | 55afd6d | 2017-09-29 09:32:44 -0400 | [diff] [blame] | 162 | |
Greg Daniel | 4065d45 | 2018-11-16 15:43:41 -0500 | [diff] [blame] | 163 | GrBackendFormat format = baseProxy->backendFormat().makeTexture2D(); |
| 164 | if (!format.isValid()) { |
| 165 | return nullptr; |
| 166 | } |
| 167 | |
Brian Salomon | 2a4f983 | 2018-03-03 22:43:43 -0500 | [diff] [blame] | 168 | sk_sp<GrTextureProxy> proxy = |
Greg Daniel | 4065d45 | 2018-11-16 15:43:41 -0500 | [diff] [blame] | 169 | proxyProvider->createMipMapProxy(format, desc, baseProxy->origin(), SkBudgeted::kYes); |
Greg Daniel | 55afd6d | 2017-09-29 09:32:44 -0400 | [diff] [blame] | 170 | if (!proxy) { |
| 171 | return nullptr; |
| 172 | } |
| 173 | |
| 174 | // Copy the base layer to our proxy |
Robert Phillips | 9da87e0 | 2019-02-04 13:26:26 -0500 | [diff] [blame] | 175 | sk_sp<GrSurfaceContext> sContext = ctx->priv().makeWrappedSurfaceContext(proxy); |
Greg Daniel | 55afd6d | 2017-09-29 09:32:44 -0400 | [diff] [blame] | 176 | SkASSERT(sContext); |
| 177 | SkAssertResult(sContext->copy(baseProxy)); |
| 178 | |
| 179 | return proxy; |
| 180 | } |
| 181 | |
Robert Phillips | bbd7a3b | 2017-03-21 08:48:40 -0400 | [diff] [blame] | 182 | sk_sp<GrTextureProxy> GrRefCachedBitmapTextureProxy(GrContext* ctx, |
| 183 | const SkBitmap& bitmap, |
Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 184 | const GrSamplerState& params, |
Robert Phillips | bbd7a3b | 2017-03-21 08:48:40 -0400 | [diff] [blame] | 185 | SkScalar scaleAdjust[2]) { |
Brian Osman | 6064e1c | 2018-10-19 14:27:54 -0400 | [diff] [blame] | 186 | return GrBitmapTextureMaker(ctx, bitmap).refTextureProxyForParams(params, scaleAdjust); |
Robert Phillips | bbd7a3b | 2017-03-21 08:48:40 -0400 | [diff] [blame] | 187 | } |
| 188 | |
Robert Phillips | 1afd4cd | 2018-01-08 13:40:32 -0500 | [diff] [blame] | 189 | sk_sp<GrTextureProxy> GrMakeCachedBitmapProxy(GrProxyProvider* proxyProvider, |
Greg Daniel | 7e1912a | 2018-02-08 09:15:33 -0500 | [diff] [blame] | 190 | const SkBitmap& bitmap, |
| 191 | SkBackingFit fit) { |
| 192 | if (!bitmap.peekPixels(nullptr)) { |
| 193 | return nullptr; |
Robert Phillips | e14d305 | 2017-02-15 13:18:21 -0500 | [diff] [blame] | 194 | } |
| 195 | |
Greg Daniel | 7e1912a | 2018-02-08 09:15:33 -0500 | [diff] [blame] | 196 | // In non-ddl we will always instantiate right away. Thus we never want to copy the SkBitmap |
| 197 | // even if its mutable. In ddl, if the bitmap is mutable then we must make a copy since the |
| 198 | // upload of the data to the gpu can happen at anytime and the bitmap may change by then. |
Robert Phillips | 5c4b33b | 2018-03-20 16:23:08 -0400 | [diff] [blame] | 199 | SkCopyPixelsMode cpyMode = proxyProvider->recordingDDL() ? kIfMutable_SkCopyPixelsMode |
| 200 | : kNever_SkCopyPixelsMode; |
Greg Daniel | 7e1912a | 2018-02-08 09:15:33 -0500 | [diff] [blame] | 201 | sk_sp<SkImage> image = SkMakeImageFromRasterBitmap(bitmap, cpyMode); |
Robert Phillips | e14d305 | 2017-02-15 13:18:21 -0500 | [diff] [blame] | 202 | |
Greg Daniel | 7e1912a | 2018-02-08 09:15:33 -0500 | [diff] [blame] | 203 | if (!image) { |
| 204 | return nullptr; |
Robert Phillips | e14d305 | 2017-02-15 13:18:21 -0500 | [diff] [blame] | 205 | } |
| 206 | |
Greg Daniel | 7e1912a | 2018-02-08 09:15:33 -0500 | [diff] [blame] | 207 | return GrMakeCachedImageProxy(proxyProvider, std::move(image), fit); |
Robert Phillips | e14d305 | 2017-02-15 13:18:21 -0500 | [diff] [blame] | 208 | } |
| 209 | |
Robert Phillips | 7a92639 | 2018-02-01 15:49:54 -0500 | [diff] [blame] | 210 | static void create_unique_key_for_image(const SkImage* image, GrUniqueKey* result) { |
| 211 | if (!image) { |
| 212 | result->reset(); // will be invalid |
| 213 | return; |
| 214 | } |
| 215 | |
| 216 | if (const SkBitmap* bm = as_IB(image)->onPeekBitmap()) { |
Greg Daniel | a421112 | 2018-03-14 19:09:36 +0000 | [diff] [blame] | 217 | if (!bm->isVolatile()) { |
| 218 | SkIPoint origin = bm->pixelRefOrigin(); |
| 219 | SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, bm->width(), bm->height()); |
| 220 | GrMakeKeyFromImageID(result, bm->getGenerationID(), subset); |
| 221 | } |
Robert Phillips | 7a92639 | 2018-02-01 15:49:54 -0500 | [diff] [blame] | 222 | return; |
| 223 | } |
| 224 | |
| 225 | GrMakeKeyFromImageID(result, image->uniqueID(), image->bounds()); |
| 226 | } |
| 227 | |
| 228 | sk_sp<GrTextureProxy> GrMakeCachedImageProxy(GrProxyProvider* proxyProvider, |
Greg Daniel | 490695b | 2018-02-05 09:34:02 -0500 | [diff] [blame] | 229 | sk_sp<SkImage> srcImage, |
| 230 | SkBackingFit fit) { |
Robert Phillips | 7a92639 | 2018-02-01 15:49:54 -0500 | [diff] [blame] | 231 | sk_sp<GrTextureProxy> proxy; |
| 232 | GrUniqueKey originalKey; |
| 233 | |
| 234 | create_unique_key_for_image(srcImage.get(), &originalKey); |
| 235 | |
| 236 | if (originalKey.isValid()) { |
| 237 | proxy = proxyProvider->findOrCreateProxyByUniqueKey(originalKey, kTopLeft_GrSurfaceOrigin); |
| 238 | } |
| 239 | if (!proxy) { |
Greg Daniel | a421112 | 2018-03-14 19:09:36 +0000 | [diff] [blame] | 240 | proxy = proxyProvider->createTextureProxy(srcImage, kNone_GrSurfaceFlags, 1, |
Brian Salomon | 58389b9 | 2018-03-07 13:01:25 -0500 | [diff] [blame] | 241 | SkBudgeted::kYes, fit); |
Robert Phillips | 7a92639 | 2018-02-01 15:49:54 -0500 | [diff] [blame] | 242 | if (proxy && originalKey.isValid()) { |
| 243 | proxyProvider->assignUniqueKeyToProxy(originalKey, proxy.get()); |
Robert Phillips | 5c4b33b | 2018-03-20 16:23:08 -0400 | [diff] [blame] | 244 | const SkBitmap* bm = as_IB(srcImage.get())->onPeekBitmap(); |
| 245 | // When recording DDLs we do not want to install change listeners because doing |
| 246 | // so isn't threadsafe. |
| 247 | if (bm && !proxyProvider->recordingDDL()) { |
Brian Salomon | 238069b | 2018-07-11 15:58:57 -0400 | [diff] [blame] | 248 | GrInstallBitmapUniqueKeyInvalidator(originalKey, proxyProvider->contextUniqueID(), |
| 249 | bm->pixelRef()); |
Greg Daniel | a421112 | 2018-03-14 19:09:36 +0000 | [diff] [blame] | 250 | } |
Robert Phillips | 7a92639 | 2018-02-01 15:49:54 -0500 | [diff] [blame] | 251 | } |
| 252 | } |
| 253 | |
| 254 | return proxy; |
| 255 | } |
| 256 | |
rileya@google.com | 24f3ad1 | 2012-07-18 21:47:40 +0000 | [diff] [blame] | 257 | /////////////////////////////////////////////////////////////////////////////// |
| 258 | |
Brian Osman | f28e55d | 2018-10-03 16:35:54 -0400 | [diff] [blame] | 259 | SkPMColor4f SkColorToPMColor4f(SkColor c, const GrColorSpaceInfo& colorSpaceInfo) { |
| 260 | SkColor4f color = SkColor4f::FromColor(c); |
| 261 | if (auto* xform = colorSpaceInfo.colorSpaceXformFromSRGB()) { |
| 262 | color = xform->apply(color); |
| 263 | } |
| 264 | return color.premul(); |
| 265 | } |
| 266 | |
Brian Osman | 5c8a6b3 | 2018-11-19 11:56:57 -0500 | [diff] [blame] | 267 | SkColor4f SkColor4fPrepForDst(SkColor4f color, const GrColorSpaceInfo& colorSpaceInfo, |
| 268 | const GrCaps& caps) { |
| 269 | if (auto* xform = colorSpaceInfo.colorSpaceXformFromSRGB()) { |
| 270 | color = xform->apply(color); |
| 271 | } |
| 272 | if (!GrPixelConfigIsFloatingPoint(colorSpaceInfo.config()) || |
| 273 | !caps.halfFloatVertexAttributeSupport()) { |
| 274 | color = { SkTPin(color.fR, 0.0f, 1.0f), |
| 275 | SkTPin(color.fG, 0.0f, 1.0f), |
| 276 | SkTPin(color.fB, 0.0f, 1.0f), |
| 277 | color.fA }; |
| 278 | } |
| 279 | return color; |
| 280 | } |
| 281 | |
Brian Osman | c68d4aa | 2016-09-30 11:41:59 -0400 | [diff] [blame] | 282 | /////////////////////////////////////////////////////////////////////////////// |
| 283 | |
Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 284 | GrPixelConfig SkColorType2GrPixelConfig(const SkColorType type) { |
Greg Daniel | 81e7bf8 | 2017-07-19 14:47:42 -0400 | [diff] [blame] | 285 | switch (type) { |
brianosman | c571c00 | 2016-03-17 13:01:26 -0700 | [diff] [blame] | 286 | case kUnknown_SkColorType: |
| 287 | return kUnknown_GrPixelConfig; |
| 288 | case kAlpha_8_SkColorType: |
| 289 | return kAlpha_8_GrPixelConfig; |
| 290 | case kRGB_565_SkColorType: |
| 291 | return kRGB_565_GrPixelConfig; |
| 292 | case kARGB_4444_SkColorType: |
| 293 | return kRGBA_4444_GrPixelConfig; |
| 294 | case kRGBA_8888_SkColorType: |
Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 295 | return kRGBA_8888_GrPixelConfig; |
Brian Salomon | e41e176 | 2018-01-25 14:07:47 -0500 | [diff] [blame] | 296 | case kRGB_888x_SkColorType: |
Brian Salomon | 5fba7ad | 2018-03-22 10:01:16 -0400 | [diff] [blame] | 297 | return kRGB_888_GrPixelConfig; |
brianosman | c571c00 | 2016-03-17 13:01:26 -0700 | [diff] [blame] | 298 | case kBGRA_8888_SkColorType: |
Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 299 | return kBGRA_8888_GrPixelConfig; |
Brian Salomon | e41e176 | 2018-01-25 14:07:47 -0500 | [diff] [blame] | 300 | case kRGBA_1010102_SkColorType: |
Brian Osman | 10fc6fd | 2018-03-02 11:01:10 -0500 | [diff] [blame] | 301 | return kRGBA_1010102_GrPixelConfig; |
Brian Salomon | e41e176 | 2018-01-25 14:07:47 -0500 | [diff] [blame] | 302 | case kRGB_101010x_SkColorType: |
| 303 | return kUnknown_GrPixelConfig; |
brianosman | c571c00 | 2016-03-17 13:01:26 -0700 | [diff] [blame] | 304 | case kGray_8_SkColorType: |
Brian Osman | 986563b | 2017-01-10 14:20:02 -0500 | [diff] [blame] | 305 | return kGray_8_GrPixelConfig; |
brianosman | c571c00 | 2016-03-17 13:01:26 -0700 | [diff] [blame] | 306 | case kRGBA_F16_SkColorType: |
| 307 | return kRGBA_half_GrPixelConfig; |
Mike Klein | 3785471 | 2018-06-26 11:43:06 -0400 | [diff] [blame] | 308 | case kRGBA_F32_SkColorType: |
| 309 | return kRGBA_float_GrPixelConfig; |
commit-bot@chromium.org | 15a1405 | 2014-02-16 00:59:25 +0000 | [diff] [blame] | 310 | } |
| 311 | SkASSERT(0); // shouldn't get here |
| 312 | return kUnknown_GrPixelConfig; |
| 313 | } |
| 314 | |
Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 315 | GrPixelConfig SkImageInfo2GrPixelConfig(const SkImageInfo& info) { |
| 316 | return SkColorType2GrPixelConfig(info.colorType()); |
Greg Daniel | 81e7bf8 | 2017-07-19 14:47:42 -0400 | [diff] [blame] | 317 | } |
| 318 | |
brianosman | 396fcdb | 2016-07-22 06:26:11 -0700 | [diff] [blame] | 319 | bool GrPixelConfigToColorType(GrPixelConfig config, SkColorType* ctOut) { |
Brian Salomon | 5fba7ad | 2018-03-22 10:01:16 -0400 | [diff] [blame] | 320 | SkColorType ct = GrColorTypeToSkColorType(GrPixelConfigToColorType(config)); |
| 321 | if (kUnknown_SkColorType != ct) { |
| 322 | if (ctOut) { |
| 323 | *ctOut = ct; |
| 324 | } |
| 325 | return true; |
reed@google.com | bf79023 | 2013-12-13 19:45:58 +0000 | [diff] [blame] | 326 | } |
Brian Salomon | 5fba7ad | 2018-03-22 10:01:16 -0400 | [diff] [blame] | 327 | return false; |
reed@google.com | bf79023 | 2013-12-13 19:45:58 +0000 | [diff] [blame] | 328 | } |
commit-bot@chromium.org | 8dcff64 | 2014-05-15 20:32:48 +0000 | [diff] [blame] | 329 | |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 330 | //////////////////////////////////////////////////////////////////////////////////////////////// |
commit-bot@chromium.org | 8dcff64 | 2014-05-15 20:32:48 +0000 | [diff] [blame] | 331 | |
Mike Reed | 185ba21 | 2017-04-28 12:31:05 -0400 | [diff] [blame] | 332 | static inline bool blend_requires_shader(const SkBlendMode mode) { |
| 333 | return SkBlendMode::kDst != mode; |
bsalomon | aa48d36 | 2015-10-01 08:34:17 -0700 | [diff] [blame] | 334 | } |
| 335 | |
Ethan Nicholas | 0054311 | 2018-07-31 09:44:36 -0400 | [diff] [blame] | 336 | #ifndef SK_IGNORE_GPU_DITHER |
| 337 | static inline int32_t dither_range_type_for_config(GrPixelConfig dstConfig) { |
| 338 | switch (dstConfig) { |
| 339 | case kGray_8_GrPixelConfig: |
| 340 | case kGray_8_as_Lum_GrPixelConfig: |
| 341 | case kGray_8_as_Red_GrPixelConfig: |
| 342 | case kRGBA_8888_GrPixelConfig: |
| 343 | case kRGB_888_GrPixelConfig: |
Jim Van Verth | 69e5785 | 2018-12-05 13:38:59 -0500 | [diff] [blame] | 344 | case kRG_88_GrPixelConfig: |
Ethan Nicholas | 0054311 | 2018-07-31 09:44:36 -0400 | [diff] [blame] | 345 | case kBGRA_8888_GrPixelConfig: |
| 346 | return 0; |
| 347 | case kRGB_565_GrPixelConfig: |
| 348 | return 1; |
| 349 | case kRGBA_4444_GrPixelConfig: |
| 350 | return 2; |
| 351 | case kUnknown_GrPixelConfig: |
| 352 | case kSRGBA_8888_GrPixelConfig: |
| 353 | case kSBGRA_8888_GrPixelConfig: |
| 354 | case kRGBA_1010102_GrPixelConfig: |
| 355 | case kAlpha_half_GrPixelConfig: |
| 356 | case kAlpha_half_as_Red_GrPixelConfig: |
| 357 | case kRGBA_float_GrPixelConfig: |
| 358 | case kRG_float_GrPixelConfig: |
| 359 | case kRGBA_half_GrPixelConfig: |
Jim Van Verth | 1676cb9 | 2019-01-15 13:24:45 -0500 | [diff] [blame] | 360 | case kRGB_ETC1_GrPixelConfig: |
Ethan Nicholas | 0054311 | 2018-07-31 09:44:36 -0400 | [diff] [blame] | 361 | case kAlpha_8_GrPixelConfig: |
| 362 | case kAlpha_8_as_Alpha_GrPixelConfig: |
| 363 | case kAlpha_8_as_Red_GrPixelConfig: |
| 364 | return -1; |
| 365 | } |
| 366 | SkASSERT(false); |
| 367 | return 0; |
| 368 | } |
| 369 | #endif |
| 370 | |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 371 | static inline bool skpaint_to_grpaint_impl(GrContext* context, |
Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 372 | const GrColorSpaceInfo& colorSpaceInfo, |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 373 | const SkPaint& skPaint, |
| 374 | const SkMatrix& viewM, |
Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 375 | std::unique_ptr<GrFragmentProcessor>* shaderProcessor, |
Mike Reed | 7d954ad | 2016-10-28 15:42:34 -0400 | [diff] [blame] | 376 | SkBlendMode* primColorMode, |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 377 | GrPaint* grPaint) { |
Brian Osman | 08a50e0 | 2018-06-15 15:06:48 -0400 | [diff] [blame] | 378 | // Convert SkPaint color to 4f format in the destination color space |
Brian Osman | 5c8a6b3 | 2018-11-19 11:56:57 -0500 | [diff] [blame] | 379 | SkColor4f origColor = SkColor4fPrepForDst(skPaint.getColor4f(), colorSpaceInfo, |
Robert Phillips | 9da87e0 | 2019-02-04 13:26:26 -0500 | [diff] [blame] | 380 | *context->priv().caps()); |
brianosman | a4535a3 | 2016-06-24 12:50:19 -0700 | [diff] [blame] | 381 | |
Mike Reed | 3bc266b | 2018-01-20 22:24:41 +0000 | [diff] [blame] | 382 | const GrFPArgs fpArgs(context, &viewM, skPaint.getFilterQuality(), &colorSpaceInfo); |
Mike Reed | bfadcf0 | 2018-01-20 22:24:21 +0000 | [diff] [blame] | 383 | |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 384 | // Setup the initial color considering the shader, the SkPaint color, and the presence or not |
| 385 | // of per-vertex colors. |
Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 386 | std::unique_ptr<GrFragmentProcessor> shaderFP; |
Mike Reed | 185ba21 | 2017-04-28 12:31:05 -0400 | [diff] [blame] | 387 | if (!primColorMode || blend_requires_shader(*primColorMode)) { |
bsalomon | aa48d36 | 2015-10-01 08:34:17 -0700 | [diff] [blame] | 388 | if (shaderProcessor) { |
Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 389 | shaderFP = std::move(*shaderProcessor); |
Florin Malita | 4aed138 | 2017-05-25 10:38:07 -0400 | [diff] [blame] | 390 | } else if (const auto* shader = as_SB(skPaint.getShader())) { |
Mike Reed | bfadcf0 | 2018-01-20 22:24:21 +0000 | [diff] [blame] | 391 | shaderFP = shader->asFragmentProcessor(fpArgs); |
Yuqian Li | aad2ec6 | 2018-02-26 10:34:52 -0500 | [diff] [blame] | 392 | if (!shaderFP) { |
| 393 | return false; |
| 394 | } |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 395 | } |
| 396 | } |
| 397 | |
| 398 | // Set this in below cases if the output of the shader/paint-color/paint-alpha/primXfermode is |
| 399 | // a known constant value. In that case we can simply apply a color filter during this |
| 400 | // conversion without converting the color filter to a GrFragmentProcessor. |
| 401 | bool applyColorFilterToPaintColor = false; |
| 402 | if (shaderFP) { |
| 403 | if (primColorMode) { |
| 404 | // There is a blend between the primitive color and the shader color. The shader sees |
| 405 | // the opaque paint color. The shader's output is blended using the provided mode by |
| 406 | // the primitive color. The blended color is then modulated by the paint's alpha. |
| 407 | |
| 408 | // The geometry processor will insert the primitive color to start the color chain, so |
| 409 | // the GrPaint color will be ignored. |
| 410 | |
Brian Osman | cb3d087 | 2018-10-16 15:19:28 -0400 | [diff] [blame] | 411 | SkPMColor4f shaderInput = origColor.makeOpaque().premul(); |
Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 412 | shaderFP = GrFragmentProcessor::OverrideInput(std::move(shaderFP), shaderInput); |
Mike Reed | 185ba21 | 2017-04-28 12:31:05 -0400 | [diff] [blame] | 413 | shaderFP = GrXfermodeFragmentProcessor::MakeFromSrcProcessor(std::move(shaderFP), |
| 414 | *primColorMode); |
| 415 | |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 416 | // The above may return null if compose results in a pass through of the prim color. |
| 417 | if (shaderFP) { |
Robert Phillips | 1c9686b | 2017-06-30 08:40:28 -0400 | [diff] [blame] | 418 | grPaint->addColorFragmentProcessor(std::move(shaderFP)); |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 419 | } |
| 420 | |
brianosman | a4535a3 | 2016-06-24 12:50:19 -0700 | [diff] [blame] | 421 | // We can ignore origColor here - alpha is unchanged by gamma |
Brian Osman | 00b2939 | 2018-11-05 15:42:43 -0500 | [diff] [blame] | 422 | float paintAlpha = skPaint.getColor4f().fA; |
| 423 | if (1.0f != paintAlpha) { |
Brian Osman | 618d304 | 2016-10-25 10:51:28 -0400 | [diff] [blame] | 424 | // No gamut conversion - paintAlpha is a (linear) alpha value, splatted to all |
| 425 | // color channels. It's value should be treated as the same in ANY color space. |
bungeman | 06ca8ec | 2016-06-09 08:01:03 -0700 | [diff] [blame] | 426 | grPaint->addColorFragmentProcessor(GrConstColorProcessor::Make( |
Brian Osman | 00b2939 | 2018-11-05 15:42:43 -0500 | [diff] [blame] | 427 | { paintAlpha, paintAlpha, paintAlpha, paintAlpha }, |
Ethan Nicholas | e9d172a | 2017-11-20 12:12:24 -0500 | [diff] [blame] | 428 | GrConstColorProcessor::InputMode::kModulateRGBA)); |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 429 | } |
| 430 | } else { |
Brian Osman | cb3d087 | 2018-10-16 15:19:28 -0400 | [diff] [blame] | 431 | // The shader's FP sees the paint *unpremul* color |
| 432 | SkPMColor4f origColorAsPM = { origColor.fR, origColor.fG, origColor.fB, origColor.fA }; |
| 433 | grPaint->setColor4f(origColorAsPM); |
bungeman | 06ca8ec | 2016-06-09 08:01:03 -0700 | [diff] [blame] | 434 | grPaint->addColorFragmentProcessor(std::move(shaderFP)); |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 435 | } |
| 436 | } else { |
| 437 | if (primColorMode) { |
| 438 | // There is a blend between the primitive color and the paint color. The blend considers |
| 439 | // the opaque paint color. The paint's alpha is applied to the post-blended color. |
Brian Osman | cb3d087 | 2018-10-16 15:19:28 -0400 | [diff] [blame] | 440 | SkPMColor4f opaqueColor = origColor.makeOpaque().premul(); |
| 441 | auto processor = GrConstColorProcessor::Make(opaqueColor, |
| 442 | GrConstColorProcessor::InputMode::kIgnore); |
Mike Reed | 185ba21 | 2017-04-28 12:31:05 -0400 | [diff] [blame] | 443 | processor = GrXfermodeFragmentProcessor::MakeFromSrcProcessor(std::move(processor), |
| 444 | *primColorMode); |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 445 | if (processor) { |
bungeman | 06ca8ec | 2016-06-09 08:01:03 -0700 | [diff] [blame] | 446 | grPaint->addColorFragmentProcessor(std::move(processor)); |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 447 | } |
| 448 | |
Brian Osman | cb3d087 | 2018-10-16 15:19:28 -0400 | [diff] [blame] | 449 | grPaint->setColor4f(opaqueColor); |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 450 | |
brianosman | a4535a3 | 2016-06-24 12:50:19 -0700 | [diff] [blame] | 451 | // We can ignore origColor here - alpha is unchanged by gamma |
Brian Osman | 00b2939 | 2018-11-05 15:42:43 -0500 | [diff] [blame] | 452 | float paintAlpha = skPaint.getColor4f().fA; |
| 453 | if (1.0f != paintAlpha) { |
Brian Osman | 618d304 | 2016-10-25 10:51:28 -0400 | [diff] [blame] | 454 | // No gamut conversion - paintAlpha is a (linear) alpha value, splatted to all |
| 455 | // color channels. It's value should be treated as the same in ANY color space. |
bungeman | 06ca8ec | 2016-06-09 08:01:03 -0700 | [diff] [blame] | 456 | grPaint->addColorFragmentProcessor(GrConstColorProcessor::Make( |
Brian Osman | 00b2939 | 2018-11-05 15:42:43 -0500 | [diff] [blame] | 457 | { paintAlpha, paintAlpha, paintAlpha, paintAlpha }, |
Ethan Nicholas | e9d172a | 2017-11-20 12:12:24 -0500 | [diff] [blame] | 458 | GrConstColorProcessor::InputMode::kModulateRGBA)); |
bsalomon | aa48d36 | 2015-10-01 08:34:17 -0700 | [diff] [blame] | 459 | } |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 460 | } else { |
| 461 | // No shader, no primitive color. |
brianosman | a4535a3 | 2016-06-24 12:50:19 -0700 | [diff] [blame] | 462 | grPaint->setColor4f(origColor.premul()); |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 463 | applyColorFilterToPaintColor = true; |
| 464 | } |
| 465 | } |
| 466 | |
| 467 | SkColorFilter* colorFilter = skPaint.getColorFilter(); |
| 468 | if (colorFilter) { |
| 469 | if (applyColorFilterToPaintColor) { |
Brian Osman | cb3d087 | 2018-10-16 15:19:28 -0400 | [diff] [blame] | 470 | grPaint->setColor4f( |
| 471 | colorFilter->filterColor4f(origColor, colorSpaceInfo.colorSpace()).premul()); |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 472 | } else { |
Brian Salomon | 4cbb6e6 | 2017-10-25 15:12:19 -0400 | [diff] [blame] | 473 | auto cfFP = colorFilter->asFragmentProcessor(context, colorSpaceInfo); |
bsalomon | e25eea4 | 2015-09-29 06:38:55 -0700 | [diff] [blame] | 474 | if (cfFP) { |
bungeman | 06ca8ec | 2016-06-09 08:01:03 -0700 | [diff] [blame] | 475 | grPaint->addColorFragmentProcessor(std::move(cfFP)); |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 476 | } else { |
| 477 | return false; |
| 478 | } |
| 479 | } |
| 480 | } |
| 481 | |
Mike Reed | 80747ef | 2018-01-23 15:29:32 -0500 | [diff] [blame] | 482 | SkMaskFilterBase* maskFilter = as_MFB(skPaint.getMaskFilter()); |
Robert Phillips | a29a956 | 2016-10-20 09:40:55 -0400 | [diff] [blame] | 483 | if (maskFilter) { |
Mike Reed | bfadcf0 | 2018-01-20 22:24:21 +0000 | [diff] [blame] | 484 | if (auto mfFP = maskFilter->asFragmentProcessor(fpArgs)) { |
| 485 | grPaint->addCoverageFragmentProcessor(std::move(mfFP)); |
Robert Phillips | a29a956 | 2016-10-20 09:40:55 -0400 | [diff] [blame] | 486 | } |
| 487 | } |
| 488 | |
robertphillips | 4f03794 | 2016-02-09 05:09:27 -0800 | [diff] [blame] | 489 | // When the xfermode is null on the SkPaint (meaning kSrcOver) we need the XPFactory field on |
| 490 | // the GrPaint to also be null (also kSrcOver). |
| 491 | SkASSERT(!grPaint->getXPFactory()); |
reed | 374772b | 2016-10-05 17:33:02 -0700 | [diff] [blame] | 492 | if (!skPaint.isSrcOver()) { |
| 493 | grPaint->setXPFactory(SkBlendMode_AsXPFactory(skPaint.getBlendMode())); |
robertphillips | 4f03794 | 2016-02-09 05:09:27 -0800 | [diff] [blame] | 494 | } |
mtklein | 775b819 | 2014-12-02 09:11:25 -0800 | [diff] [blame] | 495 | |
krajcevski | f461a8f | 2014-06-19 14:14:06 -0700 | [diff] [blame] | 496 | #ifndef SK_IGNORE_GPU_DITHER |
Florin Malita | d4a70ee | 2017-06-19 10:21:43 -0400 | [diff] [blame] | 497 | // Conservative default, in case GrPixelConfigToColorType() fails. |
| 498 | SkColorType ct = SkColorType::kRGB_565_SkColorType; |
Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 499 | GrPixelConfigToColorType(colorSpaceInfo.config(), &ct); |
Brian Osman | 34ec374 | 2018-07-03 10:40:57 -0400 | [diff] [blame] | 500 | if (SkPaintPriv::ShouldDither(skPaint, ct) && grPaint->numColorFragmentProcessors() > 0) { |
Ethan Nicholas | 0054311 | 2018-07-31 09:44:36 -0400 | [diff] [blame] | 501 | int32_t ditherRange = dither_range_type_for_config(colorSpaceInfo.config()); |
| 502 | if (ditherRange >= 0) { |
| 503 | static int ditherIndex = GrSkSLFP::NewIndex(); |
| 504 | auto ditherFP = GrSkSLFP::Make(context, ditherIndex, "Dither", SKSL_DITHER_SRC, |
Ethan Nicholas | eace935 | 2018-10-15 20:09:54 +0000 | [diff] [blame] | 505 | &ditherRange, sizeof(ditherRange)); |
Ethan Nicholas | 0054311 | 2018-07-31 09:44:36 -0400 | [diff] [blame] | 506 | if (ditherFP) { |
| 507 | grPaint->addColorFragmentProcessor(std::move(ditherFP)); |
| 508 | } |
Brian Salomon | 0c15ae8 | 2017-07-19 15:39:56 +0000 | [diff] [blame] | 509 | } |
krajcevski | f461a8f | 2014-06-19 14:14:06 -0700 | [diff] [blame] | 510 | } |
| 511 | #endif |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 512 | return true; |
commit-bot@chromium.org | 8dcff64 | 2014-05-15 20:32:48 +0000 | [diff] [blame] | 513 | } |
| 514 | |
Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 515 | bool SkPaintToGrPaint(GrContext* context, const GrColorSpaceInfo& colorSpaceInfo, |
| 516 | const SkPaint& skPaint, const SkMatrix& viewM, GrPaint* grPaint) { |
| 517 | return skpaint_to_grpaint_impl(context, colorSpaceInfo, skPaint, viewM, nullptr, nullptr, |
| 518 | grPaint); |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 519 | } |
commit-bot@chromium.org | 8dcff64 | 2014-05-15 20:32:48 +0000 | [diff] [blame] | 520 | |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 521 | /** Replaces the SkShader (if any) on skPaint with the passed in GrFragmentProcessor. */ |
| 522 | bool SkPaintToGrPaintReplaceShader(GrContext* context, |
Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 523 | const GrColorSpaceInfo& colorSpaceInfo, |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 524 | const SkPaint& skPaint, |
Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 525 | std::unique_ptr<GrFragmentProcessor> shaderFP, |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 526 | GrPaint* grPaint) { |
| 527 | if (!shaderFP) { |
bsalomon | c21b09e | 2015-08-28 18:46:56 -0700 | [diff] [blame] | 528 | return false; |
commit-bot@chromium.org | 8dcff64 | 2014-05-15 20:32:48 +0000 | [diff] [blame] | 529 | } |
Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 530 | return skpaint_to_grpaint_impl(context, colorSpaceInfo, skPaint, SkMatrix::I(), &shaderFP, |
| 531 | nullptr, grPaint); |
commit-bot@chromium.org | 8dcff64 | 2014-05-15 20:32:48 +0000 | [diff] [blame] | 532 | } |
reed | 8b26b99 | 2015-05-07 15:36:17 -0700 | [diff] [blame] | 533 | |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 534 | /** Ignores the SkShader (if any) on skPaint. */ |
| 535 | bool SkPaintToGrPaintNoShader(GrContext* context, |
Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 536 | const GrColorSpaceInfo& colorSpaceInfo, |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 537 | const SkPaint& skPaint, |
| 538 | GrPaint* grPaint) { |
| 539 | // Use a ptr to a nullptr to to indicate that the SkShader is ignored and not replaced. |
Robert Phillips | d3b37a1 | 2018-03-27 09:53:35 -0400 | [diff] [blame] | 540 | std::unique_ptr<GrFragmentProcessor> nullShaderFP(nullptr); |
| 541 | return skpaint_to_grpaint_impl(context, colorSpaceInfo, skPaint, SkMatrix::I(), &nullShaderFP, |
Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 542 | nullptr, grPaint); |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 543 | } |
| 544 | |
| 545 | /** Blends the SkPaint's shader (or color if no shader) with a per-primitive color which must |
Mike Reed | 7d954ad | 2016-10-28 15:42:34 -0400 | [diff] [blame] | 546 | be setup as a vertex attribute using the specified SkBlendMode. */ |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 547 | bool SkPaintToGrPaintWithXfermode(GrContext* context, |
Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 548 | const GrColorSpaceInfo& colorSpaceInfo, |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 549 | const SkPaint& skPaint, |
| 550 | const SkMatrix& viewM, |
Mike Reed | 7d954ad | 2016-10-28 15:42:34 -0400 | [diff] [blame] | 551 | SkBlendMode primColorMode, |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 552 | GrPaint* grPaint) { |
Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 553 | return skpaint_to_grpaint_impl(context, colorSpaceInfo, skPaint, viewM, nullptr, &primColorMode, |
Mike Reed | 185ba21 | 2017-04-28 12:31:05 -0400 | [diff] [blame] | 554 | grPaint); |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 555 | } |
| 556 | |
joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 557 | bool SkPaintToGrPaintWithTexture(GrContext* context, |
Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 558 | const GrColorSpaceInfo& colorSpaceInfo, |
joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 559 | const SkPaint& paint, |
| 560 | const SkMatrix& viewM, |
Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 561 | std::unique_ptr<GrFragmentProcessor> fp, |
joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 562 | bool textureIsAlphaOnly, |
| 563 | GrPaint* grPaint) { |
Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 564 | std::unique_ptr<GrFragmentProcessor> shaderFP; |
joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 565 | if (textureIsAlphaOnly) { |
Florin Malita | 4aed138 | 2017-05-25 10:38:07 -0400 | [diff] [blame] | 566 | if (const auto* shader = as_SB(paint.getShader())) { |
Mike Reed | e3429e6 | 2018-01-19 11:43:34 -0500 | [diff] [blame] | 567 | shaderFP = shader->asFragmentProcessor(GrFPArgs( |
Florin Malita | c6c5ead | 2018-04-11 15:33:40 -0400 | [diff] [blame] | 568 | context, &viewM, paint.getFilterQuality(), &colorSpaceInfo)); |
joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 569 | if (!shaderFP) { |
| 570 | return false; |
| 571 | } |
Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 572 | std::unique_ptr<GrFragmentProcessor> fpSeries[] = { std::move(shaderFP), std::move(fp) }; |
bungeman | 06ca8ec | 2016-06-09 08:01:03 -0700 | [diff] [blame] | 573 | shaderFP = GrFragmentProcessor::RunInSeries(fpSeries, 2); |
joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 574 | } else { |
Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 575 | shaderFP = GrFragmentProcessor::MakeInputPremulAndMulByOutput(std::move(fp)); |
joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 576 | } |
| 577 | } else { |
Mike Reed | 28eaed2 | 2018-02-01 11:24:53 -0500 | [diff] [blame] | 578 | shaderFP = GrFragmentProcessor::MulChildByInputAlpha(std::move(fp)); |
joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 579 | } |
| 580 | |
Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 581 | return SkPaintToGrPaintReplaceShader(context, colorSpaceInfo, paint, std::move(shaderFP), |
| 582 | grPaint); |
joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 583 | } |
| 584 | |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 585 | |
| 586 | //////////////////////////////////////////////////////////////////////////////////////////////// |
| 587 | |
Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 588 | GrSamplerState::Filter GrSkFilterQualityToGrFilterMode(SkFilterQuality paintFilterQuality, |
| 589 | const SkMatrix& viewM, |
| 590 | const SkMatrix& localM, |
Brian Osman | db78cba | 2018-02-15 10:09:48 -0500 | [diff] [blame] | 591 | bool sharpenMipmappedTextures, |
Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 592 | bool* doBicubic) { |
joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 593 | *doBicubic = false; |
Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 594 | GrSamplerState::Filter textureFilterMode; |
joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 595 | switch (paintFilterQuality) { |
| 596 | case kNone_SkFilterQuality: |
Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 597 | textureFilterMode = GrSamplerState::Filter::kNearest; |
joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 598 | break; |
| 599 | case kLow_SkFilterQuality: |
Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 600 | textureFilterMode = GrSamplerState::Filter::kBilerp; |
joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 601 | break; |
| 602 | case kMedium_SkFilterQuality: { |
| 603 | SkMatrix matrix; |
| 604 | matrix.setConcat(viewM, localM); |
Brian Osman | db78cba | 2018-02-15 10:09:48 -0500 | [diff] [blame] | 605 | // With sharp mips, we bias lookups by -0.5. That means our final LOD is >= 0 until the |
| 606 | // computed LOD is >= 0.5. At what scale factor does a texture get an LOD of 0.5? |
| 607 | // |
| 608 | // Want: 0 = log2(1/s) - 0.5 |
| 609 | // 0.5 = log2(1/s) |
| 610 | // 2^0.5 = 1/s |
| 611 | // 1/2^0.5 = s |
| 612 | // 2^0.5/2 = s |
| 613 | SkScalar mipScale = sharpenMipmappedTextures ? SK_ScalarRoot2Over2 : SK_Scalar1; |
| 614 | if (matrix.getMinScale() < mipScale) { |
Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 615 | textureFilterMode = GrSamplerState::Filter::kMipMap; |
joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 616 | } else { |
| 617 | // Don't trigger MIP level generation unnecessarily. |
Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 618 | textureFilterMode = GrSamplerState::Filter::kBilerp; |
joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 619 | } |
| 620 | break; |
| 621 | } |
| 622 | case kHigh_SkFilterQuality: { |
| 623 | SkMatrix matrix; |
| 624 | matrix.setConcat(viewM, localM); |
| 625 | *doBicubic = GrBicubicEffect::ShouldUseBicubic(matrix, &textureFilterMode); |
| 626 | break; |
| 627 | } |
| 628 | default: |
Mike Klein | e54c75f | 2016-10-13 14:18:09 -0400 | [diff] [blame] | 629 | // Should be unreachable. If not, fall back to mipmaps. |
Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 630 | textureFilterMode = GrSamplerState::Filter::kMipMap; |
joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 631 | break; |
| 632 | |
| 633 | } |
| 634 | return textureFilterMode; |
| 635 | } |