| 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" | 
| Kevin Lubick | c456b73 | 2017-01-11 17:21:57 +0000 | [diff] [blame] | 31 | #include "SkPM4fPriv.h" | 
| Florin Malita | d4a70ee | 2017-06-19 10:21:43 -0400 | [diff] [blame] | 32 | #include "SkPaintPriv.h" | 
| Hal Canary | 95e3c05 | 2017-01-11 12:44:43 -0500 | [diff] [blame] | 33 | #include "SkPixelRef.h" | 
| sugoi | 692135f | 2015-01-19 10:10:27 -0800 | [diff] [blame] | 34 | #include "SkResourceCache.h" | 
| Florin Malita | 4aed138 | 2017-05-25 10:38:07 -0400 | [diff] [blame] | 35 | #include "SkShaderBase.h" | 
| cblume | 55f2d2d | 2016-02-26 13:20:48 -0800 | [diff] [blame] | 36 | #include "SkTemplates.h" | 
| Derek Sollenberger | 559f534 | 2017-08-17 12:34:54 -0400 | [diff] [blame] | 37 | #include "SkTraceEvent.h" | 
| joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 38 | #include "effects/GrBicubicEffect.h" | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 39 | #include "effects/GrConstColorProcessor.h" | 
| krajcevski | f461a8f | 2014-06-19 14:14:06 -0700 | [diff] [blame] | 40 | #include "effects/GrDitherEffect.h" | 
| egdaniel | 378092f | 2014-12-03 10:40:13 -0800 | [diff] [blame] | 41 | #include "effects/GrPorterDuffXferProcessor.h" | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 42 | #include "effects/GrXfermodeFragmentProcessor.h" | 
| krajcevski | 9c0e629 | 2014-06-02 07:38:14 -0700 | [diff] [blame] | 43 |  | 
| Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 44 | GrSurfaceDesc GrImageInfoToSurfaceDesc(const SkImageInfo& info) { | 
| bsalomon | 466c2c4 | 2015-10-16 12:01:18 -0700 | [diff] [blame] | 45 | GrSurfaceDesc desc; | 
|  | 46 | desc.fFlags = kNone_GrSurfaceFlags; | 
|  | 47 | desc.fWidth = info.width(); | 
|  | 48 | desc.fHeight = info.height(); | 
| Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 49 | desc.fConfig = SkImageInfo2GrPixelConfig(info); | 
| Brian Salomon | bdecacf | 2018-02-02 20:32:49 -0500 | [diff] [blame] | 50 | desc.fSampleCnt = 1; | 
| bsalomon | 466c2c4 | 2015-10-16 12:01:18 -0700 | [diff] [blame] | 51 | return desc; | 
|  | 52 | } | 
|  | 53 |  | 
| bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 54 | void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds) { | 
|  | 55 | SkASSERT(key); | 
|  | 56 | SkASSERT(imageID); | 
|  | 57 | SkASSERT(!imageBounds.isEmpty()); | 
|  | 58 | static const GrUniqueKey::Domain kImageIDDomain = GrUniqueKey::GenerateDomain(); | 
| Derek Sollenberger | cf6da8c | 2018-03-29 13:40:02 -0400 | [diff] [blame] | 59 | GrUniqueKey::Builder builder(key, kImageIDDomain, 5, "Image"); | 
| bsalomon | 466c2c4 | 2015-10-16 12:01:18 -0700 | [diff] [blame] | 60 | builder[0] = imageID; | 
| bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 61 | builder[1] = imageBounds.fLeft; | 
|  | 62 | builder[2] = imageBounds.fTop; | 
|  | 63 | builder[3] = imageBounds.fRight; | 
|  | 64 | builder[4] = imageBounds.fBottom; | 
| bsalomon | 466c2c4 | 2015-10-16 12:01:18 -0700 | [diff] [blame] | 65 | } | 
|  | 66 |  | 
| bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 67 | ////////////////////////////////////////////////////////////////////////////// | 
| Robert Phillips | 1afd4cd | 2018-01-08 13:40:32 -0500 | [diff] [blame] | 68 | sk_sp<GrTextureProxy> GrUploadBitmapToTextureProxy(GrProxyProvider* proxyProvider, | 
| Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 69 | const SkBitmap& bitmap) { | 
| Greg Daniel | 7619b64 | 2018-02-08 15:32:02 -0500 | [diff] [blame] | 70 | if (!bitmap.peekPixels(nullptr)) { | 
| Brian Osman | 4075ec8 | 2017-01-17 16:41:03 +0000 | [diff] [blame] | 71 | return nullptr; | 
|  | 72 | } | 
| Greg Daniel | 7619b64 | 2018-02-08 15:32:02 -0500 | [diff] [blame] | 73 |  | 
| Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 74 | if (!SkImageInfoIsValid(bitmap.info())) { | 
| Robert Phillips | d374948 | 2017-03-14 09:17:43 -0400 | [diff] [blame] | 75 | return nullptr; | 
|  | 76 | } | 
| Greg Daniel | 7619b64 | 2018-02-08 15:32:02 -0500 | [diff] [blame] | 77 |  | 
|  | 78 | // In non-ddl we will always instantiate right away. Thus we never want to copy the SkBitmap | 
|  | 79 | // even if it's mutable. In ddl, if the bitmap is mutable then we must make a copy since the | 
|  | 80 | // 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] | 81 | SkCopyPixelsMode cpyMode = proxyProvider->recordingDDL() ? kIfMutable_SkCopyPixelsMode | 
|  | 82 | : kNever_SkCopyPixelsMode; | 
| Greg Daniel | 7619b64 | 2018-02-08 15:32:02 -0500 | [diff] [blame] | 83 | sk_sp<SkImage> image = SkMakeImageFromRasterBitmap(bitmap, cpyMode); | 
|  | 84 |  | 
| Brian Salomon | 58389b9 | 2018-03-07 13:01:25 -0500 | [diff] [blame] | 85 | return proxyProvider->createTextureProxy(std::move(image), kNone_GrSurfaceFlags, 1, | 
|  | 86 | SkBudgeted::kYes, SkBackingFit::kExact); | 
| Robert Phillips | d374948 | 2017-03-14 09:17:43 -0400 | [diff] [blame] | 87 | } | 
| Brian Osman | 4075ec8 | 2017-01-17 16:41:03 +0000 | [diff] [blame] | 88 |  | 
| bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 89 | //////////////////////////////////////////////////////////////////////////////// | 
|  | 90 |  | 
| bsalomon | c55271f | 2015-11-09 11:55:57 -0800 | [diff] [blame] | 91 | void GrInstallBitmapUniqueKeyInvalidator(const GrUniqueKey& key, SkPixelRef* pixelRef) { | 
| bsalomon | 89fe56b | 2015-10-29 10:49:28 -0700 | [diff] [blame] | 92 | class Invalidator : public SkPixelRef::GenIDChangeListener { | 
|  | 93 | public: | 
|  | 94 | explicit Invalidator(const GrUniqueKey& key) : fMsg(key) {} | 
|  | 95 | private: | 
|  | 96 | GrUniqueKeyInvalidatedMessage fMsg; | 
|  | 97 |  | 
|  | 98 | void onChange() override { SkMessageBus<GrUniqueKeyInvalidatedMessage>::Post(fMsg); } | 
|  | 99 | }; | 
|  | 100 |  | 
|  | 101 | pixelRef->addGenIDChangeListener(new Invalidator(key)); | 
|  | 102 | } | 
|  | 103 |  | 
| Robert Phillips | 0bd24dc | 2018-01-16 08:06:32 -0500 | [diff] [blame] | 104 | sk_sp<GrTextureProxy> GrCopyBaseMipMapToTextureProxy(GrContext* ctx, GrTextureProxy* baseProxy) { | 
| Greg Daniel | 55afd6d | 2017-09-29 09:32:44 -0400 | [diff] [blame] | 105 | SkASSERT(baseProxy); | 
|  | 106 |  | 
| Brian Salomon | c7fe0f7 | 2018-05-11 10:14:21 -0400 | [diff] [blame] | 107 | if (!ctx->contextPriv().caps()->isConfigCopyable(baseProxy->config())) { | 
| Greg Daniel | bb76ace | 2017-09-29 15:58:22 -0400 | [diff] [blame] | 108 | return nullptr; | 
|  | 109 | } | 
|  | 110 |  | 
| Robert Phillips | 0bd24dc | 2018-01-16 08:06:32 -0500 | [diff] [blame] | 111 | GrProxyProvider* proxyProvider = ctx->contextPriv().proxyProvider(); | 
| Greg Daniel | 55afd6d | 2017-09-29 09:32:44 -0400 | [diff] [blame] | 112 | GrSurfaceDesc desc; | 
|  | 113 | desc.fFlags = kNone_GrSurfaceFlags; | 
| Greg Daniel | 55afd6d | 2017-09-29 09:32:44 -0400 | [diff] [blame] | 114 | desc.fWidth = baseProxy->width(); | 
|  | 115 | desc.fHeight = baseProxy->height(); | 
|  | 116 | desc.fConfig = baseProxy->config(); | 
| Brian Salomon | bdecacf | 2018-02-02 20:32:49 -0500 | [diff] [blame] | 117 | desc.fSampleCnt = 1; | 
| Greg Daniel | 55afd6d | 2017-09-29 09:32:44 -0400 | [diff] [blame] | 118 |  | 
| Brian Salomon | 2a4f983 | 2018-03-03 22:43:43 -0500 | [diff] [blame] | 119 | sk_sp<GrTextureProxy> proxy = | 
|  | 120 | proxyProvider->createMipMapProxy(desc, baseProxy->origin(), SkBudgeted::kYes); | 
| Greg Daniel | 55afd6d | 2017-09-29 09:32:44 -0400 | [diff] [blame] | 121 | if (!proxy) { | 
|  | 122 | return nullptr; | 
|  | 123 | } | 
|  | 124 |  | 
|  | 125 | // Copy the base layer to our proxy | 
| Brian Salomon | 366093f | 2018-02-13 09:25:22 -0500 | [diff] [blame] | 126 | sk_sp<GrSurfaceContext> sContext = | 
| Brian Osman | 9363ac4 | 2018-06-01 16:10:53 -0400 | [diff] [blame^] | 127 | ctx->contextPriv().makeWrappedSurfaceContext(proxy); | 
| Greg Daniel | 55afd6d | 2017-09-29 09:32:44 -0400 | [diff] [blame] | 128 | SkASSERT(sContext); | 
|  | 129 | SkAssertResult(sContext->copy(baseProxy)); | 
|  | 130 |  | 
|  | 131 | return proxy; | 
|  | 132 | } | 
|  | 133 |  | 
| Robert Phillips | bbd7a3b | 2017-03-21 08:48:40 -0400 | [diff] [blame] | 134 | sk_sp<GrTextureProxy> GrRefCachedBitmapTextureProxy(GrContext* ctx, | 
|  | 135 | const SkBitmap& bitmap, | 
| Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 136 | const GrSamplerState& params, | 
| Robert Phillips | bbd7a3b | 2017-03-21 08:48:40 -0400 | [diff] [blame] | 137 | SkScalar scaleAdjust[2]) { | 
|  | 138 | // Caller doesn't care about the texture's color space (they can always get it from the bitmap) | 
| Robert Phillips | 3798c86 | 2017-03-27 11:08:16 -0400 | [diff] [blame] | 139 | return GrBitmapTextureMaker(ctx, bitmap).refTextureProxyForParams(params, nullptr, | 
|  | 140 | nullptr, scaleAdjust); | 
| Robert Phillips | bbd7a3b | 2017-03-21 08:48:40 -0400 | [diff] [blame] | 141 | } | 
|  | 142 |  | 
| Robert Phillips | 1afd4cd | 2018-01-08 13:40:32 -0500 | [diff] [blame] | 143 | sk_sp<GrTextureProxy> GrMakeCachedBitmapProxy(GrProxyProvider* proxyProvider, | 
| Greg Daniel | 7e1912a | 2018-02-08 09:15:33 -0500 | [diff] [blame] | 144 | const SkBitmap& bitmap, | 
|  | 145 | SkBackingFit fit) { | 
|  | 146 | if (!bitmap.peekPixels(nullptr)) { | 
|  | 147 | return nullptr; | 
| Robert Phillips | e14d305 | 2017-02-15 13:18:21 -0500 | [diff] [blame] | 148 | } | 
|  | 149 |  | 
| Greg Daniel | 7e1912a | 2018-02-08 09:15:33 -0500 | [diff] [blame] | 150 | // In non-ddl we will always instantiate right away. Thus we never want to copy the SkBitmap | 
|  | 151 | // even if its mutable. In ddl, if the bitmap is mutable then we must make a copy since the | 
|  | 152 | // 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] | 153 | SkCopyPixelsMode cpyMode = proxyProvider->recordingDDL() ? kIfMutable_SkCopyPixelsMode | 
|  | 154 | : kNever_SkCopyPixelsMode; | 
| Greg Daniel | 7e1912a | 2018-02-08 09:15:33 -0500 | [diff] [blame] | 155 | sk_sp<SkImage> image = SkMakeImageFromRasterBitmap(bitmap, cpyMode); | 
| Robert Phillips | e14d305 | 2017-02-15 13:18:21 -0500 | [diff] [blame] | 156 |  | 
| Greg Daniel | 7e1912a | 2018-02-08 09:15:33 -0500 | [diff] [blame] | 157 | if (!image) { | 
|  | 158 | return nullptr; | 
| Robert Phillips | e14d305 | 2017-02-15 13:18:21 -0500 | [diff] [blame] | 159 | } | 
|  | 160 |  | 
| Greg Daniel | 7e1912a | 2018-02-08 09:15:33 -0500 | [diff] [blame] | 161 | return GrMakeCachedImageProxy(proxyProvider, std::move(image), fit); | 
| Robert Phillips | e14d305 | 2017-02-15 13:18:21 -0500 | [diff] [blame] | 162 | } | 
|  | 163 |  | 
| Robert Phillips | 7a92639 | 2018-02-01 15:49:54 -0500 | [diff] [blame] | 164 | static void create_unique_key_for_image(const SkImage* image, GrUniqueKey* result) { | 
|  | 165 | if (!image) { | 
|  | 166 | result->reset(); // will be invalid | 
|  | 167 | return; | 
|  | 168 | } | 
|  | 169 |  | 
|  | 170 | if (const SkBitmap* bm = as_IB(image)->onPeekBitmap()) { | 
| Greg Daniel | a421112 | 2018-03-14 19:09:36 +0000 | [diff] [blame] | 171 | if (!bm->isVolatile()) { | 
|  | 172 | SkIPoint origin = bm->pixelRefOrigin(); | 
|  | 173 | SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, bm->width(), bm->height()); | 
|  | 174 | GrMakeKeyFromImageID(result, bm->getGenerationID(), subset); | 
|  | 175 | } | 
| Robert Phillips | 7a92639 | 2018-02-01 15:49:54 -0500 | [diff] [blame] | 176 | return; | 
|  | 177 | } | 
|  | 178 |  | 
|  | 179 | GrMakeKeyFromImageID(result, image->uniqueID(), image->bounds()); | 
|  | 180 | } | 
|  | 181 |  | 
|  | 182 | sk_sp<GrTextureProxy> GrMakeCachedImageProxy(GrProxyProvider* proxyProvider, | 
| Greg Daniel | 490695b | 2018-02-05 09:34:02 -0500 | [diff] [blame] | 183 | sk_sp<SkImage> srcImage, | 
|  | 184 | SkBackingFit fit) { | 
| Robert Phillips | 7a92639 | 2018-02-01 15:49:54 -0500 | [diff] [blame] | 185 | sk_sp<GrTextureProxy> proxy; | 
|  | 186 | GrUniqueKey originalKey; | 
|  | 187 |  | 
|  | 188 | create_unique_key_for_image(srcImage.get(), &originalKey); | 
|  | 189 |  | 
|  | 190 | if (originalKey.isValid()) { | 
|  | 191 | proxy = proxyProvider->findOrCreateProxyByUniqueKey(originalKey, kTopLeft_GrSurfaceOrigin); | 
|  | 192 | } | 
|  | 193 | if (!proxy) { | 
| Greg Daniel | a421112 | 2018-03-14 19:09:36 +0000 | [diff] [blame] | 194 | proxy = proxyProvider->createTextureProxy(srcImage, kNone_GrSurfaceFlags, 1, | 
| Brian Salomon | 58389b9 | 2018-03-07 13:01:25 -0500 | [diff] [blame] | 195 | SkBudgeted::kYes, fit); | 
| Robert Phillips | 7a92639 | 2018-02-01 15:49:54 -0500 | [diff] [blame] | 196 | if (proxy && originalKey.isValid()) { | 
|  | 197 | proxyProvider->assignUniqueKeyToProxy(originalKey, proxy.get()); | 
| Robert Phillips | 5c4b33b | 2018-03-20 16:23:08 -0400 | [diff] [blame] | 198 | const SkBitmap* bm = as_IB(srcImage.get())->onPeekBitmap(); | 
|  | 199 | // When recording DDLs we do not want to install change listeners because doing | 
|  | 200 | // so isn't threadsafe. | 
|  | 201 | if (bm && !proxyProvider->recordingDDL()) { | 
| Greg Daniel | a421112 | 2018-03-14 19:09:36 +0000 | [diff] [blame] | 202 | GrInstallBitmapUniqueKeyInvalidator(originalKey, bm->pixelRef()); | 
|  | 203 | } | 
| Robert Phillips | 7a92639 | 2018-02-01 15:49:54 -0500 | [diff] [blame] | 204 | } | 
|  | 205 | } | 
|  | 206 |  | 
|  | 207 | return proxy; | 
|  | 208 | } | 
|  | 209 |  | 
| rileya@google.com | 24f3ad1 | 2012-07-18 21:47:40 +0000 | [diff] [blame] | 210 | /////////////////////////////////////////////////////////////////////////////// | 
|  | 211 |  | 
| Brian Salomon | 4cbb6e6 | 2017-10-25 15:12:19 -0400 | [diff] [blame] | 212 | GrColor4f SkColorToPremulGrColor4f(SkColor c, const GrColorSpaceInfo& colorSpaceInfo) { | 
| Brian Osman | 72ae431 | 2016-10-20 16:53:45 -0400 | [diff] [blame] | 213 | // We want to premultiply after linearizing, so this is easy: | 
| Brian Salomon | 4cbb6e6 | 2017-10-25 15:12:19 -0400 | [diff] [blame] | 214 | return SkColorToUnpremulGrColor4f(c, colorSpaceInfo).premul(); | 
| Brian Osman | 72ae431 | 2016-10-20 16:53:45 -0400 | [diff] [blame] | 215 | } | 
|  | 216 |  | 
| Brian Salomon | 4cbb6e6 | 2017-10-25 15:12:19 -0400 | [diff] [blame] | 217 | GrColor4f SkColorToPremulGrColor4fLegacy(SkColor c) { | 
|  | 218 | return GrColor4f::FromGrColor(SkColorToUnpremulGrColor(c)).premul(); | 
| Brian Osman | 72ae431 | 2016-10-20 16:53:45 -0400 | [diff] [blame] | 219 | } | 
|  | 220 |  | 
| Brian Salomon | 4cbb6e6 | 2017-10-25 15:12:19 -0400 | [diff] [blame] | 221 | GrColor4f SkColorToUnpremulGrColor4f(SkColor c, const GrColorSpaceInfo& colorSpaceInfo) { | 
| Brian Osman | c68d4aa | 2016-09-30 11:41:59 -0400 | [diff] [blame] | 222 | GrColor4f color; | 
| Brian Salomon | 4cbb6e6 | 2017-10-25 15:12:19 -0400 | [diff] [blame] | 223 | if (colorSpaceInfo.colorSpace()) { | 
| Brian Osman | c68d4aa | 2016-09-30 11:41:59 -0400 | [diff] [blame] | 224 | // SkColor4f::FromColor does sRGB -> Linear | 
|  | 225 | color = GrColor4f::FromSkColor4f(SkColor4f::FromColor(c)); | 
|  | 226 | } else { | 
|  | 227 | // GrColor4f::FromGrColor just multiplies by 1/255 | 
|  | 228 | color = GrColor4f::FromGrColor(SkColorToUnpremulGrColor(c)); | 
|  | 229 | } | 
|  | 230 |  | 
| Brian Salomon | 4cbb6e6 | 2017-10-25 15:12:19 -0400 | [diff] [blame] | 231 | if (auto* xform = colorSpaceInfo.colorSpaceXformFromSRGB()) { | 
|  | 232 | color = xform->clampedXform(color); | 
| Brian Osman | c68d4aa | 2016-09-30 11:41:59 -0400 | [diff] [blame] | 233 | } | 
|  | 234 |  | 
|  | 235 | return color; | 
|  | 236 | } | 
|  | 237 |  | 
|  | 238 | /////////////////////////////////////////////////////////////////////////////// | 
|  | 239 |  | 
| Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 240 | GrPixelConfig SkColorType2GrPixelConfig(const SkColorType type) { | 
| Greg Daniel | 81e7bf8 | 2017-07-19 14:47:42 -0400 | [diff] [blame] | 241 | switch (type) { | 
| brianosman | c571c00 | 2016-03-17 13:01:26 -0700 | [diff] [blame] | 242 | case kUnknown_SkColorType: | 
|  | 243 | return kUnknown_GrPixelConfig; | 
|  | 244 | case kAlpha_8_SkColorType: | 
|  | 245 | return kAlpha_8_GrPixelConfig; | 
|  | 246 | case kRGB_565_SkColorType: | 
|  | 247 | return kRGB_565_GrPixelConfig; | 
|  | 248 | case kARGB_4444_SkColorType: | 
|  | 249 | return kRGBA_4444_GrPixelConfig; | 
|  | 250 | case kRGBA_8888_SkColorType: | 
| Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 251 | return kRGBA_8888_GrPixelConfig; | 
| Brian Salomon | e41e176 | 2018-01-25 14:07:47 -0500 | [diff] [blame] | 252 | case kRGB_888x_SkColorType: | 
| Brian Salomon | 5fba7ad | 2018-03-22 10:01:16 -0400 | [diff] [blame] | 253 | return kRGB_888_GrPixelConfig; | 
| brianosman | c571c00 | 2016-03-17 13:01:26 -0700 | [diff] [blame] | 254 | case kBGRA_8888_SkColorType: | 
| Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 255 | return kBGRA_8888_GrPixelConfig; | 
| Brian Salomon | e41e176 | 2018-01-25 14:07:47 -0500 | [diff] [blame] | 256 | case kRGBA_1010102_SkColorType: | 
| Brian Osman | 10fc6fd | 2018-03-02 11:01:10 -0500 | [diff] [blame] | 257 | return kRGBA_1010102_GrPixelConfig; | 
| Brian Salomon | e41e176 | 2018-01-25 14:07:47 -0500 | [diff] [blame] | 258 | case kRGB_101010x_SkColorType: | 
|  | 259 | return kUnknown_GrPixelConfig; | 
| brianosman | c571c00 | 2016-03-17 13:01:26 -0700 | [diff] [blame] | 260 | case kGray_8_SkColorType: | 
| Brian Osman | 986563b | 2017-01-10 14:20:02 -0500 | [diff] [blame] | 261 | return kGray_8_GrPixelConfig; | 
| brianosman | c571c00 | 2016-03-17 13:01:26 -0700 | [diff] [blame] | 262 | case kRGBA_F16_SkColorType: | 
|  | 263 | return kRGBA_half_GrPixelConfig; | 
| commit-bot@chromium.org | 15a1405 | 2014-02-16 00:59:25 +0000 | [diff] [blame] | 264 | } | 
|  | 265 | SkASSERT(0);    // shouldn't get here | 
|  | 266 | return kUnknown_GrPixelConfig; | 
|  | 267 | } | 
|  | 268 |  | 
| Brian Osman | 2b23c4b | 2018-06-01 12:25:08 -0400 | [diff] [blame] | 269 | GrPixelConfig SkImageInfo2GrPixelConfig(const SkImageInfo& info) { | 
|  | 270 | return SkColorType2GrPixelConfig(info.colorType()); | 
| Greg Daniel | 81e7bf8 | 2017-07-19 14:47:42 -0400 | [diff] [blame] | 271 | } | 
|  | 272 |  | 
| brianosman | 396fcdb | 2016-07-22 06:26:11 -0700 | [diff] [blame] | 273 | bool GrPixelConfigToColorType(GrPixelConfig config, SkColorType* ctOut) { | 
| Brian Salomon | 5fba7ad | 2018-03-22 10:01:16 -0400 | [diff] [blame] | 274 | SkColorType ct = GrColorTypeToSkColorType(GrPixelConfigToColorType(config)); | 
|  | 275 | if (kUnknown_SkColorType != ct) { | 
|  | 276 | if (ctOut) { | 
|  | 277 | *ctOut = ct; | 
|  | 278 | } | 
|  | 279 | return true; | 
| reed@google.com | bf79023 | 2013-12-13 19:45:58 +0000 | [diff] [blame] | 280 | } | 
| Brian Salomon | 5fba7ad | 2018-03-22 10:01:16 -0400 | [diff] [blame] | 281 | return false; | 
| reed@google.com | bf79023 | 2013-12-13 19:45:58 +0000 | [diff] [blame] | 282 | } | 
| commit-bot@chromium.org | 8dcff64 | 2014-05-15 20:32:48 +0000 | [diff] [blame] | 283 |  | 
| brianosman | 27a3aa5 | 2016-09-23 07:11:34 -0700 | [diff] [blame] | 284 | GrPixelConfig GrRenderableConfigForColorSpace(const SkColorSpace* colorSpace) { | 
| Matt Sarett | f388093 | 2017-03-24 10:06:03 -0400 | [diff] [blame] | 285 | if (!colorSpace) { | 
| brianosman | 2695eaa | 2016-09-21 06:45:09 -0700 | [diff] [blame] | 286 | return kRGBA_8888_GrPixelConfig; | 
|  | 287 | } else if (colorSpace->gammaIsLinear()) { | 
| Mike Klein | ce4cf72 | 2018-05-10 11:29:15 -0400 | [diff] [blame] | 288 | // TODO | 
| brianosman | 2695eaa | 2016-09-21 06:45:09 -0700 | [diff] [blame] | 289 | return kRGBA_half_GrPixelConfig; | 
|  | 290 | } else if (colorSpace->gammaCloseToSRGB()) { | 
|  | 291 | return kSRGBA_8888_GrPixelConfig; | 
|  | 292 | } else { | 
|  | 293 | SkDEBUGFAIL("No renderable config exists for color space with strange gamma"); | 
|  | 294 | return kUnknown_GrPixelConfig; | 
|  | 295 | } | 
|  | 296 | } | 
|  | 297 |  | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 298 | //////////////////////////////////////////////////////////////////////////////////////////////// | 
| commit-bot@chromium.org | 8dcff64 | 2014-05-15 20:32:48 +0000 | [diff] [blame] | 299 |  | 
| Mike Reed | 185ba21 | 2017-04-28 12:31:05 -0400 | [diff] [blame] | 300 | static inline bool blend_requires_shader(const SkBlendMode mode) { | 
|  | 301 | return SkBlendMode::kDst != mode; | 
| bsalomon | aa48d36 | 2015-10-01 08:34:17 -0700 | [diff] [blame] | 302 | } | 
|  | 303 |  | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 304 | static inline bool skpaint_to_grpaint_impl(GrContext* context, | 
| Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 305 | const GrColorSpaceInfo& colorSpaceInfo, | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 306 | const SkPaint& skPaint, | 
|  | 307 | const SkMatrix& viewM, | 
| Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 308 | std::unique_ptr<GrFragmentProcessor>* shaderProcessor, | 
| Mike Reed | 7d954ad | 2016-10-28 15:42:34 -0400 | [diff] [blame] | 309 | SkBlendMode* primColorMode, | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 310 | GrPaint* grPaint) { | 
| Brian Osman | c68d4aa | 2016-09-30 11:41:59 -0400 | [diff] [blame] | 311 | // Convert SkPaint color to 4f format, including optional linearizing and gamut conversion. | 
| Brian Salomon | 4cbb6e6 | 2017-10-25 15:12:19 -0400 | [diff] [blame] | 312 | GrColor4f origColor = SkColorToUnpremulGrColor4f(skPaint.getColor(), colorSpaceInfo); | 
| brianosman | a4535a3 | 2016-06-24 12:50:19 -0700 | [diff] [blame] | 313 |  | 
| Mike Reed | 3bc266b | 2018-01-20 22:24:41 +0000 | [diff] [blame] | 314 | const GrFPArgs fpArgs(context, &viewM, skPaint.getFilterQuality(), &colorSpaceInfo); | 
| Mike Reed | bfadcf0 | 2018-01-20 22:24:21 +0000 | [diff] [blame] | 315 |  | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 316 | // Setup the initial color considering the shader, the SkPaint color, and the presence or not | 
|  | 317 | // of per-vertex colors. | 
| Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 318 | std::unique_ptr<GrFragmentProcessor> shaderFP; | 
| Mike Reed | 185ba21 | 2017-04-28 12:31:05 -0400 | [diff] [blame] | 319 | if (!primColorMode || blend_requires_shader(*primColorMode)) { | 
| bsalomon | aa48d36 | 2015-10-01 08:34:17 -0700 | [diff] [blame] | 320 | if (shaderProcessor) { | 
| Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 321 | shaderFP = std::move(*shaderProcessor); | 
| Florin Malita | 4aed138 | 2017-05-25 10:38:07 -0400 | [diff] [blame] | 322 | } else if (const auto* shader = as_SB(skPaint.getShader())) { | 
| Mike Reed | bfadcf0 | 2018-01-20 22:24:21 +0000 | [diff] [blame] | 323 | shaderFP = shader->asFragmentProcessor(fpArgs); | 
| Yuqian Li | aad2ec6 | 2018-02-26 10:34:52 -0500 | [diff] [blame] | 324 | if (!shaderFP) { | 
|  | 325 | return false; | 
|  | 326 | } | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 327 | } | 
|  | 328 | } | 
|  | 329 |  | 
|  | 330 | // Set this in below cases if the output of the shader/paint-color/paint-alpha/primXfermode is | 
|  | 331 | // a known constant value. In that case we can simply apply a color filter during this | 
|  | 332 | // conversion without converting the color filter to a GrFragmentProcessor. | 
|  | 333 | bool applyColorFilterToPaintColor = false; | 
|  | 334 | if (shaderFP) { | 
|  | 335 | if (primColorMode) { | 
|  | 336 | // There is a blend between the primitive color and the shader color. The shader sees | 
|  | 337 | // the opaque paint color. The shader's output is blended using the provided mode by | 
|  | 338 | // the primitive color. The blended color is then modulated by the paint's alpha. | 
|  | 339 |  | 
|  | 340 | // The geometry processor will insert the primitive color to start the color chain, so | 
|  | 341 | // the GrPaint color will be ignored. | 
|  | 342 |  | 
| brianosman | 4cea3b9 | 2016-09-08 09:33:50 -0700 | [diff] [blame] | 343 | GrColor4f shaderInput = origColor.opaque(); | 
| Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 344 | shaderFP = GrFragmentProcessor::OverrideInput(std::move(shaderFP), shaderInput); | 
| Mike Reed | 185ba21 | 2017-04-28 12:31:05 -0400 | [diff] [blame] | 345 | shaderFP = GrXfermodeFragmentProcessor::MakeFromSrcProcessor(std::move(shaderFP), | 
|  | 346 | *primColorMode); | 
|  | 347 |  | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 348 | // The above may return null if compose results in a pass through of the prim color. | 
|  | 349 | if (shaderFP) { | 
| Robert Phillips | 1c9686b | 2017-06-30 08:40:28 -0400 | [diff] [blame] | 350 | grPaint->addColorFragmentProcessor(std::move(shaderFP)); | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 351 | } | 
|  | 352 |  | 
| brianosman | a4535a3 | 2016-06-24 12:50:19 -0700 | [diff] [blame] | 353 | // We can ignore origColor here - alpha is unchanged by gamma | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 354 | GrColor paintAlpha = SkColorAlphaToGrColor(skPaint.getColor()); | 
|  | 355 | if (GrColor_WHITE != paintAlpha) { | 
| Brian Osman | 618d304 | 2016-10-25 10:51:28 -0400 | [diff] [blame] | 356 | // No gamut conversion - paintAlpha is a (linear) alpha value, splatted to all | 
|  | 357 | // 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] | 358 | grPaint->addColorFragmentProcessor(GrConstColorProcessor::Make( | 
| Brian Osman | 618d304 | 2016-10-25 10:51:28 -0400 | [diff] [blame] | 359 | GrColor4f::FromGrColor(paintAlpha), | 
| Ethan Nicholas | e9d172a | 2017-11-20 12:12:24 -0500 | [diff] [blame] | 360 | GrConstColorProcessor::InputMode::kModulateRGBA)); | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 361 | } | 
|  | 362 | } else { | 
|  | 363 | // The shader's FP sees the paint unpremul color | 
| brianosman | a4535a3 | 2016-06-24 12:50:19 -0700 | [diff] [blame] | 364 | grPaint->setColor4f(origColor); | 
| bungeman | 06ca8ec | 2016-06-09 08:01:03 -0700 | [diff] [blame] | 365 | grPaint->addColorFragmentProcessor(std::move(shaderFP)); | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 366 | } | 
|  | 367 | } else { | 
|  | 368 | if (primColorMode) { | 
|  | 369 | // There is a blend between the primitive color and the paint color. The blend considers | 
|  | 370 | // the opaque paint color. The paint's alpha is applied to the post-blended color. | 
| Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 371 | auto processor = GrConstColorProcessor::Make(origColor.opaque(), | 
| Ethan Nicholas | e9d172a | 2017-11-20 12:12:24 -0500 | [diff] [blame] | 372 | GrConstColorProcessor::InputMode::kIgnore); | 
| Mike Reed | 185ba21 | 2017-04-28 12:31:05 -0400 | [diff] [blame] | 373 | processor = GrXfermodeFragmentProcessor::MakeFromSrcProcessor(std::move(processor), | 
|  | 374 | *primColorMode); | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 375 | if (processor) { | 
| bungeman | 06ca8ec | 2016-06-09 08:01:03 -0700 | [diff] [blame] | 376 | grPaint->addColorFragmentProcessor(std::move(processor)); | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 377 | } | 
|  | 378 |  | 
| brianosman | a4535a3 | 2016-06-24 12:50:19 -0700 | [diff] [blame] | 379 | grPaint->setColor4f(origColor.opaque()); | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 380 |  | 
| brianosman | a4535a3 | 2016-06-24 12:50:19 -0700 | [diff] [blame] | 381 | // We can ignore origColor here - alpha is unchanged by gamma | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 382 | GrColor paintAlpha = SkColorAlphaToGrColor(skPaint.getColor()); | 
| bsalomon | aa48d36 | 2015-10-01 08:34:17 -0700 | [diff] [blame] | 383 | if (GrColor_WHITE != paintAlpha) { | 
| Brian Osman | 618d304 | 2016-10-25 10:51:28 -0400 | [diff] [blame] | 384 | // No gamut conversion - paintAlpha is a (linear) alpha value, splatted to all | 
|  | 385 | // 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] | 386 | grPaint->addColorFragmentProcessor(GrConstColorProcessor::Make( | 
| Brian Osman | 618d304 | 2016-10-25 10:51:28 -0400 | [diff] [blame] | 387 | GrColor4f::FromGrColor(paintAlpha), | 
| Ethan Nicholas | e9d172a | 2017-11-20 12:12:24 -0500 | [diff] [blame] | 388 | GrConstColorProcessor::InputMode::kModulateRGBA)); | 
| bsalomon | aa48d36 | 2015-10-01 08:34:17 -0700 | [diff] [blame] | 389 | } | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 390 | } else { | 
|  | 391 | // No shader, no primitive color. | 
| brianosman | a4535a3 | 2016-06-24 12:50:19 -0700 | [diff] [blame] | 392 | grPaint->setColor4f(origColor.premul()); | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 393 | applyColorFilterToPaintColor = true; | 
|  | 394 | } | 
|  | 395 | } | 
|  | 396 |  | 
|  | 397 | SkColorFilter* colorFilter = skPaint.getColorFilter(); | 
|  | 398 | if (colorFilter) { | 
|  | 399 | if (applyColorFilterToPaintColor) { | 
| Brian Osman | 8bf4e67 | 2016-10-17 16:54:49 -0400 | [diff] [blame] | 400 | // If we're in legacy mode, we *must* avoid using the 4f version of the color filter, | 
|  | 401 | // because that will combine with the linearized version of the stored color. | 
| Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 402 | if (colorSpaceInfo.isGammaCorrect()) { | 
| Brian Osman | 8bf4e67 | 2016-10-17 16:54:49 -0400 | [diff] [blame] | 403 | grPaint->setColor4f(GrColor4f::FromSkColor4f( | 
|  | 404 | colorFilter->filterColor4f(origColor.toSkColor4f())).premul()); | 
|  | 405 | } else { | 
| Brian Salomon | 4cbb6e6 | 2017-10-25 15:12:19 -0400 | [diff] [blame] | 406 | grPaint->setColor4f(SkColorToPremulGrColor4fLegacy( | 
|  | 407 | colorFilter->filterColor(skPaint.getColor()))); | 
| Brian Osman | 8bf4e67 | 2016-10-17 16:54:49 -0400 | [diff] [blame] | 408 | } | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 409 | } else { | 
| Brian Salomon | 4cbb6e6 | 2017-10-25 15:12:19 -0400 | [diff] [blame] | 410 | auto cfFP = colorFilter->asFragmentProcessor(context, colorSpaceInfo); | 
| bsalomon | e25eea4 | 2015-09-29 06:38:55 -0700 | [diff] [blame] | 411 | if (cfFP) { | 
| bungeman | 06ca8ec | 2016-06-09 08:01:03 -0700 | [diff] [blame] | 412 | grPaint->addColorFragmentProcessor(std::move(cfFP)); | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 413 | } else { | 
|  | 414 | return false; | 
|  | 415 | } | 
|  | 416 | } | 
|  | 417 | } | 
|  | 418 |  | 
| Mike Reed | 80747ef | 2018-01-23 15:29:32 -0500 | [diff] [blame] | 419 | SkMaskFilterBase* maskFilter = as_MFB(skPaint.getMaskFilter()); | 
| Robert Phillips | a29a956 | 2016-10-20 09:40:55 -0400 | [diff] [blame] | 420 | if (maskFilter) { | 
| Mike Reed | bfadcf0 | 2018-01-20 22:24:21 +0000 | [diff] [blame] | 421 | if (auto mfFP = maskFilter->asFragmentProcessor(fpArgs)) { | 
|  | 422 | grPaint->addCoverageFragmentProcessor(std::move(mfFP)); | 
| Robert Phillips | a29a956 | 2016-10-20 09:40:55 -0400 | [diff] [blame] | 423 | } | 
|  | 424 | } | 
|  | 425 |  | 
| robertphillips | 4f03794 | 2016-02-09 05:09:27 -0800 | [diff] [blame] | 426 | // When the xfermode is null on the SkPaint (meaning kSrcOver) we need the XPFactory field on | 
|  | 427 | // the GrPaint to also be null (also kSrcOver). | 
|  | 428 | SkASSERT(!grPaint->getXPFactory()); | 
| reed | 374772b | 2016-10-05 17:33:02 -0700 | [diff] [blame] | 429 | if (!skPaint.isSrcOver()) { | 
|  | 430 | grPaint->setXPFactory(SkBlendMode_AsXPFactory(skPaint.getBlendMode())); | 
| robertphillips | 4f03794 | 2016-02-09 05:09:27 -0800 | [diff] [blame] | 431 | } | 
| mtklein | 775b819 | 2014-12-02 09:11:25 -0800 | [diff] [blame] | 432 |  | 
| krajcevski | f461a8f | 2014-06-19 14:14:06 -0700 | [diff] [blame] | 433 | #ifndef SK_IGNORE_GPU_DITHER | 
| Florin Malita | d4a70ee | 2017-06-19 10:21:43 -0400 | [diff] [blame] | 434 | // Conservative default, in case GrPixelConfigToColorType() fails. | 
|  | 435 | SkColorType ct = SkColorType::kRGB_565_SkColorType; | 
| Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 436 | GrPixelConfigToColorType(colorSpaceInfo.config(), &ct); | 
|  | 437 | if (SkPaintPriv::ShouldDither(skPaint, ct) && grPaint->numColorFragmentProcessors() > 0 && | 
|  | 438 | !colorSpaceInfo.isGammaCorrect()) { | 
|  | 439 | auto ditherFP = GrDitherEffect::Make(colorSpaceInfo.config()); | 
| Brian Salomon | 0c15ae8 | 2017-07-19 15:39:56 +0000 | [diff] [blame] | 440 | if (ditherFP) { | 
|  | 441 | grPaint->addColorFragmentProcessor(std::move(ditherFP)); | 
|  | 442 | } | 
| krajcevski | f461a8f | 2014-06-19 14:14:06 -0700 | [diff] [blame] | 443 | } | 
|  | 444 | #endif | 
| bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 445 | return true; | 
| commit-bot@chromium.org | 8dcff64 | 2014-05-15 20:32:48 +0000 | [diff] [blame] | 446 | } | 
|  | 447 |  | 
| Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 448 | bool SkPaintToGrPaint(GrContext* context, const GrColorSpaceInfo& colorSpaceInfo, | 
|  | 449 | const SkPaint& skPaint, const SkMatrix& viewM, GrPaint* grPaint) { | 
|  | 450 | return skpaint_to_grpaint_impl(context, colorSpaceInfo, skPaint, viewM, nullptr, nullptr, | 
|  | 451 | grPaint); | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 452 | } | 
| commit-bot@chromium.org | 8dcff64 | 2014-05-15 20:32:48 +0000 | [diff] [blame] | 453 |  | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 454 | /** Replaces the SkShader (if any) on skPaint with the passed in GrFragmentProcessor. */ | 
|  | 455 | bool SkPaintToGrPaintReplaceShader(GrContext* context, | 
| Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 456 | const GrColorSpaceInfo& colorSpaceInfo, | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 457 | const SkPaint& skPaint, | 
| Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 458 | std::unique_ptr<GrFragmentProcessor> shaderFP, | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 459 | GrPaint* grPaint) { | 
|  | 460 | if (!shaderFP) { | 
| bsalomon | c21b09e | 2015-08-28 18:46:56 -0700 | [diff] [blame] | 461 | return false; | 
| commit-bot@chromium.org | 8dcff64 | 2014-05-15 20:32:48 +0000 | [diff] [blame] | 462 | } | 
| Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 463 | return skpaint_to_grpaint_impl(context, colorSpaceInfo, skPaint, SkMatrix::I(), &shaderFP, | 
|  | 464 | nullptr, grPaint); | 
| commit-bot@chromium.org | 8dcff64 | 2014-05-15 20:32:48 +0000 | [diff] [blame] | 465 | } | 
| reed | 8b26b99 | 2015-05-07 15:36:17 -0700 | [diff] [blame] | 466 |  | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 467 | /** Ignores the SkShader (if any) on skPaint. */ | 
|  | 468 | bool SkPaintToGrPaintNoShader(GrContext* context, | 
| Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 469 | const GrColorSpaceInfo& colorSpaceInfo, | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 470 | const SkPaint& skPaint, | 
|  | 471 | GrPaint* grPaint) { | 
|  | 472 | // 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] | 473 | std::unique_ptr<GrFragmentProcessor> nullShaderFP(nullptr); | 
|  | 474 | return skpaint_to_grpaint_impl(context, colorSpaceInfo, skPaint, SkMatrix::I(), &nullShaderFP, | 
| Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 475 | nullptr, grPaint); | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 476 | } | 
|  | 477 |  | 
|  | 478 | /** 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] | 479 | be setup as a vertex attribute using the specified SkBlendMode. */ | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 480 | bool SkPaintToGrPaintWithXfermode(GrContext* context, | 
| Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 481 | const GrColorSpaceInfo& colorSpaceInfo, | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 482 | const SkPaint& skPaint, | 
|  | 483 | const SkMatrix& viewM, | 
| Mike Reed | 7d954ad | 2016-10-28 15:42:34 -0400 | [diff] [blame] | 484 | SkBlendMode primColorMode, | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 485 | GrPaint* grPaint) { | 
| Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 486 | return skpaint_to_grpaint_impl(context, colorSpaceInfo, skPaint, viewM, nullptr, &primColorMode, | 
| Mike Reed | 185ba21 | 2017-04-28 12:31:05 -0400 | [diff] [blame] | 487 | grPaint); | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 488 | } | 
|  | 489 |  | 
| joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 490 | bool SkPaintToGrPaintWithTexture(GrContext* context, | 
| Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 491 | const GrColorSpaceInfo& colorSpaceInfo, | 
| joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 492 | const SkPaint& paint, | 
|  | 493 | const SkMatrix& viewM, | 
| Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 494 | std::unique_ptr<GrFragmentProcessor> fp, | 
| joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 495 | bool textureIsAlphaOnly, | 
|  | 496 | GrPaint* grPaint) { | 
| Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 497 | std::unique_ptr<GrFragmentProcessor> shaderFP; | 
| joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 498 | if (textureIsAlphaOnly) { | 
| Florin Malita | 4aed138 | 2017-05-25 10:38:07 -0400 | [diff] [blame] | 499 | if (const auto* shader = as_SB(paint.getShader())) { | 
| Mike Reed | e3429e6 | 2018-01-19 11:43:34 -0500 | [diff] [blame] | 500 | shaderFP = shader->asFragmentProcessor(GrFPArgs( | 
| Florin Malita | c6c5ead | 2018-04-11 15:33:40 -0400 | [diff] [blame] | 501 | context, &viewM, paint.getFilterQuality(), &colorSpaceInfo)); | 
| joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 502 | if (!shaderFP) { | 
|  | 503 | return false; | 
|  | 504 | } | 
| Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 505 | std::unique_ptr<GrFragmentProcessor> fpSeries[] = { std::move(shaderFP), std::move(fp) }; | 
| bungeman | 06ca8ec | 2016-06-09 08:01:03 -0700 | [diff] [blame] | 506 | shaderFP = GrFragmentProcessor::RunInSeries(fpSeries, 2); | 
| joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 507 | } else { | 
| Brian Salomon | aff329b | 2017-08-11 09:40:37 -0400 | [diff] [blame] | 508 | shaderFP = GrFragmentProcessor::MakeInputPremulAndMulByOutput(std::move(fp)); | 
| joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 509 | } | 
|  | 510 | } else { | 
| Mike Reed | 28eaed2 | 2018-02-01 11:24:53 -0500 | [diff] [blame] | 511 | shaderFP = GrFragmentProcessor::MulChildByInputAlpha(std::move(fp)); | 
| joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 512 | } | 
|  | 513 |  | 
| Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 514 | return SkPaintToGrPaintReplaceShader(context, colorSpaceInfo, paint, std::move(shaderFP), | 
|  | 515 | grPaint); | 
| joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 516 | } | 
|  | 517 |  | 
| bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 518 |  | 
|  | 519 | //////////////////////////////////////////////////////////////////////////////////////////////// | 
|  | 520 |  | 
| Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 521 | GrSamplerState::Filter GrSkFilterQualityToGrFilterMode(SkFilterQuality paintFilterQuality, | 
|  | 522 | const SkMatrix& viewM, | 
|  | 523 | const SkMatrix& localM, | 
| Brian Osman | db78cba | 2018-02-15 10:09:48 -0500 | [diff] [blame] | 524 | bool sharpenMipmappedTextures, | 
| Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 525 | bool* doBicubic) { | 
| joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 526 | *doBicubic = false; | 
| Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 527 | GrSamplerState::Filter textureFilterMode; | 
| joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 528 | switch (paintFilterQuality) { | 
|  | 529 | case kNone_SkFilterQuality: | 
| Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 530 | textureFilterMode = GrSamplerState::Filter::kNearest; | 
| joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 531 | break; | 
|  | 532 | case kLow_SkFilterQuality: | 
| Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 533 | textureFilterMode = GrSamplerState::Filter::kBilerp; | 
| joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 534 | break; | 
|  | 535 | case kMedium_SkFilterQuality: { | 
|  | 536 | SkMatrix matrix; | 
|  | 537 | matrix.setConcat(viewM, localM); | 
| Brian Osman | db78cba | 2018-02-15 10:09:48 -0500 | [diff] [blame] | 538 | // With sharp mips, we bias lookups by -0.5. That means our final LOD is >= 0 until the | 
|  | 539 | // computed LOD is >= 0.5. At what scale factor does a texture get an LOD of 0.5? | 
|  | 540 | // | 
|  | 541 | // Want:  0       = log2(1/s) - 0.5 | 
|  | 542 | //        0.5     = log2(1/s) | 
|  | 543 | //        2^0.5   = 1/s | 
|  | 544 | //        1/2^0.5 = s | 
|  | 545 | //        2^0.5/2 = s | 
|  | 546 | SkScalar mipScale = sharpenMipmappedTextures ? SK_ScalarRoot2Over2 : SK_Scalar1; | 
|  | 547 | if (matrix.getMinScale() < mipScale) { | 
| Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 548 | textureFilterMode = GrSamplerState::Filter::kMipMap; | 
| joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 549 | } else { | 
|  | 550 | // Don't trigger MIP level generation unnecessarily. | 
| Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 551 | textureFilterMode = GrSamplerState::Filter::kBilerp; | 
| joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 552 | } | 
|  | 553 | break; | 
|  | 554 | } | 
|  | 555 | case kHigh_SkFilterQuality: { | 
|  | 556 | SkMatrix matrix; | 
|  | 557 | matrix.setConcat(viewM, localM); | 
|  | 558 | *doBicubic = GrBicubicEffect::ShouldUseBicubic(matrix, &textureFilterMode); | 
|  | 559 | break; | 
|  | 560 | } | 
|  | 561 | default: | 
| Mike Klein | e54c75f | 2016-10-13 14:18:09 -0400 | [diff] [blame] | 562 | // Should be unreachable.  If not, fall back to mipmaps. | 
| Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 563 | textureFilterMode = GrSamplerState::Filter::kMipMap; | 
| joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 564 | break; | 
|  | 565 |  | 
|  | 566 | } | 
|  | 567 | return textureFilterMode; | 
|  | 568 | } |