skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2011 Google Inc. |
| 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license that can be |
| 5 | * found in the LICENSE file. |
| 6 | */ |
| 7 | |
| 8 | #include "SkGpuDevice.h" |
| 9 | |
robertphillips | ccb1b57 | 2015-05-27 11:02:55 -0700 | [diff] [blame] | 10 | #include "GrBlurUtils.h" |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 11 | #include "GrContext.h" |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 12 | #include "GrDrawContext.h" |
robertphillips | 2334fb6 | 2015-06-17 05:43:33 -0700 | [diff] [blame] | 13 | #include "GrFontScaler.h" |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 14 | #include "GrGpu.h" |
| 15 | #include "GrGpuResourcePriv.h" |
robertphillips | 98d709b | 2014-09-02 10:20:50 -0700 | [diff] [blame] | 16 | #include "GrLayerHoister.h" |
robertphillips | 274b4ba | 2014-09-04 07:24:18 -0700 | [diff] [blame] | 17 | #include "GrRecordReplaceDraw.h" |
egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 18 | #include "GrStrokeInfo.h" |
joshualitt | 8f94bb2 | 2015-04-28 07:04:11 -0700 | [diff] [blame] | 19 | #include "GrTextContext.h" |
egdaniel | bbcb38d | 2014-06-19 10:19:29 -0700 | [diff] [blame] | 20 | #include "GrTracing.h" |
robertphillips | 30d7841 | 2014-11-24 09:49:17 -0800 | [diff] [blame] | 21 | #include "SkCanvasPriv.h" |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 22 | #include "SkDrawProcs.h" |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 23 | #include "SkErrorInternals.h" |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 24 | #include "SkGlyphCache.h" |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 25 | #include "SkGrTexturePixelRef.h" |
reed | a85d4d0 | 2015-05-06 12:56:48 -0700 | [diff] [blame] | 26 | #include "SkImage_Base.h" |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 27 | #include "SkImageFilter.h" |
robertphillips | 8236591 | 2014-11-12 09:32:34 -0800 | [diff] [blame] | 28 | #include "SkLayerInfo.h" |
commit-bot@chromium.org | 8213970 | 2014-03-10 22:53:20 +0000 | [diff] [blame] | 29 | #include "SkMaskFilter.h" |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 30 | #include "SkPathEffect.h" |
commit-bot@chromium.org | 145d1c0 | 2014-03-16 19:46:36 +0000 | [diff] [blame] | 31 | #include "SkPicture.h" |
robertphillips | db53990 | 2014-07-01 08:47:04 -0700 | [diff] [blame] | 32 | #include "SkPictureData.h" |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 33 | #include "SkRRect.h" |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 34 | #include "SkRecord.h" |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 35 | #include "SkStroke.h" |
reed@google.com | 76f10a3 | 2014-02-05 15:32:21 +0000 | [diff] [blame] | 36 | #include "SkSurface.h" |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 37 | #include "SkSurface_Gpu.h" |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 38 | #include "SkTLazy.h" |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 39 | #include "SkUtils.h" |
commit-bot@chromium.org | 559a883 | 2014-05-30 10:08:22 +0000 | [diff] [blame] | 40 | #include "SkVertState.h" |
robertphillips | 320c923 | 2014-07-29 06:07:19 -0700 | [diff] [blame] | 41 | #include "SkXfermode.h" |
joshualitt | a61c817 | 2015-08-17 10:51:22 -0700 | [diff] [blame] | 42 | #include "batches/GrRectBatchFactory.h" |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 43 | #include "effects/GrBicubicEffect.h" |
| 44 | #include "effects/GrDashingEffect.h" |
| 45 | #include "effects/GrSimpleTextureEffect.h" |
| 46 | #include "effects/GrTextureDomain.h" |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 47 | |
reed | f037e0b | 2014-10-30 11:34:15 -0700 | [diff] [blame] | 48 | #if SK_SUPPORT_GPU |
| 49 | |
senorblanco | 55b6d8b | 2014-07-30 11:26:46 -0700 | [diff] [blame] | 50 | enum { kDefaultImageFilterCacheSize = 32 * 1024 * 1024 }; |
| 51 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 52 | #if 0 |
| 53 | extern bool (*gShouldDrawProc)(); |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 54 | #define CHECK_SHOULD_DRAW(draw) \ |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 55 | do { \ |
| 56 | if (gShouldDrawProc && !gShouldDrawProc()) return; \ |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 57 | this->prepareDraw(draw); \ |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 58 | } while (0) |
| 59 | #else |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 60 | #define CHECK_SHOULD_DRAW(draw) this->prepareDraw(draw) |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 61 | #endif |
| 62 | |
| 63 | // This constant represents the screen alignment criterion in texels for |
| 64 | // requiring texture domain clamping to prevent color bleeding when drawing |
| 65 | // a sub region of a larger source image. |
commit-bot@chromium.org | 4b413c8 | 2013-11-25 19:44:07 +0000 | [diff] [blame] | 66 | #define COLOR_BLEED_TOLERANCE 0.001f |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 67 | |
| 68 | #define DO_DEFERRED_CLEAR() \ |
| 69 | do { \ |
bsalomon | afe3005 | 2015-01-16 07:32:33 -0800 | [diff] [blame] | 70 | if (fNeedClear) { \ |
| 71 | this->clearAll(); \ |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 72 | } \ |
| 73 | } while (false) \ |
| 74 | |
| 75 | /////////////////////////////////////////////////////////////////////////////// |
| 76 | |
| 77 | #define CHECK_FOR_ANNOTATION(paint) \ |
| 78 | do { if (paint.getAnnotation()) { return; } } while (0) |
| 79 | |
| 80 | /////////////////////////////////////////////////////////////////////////////// |
| 81 | |
bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 82 | // Helper for turning a bitmap into a texture. If the bitmap is GrTexture backed this |
| 83 | // just accesses the backing GrTexture. Otherwise, it creates a cached texture |
| 84 | // representation and releases it in the destructor. |
| 85 | class AutoBitmapTexture : public SkNoncopyable { |
Brian Salomon | 9323b8b | 2014-10-07 15:07:38 -0400 | [diff] [blame] | 86 | public: |
bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 87 | AutoBitmapTexture() {} |
robertphillips | dbe6074 | 2014-09-30 06:54:17 -0700 | [diff] [blame] | 88 | |
bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 89 | AutoBitmapTexture(GrContext* context, |
| 90 | const SkBitmap& bitmap, |
| 91 | const GrTextureParams* params, |
| 92 | GrTexture** texture) { |
Brian Salomon | 9323b8b | 2014-10-07 15:07:38 -0400 | [diff] [blame] | 93 | SkASSERT(texture); |
bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 94 | *texture = this->set(context, bitmap, params); |
Brian Salomon | 9323b8b | 2014-10-07 15:07:38 -0400 | [diff] [blame] | 95 | } |
| 96 | |
bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 97 | GrTexture* set(GrContext* context, |
Brian Salomon | 9323b8b | 2014-10-07 15:07:38 -0400 | [diff] [blame] | 98 | const SkBitmap& bitmap, |
| 99 | const GrTextureParams* params) { |
bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 100 | // Either get the texture directly from the bitmap, or else use the cache and |
| 101 | // remember to unref it. |
| 102 | if (GrTexture* bmpTexture = bitmap.getTexture()) { |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 103 | fTexture.reset(nullptr); |
bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 104 | return bmpTexture; |
| 105 | } else { |
| 106 | fTexture.reset(GrRefCachedBitmapTexture(context, bitmap, params)); |
| 107 | return fTexture.get(); |
Brian Salomon | 9323b8b | 2014-10-07 15:07:38 -0400 | [diff] [blame] | 108 | } |
Brian Salomon | 9323b8b | 2014-10-07 15:07:38 -0400 | [diff] [blame] | 109 | } |
| 110 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 111 | private: |
bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 112 | SkAutoTUnref<GrTexture> fTexture; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 113 | }; |
| 114 | |
| 115 | /////////////////////////////////////////////////////////////////////////////// |
| 116 | |
| 117 | struct GrSkDrawProcs : public SkDrawProcs { |
| 118 | public: |
| 119 | GrContext* fContext; |
| 120 | GrTextContext* fTextContext; |
| 121 | GrFontScaler* fFontScaler; // cached in the skia glyphcache |
| 122 | }; |
| 123 | |
| 124 | /////////////////////////////////////////////////////////////////////////////// |
| 125 | |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 126 | /** Checks that the alpha type is legal and gets constructor flags. Returns false if device creation |
| 127 | should fail. */ |
| 128 | bool SkGpuDevice::CheckAlphaTypeAndGetFlags( |
| 129 | const SkImageInfo* info, SkGpuDevice::InitContents init, unsigned* flags) { |
| 130 | *flags = 0; |
| 131 | if (info) { |
| 132 | switch (info->alphaType()) { |
| 133 | case kPremul_SkAlphaType: |
| 134 | break; |
| 135 | case kOpaque_SkAlphaType: |
| 136 | *flags |= SkGpuDevice::kIsOpaque_Flag; |
| 137 | break; |
| 138 | default: // If it is unpremul or unknown don't try to render |
| 139 | return false; |
| 140 | } |
| 141 | } |
| 142 | if (kClear_InitContents == init) { |
| 143 | *flags |= kNeedClear_Flag; |
| 144 | } |
| 145 | return true; |
| 146 | } |
| 147 | |
| 148 | SkGpuDevice* SkGpuDevice::Create(GrRenderTarget* rt, const SkSurfaceProps* props, |
| 149 | InitContents init) { |
| 150 | return SkGpuDevice::Create(rt, rt->width(), rt->height(), props, init); |
senorblanco | d0d37ca | 2015-04-02 04:54:56 -0700 | [diff] [blame] | 151 | } |
| 152 | |
| 153 | SkGpuDevice* SkGpuDevice::Create(GrRenderTarget* rt, int width, int height, |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 154 | const SkSurfaceProps* props, InitContents init) { |
bsalomon | afe3005 | 2015-01-16 07:32:33 -0800 | [diff] [blame] | 155 | if (!rt || rt->wasDestroyed()) { |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 156 | return nullptr; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 157 | } |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 158 | unsigned flags; |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 159 | if (!CheckAlphaTypeAndGetFlags(nullptr, init, &flags)) { |
| 160 | return nullptr; |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 161 | } |
halcanary | 385fe4d | 2015-08-26 13:07:48 -0700 | [diff] [blame] | 162 | return new SkGpuDevice(rt, width, height, props, flags); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 163 | } |
| 164 | |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 165 | SkGpuDevice* SkGpuDevice::Create(GrContext* context, SkSurface::Budgeted budgeted, |
| 166 | const SkImageInfo& info, int sampleCount, |
| 167 | const SkSurfaceProps* props, InitContents init) { |
| 168 | unsigned flags; |
| 169 | if (!CheckAlphaTypeAndGetFlags(&info, init, &flags)) { |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 170 | return nullptr; |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 171 | } |
| 172 | |
| 173 | SkAutoTUnref<GrRenderTarget> rt(CreateRenderTarget(context, budgeted, info, sampleCount)); |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 174 | if (nullptr == rt) { |
| 175 | return nullptr; |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 176 | } |
| 177 | |
halcanary | 385fe4d | 2015-08-26 13:07:48 -0700 | [diff] [blame] | 178 | return new SkGpuDevice(rt, info.width(), info.height(), props, flags); |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 179 | } |
| 180 | |
senorblanco | d0d37ca | 2015-04-02 04:54:56 -0700 | [diff] [blame] | 181 | SkGpuDevice::SkGpuDevice(GrRenderTarget* rt, int width, int height, |
| 182 | const SkSurfaceProps* props, unsigned flags) |
robertphillips | fcf7829 | 2015-06-19 11:49:52 -0700 | [diff] [blame] | 183 | : INHERITED(SkSurfacePropsCopyOrDefault(props)) |
reed | b2db898 | 2014-11-13 12:41:02 -0800 | [diff] [blame] | 184 | { |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 185 | fDrawProcs = nullptr; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 186 | |
bsalomon | afe3005 | 2015-01-16 07:32:33 -0800 | [diff] [blame] | 187 | fContext = SkRef(rt->getContext()); |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 188 | fNeedClear = SkToBool(flags & kNeedClear_Flag); |
| 189 | fOpaque = SkToBool(flags & kIsOpaque_Flag); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 190 | |
bsalomon | afe3005 | 2015-01-16 07:32:33 -0800 | [diff] [blame] | 191 | fRenderTarget = SkRef(rt); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 192 | |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 193 | SkAlphaType at = fOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType; |
| 194 | SkImageInfo info = rt->surfacePriv().info(at).makeWH(width, height); |
halcanary | 385fe4d | 2015-08-26 13:07:48 -0700 | [diff] [blame] | 195 | SkPixelRef* pr = new SkGrPixelRef(info, rt); |
bsalomon | afbf2d6 | 2014-09-30 12:18:44 -0700 | [diff] [blame] | 196 | fLegacyBitmap.setInfo(info); |
reed | 89443ab | 2014-06-27 11:34:19 -0700 | [diff] [blame] | 197 | fLegacyBitmap.setPixelRef(pr)->unref(); |
kkinnunen | c6cb56f | 2014-06-24 00:12:27 -0700 | [diff] [blame] | 198 | |
robertphillips | c9a3706 | 2015-09-01 08:34:28 -0700 | [diff] [blame] | 199 | fDrawContext.reset(fContext->drawContext(&this->surfaceProps())); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 200 | } |
| 201 | |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 202 | GrRenderTarget* SkGpuDevice::CreateRenderTarget(GrContext* context, SkSurface::Budgeted budgeted, |
| 203 | const SkImageInfo& origInfo, int sampleCount) { |
commit-bot@chromium.org | 15a1405 | 2014-02-16 00:59:25 +0000 | [diff] [blame] | 204 | if (kUnknown_SkColorType == origInfo.colorType() || |
| 205 | origInfo.width() < 0 || origInfo.height() < 0) { |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 206 | return nullptr; |
commit-bot@chromium.org | 15a1405 | 2014-02-16 00:59:25 +0000 | [diff] [blame] | 207 | } |
| 208 | |
bsalomon | afe3005 | 2015-01-16 07:32:33 -0800 | [diff] [blame] | 209 | if (!context) { |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 210 | return nullptr; |
bsalomon | afe3005 | 2015-01-16 07:32:33 -0800 | [diff] [blame] | 211 | } |
| 212 | |
reed | e5ea500 | 2014-09-03 11:54:58 -0700 | [diff] [blame] | 213 | SkColorType ct = origInfo.colorType(); |
| 214 | SkAlphaType at = origInfo.alphaType(); |
reed | e5ea500 | 2014-09-03 11:54:58 -0700 | [diff] [blame] | 215 | if (kRGB_565_SkColorType == ct) { |
| 216 | at = kOpaque_SkAlphaType; // force this setting |
bsalomon | afe3005 | 2015-01-16 07:32:33 -0800 | [diff] [blame] | 217 | } else if (ct != kBGRA_8888_SkColorType && ct != kRGBA_8888_SkColorType) { |
| 218 | // Fall back from whatever ct was to default of kRGBA or kBGRA which is aliased as kN32 |
reed | e5ea500 | 2014-09-03 11:54:58 -0700 | [diff] [blame] | 219 | ct = kN32_SkColorType; |
bsalomon | afe3005 | 2015-01-16 07:32:33 -0800 | [diff] [blame] | 220 | } |
| 221 | if (kOpaque_SkAlphaType != at) { |
| 222 | at = kPremul_SkAlphaType; // force this setting |
commit-bot@chromium.org | 15a1405 | 2014-02-16 00:59:25 +0000 | [diff] [blame] | 223 | } |
reed | e5ea500 | 2014-09-03 11:54:58 -0700 | [diff] [blame] | 224 | const SkImageInfo info = SkImageInfo::Make(origInfo.width(), origInfo.height(), ct, at); |
commit-bot@chromium.org | 15a1405 | 2014-02-16 00:59:25 +0000 | [diff] [blame] | 225 | |
bsalomon | f2703d8 | 2014-10-28 14:33:06 -0700 | [diff] [blame] | 226 | GrSurfaceDesc desc; |
| 227 | desc.fFlags = kRenderTarget_GrSurfaceFlag; |
commit-bot@chromium.org | 15a1405 | 2014-02-16 00:59:25 +0000 | [diff] [blame] | 228 | desc.fWidth = info.width(); |
| 229 | desc.fHeight = info.height(); |
commit-bot@chromium.org | 3adcc34 | 2014-04-23 19:18:09 +0000 | [diff] [blame] | 230 | desc.fConfig = SkImageInfo2GrPixelConfig(info); |
commit-bot@chromium.org | 15a1405 | 2014-02-16 00:59:25 +0000 | [diff] [blame] | 231 | desc.fSampleCnt = sampleCount; |
bsalomon | d309e7a | 2015-04-30 14:18:54 -0700 | [diff] [blame] | 232 | GrTexture* texture = context->textureProvider()->createTexture( |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 233 | desc, SkToBool(budgeted), nullptr, 0); |
| 234 | if (nullptr == texture) { |
| 235 | return nullptr; |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 236 | } |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 237 | SkASSERT(nullptr != texture->asRenderTarget()); |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 238 | return texture->asRenderTarget(); |
| 239 | } |
commit-bot@chromium.org | 15a1405 | 2014-02-16 00:59:25 +0000 | [diff] [blame] | 240 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 241 | SkGpuDevice::~SkGpuDevice() { |
| 242 | if (fDrawProcs) { |
| 243 | delete fDrawProcs; |
| 244 | } |
skia.committer@gmail.com | d2ac07b | 2014-01-25 07:01:49 +0000 | [diff] [blame] | 245 | |
bsalomon | 32d0b3b | 2014-08-29 07:50:23 -0700 | [diff] [blame] | 246 | fRenderTarget->unref(); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 247 | fContext->unref(); |
| 248 | } |
| 249 | |
| 250 | /////////////////////////////////////////////////////////////////////////////// |
| 251 | |
commit-bot@chromium.org | a713f9c | 2014-03-17 21:31:26 +0000 | [diff] [blame] | 252 | bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, |
| 253 | int x, int y) { |
| 254 | DO_DEFERRED_CLEAR(); |
| 255 | |
| 256 | // TODO: teach fRenderTarget to take ImageInfo directly to specify the src pixels |
commit-bot@chromium.org | 3adcc34 | 2014-04-23 19:18:09 +0000 | [diff] [blame] | 257 | GrPixelConfig config = SkImageInfo2GrPixelConfig(dstInfo); |
commit-bot@chromium.org | a713f9c | 2014-03-17 21:31:26 +0000 | [diff] [blame] | 258 | if (kUnknown_GrPixelConfig == config) { |
| 259 | return false; |
| 260 | } |
| 261 | |
| 262 | uint32_t flags = 0; |
| 263 | if (kUnpremul_SkAlphaType == dstInfo.alphaType()) { |
| 264 | flags = GrContext::kUnpremul_PixelOpsFlag; |
| 265 | } |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 266 | return fRenderTarget->readPixels(x, y, dstInfo.width(), dstInfo.height(), config, dstPixels, |
| 267 | dstRowBytes, flags); |
commit-bot@chromium.org | a713f9c | 2014-03-17 21:31:26 +0000 | [diff] [blame] | 268 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 269 | |
commit-bot@chromium.org | 4cd9e21 | 2014-03-07 03:25:16 +0000 | [diff] [blame] | 270 | bool SkGpuDevice::onWritePixels(const SkImageInfo& info, const void* pixels, size_t rowBytes, |
| 271 | int x, int y) { |
| 272 | // TODO: teach fRenderTarget to take ImageInfo directly to specify the src pixels |
commit-bot@chromium.org | 3adcc34 | 2014-04-23 19:18:09 +0000 | [diff] [blame] | 273 | GrPixelConfig config = SkImageInfo2GrPixelConfig(info); |
commit-bot@chromium.org | 4cd9e21 | 2014-03-07 03:25:16 +0000 | [diff] [blame] | 274 | if (kUnknown_GrPixelConfig == config) { |
| 275 | return false; |
| 276 | } |
| 277 | uint32_t flags = 0; |
| 278 | if (kUnpremul_SkAlphaType == info.alphaType()) { |
| 279 | flags = GrContext::kUnpremul_PixelOpsFlag; |
| 280 | } |
| 281 | fRenderTarget->writePixels(x, y, info.width(), info.height(), config, pixels, rowBytes, flags); |
| 282 | |
| 283 | // need to bump our genID for compatibility with clients that "know" we have a bitmap |
reed | 89443ab | 2014-06-27 11:34:19 -0700 | [diff] [blame] | 284 | fLegacyBitmap.notifyPixelsChanged(); |
commit-bot@chromium.org | 4cd9e21 | 2014-03-07 03:25:16 +0000 | [diff] [blame] | 285 | |
| 286 | return true; |
| 287 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 288 | |
senorblanco@chromium.org | b7b7eb3 | 2014-03-19 18:24:04 +0000 | [diff] [blame] | 289 | const SkBitmap& SkGpuDevice::onAccessBitmap() { |
| 290 | DO_DEFERRED_CLEAR(); |
reed | 89443ab | 2014-06-27 11:34:19 -0700 | [diff] [blame] | 291 | return fLegacyBitmap; |
senorblanco@chromium.org | b7b7eb3 | 2014-03-19 18:24:04 +0000 | [diff] [blame] | 292 | } |
| 293 | |
reed | 41e010c | 2015-06-09 12:16:53 -0700 | [diff] [blame] | 294 | bool SkGpuDevice::onAccessPixels(SkPixmap* pmap) { |
| 295 | DO_DEFERRED_CLEAR(); |
| 296 | // For compatibility with clients the know we're backed w/ a bitmap, and want to inspect its |
| 297 | // genID. When we can hide/remove that fact, we can eliminate this call to notify. |
| 298 | // ... ugh. |
| 299 | fLegacyBitmap.notifyPixelsChanged(); |
| 300 | return false; |
| 301 | } |
| 302 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 303 | void SkGpuDevice::onAttachToCanvas(SkCanvas* canvas) { |
| 304 | INHERITED::onAttachToCanvas(canvas); |
| 305 | |
| 306 | // Canvas promises that this ptr is valid until onDetachFromCanvas is called |
joshualitt | 44701df | 2015-02-23 14:44:57 -0800 | [diff] [blame] | 307 | fClipStack.reset(SkRef(canvas->getClipStack())); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 308 | } |
| 309 | |
| 310 | void SkGpuDevice::onDetachFromCanvas() { |
| 311 | INHERITED::onDetachFromCanvas(); |
joshualitt | 570d2f8 | 2015-02-25 13:19:48 -0800 | [diff] [blame] | 312 | fClip.reset(); |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 313 | fClipStack.reset(nullptr); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 314 | } |
| 315 | |
| 316 | // call this every draw call, to ensure that the context reflects our state, |
| 317 | // and not the state from some other canvas/device |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 318 | void SkGpuDevice::prepareDraw(const SkDraw& draw) { |
joshualitt | 44701df | 2015-02-23 14:44:57 -0800 | [diff] [blame] | 319 | SkASSERT(fClipStack.get()); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 320 | |
joshualitt | 44701df | 2015-02-23 14:44:57 -0800 | [diff] [blame] | 321 | SkASSERT(draw.fClipStack && draw.fClipStack == fClipStack); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 322 | |
joshualitt | 570d2f8 | 2015-02-25 13:19:48 -0800 | [diff] [blame] | 323 | fClip.setClipStack(fClipStack, &this->getOrigin()); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 324 | |
| 325 | DO_DEFERRED_CLEAR(); |
| 326 | } |
| 327 | |
| 328 | GrRenderTarget* SkGpuDevice::accessRenderTarget() { |
robertphillips | 7156b09 | 2015-05-14 08:54:12 -0700 | [diff] [blame] | 329 | DO_DEFERRED_CLEAR(); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 330 | return fRenderTarget; |
| 331 | } |
| 332 | |
reed | 8eddfb5 | 2014-12-04 07:50:14 -0800 | [diff] [blame] | 333 | void SkGpuDevice::clearAll() { |
| 334 | GrColor color = 0; |
| 335 | GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice::clearAll", fContext); |
| 336 | SkIRect rect = SkIRect::MakeWH(this->width(), this->height()); |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 337 | fDrawContext->clear(fRenderTarget, &rect, color, true); |
bsalomon | afe3005 | 2015-01-16 07:32:33 -0800 | [diff] [blame] | 338 | fNeedClear = false; |
reed | 8eddfb5 | 2014-12-04 07:50:14 -0800 | [diff] [blame] | 339 | } |
| 340 | |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 341 | void SkGpuDevice::replaceRenderTarget(bool shouldRetainContent) { |
| 342 | // Caller must have accessed the render target, because it knows the rt must be replaced. |
| 343 | SkASSERT(!fNeedClear); |
| 344 | |
| 345 | SkSurface::Budgeted budgeted = |
| 346 | fRenderTarget->resourcePriv().isBudgeted() ? SkSurface::kYes_Budgeted |
| 347 | : SkSurface::kNo_Budgeted; |
| 348 | |
| 349 | SkAutoTUnref<GrRenderTarget> newRT(CreateRenderTarget( |
vbuzinov | dded696 | 2015-06-12 08:59:45 -0700 | [diff] [blame] | 350 | fRenderTarget->getContext(), budgeted, this->imageInfo(), fRenderTarget->desc().fSampleCnt)); |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 351 | |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 352 | if (nullptr == newRT) { |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 353 | return; |
| 354 | } |
| 355 | |
| 356 | if (shouldRetainContent) { |
| 357 | if (fRenderTarget->wasDestroyed()) { |
| 358 | return; |
| 359 | } |
| 360 | this->context()->copySurface(newRT, fRenderTarget); |
| 361 | } |
| 362 | |
| 363 | SkASSERT(fRenderTarget != newRT); |
| 364 | |
| 365 | fRenderTarget->unref(); |
| 366 | fRenderTarget = newRT.detach(); |
| 367 | |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 368 | #ifdef SK_DEBUG |
| 369 | SkImageInfo info = fRenderTarget->surfacePriv().info(fOpaque ? kOpaque_SkAlphaType : |
| 370 | kPremul_SkAlphaType); |
| 371 | SkASSERT(info == fLegacyBitmap.info()); |
| 372 | #endif |
halcanary | 385fe4d | 2015-08-26 13:07:48 -0700 | [diff] [blame] | 373 | SkPixelRef* pr = new SkGrPixelRef(fLegacyBitmap.info(), fRenderTarget); |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 374 | fLegacyBitmap.setPixelRef(pr)->unref(); |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 375 | |
robertphillips | c9a3706 | 2015-09-01 08:34:28 -0700 | [diff] [blame] | 376 | fDrawContext.reset(fRenderTarget->getContext()->drawContext(&this->surfaceProps())); |
kkinnunen | abcfab4 | 2015-02-22 22:53:44 -0800 | [diff] [blame] | 377 | } |
| 378 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 379 | /////////////////////////////////////////////////////////////////////////////// |
| 380 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 381 | void SkGpuDevice::drawPaint(const SkDraw& draw, const SkPaint& paint) { |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 382 | CHECK_SHOULD_DRAW(draw); |
egdaniel | d78a168 | 2014-07-09 10:41:26 -0700 | [diff] [blame] | 383 | GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice::drawPaint", fContext); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 384 | |
| 385 | GrPaint grPaint; |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 386 | if (!SkPaint2GrPaint(this->context(), fRenderTarget, paint, *draw.fMatrix, true, &grPaint)) { |
| 387 | return; |
| 388 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 389 | |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 390 | fDrawContext->drawPaint(fRenderTarget, fClip, grPaint, *draw.fMatrix); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 391 | } |
| 392 | |
| 393 | // must be in SkCanvas::PointMode order |
| 394 | static const GrPrimitiveType gPointMode2PrimtiveType[] = { |
| 395 | kPoints_GrPrimitiveType, |
| 396 | kLines_GrPrimitiveType, |
| 397 | kLineStrip_GrPrimitiveType |
| 398 | }; |
| 399 | |
ethannicholas | 330bb95 | 2015-07-17 06:44:02 -0700 | [diff] [blame] | 400 | // suppress antialiasing on axis-aligned integer-coordinate lines |
| 401 | static bool needs_antialiasing(SkCanvas::PointMode mode, size_t count, const SkPoint pts[]) { |
| 402 | if (mode == SkCanvas::PointMode::kPoints_PointMode) { |
| 403 | return false; |
| 404 | } |
| 405 | if (count == 2) { |
| 406 | // We do not antialias as long as the primary axis of the line is integer-aligned, even if |
| 407 | // the other coordinates are not. This does mean the two end pixels of the line will be |
| 408 | // sharp even when they shouldn't be, but turning antialiasing on (as things stand |
| 409 | // currently) means that the line will turn into a two-pixel-wide blur. While obviously a |
| 410 | // more complete fix is possible down the road, for the time being we accept the error on |
| 411 | // the two end pixels as being the lesser of two evils. |
| 412 | if (pts[0].fX == pts[1].fX) { |
| 413 | return ((int) pts[0].fX) != pts[0].fX; |
| 414 | } |
| 415 | if (pts[0].fY == pts[1].fY) { |
| 416 | return ((int) pts[0].fY) != pts[0].fY; |
| 417 | } |
| 418 | } |
| 419 | return true; |
| 420 | } |
| 421 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 422 | void SkGpuDevice::drawPoints(const SkDraw& draw, SkCanvas::PointMode mode, |
| 423 | size_t count, const SkPoint pts[], const SkPaint& paint) { |
| 424 | CHECK_FOR_ANNOTATION(paint); |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 425 | CHECK_SHOULD_DRAW(draw); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 426 | |
| 427 | SkScalar width = paint.getStrokeWidth(); |
| 428 | if (width < 0) { |
| 429 | return; |
| 430 | } |
| 431 | |
commit-bot@chromium.org | 628ed0b | 2014-05-19 14:32:49 +0000 | [diff] [blame] | 432 | if (paint.getPathEffect() && 2 == count && SkCanvas::kLines_PointMode == mode) { |
egdaniel | e61c411 | 2014-06-12 10:24:21 -0700 | [diff] [blame] | 433 | GrStrokeInfo strokeInfo(paint, SkPaint::kStroke_Style); |
| 434 | GrPaint grPaint; |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 435 | if (!SkPaint2GrPaint(this->context(), fRenderTarget, paint, *draw.fMatrix, true, |
| 436 | &grPaint)) { |
| 437 | return; |
| 438 | } |
egdaniel | e61c411 | 2014-06-12 10:24:21 -0700 | [diff] [blame] | 439 | SkPath path; |
jvanverth | b3eb687 | 2014-10-24 07:12:51 -0700 | [diff] [blame] | 440 | path.setIsVolatile(true); |
egdaniel | e61c411 | 2014-06-12 10:24:21 -0700 | [diff] [blame] | 441 | path.moveTo(pts[0]); |
| 442 | path.lineTo(pts[1]); |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 443 | fDrawContext->drawPath(fRenderTarget, fClip, grPaint, *draw.fMatrix, path, strokeInfo); |
egdaniel | e61c411 | 2014-06-12 10:24:21 -0700 | [diff] [blame] | 444 | return; |
commit-bot@chromium.org | 628ed0b | 2014-05-19 14:32:49 +0000 | [diff] [blame] | 445 | } |
| 446 | |
ethannicholas | 330bb95 | 2015-07-17 06:44:02 -0700 | [diff] [blame] | 447 | // we only handle non-antialiased hairlines and paints without path effects or mask filters, |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 448 | // else we let the SkDraw call our drawPath() |
ethannicholas | 330bb95 | 2015-07-17 06:44:02 -0700 | [diff] [blame] | 449 | if (width > 0 || paint.getPathEffect() || paint.getMaskFilter() || |
| 450 | (paint.isAntiAlias() && needs_antialiasing(mode, count, pts))) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 451 | draw.drawPoints(mode, count, pts, paint, true); |
| 452 | return; |
| 453 | } |
| 454 | |
| 455 | GrPaint grPaint; |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 456 | if (!SkPaint2GrPaint(this->context(), fRenderTarget, paint, *draw.fMatrix, true, &grPaint)) { |
| 457 | return; |
| 458 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 459 | |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 460 | fDrawContext->drawVertices(fRenderTarget, |
| 461 | fClip, |
| 462 | grPaint, |
| 463 | *draw.fMatrix, |
| 464 | gPointMode2PrimtiveType[mode], |
| 465 | SkToS32(count), |
| 466 | (SkPoint*)pts, |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 467 | nullptr, |
| 468 | nullptr, |
| 469 | nullptr, |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 470 | 0); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 471 | } |
| 472 | |
| 473 | /////////////////////////////////////////////////////////////////////////////// |
| 474 | |
| 475 | void SkGpuDevice::drawRect(const SkDraw& draw, const SkRect& rect, |
| 476 | const SkPaint& paint) { |
egdaniel | bbcb38d | 2014-06-19 10:19:29 -0700 | [diff] [blame] | 477 | GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice::drawRect", fContext); |
| 478 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 479 | CHECK_FOR_ANNOTATION(paint); |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 480 | CHECK_SHOULD_DRAW(draw); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 481 | |
| 482 | bool doStroke = paint.getStyle() != SkPaint::kFill_Style; |
| 483 | SkScalar width = paint.getStrokeWidth(); |
| 484 | |
| 485 | /* |
| 486 | We have special code for hairline strokes, miter-strokes, bevel-stroke |
| 487 | and fills. Anything else we just call our path code. |
| 488 | */ |
| 489 | bool usePath = doStroke && width > 0 && |
| 490 | (paint.getStrokeJoin() == SkPaint::kRound_Join || |
| 491 | (paint.getStrokeJoin() == SkPaint::kBevel_Join && rect.isEmpty())); |
egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 492 | |
robertphillips | d8aa59d | 2015-08-05 09:07:12 -0700 | [diff] [blame] | 493 | // a few other reasons we might need to call drawPath... |
| 494 | if (paint.getMaskFilter() || |
| 495 | paint.getStyle() == SkPaint::kStrokeAndFill_Style) { // we can't both stroke and fill rects |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 496 | usePath = true; |
| 497 | } |
egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 498 | |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 499 | if (!usePath && paint.isAntiAlias() && !draw.fMatrix->rectStaysRect()) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 500 | usePath = true; |
| 501 | } |
| 502 | |
egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 503 | GrStrokeInfo strokeInfo(paint); |
| 504 | |
| 505 | const SkPathEffect* pe = paint.getPathEffect(); |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 506 | if (!usePath && pe && !strokeInfo.isDashed()) { |
egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 507 | usePath = true; |
| 508 | } |
| 509 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 510 | if (usePath) { |
| 511 | SkPath path; |
jvanverth | b3eb687 | 2014-10-24 07:12:51 -0700 | [diff] [blame] | 512 | path.setIsVolatile(true); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 513 | path.addRect(rect); |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 514 | this->drawPath(draw, path, paint, nullptr, true); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 515 | return; |
| 516 | } |
| 517 | |
| 518 | GrPaint grPaint; |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 519 | if (!SkPaint2GrPaint(this->context(), fRenderTarget, paint, *draw.fMatrix, true, &grPaint)) { |
| 520 | return; |
| 521 | } |
Mike Klein | 744fb73 | 2014-06-23 15:13:26 -0400 | [diff] [blame] | 522 | |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 523 | fDrawContext->drawRect(fRenderTarget, fClip, grPaint, *draw.fMatrix, rect, &strokeInfo); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 524 | } |
| 525 | |
| 526 | /////////////////////////////////////////////////////////////////////////////// |
| 527 | |
| 528 | void SkGpuDevice::drawRRect(const SkDraw& draw, const SkRRect& rect, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 529 | const SkPaint& paint) { |
egdaniel | d78a168 | 2014-07-09 10:41:26 -0700 | [diff] [blame] | 530 | GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice::drawRRect", fContext); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 531 | CHECK_FOR_ANNOTATION(paint); |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 532 | CHECK_SHOULD_DRAW(draw); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 533 | |
commit-bot@chromium.org | 8213970 | 2014-03-10 22:53:20 +0000 | [diff] [blame] | 534 | GrPaint grPaint; |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 535 | if (!SkPaint2GrPaint(this->context(), fRenderTarget, paint, *draw.fMatrix, true, &grPaint)) { |
| 536 | return; |
| 537 | } |
Mike Klein | 744fb73 | 2014-06-23 15:13:26 -0400 | [diff] [blame] | 538 | |
egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 539 | GrStrokeInfo strokeInfo(paint); |
commit-bot@chromium.org | 8213970 | 2014-03-10 22:53:20 +0000 | [diff] [blame] | 540 | if (paint.getMaskFilter()) { |
| 541 | // try to hit the fast path for drawing filtered round rects |
| 542 | |
| 543 | SkRRect devRRect; |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 544 | if (rect.transform(*draw.fMatrix, &devRRect)) { |
commit-bot@chromium.org | 8213970 | 2014-03-10 22:53:20 +0000 | [diff] [blame] | 545 | if (devRRect.allCornersCircular()) { |
| 546 | SkRect maskRect; |
robertphillips | 30c4cae | 2015-09-15 10:20:55 -0700 | [diff] [blame] | 547 | if (paint.getMaskFilter()->canFilterMaskGPU(devRRect, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 548 | draw.fClip->getBounds(), |
| 549 | *draw.fMatrix, |
| 550 | &maskRect)) { |
commit-bot@chromium.org | 8213970 | 2014-03-10 22:53:20 +0000 | [diff] [blame] | 551 | SkIRect finalIRect; |
| 552 | maskRect.roundOut(&finalIRect); |
| 553 | if (draw.fClip->quickReject(finalIRect)) { |
| 554 | // clipped out |
| 555 | return; |
| 556 | } |
robertphillips | ff0ca5e | 2015-07-22 11:54:44 -0700 | [diff] [blame] | 557 | if (paint.getMaskFilter()->directFilterRRectMaskGPU(fContext->textureProvider(), |
| 558 | fDrawContext, |
joshualitt | 25d9c15 | 2015-02-18 12:29:52 -0800 | [diff] [blame] | 559 | fRenderTarget, |
| 560 | &grPaint, |
joshualitt | 570d2f8 | 2015-02-25 13:19:48 -0800 | [diff] [blame] | 561 | fClip, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 562 | *draw.fMatrix, |
kkinnunen | d156d36 | 2015-05-18 22:23:54 -0700 | [diff] [blame] | 563 | strokeInfo, |
egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 564 | devRRect)) { |
commit-bot@chromium.org | 8213970 | 2014-03-10 22:53:20 +0000 | [diff] [blame] | 565 | return; |
| 566 | } |
| 567 | } |
| 568 | |
| 569 | } |
| 570 | } |
| 571 | |
| 572 | } |
| 573 | |
egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 574 | bool usePath = false; |
| 575 | |
| 576 | if (paint.getMaskFilter()) { |
| 577 | usePath = true; |
| 578 | } else { |
| 579 | const SkPathEffect* pe = paint.getPathEffect(); |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 580 | if (pe && !strokeInfo.isDashed()) { |
egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 581 | usePath = true; |
| 582 | } |
| 583 | } |
| 584 | |
| 585 | |
| 586 | if (usePath) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 587 | SkPath path; |
jvanverth | b3eb687 | 2014-10-24 07:12:51 -0700 | [diff] [blame] | 588 | path.setIsVolatile(true); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 589 | path.addRRect(rect); |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 590 | this->drawPath(draw, path, paint, nullptr, true); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 591 | return; |
| 592 | } |
Mike Klein | 744fb73 | 2014-06-23 15:13:26 -0400 | [diff] [blame] | 593 | |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 594 | fDrawContext->drawRRect(fRenderTarget, fClip, grPaint, *draw.fMatrix, rect, strokeInfo); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 595 | } |
| 596 | |
commit-bot@chromium.org | 0a09d71 | 2014-04-09 21:26:11 +0000 | [diff] [blame] | 597 | void SkGpuDevice::drawDRRect(const SkDraw& draw, const SkRRect& outer, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 598 | const SkRRect& inner, const SkPaint& paint) { |
commit-bot@chromium.org | 0a09d71 | 2014-04-09 21:26:11 +0000 | [diff] [blame] | 599 | SkStrokeRec stroke(paint); |
| 600 | if (stroke.isFillStyle()) { |
| 601 | |
| 602 | CHECK_FOR_ANNOTATION(paint); |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 603 | CHECK_SHOULD_DRAW(draw); |
commit-bot@chromium.org | 0a09d71 | 2014-04-09 21:26:11 +0000 | [diff] [blame] | 604 | |
| 605 | GrPaint grPaint; |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 606 | if (!SkPaint2GrPaint(this->context(), fRenderTarget, paint, *draw.fMatrix, true, |
| 607 | &grPaint)) { |
| 608 | return; |
| 609 | } |
commit-bot@chromium.org | 0a09d71 | 2014-04-09 21:26:11 +0000 | [diff] [blame] | 610 | |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 611 | if (nullptr == paint.getMaskFilter() && nullptr == paint.getPathEffect()) { |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 612 | fDrawContext->drawDRRect(fRenderTarget, fClip, grPaint, *draw.fMatrix, outer, inner); |
commit-bot@chromium.org | 0a09d71 | 2014-04-09 21:26:11 +0000 | [diff] [blame] | 613 | return; |
| 614 | } |
| 615 | } |
| 616 | |
| 617 | SkPath path; |
jvanverth | b3eb687 | 2014-10-24 07:12:51 -0700 | [diff] [blame] | 618 | path.setIsVolatile(true); |
commit-bot@chromium.org | 0a09d71 | 2014-04-09 21:26:11 +0000 | [diff] [blame] | 619 | path.addRRect(outer); |
| 620 | path.addRRect(inner); |
| 621 | path.setFillType(SkPath::kEvenOdd_FillType); |
| 622 | |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 623 | this->drawPath(draw, path, paint, nullptr, true); |
commit-bot@chromium.org | 0a09d71 | 2014-04-09 21:26:11 +0000 | [diff] [blame] | 624 | } |
| 625 | |
| 626 | |
commit-bot@chromium.org | 8213970 | 2014-03-10 22:53:20 +0000 | [diff] [blame] | 627 | ///////////////////////////////////////////////////////////////////////////// |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 628 | |
| 629 | void SkGpuDevice::drawOval(const SkDraw& draw, const SkRect& oval, |
| 630 | const SkPaint& paint) { |
egdaniel | d78a168 | 2014-07-09 10:41:26 -0700 | [diff] [blame] | 631 | GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice::drawOval", fContext); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 632 | CHECK_FOR_ANNOTATION(paint); |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 633 | CHECK_SHOULD_DRAW(draw); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 634 | |
egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 635 | GrStrokeInfo strokeInfo(paint); |
| 636 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 637 | bool usePath = false; |
| 638 | // some basic reasons we might need to call drawPath... |
egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 639 | if (paint.getMaskFilter()) { |
robertphillips | 30c4cae | 2015-09-15 10:20:55 -0700 | [diff] [blame] | 640 | // The RRect path can handle special case blurring |
| 641 | SkRRect rr = SkRRect::MakeOval(oval); |
| 642 | return this->drawRRect(draw, rr, paint); |
egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 643 | } else { |
| 644 | const SkPathEffect* pe = paint.getPathEffect(); |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 645 | if (pe && !strokeInfo.isDashed()) { |
egdaniel | d58a0ba | 2014-06-11 10:30:05 -0700 | [diff] [blame] | 646 | usePath = true; |
| 647 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 648 | } |
| 649 | |
| 650 | if (usePath) { |
| 651 | SkPath path; |
jvanverth | b3eb687 | 2014-10-24 07:12:51 -0700 | [diff] [blame] | 652 | path.setIsVolatile(true); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 653 | path.addOval(oval); |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 654 | this->drawPath(draw, path, paint, nullptr, true); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 655 | return; |
| 656 | } |
| 657 | |
| 658 | GrPaint grPaint; |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 659 | if (!SkPaint2GrPaint(this->context(), fRenderTarget, paint, *draw.fMatrix, true, &grPaint)) { |
| 660 | return; |
| 661 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 662 | |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 663 | fDrawContext->drawOval(fRenderTarget, fClip, grPaint, *draw.fMatrix, oval, strokeInfo); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 664 | } |
| 665 | |
| 666 | #include "SkMaskFilter.h" |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 667 | |
| 668 | /////////////////////////////////////////////////////////////////////////////// |
| 669 | |
robertphillips | ccb1b57 | 2015-05-27 11:02:55 -0700 | [diff] [blame] | 670 | static SkBitmap wrap_texture(GrTexture* texture, int width, int height) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 671 | SkBitmap result; |
senorblanco | d0d37ca | 2015-04-02 04:54:56 -0700 | [diff] [blame] | 672 | result.setInfo(SkImageInfo::MakeN32Premul(width, height)); |
halcanary | 385fe4d | 2015-08-26 13:07:48 -0700 | [diff] [blame] | 673 | result.setPixelRef(new SkGrPixelRef(result.info(), texture))->unref(); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 674 | return result; |
| 675 | } |
| 676 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 677 | void SkGpuDevice::drawPath(const SkDraw& draw, const SkPath& origSrcPath, |
| 678 | const SkPaint& paint, const SkMatrix* prePathMatrix, |
| 679 | bool pathIsMutable) { |
| 680 | CHECK_FOR_ANNOTATION(paint); |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 681 | CHECK_SHOULD_DRAW(draw); |
egdaniel | d78a168 | 2014-07-09 10:41:26 -0700 | [diff] [blame] | 682 | GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice::drawPath", fContext); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 683 | |
robertphillips | ccb1b57 | 2015-05-27 11:02:55 -0700 | [diff] [blame] | 684 | GrBlurUtils::drawPathWithMaskFilter(fContext, fDrawContext, fRenderTarget, |
| 685 | fClip, origSrcPath, paint, |
| 686 | *draw.fMatrix, prePathMatrix, |
| 687 | draw.fClip->getBounds(), pathIsMutable); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 688 | } |
| 689 | |
| 690 | static const int kBmpSmallTileSize = 1 << 10; |
| 691 | |
| 692 | static inline int get_tile_count(const SkIRect& srcRect, int tileSize) { |
| 693 | int tilesX = (srcRect.fRight / tileSize) - (srcRect.fLeft / tileSize) + 1; |
| 694 | int tilesY = (srcRect.fBottom / tileSize) - (srcRect.fTop / tileSize) + 1; |
| 695 | return tilesX * tilesY; |
| 696 | } |
| 697 | |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 698 | static int determine_tile_size(const SkIRect& src, int maxTileSize) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 699 | if (maxTileSize <= kBmpSmallTileSize) { |
| 700 | return maxTileSize; |
| 701 | } |
| 702 | |
| 703 | size_t maxTileTotalTileSize = get_tile_count(src, maxTileSize); |
| 704 | size_t smallTotalTileSize = get_tile_count(src, kBmpSmallTileSize); |
| 705 | |
| 706 | maxTileTotalTileSize *= maxTileSize * maxTileSize; |
| 707 | smallTotalTileSize *= kBmpSmallTileSize * kBmpSmallTileSize; |
| 708 | |
| 709 | if (maxTileTotalTileSize > 2 * smallTotalTileSize) { |
| 710 | return kBmpSmallTileSize; |
| 711 | } else { |
| 712 | return maxTileSize; |
| 713 | } |
| 714 | } |
| 715 | |
| 716 | // Given a bitmap, an optional src rect, and a context with a clip and matrix determine what |
| 717 | // pixels from the bitmap are necessary. |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 718 | static void determine_clipped_src_rect(const GrRenderTarget* rt, |
joshualitt | 570d2f8 | 2015-02-25 13:19:48 -0800 | [diff] [blame] | 719 | const GrClip& clip, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 720 | const SkMatrix& viewMatrix, |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 721 | const SkISize& imageSize, |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 722 | const SkRect* srcRectPtr, |
| 723 | SkIRect* clippedSrcIRect) { |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 724 | clip.getConservativeBounds(rt, clippedSrcIRect, nullptr); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 725 | SkMatrix inv; |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 726 | if (!viewMatrix.invert(&inv)) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 727 | clippedSrcIRect->setEmpty(); |
| 728 | return; |
| 729 | } |
| 730 | SkRect clippedSrcRect = SkRect::Make(*clippedSrcIRect); |
| 731 | inv.mapRect(&clippedSrcRect); |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 732 | if (srcRectPtr) { |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 733 | // we've setup src space 0,0 to map to the top left of the src rect. |
| 734 | clippedSrcRect.offset(srcRectPtr->fLeft, srcRectPtr->fTop); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 735 | if (!clippedSrcRect.intersect(*srcRectPtr)) { |
| 736 | clippedSrcIRect->setEmpty(); |
| 737 | return; |
| 738 | } |
| 739 | } |
| 740 | clippedSrcRect.roundOut(clippedSrcIRect); |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 741 | SkIRect bmpBounds = SkIRect::MakeSize(imageSize); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 742 | if (!clippedSrcIRect->intersect(bmpBounds)) { |
| 743 | clippedSrcIRect->setEmpty(); |
| 744 | } |
| 745 | } |
| 746 | |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 747 | bool SkGpuDevice::shouldTileImageID(uint32_t imageID, const SkIRect& imageRect, |
| 748 | const SkMatrix& viewMatrix, |
| 749 | const GrTextureParams& params, |
| 750 | const SkRect* srcRectPtr, |
| 751 | int maxTileSize, |
| 752 | int* tileSize, |
| 753 | SkIRect* clippedSubset) const { |
| 754 | // if it's larger than the max tile size, then we have no choice but tiling. |
| 755 | if (imageRect.width() > maxTileSize || imageRect.height() > maxTileSize) { |
| 756 | determine_clipped_src_rect(fRenderTarget, fClip, viewMatrix, imageRect.size(), |
| 757 | srcRectPtr, clippedSubset); |
| 758 | *tileSize = determine_tile_size(*clippedSubset, maxTileSize); |
| 759 | return true; |
| 760 | } |
| 761 | |
| 762 | const size_t area = imageRect.width() * imageRect.height(); |
| 763 | if (area < 4 * kBmpSmallTileSize * kBmpSmallTileSize) { |
| 764 | return false; |
| 765 | } |
| 766 | |
| 767 | // if the entire image/bitmap is already in our cache then no reason to tile it |
| 768 | if (GrIsImageInCache(fContext, imageID, imageRect, nullptr, ¶ms)) { |
| 769 | return false; |
| 770 | } |
| 771 | |
| 772 | // At this point we know we could do the draw by uploading the entire bitmap |
| 773 | // as a texture. However, if the texture would be large compared to the |
| 774 | // cache size and we don't require most of it for this draw then tile to |
| 775 | // reduce the amount of upload and cache spill. |
| 776 | |
| 777 | // assumption here is that sw bitmap size is a good proxy for its size as |
| 778 | // a texture |
| 779 | size_t bmpSize = area * sizeof(SkPMColor); // assume 32bit pixels |
| 780 | size_t cacheSize; |
| 781 | fContext->getResourceCacheLimits(nullptr, &cacheSize); |
| 782 | if (bmpSize < cacheSize / 2) { |
| 783 | return false; |
| 784 | } |
| 785 | |
| 786 | // Figure out how much of the src we will need based on the src rect and clipping. |
| 787 | determine_clipped_src_rect(fRenderTarget, fClip, viewMatrix, imageRect.size(), srcRectPtr, |
| 788 | clippedSubset); |
| 789 | *tileSize = kBmpSmallTileSize; // already know whole bitmap fits in one max sized tile. |
| 790 | size_t usedTileBytes = get_tile_count(*clippedSubset, kBmpSmallTileSize) * |
| 791 | kBmpSmallTileSize * kBmpSmallTileSize; |
| 792 | |
| 793 | return usedTileBytes < 2 * bmpSize; |
| 794 | } |
| 795 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 796 | bool SkGpuDevice::shouldTileBitmap(const SkBitmap& bitmap, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 797 | const SkMatrix& viewMatrix, |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 798 | const GrTextureParams& params, |
| 799 | const SkRect* srcRectPtr, |
| 800 | int maxTileSize, |
| 801 | int* tileSize, |
| 802 | SkIRect* clippedSrcRect) const { |
| 803 | // if bitmap is explictly texture backed then just use the texture |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 804 | if (bitmap.getTexture()) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 805 | return false; |
| 806 | } |
| 807 | |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 808 | return this->shouldTileImageID(bitmap.getGenerationID(), bitmap.getSubset(), viewMatrix, params, |
| 809 | srcRectPtr, maxTileSize, tileSize, clippedSrcRect); |
| 810 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 811 | |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 812 | bool SkGpuDevice::shouldTileImage(const SkImage* image, const SkRect* srcRectPtr, |
| 813 | SkCanvas::SrcRectConstraint constraint, SkFilterQuality quality, |
| 814 | const SkMatrix& viewMatrix) const { |
| 815 | // if image is explictly texture backed then just use the texture |
| 816 | if (as_IB(image)->peekTexture()) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 817 | return false; |
| 818 | } |
| 819 | |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 820 | GrTextureParams params; |
| 821 | bool doBicubic; |
| 822 | GrTextureParams::FilterMode textureFilterMode = |
| 823 | GrSkFilterQualityToGrFilterMode(quality, viewMatrix, SkMatrix::I(), &doBicubic); |
| 824 | |
| 825 | int tileFilterPad; |
| 826 | if (doBicubic) { |
| 827 | tileFilterPad = GrBicubicEffect::kFilterTexelPad; |
| 828 | } else if (GrTextureParams::kNone_FilterMode == textureFilterMode) { |
| 829 | tileFilterPad = 0; |
| 830 | } else { |
| 831 | tileFilterPad = 1; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 832 | } |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 833 | params.setFilterMode(textureFilterMode); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 834 | |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 835 | int maxTileSize = fContext->caps()->maxTextureSize() - 2 * tileFilterPad; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 836 | |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 837 | // these are output, which we safely ignore, as we just want to know the predicate |
| 838 | int outTileSize; |
| 839 | SkIRect outClippedSrcRect; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 840 | |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 841 | return this->shouldTileImageID(image->unique(), image->bounds(), viewMatrix, params, srcRectPtr, |
| 842 | maxTileSize, &outTileSize, &outClippedSrcRect); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 843 | } |
| 844 | |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 845 | void SkGpuDevice::drawBitmap(const SkDraw& origDraw, |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 846 | const SkBitmap& bitmap, |
| 847 | const SkMatrix& m, |
| 848 | const SkPaint& paint) { |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 849 | SkMatrix concat; |
| 850 | SkTCopyOnFirstWrite<SkDraw> draw(origDraw); |
| 851 | if (!m.isIdentity()) { |
| 852 | concat.setConcat(*draw->fMatrix, m); |
| 853 | draw.writable()->fMatrix = &concat; |
| 854 | } |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 855 | this->drawBitmapCommon(*draw, bitmap, nullptr, nullptr, paint, SkCanvas::kStrict_SrcRectConstraint); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 856 | } |
| 857 | |
commit-bot@chromium.org | dec6150 | 2013-12-02 22:22:35 +0000 | [diff] [blame] | 858 | // This method outsets 'iRect' by 'outset' all around and then clamps its extents to |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 859 | // 'clamp'. 'offset' is adjusted to remain positioned over the top-left corner |
| 860 | // of 'iRect' for all possible outsets/clamps. |
commit-bot@chromium.org | dec6150 | 2013-12-02 22:22:35 +0000 | [diff] [blame] | 861 | static inline void clamped_outset_with_offset(SkIRect* iRect, |
| 862 | int outset, |
| 863 | SkPoint* offset, |
| 864 | const SkIRect& clamp) { |
| 865 | iRect->outset(outset, outset); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 866 | |
commit-bot@chromium.org | dec6150 | 2013-12-02 22:22:35 +0000 | [diff] [blame] | 867 | int leftClampDelta = clamp.fLeft - iRect->fLeft; |
| 868 | if (leftClampDelta > 0) { |
| 869 | offset->fX -= outset - leftClampDelta; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 870 | iRect->fLeft = clamp.fLeft; |
| 871 | } else { |
commit-bot@chromium.org | dec6150 | 2013-12-02 22:22:35 +0000 | [diff] [blame] | 872 | offset->fX -= outset; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 873 | } |
commit-bot@chromium.org | dec6150 | 2013-12-02 22:22:35 +0000 | [diff] [blame] | 874 | |
| 875 | int topClampDelta = clamp.fTop - iRect->fTop; |
| 876 | if (topClampDelta > 0) { |
| 877 | offset->fY -= outset - topClampDelta; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 878 | iRect->fTop = clamp.fTop; |
| 879 | } else { |
commit-bot@chromium.org | dec6150 | 2013-12-02 22:22:35 +0000 | [diff] [blame] | 880 | offset->fY -= outset; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 881 | } |
| 882 | |
| 883 | if (iRect->fRight > clamp.fRight) { |
| 884 | iRect->fRight = clamp.fRight; |
| 885 | } |
| 886 | if (iRect->fBottom > clamp.fBottom) { |
| 887 | iRect->fBottom = clamp.fBottom; |
| 888 | } |
| 889 | } |
| 890 | |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 891 | static bool has_aligned_samples(const SkRect& srcRect, |
| 892 | const SkRect& transformedRect) { |
| 893 | // detect pixel disalignment |
| 894 | if (SkScalarAbs(SkScalarRoundToScalar(transformedRect.left()) - |
| 895 | transformedRect.left()) < COLOR_BLEED_TOLERANCE && |
| 896 | SkScalarAbs(SkScalarRoundToScalar(transformedRect.top()) - |
| 897 | transformedRect.top()) < COLOR_BLEED_TOLERANCE && |
| 898 | SkScalarAbs(transformedRect.width() - srcRect.width()) < |
| 899 | COLOR_BLEED_TOLERANCE && |
| 900 | SkScalarAbs(transformedRect.height() - srcRect.height()) < |
| 901 | COLOR_BLEED_TOLERANCE) { |
| 902 | return true; |
| 903 | } |
| 904 | return false; |
| 905 | } |
| 906 | |
| 907 | static bool may_color_bleed(const SkRect& srcRect, |
| 908 | const SkRect& transformedRect, |
robertphillips | 1accc4c | 2015-07-20 10:22:29 -0700 | [diff] [blame] | 909 | const SkMatrix& m, |
| 910 | bool isMSAA) { |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 911 | // Only gets called if has_aligned_samples returned false. |
| 912 | // So we can assume that sampling is axis aligned but not texel aligned. |
| 913 | SkASSERT(!has_aligned_samples(srcRect, transformedRect)); |
| 914 | SkRect innerSrcRect(srcRect), innerTransformedRect, |
| 915 | outerTransformedRect(transformedRect); |
robertphillips | 1accc4c | 2015-07-20 10:22:29 -0700 | [diff] [blame] | 916 | if (isMSAA) { |
| 917 | innerSrcRect.inset(SK_Scalar1, SK_Scalar1); |
| 918 | } else { |
| 919 | innerSrcRect.inset(SK_ScalarHalf, SK_ScalarHalf); |
| 920 | } |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 921 | m.mapRect(&innerTransformedRect, innerSrcRect); |
| 922 | |
| 923 | // The gap between outerTransformedRect and innerTransformedRect |
| 924 | // represents the projection of the source border area, which is |
| 925 | // problematic for color bleeding. We must check whether any |
| 926 | // destination pixels sample the border area. |
| 927 | outerTransformedRect.inset(COLOR_BLEED_TOLERANCE, COLOR_BLEED_TOLERANCE); |
| 928 | innerTransformedRect.outset(COLOR_BLEED_TOLERANCE, COLOR_BLEED_TOLERANCE); |
| 929 | SkIRect outer, inner; |
| 930 | outerTransformedRect.round(&outer); |
| 931 | innerTransformedRect.round(&inner); |
| 932 | // If the inner and outer rects round to the same result, it means the |
| 933 | // border does not overlap any pixel centers. Yay! |
| 934 | return inner != outer; |
| 935 | } |
| 936 | |
| 937 | static bool needs_texture_domain(const SkBitmap& bitmap, |
| 938 | const SkRect& srcRect, |
| 939 | GrTextureParams ¶ms, |
| 940 | const SkMatrix& contextMatrix, |
robertphillips | 1accc4c | 2015-07-20 10:22:29 -0700 | [diff] [blame] | 941 | bool bicubic, |
| 942 | bool isMSAA) { |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 943 | bool needsTextureDomain = false; |
senorblanco | d0d37ca | 2015-04-02 04:54:56 -0700 | [diff] [blame] | 944 | GrTexture* tex = bitmap.getTexture(); |
| 945 | int width = tex ? tex->width() : bitmap.width(); |
| 946 | int height = tex ? tex->height() : bitmap.height(); |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 947 | |
| 948 | if (bicubic || params.filterMode() != GrTextureParams::kNone_FilterMode) { |
| 949 | // Need texture domain if drawing a sub rect |
senorblanco | d0d37ca | 2015-04-02 04:54:56 -0700 | [diff] [blame] | 950 | needsTextureDomain = srcRect.width() < width || |
| 951 | srcRect.height() < height; |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 952 | if (!bicubic && needsTextureDomain && contextMatrix.rectStaysRect()) { |
| 953 | // sampling is axis-aligned |
| 954 | SkRect transformedRect; |
| 955 | contextMatrix.mapRect(&transformedRect, srcRect); |
| 956 | |
| 957 | if (has_aligned_samples(srcRect, transformedRect)) { |
| 958 | params.setFilterMode(GrTextureParams::kNone_FilterMode); |
| 959 | needsTextureDomain = false; |
| 960 | } else { |
robertphillips | 1accc4c | 2015-07-20 10:22:29 -0700 | [diff] [blame] | 961 | needsTextureDomain = may_color_bleed(srcRect, transformedRect, |
| 962 | contextMatrix, isMSAA); |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 963 | } |
| 964 | } |
| 965 | } |
| 966 | return needsTextureDomain; |
| 967 | } |
| 968 | |
joshualitt | a61c817 | 2015-08-17 10:51:22 -0700 | [diff] [blame] | 969 | static void draw_aa_bitmap(GrDrawContext* drawContext, GrContext* context, |
| 970 | GrRenderTarget* renderTarget, const GrClip& clip, |
| 971 | const SkMatrix& viewMatrix, const SkMatrix& srcRectToDstRect, |
| 972 | const SkPaint& paint, const SkBitmap* bitmapPtr, const SkSize& dstSize) { |
| 973 | SkShader::TileMode tm[] = { |
| 974 | SkShader::kClamp_TileMode, |
| 975 | SkShader::kClamp_TileMode, |
| 976 | }; |
| 977 | |
| 978 | bool doBicubic; |
| 979 | GrTextureParams::FilterMode textureFilterMode = |
| 980 | GrSkFilterQualityToGrFilterMode(paint.getFilterQuality(), viewMatrix, |
| 981 | srcRectToDstRect, |
| 982 | &doBicubic); |
| 983 | |
| 984 | // Setup texture to wrap bitmap |
| 985 | GrTextureParams params(tm, textureFilterMode); |
| 986 | SkAutoTUnref<GrTexture> texture(GrRefCachedBitmapTexture(context, *bitmapPtr, ¶ms)); |
| 987 | |
| 988 | if (!texture) { |
| 989 | SkErrorInternals::SetError(kInternalError_SkError, |
| 990 | "Couldn't convert bitmap to texture."); |
| 991 | return; |
| 992 | } |
| 993 | |
| 994 | // Setup paint |
| 995 | GrColor paintColor = (kAlpha_8_SkColorType == bitmapPtr->colorType()) ? |
| 996 | SkColor2GrColor(paint.getColor()) : |
| 997 | SkColor2GrColorJustAlpha(paint.getColor()); |
| 998 | |
| 999 | GrPaint grPaint; |
| 1000 | |
| 1001 | // Create and insert texture effect |
| 1002 | SkAutoTUnref<const GrFragmentProcessor> fp; |
| 1003 | if (doBicubic) { |
| 1004 | fp.reset(GrBicubicEffect::Create(grPaint.getProcessorDataManager(), texture, |
| 1005 | SkMatrix::I(), |
| 1006 | tm)); |
| 1007 | } else { |
| 1008 | fp.reset(GrSimpleTextureEffect::Create(grPaint.getProcessorDataManager(), texture, |
| 1009 | SkMatrix::I(), params)); |
| 1010 | } |
| 1011 | |
| 1012 | // The bitmap read has to be first |
bsalomon | ac856c9 | 2015-08-27 06:30:17 -0700 | [diff] [blame] | 1013 | grPaint.addColorFragmentProcessor(fp); |
joshualitt | a61c817 | 2015-08-17 10:51:22 -0700 | [diff] [blame] | 1014 | if (!SkPaint2GrPaintNoShader(context, renderTarget, paint, SkColor2GrColor(paint.getColor()), |
| 1015 | false, &grPaint)) { |
| 1016 | return; |
| 1017 | } |
| 1018 | |
| 1019 | grPaint.setColor(paintColor); |
| 1020 | |
| 1021 | // Setup dst rect and final matrix |
| 1022 | SkRect dstRect = {0, 0, dstSize.fWidth, dstSize.fHeight}; |
| 1023 | |
| 1024 | SkRect devRect; |
| 1025 | viewMatrix.mapRect(&devRect, dstRect); |
| 1026 | |
| 1027 | SkMatrix matrix; |
| 1028 | matrix.setIDiv(bitmapPtr->width(), bitmapPtr->height()); |
| 1029 | |
| 1030 | SkMatrix dstRectToSrcRect; |
| 1031 | if (!srcRectToDstRect.invert(&dstRectToSrcRect)) { |
| 1032 | return; |
| 1033 | } |
| 1034 | matrix.preConcat(dstRectToSrcRect); |
| 1035 | |
joshualitt | d2b23e0 | 2015-08-21 10:53:34 -0700 | [diff] [blame] | 1036 | SkAutoTUnref<GrDrawBatch> batch(GrRectBatchFactory::CreateAAFill(grPaint.getColor(), |
joshualitt | a61c817 | 2015-08-17 10:51:22 -0700 | [diff] [blame] | 1037 | viewMatrix, |
| 1038 | matrix, |
| 1039 | dstRect, |
| 1040 | devRect)); |
| 1041 | |
| 1042 | drawContext->drawBatch(renderTarget, clip, grPaint, batch); |
| 1043 | } |
| 1044 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1045 | void SkGpuDevice::drawBitmapCommon(const SkDraw& draw, |
| 1046 | const SkBitmap& bitmap, |
| 1047 | const SkRect* srcRectPtr, |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1048 | const SkSize* dstSizePtr, |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1049 | const SkPaint& paint, |
reed | a5517e2 | 2015-07-14 10:54:12 -0700 | [diff] [blame] | 1050 | SkCanvas::SrcRectConstraint constraint) { |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1051 | CHECK_SHOULD_DRAW(draw); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1052 | |
| 1053 | SkRect srcRect; |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1054 | SkSize dstSize; |
commit-bot@chromium.org | dec6150 | 2013-12-02 22:22:35 +0000 | [diff] [blame] | 1055 | // If there is no src rect, or the src rect contains the entire bitmap then we're effectively |
| 1056 | // in the (easier) bleed case, so update flags. |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1057 | if (nullptr == srcRectPtr) { |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1058 | SkScalar w = SkIntToScalar(bitmap.width()); |
| 1059 | SkScalar h = SkIntToScalar(bitmap.height()); |
| 1060 | dstSize.fWidth = w; |
| 1061 | dstSize.fHeight = h; |
| 1062 | srcRect.set(0, 0, w, h); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1063 | } else { |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1064 | SkASSERT(dstSizePtr); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1065 | srcRect = *srcRectPtr; |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1066 | dstSize = *dstSizePtr; |
senorblanco | d0d37ca | 2015-04-02 04:54:56 -0700 | [diff] [blame] | 1067 | } |
| 1068 | GrTexture* tex = bitmap.getTexture(); |
| 1069 | int width = tex ? tex->width() : bitmap.width(); |
| 1070 | int height = tex ? tex->height() : bitmap.height(); |
| 1071 | if (srcRect.fLeft <= 0 && srcRect.fTop <= 0 && |
| 1072 | srcRect.fRight >= width && srcRect.fBottom >= height) { |
reed | a5517e2 | 2015-07-14 10:54:12 -0700 | [diff] [blame] | 1073 | constraint = SkCanvas::kFast_SrcRectConstraint; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1074 | } |
| 1075 | |
derekf | 367e186 | 2014-12-02 11:02:06 -0800 | [diff] [blame] | 1076 | // If the render target is not msaa and draw is antialiased, we call |
| 1077 | // drawRect instead of drawing on the render target directly. |
| 1078 | // FIXME: the tiled bitmap code path doesn't currently support |
| 1079 | // anti-aliased edges, we work around that for now by drawing directly |
| 1080 | // if the image size exceeds maximum texture size. |
bsalomon | 7622863 | 2015-05-29 08:02:10 -0700 | [diff] [blame] | 1081 | int maxTextureSize = fContext->caps()->maxTextureSize(); |
joshualitt | 1a899c9 | 2015-08-17 11:53:44 -0700 | [diff] [blame] | 1082 | bool drawAA = !fRenderTarget->isUnifiedMultisampled() && |
| 1083 | paint.isAntiAlias() && |
| 1084 | bitmap.width() <= maxTextureSize && |
| 1085 | bitmap.height() <= maxTextureSize; |
derekf | 367e186 | 2014-12-02 11:02:06 -0800 | [diff] [blame] | 1086 | |
joshualitt | 1a899c9 | 2015-08-17 11:53:44 -0700 | [diff] [blame] | 1087 | if (paint.getMaskFilter() || drawAA) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1088 | // Convert the bitmap to a shader so that the rect can be drawn |
| 1089 | // through drawRect, which supports mask filters. |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1090 | SkBitmap tmp; // subset of bitmap, if necessary |
| 1091 | const SkBitmap* bitmapPtr = &bitmap; |
joshualitt | a61c817 | 2015-08-17 10:51:22 -0700 | [diff] [blame] | 1092 | SkMatrix srcRectToDstRect; |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1093 | if (srcRectPtr) { |
joshualitt | a61c817 | 2015-08-17 10:51:22 -0700 | [diff] [blame] | 1094 | srcRectToDstRect.setTranslate(-srcRectPtr->fLeft, -srcRectPtr->fTop); |
| 1095 | srcRectToDstRect.postScale(dstSize.fWidth / srcRectPtr->width(), |
| 1096 | dstSize.fHeight / srcRectPtr->height()); |
commit-bot@chromium.org | d6ca4ac | 2013-11-22 20:34:59 +0000 | [diff] [blame] | 1097 | // In bleed mode we position and trim the bitmap based on the src rect which is |
| 1098 | // already accounted for in 'm' and 'srcRect'. In clamp mode we need to chop out |
| 1099 | // the desired portion of the bitmap and then update 'm' and 'srcRect' to |
| 1100 | // compensate. |
reed | a5517e2 | 2015-07-14 10:54:12 -0700 | [diff] [blame] | 1101 | if (SkCanvas::kStrict_SrcRectConstraint == constraint) { |
commit-bot@chromium.org | d6ca4ac | 2013-11-22 20:34:59 +0000 | [diff] [blame] | 1102 | SkIRect iSrc; |
| 1103 | srcRect.roundOut(&iSrc); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1104 | |
commit-bot@chromium.org | d6ca4ac | 2013-11-22 20:34:59 +0000 | [diff] [blame] | 1105 | SkPoint offset = SkPoint::Make(SkIntToScalar(iSrc.fLeft), |
| 1106 | SkIntToScalar(iSrc.fTop)); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1107 | |
commit-bot@chromium.org | d6ca4ac | 2013-11-22 20:34:59 +0000 | [diff] [blame] | 1108 | if (!bitmap.extractSubset(&tmp, iSrc)) { |
| 1109 | return; // extraction failed |
| 1110 | } |
| 1111 | bitmapPtr = &tmp; |
| 1112 | srcRect.offset(-offset.fX, -offset.fY); |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1113 | |
commit-bot@chromium.org | d6ca4ac | 2013-11-22 20:34:59 +0000 | [diff] [blame] | 1114 | // The source rect has changed so update the matrix |
joshualitt | a61c817 | 2015-08-17 10:51:22 -0700 | [diff] [blame] | 1115 | srcRectToDstRect.preTranslate(offset.fX, offset.fY); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1116 | } |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1117 | } else { |
joshualitt | a61c817 | 2015-08-17 10:51:22 -0700 | [diff] [blame] | 1118 | srcRectToDstRect.reset(); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1119 | } |
| 1120 | |
joshualitt | a61c817 | 2015-08-17 10:51:22 -0700 | [diff] [blame] | 1121 | // If we have a maskfilter then we can't batch, so we take a slow path. However, we fast |
| 1122 | // path the case where we are drawing an AA rect so we can batch many drawImageRect calls |
| 1123 | if (paint.getMaskFilter()) { |
| 1124 | SkPaint paintWithShader(paint); |
| 1125 | paintWithShader.setShader(SkShader::CreateBitmapShader(*bitmapPtr, |
| 1126 | SkShader::kClamp_TileMode, SkShader::kClamp_TileMode, |
| 1127 | &srcRectToDstRect))->unref(); |
| 1128 | SkRect dstRect = {0, 0, dstSize.fWidth, dstSize.fHeight}; |
| 1129 | this->drawRect(draw, dstRect, paintWithShader); |
| 1130 | } else { |
| 1131 | draw_aa_bitmap(fDrawContext, fContext, fRenderTarget, fClip, *draw.fMatrix, |
| 1132 | srcRectToDstRect, paint, bitmapPtr, dstSize); |
| 1133 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1134 | |
| 1135 | return; |
| 1136 | } |
| 1137 | |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1138 | // If there is no mask filter than it is OK to handle the src rect -> dst rect scaling using |
| 1139 | // the view matrix rather than a local matrix. |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1140 | SkMatrix viewM = *draw.fMatrix; |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 1141 | viewM.preScale(dstSize.fWidth / srcRect.width(), |
| 1142 | dstSize.fHeight / srcRect.height()); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1143 | |
| 1144 | GrTextureParams params; |
joshualitt | 9bc3954 | 2015-08-12 12:57:54 -0700 | [diff] [blame] | 1145 | bool doBicubic; |
| 1146 | GrTextureParams::FilterMode textureFilterMode = |
| 1147 | GrSkFilterQualityToGrFilterMode(paint.getFilterQuality(), viewM, SkMatrix::I(), |
| 1148 | &doBicubic); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1149 | |
commit-bot@chromium.org | 9927bd3 | 2014-05-20 17:51:13 +0000 | [diff] [blame] | 1150 | int tileFilterPad; |
| 1151 | if (doBicubic) { |
| 1152 | tileFilterPad = GrBicubicEffect::kFilterTexelPad; |
| 1153 | } else if (GrTextureParams::kNone_FilterMode == textureFilterMode) { |
| 1154 | tileFilterPad = 0; |
| 1155 | } else { |
| 1156 | tileFilterPad = 1; |
| 1157 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1158 | params.setFilterMode(textureFilterMode); |
| 1159 | |
bsalomon | 7622863 | 2015-05-29 08:02:10 -0700 | [diff] [blame] | 1160 | int maxTileSize = fContext->caps()->maxTextureSize() - 2 * tileFilterPad; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1161 | int tileSize; |
| 1162 | |
| 1163 | SkIRect clippedSrcRect; |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1164 | if (this->shouldTileBitmap(bitmap, viewM, params, srcRectPtr, maxTileSize, &tileSize, |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1165 | &clippedSrcRect)) { |
reed | a5517e2 | 2015-07-14 10:54:12 -0700 | [diff] [blame] | 1166 | this->drawTiledBitmap(bitmap, viewM, srcRect, clippedSrcRect, params, paint, constraint, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1167 | tileSize, doBicubic); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1168 | } else { |
| 1169 | // take the simple case |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 1170 | bool needsTextureDomain = needs_texture_domain(bitmap, |
| 1171 | srcRect, |
| 1172 | params, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1173 | viewM, |
robertphillips | 1accc4c | 2015-07-20 10:22:29 -0700 | [diff] [blame] | 1174 | doBicubic, |
| 1175 | fRenderTarget->isUnifiedMultisampled()); |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 1176 | this->internalDrawBitmap(bitmap, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1177 | viewM, |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 1178 | srcRect, |
| 1179 | params, |
| 1180 | paint, |
reed | a5517e2 | 2015-07-14 10:54:12 -0700 | [diff] [blame] | 1181 | constraint, |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 1182 | doBicubic, |
| 1183 | needsTextureDomain); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1184 | } |
| 1185 | } |
| 1186 | |
| 1187 | // Break 'bitmap' into several tiles to draw it since it has already |
| 1188 | // been determined to be too large to fit in VRAM |
| 1189 | void SkGpuDevice::drawTiledBitmap(const SkBitmap& bitmap, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1190 | const SkMatrix& viewMatrix, |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1191 | const SkRect& srcRect, |
| 1192 | const SkIRect& clippedSrcIRect, |
| 1193 | const GrTextureParams& params, |
| 1194 | const SkPaint& paint, |
reed | a5517e2 | 2015-07-14 10:54:12 -0700 | [diff] [blame] | 1195 | SkCanvas::SrcRectConstraint constraint, |
commit-bot@chromium.org | dec6150 | 2013-12-02 22:22:35 +0000 | [diff] [blame] | 1196 | int tileSize, |
| 1197 | bool bicubic) { |
commit-bot@chromium.org | 9d5e3f1 | 2014-05-01 21:23:19 +0000 | [diff] [blame] | 1198 | // The following pixel lock is technically redundant, but it is desirable |
| 1199 | // to lock outside of the tile loop to prevent redecoding the whole image |
| 1200 | // at each tile in cases where 'bitmap' holds an SkDiscardablePixelRef that |
| 1201 | // is larger than the limit of the discardable memory pool. |
| 1202 | SkAutoLockPixels alp(bitmap); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1203 | SkRect clippedSrcRect = SkRect::Make(clippedSrcIRect); |
| 1204 | |
| 1205 | int nx = bitmap.width() / tileSize; |
| 1206 | int ny = bitmap.height() / tileSize; |
| 1207 | for (int x = 0; x <= nx; x++) { |
| 1208 | for (int y = 0; y <= ny; y++) { |
| 1209 | SkRect tileR; |
| 1210 | tileR.set(SkIntToScalar(x * tileSize), |
| 1211 | SkIntToScalar(y * tileSize), |
| 1212 | SkIntToScalar((x + 1) * tileSize), |
| 1213 | SkIntToScalar((y + 1) * tileSize)); |
| 1214 | |
| 1215 | if (!SkRect::Intersects(tileR, clippedSrcRect)) { |
| 1216 | continue; |
| 1217 | } |
| 1218 | |
| 1219 | if (!tileR.intersect(srcRect)) { |
| 1220 | continue; |
| 1221 | } |
| 1222 | |
| 1223 | SkBitmap tmpB; |
| 1224 | SkIRect iTileR; |
| 1225 | tileR.roundOut(&iTileR); |
| 1226 | SkPoint offset = SkPoint::Make(SkIntToScalar(iTileR.fLeft), |
| 1227 | SkIntToScalar(iTileR.fTop)); |
| 1228 | |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1229 | // Adjust the context matrix to draw at the right x,y in device space |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1230 | SkMatrix viewM = viewMatrix; |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1231 | SkMatrix tmpM; |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1232 | tmpM.setTranslate(offset.fX - srcRect.fLeft, offset.fY - srcRect.fTop); |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1233 | viewM.preConcat(tmpM); |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1234 | |
robertphillips | ec8bb94 | 2014-11-21 10:16:25 -0800 | [diff] [blame] | 1235 | if (GrTextureParams::kNone_FilterMode != params.filterMode() || bicubic) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1236 | SkIRect iClampRect; |
| 1237 | |
reed | a5517e2 | 2015-07-14 10:54:12 -0700 | [diff] [blame] | 1238 | if (SkCanvas::kFast_SrcRectConstraint == constraint) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1239 | // In bleed mode we want to always expand the tile on all edges |
| 1240 | // but stay within the bitmap bounds |
| 1241 | iClampRect = SkIRect::MakeWH(bitmap.width(), bitmap.height()); |
| 1242 | } else { |
| 1243 | // In texture-domain/clamp mode we only want to expand the |
| 1244 | // tile on edges interior to "srcRect" (i.e., we want to |
| 1245 | // not bleed across the original clamped edges) |
| 1246 | srcRect.roundOut(&iClampRect); |
| 1247 | } |
commit-bot@chromium.org | dec6150 | 2013-12-02 22:22:35 +0000 | [diff] [blame] | 1248 | int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1; |
| 1249 | clamped_outset_with_offset(&iTileR, outset, &offset, iClampRect); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1250 | } |
| 1251 | |
| 1252 | if (bitmap.extractSubset(&tmpB, iTileR)) { |
| 1253 | // now offset it to make it "local" to our tmp bitmap |
| 1254 | tileR.offset(-offset.fX, -offset.fY); |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 1255 | GrTextureParams paramsTemp = params; |
robertphillips | 1accc4c | 2015-07-20 10:22:29 -0700 | [diff] [blame] | 1256 | bool needsTextureDomain = needs_texture_domain( |
| 1257 | bitmap, srcRect, paramsTemp, |
| 1258 | viewM, bicubic, |
| 1259 | fRenderTarget->isUnifiedMultisampled()); |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 1260 | this->internalDrawBitmap(tmpB, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1261 | viewM, |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 1262 | tileR, |
| 1263 | paramsTemp, |
| 1264 | paint, |
reed | a5517e2 | 2015-07-14 10:54:12 -0700 | [diff] [blame] | 1265 | constraint, |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 1266 | bicubic, |
| 1267 | needsTextureDomain); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1268 | } |
| 1269 | } |
| 1270 | } |
| 1271 | } |
| 1272 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1273 | |
| 1274 | /* |
| 1275 | * This is called by drawBitmap(), which has to handle images that may be too |
| 1276 | * large to be represented by a single texture. |
| 1277 | * |
| 1278 | * internalDrawBitmap assumes that the specified bitmap will fit in a texture |
| 1279 | * and that non-texture portion of the GrPaint has already been setup. |
| 1280 | */ |
| 1281 | void SkGpuDevice::internalDrawBitmap(const SkBitmap& bitmap, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1282 | const SkMatrix& viewMatrix, |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1283 | const SkRect& srcRect, |
| 1284 | const GrTextureParams& params, |
| 1285 | const SkPaint& paint, |
reed | a5517e2 | 2015-07-14 10:54:12 -0700 | [diff] [blame] | 1286 | SkCanvas::SrcRectConstraint constraint, |
commit-bot@chromium.org | a17773f | 2014-05-09 13:53:38 +0000 | [diff] [blame] | 1287 | bool bicubic, |
| 1288 | bool needsTextureDomain) { |
bsalomon | 7622863 | 2015-05-29 08:02:10 -0700 | [diff] [blame] | 1289 | SkASSERT(bitmap.width() <= fContext->caps()->maxTextureSize() && |
| 1290 | bitmap.height() <= fContext->caps()->maxTextureSize()); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1291 | |
| 1292 | GrTexture* texture; |
bsalomon | bcf0a52 | 2014-10-08 08:40:09 -0700 | [diff] [blame] | 1293 | AutoBitmapTexture abt(fContext, bitmap, ¶ms, &texture); |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1294 | if (nullptr == texture) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1295 | return; |
| 1296 | } |
| 1297 | |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1298 | SkRect dstRect = {0, 0, srcRect.width(), srcRect.height() }; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1299 | SkRect paintRect; |
| 1300 | SkScalar wInv = SkScalarInvert(SkIntToScalar(texture->width())); |
| 1301 | SkScalar hInv = SkScalarInvert(SkIntToScalar(texture->height())); |
| 1302 | paintRect.setLTRB(SkScalarMul(srcRect.fLeft, wInv), |
| 1303 | SkScalarMul(srcRect.fTop, hInv), |
| 1304 | SkScalarMul(srcRect.fRight, wInv), |
| 1305 | SkScalarMul(srcRect.fBottom, hInv)); |
| 1306 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1307 | SkRect textureDomain = SkRect::MakeEmpty(); |
joshualitt | 5f10b5c | 2015-07-09 10:24:35 -0700 | [diff] [blame] | 1308 | |
| 1309 | // Construct a GrPaint by setting the bitmap texture as the first effect and then configuring |
| 1310 | // the rest from the SkPaint. |
| 1311 | GrPaint grPaint; |
joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 1312 | SkAutoTUnref<GrFragmentProcessor> fp; |
joshualitt | 5f10b5c | 2015-07-09 10:24:35 -0700 | [diff] [blame] | 1313 | |
reed | a5517e2 | 2015-07-14 10:54:12 -0700 | [diff] [blame] | 1314 | if (needsTextureDomain && (SkCanvas::kStrict_SrcRectConstraint == constraint)) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1315 | // Use a constrained texture domain to avoid color bleeding |
| 1316 | SkScalar left, top, right, bottom; |
| 1317 | if (srcRect.width() > SK_Scalar1) { |
| 1318 | SkScalar border = SK_ScalarHalf / texture->width(); |
| 1319 | left = paintRect.left() + border; |
| 1320 | right = paintRect.right() - border; |
| 1321 | } else { |
| 1322 | left = right = SkScalarHalf(paintRect.left() + paintRect.right()); |
| 1323 | } |
| 1324 | if (srcRect.height() > SK_Scalar1) { |
| 1325 | SkScalar border = SK_ScalarHalf / texture->height(); |
| 1326 | top = paintRect.top() + border; |
| 1327 | bottom = paintRect.bottom() - border; |
| 1328 | } else { |
| 1329 | top = bottom = SkScalarHalf(paintRect.top() + paintRect.bottom()); |
| 1330 | } |
| 1331 | textureDomain.setLTRB(left, top, right, bottom); |
commit-bot@chromium.org | 7d7f314 | 2013-12-16 15:18:11 +0000 | [diff] [blame] | 1332 | if (bicubic) { |
joshualitt | 5f10b5c | 2015-07-09 10:24:35 -0700 | [diff] [blame] | 1333 | fp.reset(GrBicubicEffect::Create(grPaint.getProcessorDataManager(), texture, |
| 1334 | SkMatrix::I(), textureDomain)); |
commit-bot@chromium.org | 7d7f314 | 2013-12-16 15:18:11 +0000 | [diff] [blame] | 1335 | } else { |
joshualitt | 5f10b5c | 2015-07-09 10:24:35 -0700 | [diff] [blame] | 1336 | fp.reset(GrTextureDomainEffect::Create(grPaint.getProcessorDataManager(), |
| 1337 | texture, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1338 | SkMatrix::I(), |
| 1339 | textureDomain, |
| 1340 | GrTextureDomain::kClamp_Mode, |
| 1341 | params.filterMode())); |
commit-bot@chromium.org | 7d7f314 | 2013-12-16 15:18:11 +0000 | [diff] [blame] | 1342 | } |
commit-bot@chromium.org | dec6150 | 2013-12-02 22:22:35 +0000 | [diff] [blame] | 1343 | } else if (bicubic) { |
commit-bot@chromium.org | bc91fd7 | 2013-12-10 12:53:39 +0000 | [diff] [blame] | 1344 | SkASSERT(GrTextureParams::kNone_FilterMode == params.filterMode()); |
| 1345 | SkShader::TileMode tileModes[2] = { params.getTileModeX(), params.getTileModeY() }; |
joshualitt | 5f10b5c | 2015-07-09 10:24:35 -0700 | [diff] [blame] | 1346 | fp.reset(GrBicubicEffect::Create(grPaint.getProcessorDataManager(), texture, SkMatrix::I(), |
| 1347 | tileModes)); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1348 | } else { |
joshualitt | 5f10b5c | 2015-07-09 10:24:35 -0700 | [diff] [blame] | 1349 | fp.reset(GrSimpleTextureEffect::Create(grPaint.getProcessorDataManager(), texture, |
| 1350 | SkMatrix::I(), params)); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1351 | } |
| 1352 | |
bsalomon | ac856c9 | 2015-08-27 06:30:17 -0700 | [diff] [blame] | 1353 | grPaint.addColorFragmentProcessor(fp); |
reed | 0689d7b | 2014-06-14 05:30:20 -0700 | [diff] [blame] | 1354 | bool alphaOnly = !(kAlpha_8_SkColorType == bitmap.colorType()); |
bsalomon | 83d081a | 2014-07-08 09:56:10 -0700 | [diff] [blame] | 1355 | GrColor paintColor = (alphaOnly) ? SkColor2GrColorJustAlpha(paint.getColor()) : |
| 1356 | SkColor2GrColor(paint.getColor()); |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 1357 | if (!SkPaint2GrPaintNoShader(this->context(), fRenderTarget, paint, paintColor, false, |
| 1358 | &grPaint)) { |
| 1359 | return; |
| 1360 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1361 | |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 1362 | fDrawContext->drawNonAARectToRect(fRenderTarget, fClip, grPaint, viewMatrix, dstRect, |
| 1363 | paintRect); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1364 | } |
| 1365 | |
fmalita | 2d97bc1 | 2014-11-20 10:44:58 -0800 | [diff] [blame] | 1366 | bool SkGpuDevice::filterTexture(GrContext* context, GrTexture* texture, |
senorblanco | d0d37ca | 2015-04-02 04:54:56 -0700 | [diff] [blame] | 1367 | int width, int height, |
fmalita | 2d97bc1 | 2014-11-20 10:44:58 -0800 | [diff] [blame] | 1368 | const SkImageFilter* filter, |
| 1369 | const SkImageFilter::Context& ctx, |
| 1370 | SkBitmap* result, SkIPoint* offset) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1371 | SkASSERT(filter); |
fmalita | 2d97bc1 | 2014-11-20 10:44:58 -0800 | [diff] [blame] | 1372 | |
robertphillips | efbffed | 2015-06-22 12:06:08 -0700 | [diff] [blame] | 1373 | SkImageFilter::Proxy proxy(this); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1374 | |
| 1375 | if (filter->canFilterImageGPU()) { |
senorblanco | d0d37ca | 2015-04-02 04:54:56 -0700 | [diff] [blame] | 1376 | return filter->filterImageGPU(&proxy, wrap_texture(texture, width, height), |
| 1377 | ctx, result, offset); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1378 | } else { |
| 1379 | return false; |
| 1380 | } |
| 1381 | } |
| 1382 | |
| 1383 | void SkGpuDevice::drawSprite(const SkDraw& draw, const SkBitmap& bitmap, |
| 1384 | int left, int top, const SkPaint& paint) { |
| 1385 | // drawSprite is defined to be in device coords. |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1386 | CHECK_SHOULD_DRAW(draw); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1387 | |
| 1388 | SkAutoLockPixels alp(bitmap, !bitmap.getTexture()); |
| 1389 | if (!bitmap.getTexture() && !bitmap.readyToDraw()) { |
| 1390 | return; |
| 1391 | } |
| 1392 | |
| 1393 | int w = bitmap.width(); |
| 1394 | int h = bitmap.height(); |
| 1395 | |
| 1396 | GrTexture* texture; |
| 1397 | // draw sprite uses the default texture params |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1398 | AutoBitmapTexture abt(fContext, bitmap, nullptr, &texture); |
joshualitt | 5f5a8d7 | 2015-02-25 14:09:45 -0800 | [diff] [blame] | 1399 | if (!texture) { |
| 1400 | return; |
| 1401 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1402 | |
| 1403 | SkImageFilter* filter = paint.getImageFilter(); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1404 | // This bitmap will own the filtered result as a texture. |
| 1405 | SkBitmap filteredBitmap; |
| 1406 | |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1407 | if (filter) { |
senorblanco@chromium.org | 6776b82 | 2014-01-03 21:48:22 +0000 | [diff] [blame] | 1408 | SkIPoint offset = SkIPoint::Make(0, 0); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1409 | SkMatrix matrix(*draw.fMatrix); |
| 1410 | matrix.postTranslate(SkIntToScalar(-left), SkIntToScalar(-top)); |
senorblanco@chromium.org | 4cb543d | 2014-03-14 15:44:01 +0000 | [diff] [blame] | 1411 | SkIRect clipBounds = SkIRect::MakeWH(bitmap.width(), bitmap.height()); |
senorblanco | be129b2 | 2014-08-08 07:14:35 -0700 | [diff] [blame] | 1412 | SkAutoTUnref<SkImageFilter::Cache> cache(getImageFilterCache()); |
senorblanco | 55b6d8b | 2014-07-30 11:26:46 -0700 | [diff] [blame] | 1413 | // This cache is transient, and is freed (along with all its contained |
| 1414 | // textures) when it goes out of scope. |
commit-bot@chromium.org | f7efa50 | 2014-04-11 18:57:00 +0000 | [diff] [blame] | 1415 | SkImageFilter::Context ctx(matrix, clipBounds, cache); |
senorblanco | d0d37ca | 2015-04-02 04:54:56 -0700 | [diff] [blame] | 1416 | if (this->filterTexture(fContext, texture, w, h, filter, ctx, &filteredBitmap, |
fmalita | 2d97bc1 | 2014-11-20 10:44:58 -0800 | [diff] [blame] | 1417 | &offset)) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1418 | texture = (GrTexture*) filteredBitmap.getTexture(); |
| 1419 | w = filteredBitmap.width(); |
| 1420 | h = filteredBitmap.height(); |
senorblanco@chromium.org | 6776b82 | 2014-01-03 21:48:22 +0000 | [diff] [blame] | 1421 | left += offset.x(); |
| 1422 | top += offset.y(); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1423 | } else { |
| 1424 | return; |
| 1425 | } |
| 1426 | } |
| 1427 | |
| 1428 | GrPaint grPaint; |
joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 1429 | grPaint.addColorTextureProcessor(texture, SkMatrix::I()); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1430 | |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 1431 | if (!SkPaint2GrPaintNoShader(this->context(), fRenderTarget, paint, |
| 1432 | SkColor2GrColorJustAlpha(paint.getColor()), false, &grPaint)) { |
| 1433 | return; |
| 1434 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1435 | |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 1436 | fDrawContext->drawNonAARectToRect(fRenderTarget, |
| 1437 | fClip, |
| 1438 | grPaint, |
| 1439 | SkMatrix::I(), |
| 1440 | SkRect::MakeXYWH(SkIntToScalar(left), |
| 1441 | SkIntToScalar(top), |
| 1442 | SkIntToScalar(w), |
| 1443 | SkIntToScalar(h)), |
| 1444 | SkRect::MakeXYWH(0, |
| 1445 | 0, |
| 1446 | SK_Scalar1 * w / texture->width(), |
| 1447 | SK_Scalar1 * h / texture->height())); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1448 | } |
| 1449 | |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1450 | void SkGpuDevice::drawBitmapRect(const SkDraw& origDraw, const SkBitmap& bitmap, |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1451 | const SkRect* src, const SkRect& dst, |
reed | 562fe47 | 2015-07-28 07:35:14 -0700 | [diff] [blame] | 1452 | const SkPaint& paint, SkCanvas::SrcRectConstraint constraint) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1453 | SkMatrix matrix; |
| 1454 | SkRect bitmapBounds, tmpSrc; |
| 1455 | |
| 1456 | bitmapBounds.set(0, 0, |
| 1457 | SkIntToScalar(bitmap.width()), |
| 1458 | SkIntToScalar(bitmap.height())); |
| 1459 | |
| 1460 | // Compute matrix from the two rectangles |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1461 | if (src) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1462 | tmpSrc = *src; |
| 1463 | } else { |
| 1464 | tmpSrc = bitmapBounds; |
| 1465 | } |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1466 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1467 | matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit); |
| 1468 | |
| 1469 | // clip the tmpSrc to the bounds of the bitmap. No check needed if src==null. |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1470 | if (src) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1471 | if (!bitmapBounds.contains(tmpSrc)) { |
| 1472 | if (!tmpSrc.intersect(bitmapBounds)) { |
| 1473 | return; // nothing to draw |
| 1474 | } |
| 1475 | } |
| 1476 | } |
| 1477 | |
commit-bot@chromium.org | a7d89c8 | 2014-01-13 14:47:00 +0000 | [diff] [blame] | 1478 | SkRect tmpDst; |
| 1479 | matrix.mapRect(&tmpDst, tmpSrc); |
| 1480 | |
| 1481 | SkTCopyOnFirstWrite<SkDraw> draw(origDraw); |
| 1482 | if (0 != tmpDst.fLeft || 0 != tmpDst.fTop) { |
| 1483 | // Translate so that tempDst's top left is at the origin. |
| 1484 | matrix = *origDraw.fMatrix; |
| 1485 | matrix.preTranslate(tmpDst.fLeft, tmpDst.fTop); |
| 1486 | draw.writable()->fMatrix = &matrix; |
| 1487 | } |
| 1488 | SkSize dstSize; |
| 1489 | dstSize.fWidth = tmpDst.width(); |
| 1490 | dstSize.fHeight = tmpDst.height(); |
| 1491 | |
reed | a5517e2 | 2015-07-14 10:54:12 -0700 | [diff] [blame] | 1492 | this->drawBitmapCommon(*draw, bitmap, &tmpSrc, &dstSize, paint, constraint); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1493 | } |
| 1494 | |
| 1495 | void SkGpuDevice::drawDevice(const SkDraw& draw, SkBaseDevice* device, |
| 1496 | int x, int y, const SkPaint& paint) { |
| 1497 | // clear of the source device must occur before CHECK_SHOULD_DRAW |
egdaniel | d78a168 | 2014-07-09 10:41:26 -0700 | [diff] [blame] | 1498 | GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice::drawDevice", fContext); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1499 | SkGpuDevice* dev = static_cast<SkGpuDevice*>(device); |
kkinnunen | 2e4414e | 2015-02-19 07:20:40 -0800 | [diff] [blame] | 1500 | |
| 1501 | // TODO: If the source device covers the whole of this device, we could |
| 1502 | // omit fNeedsClear -related flushing. |
| 1503 | // TODO: if source needs clear, we could maybe omit the draw fully. |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1504 | |
| 1505 | // drawDevice is defined to be in device coords. |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1506 | CHECK_SHOULD_DRAW(draw); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1507 | |
| 1508 | GrRenderTarget* devRT = dev->accessRenderTarget(); |
| 1509 | GrTexture* devTex; |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1510 | if (nullptr == (devTex = devRT->asTexture())) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1511 | return; |
| 1512 | } |
| 1513 | |
robertphillips | 7b9e8a4 | 2014-12-11 08:20:31 -0800 | [diff] [blame] | 1514 | const SkImageInfo ii = dev->imageInfo(); |
| 1515 | int w = ii.width(); |
| 1516 | int h = ii.height(); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1517 | |
| 1518 | SkImageFilter* filter = paint.getImageFilter(); |
| 1519 | // This bitmap will own the filtered result as a texture. |
| 1520 | SkBitmap filteredBitmap; |
| 1521 | |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1522 | if (filter) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1523 | SkIPoint offset = SkIPoint::Make(0, 0); |
| 1524 | SkMatrix matrix(*draw.fMatrix); |
| 1525 | matrix.postTranslate(SkIntToScalar(-x), SkIntToScalar(-y)); |
senorblanco@chromium.org | 4cb543d | 2014-03-14 15:44:01 +0000 | [diff] [blame] | 1526 | SkIRect clipBounds = SkIRect::MakeWH(devTex->width(), devTex->height()); |
senorblanco | 55b6d8b | 2014-07-30 11:26:46 -0700 | [diff] [blame] | 1527 | // This cache is transient, and is freed (along with all its contained |
| 1528 | // textures) when it goes out of scope. |
senorblanco | be129b2 | 2014-08-08 07:14:35 -0700 | [diff] [blame] | 1529 | SkAutoTUnref<SkImageFilter::Cache> cache(getImageFilterCache()); |
commit-bot@chromium.org | f7efa50 | 2014-04-11 18:57:00 +0000 | [diff] [blame] | 1530 | SkImageFilter::Context ctx(matrix, clipBounds, cache); |
senorblanco | d0d37ca | 2015-04-02 04:54:56 -0700 | [diff] [blame] | 1531 | if (this->filterTexture(fContext, devTex, device->width(), device->height(), |
| 1532 | filter, ctx, &filteredBitmap, &offset)) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1533 | devTex = filteredBitmap.getTexture(); |
| 1534 | w = filteredBitmap.width(); |
| 1535 | h = filteredBitmap.height(); |
| 1536 | x += offset.fX; |
| 1537 | y += offset.fY; |
| 1538 | } else { |
| 1539 | return; |
| 1540 | } |
| 1541 | } |
| 1542 | |
| 1543 | GrPaint grPaint; |
joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 1544 | grPaint.addColorTextureProcessor(devTex, SkMatrix::I()); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1545 | |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 1546 | if (!SkPaint2GrPaintNoShader(this->context(), fRenderTarget, paint, |
| 1547 | SkColor2GrColorJustAlpha(paint.getColor()), false, &grPaint)) { |
| 1548 | return; |
| 1549 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1550 | |
| 1551 | SkRect dstRect = SkRect::MakeXYWH(SkIntToScalar(x), |
| 1552 | SkIntToScalar(y), |
| 1553 | SkIntToScalar(w), |
| 1554 | SkIntToScalar(h)); |
| 1555 | |
| 1556 | // The device being drawn may not fill up its texture (e.g. saveLayer uses approximate |
| 1557 | // scratch texture). |
| 1558 | SkRect srcRect = SkRect::MakeWH(SK_Scalar1 * w / devTex->width(), |
| 1559 | SK_Scalar1 * h / devTex->height()); |
| 1560 | |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 1561 | fDrawContext->drawNonAARectToRect(fRenderTarget, fClip, grPaint, SkMatrix::I(), dstRect, |
| 1562 | srcRect); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1563 | } |
| 1564 | |
commit-bot@chromium.org | ae761f7 | 2014-02-05 22:32:02 +0000 | [diff] [blame] | 1565 | bool SkGpuDevice::canHandleImageFilter(const SkImageFilter* filter) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1566 | return filter->canFilterImageGPU(); |
| 1567 | } |
| 1568 | |
commit-bot@chromium.org | ae761f7 | 2014-02-05 22:32:02 +0000 | [diff] [blame] | 1569 | bool SkGpuDevice::filterImage(const SkImageFilter* filter, const SkBitmap& src, |
senorblanco@chromium.org | 4cb543d | 2014-03-14 15:44:01 +0000 | [diff] [blame] | 1570 | const SkImageFilter::Context& ctx, |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1571 | SkBitmap* result, SkIPoint* offset) { |
| 1572 | // want explicitly our impl, so guard against a subclass of us overriding it |
| 1573 | if (!this->SkGpuDevice::canHandleImageFilter(filter)) { |
| 1574 | return false; |
| 1575 | } |
| 1576 | |
| 1577 | SkAutoLockPixels alp(src, !src.getTexture()); |
| 1578 | if (!src.getTexture() && !src.readyToDraw()) { |
| 1579 | return false; |
| 1580 | } |
| 1581 | |
| 1582 | GrTexture* texture; |
| 1583 | // We assume here that the filter will not attempt to tile the src. Otherwise, this cache lookup |
| 1584 | // must be pushed upstack. |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1585 | AutoBitmapTexture abt(fContext, src, nullptr, &texture); |
robertphillips | f83be82 | 2015-04-30 08:55:06 -0700 | [diff] [blame] | 1586 | if (!texture) { |
| 1587 | return false; |
| 1588 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1589 | |
senorblanco | d0d37ca | 2015-04-02 04:54:56 -0700 | [diff] [blame] | 1590 | return this->filterTexture(fContext, texture, src.width(), src.height(), |
| 1591 | filter, ctx, result, offset); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1592 | } |
| 1593 | |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 1594 | static bool wrap_as_bm(GrContext* ctx, const SkImage* image, SkBitmap* bm) { |
| 1595 | SkAutoTUnref<GrTexture> tex(as_IB(image)->asTextureRef(ctx, kUntiled_SkImageUsageType)); |
reed | a85d4d0 | 2015-05-06 12:56:48 -0700 | [diff] [blame] | 1596 | if (tex) { |
reed | 8b26b99 | 2015-05-07 15:36:17 -0700 | [diff] [blame] | 1597 | GrWrapTextureInBitmap(tex, image->width(), image->height(), image->isOpaque(), bm); |
| 1598 | return true; |
reed | a85d4d0 | 2015-05-06 12:56:48 -0700 | [diff] [blame] | 1599 | } else { |
reed | 8b26b99 | 2015-05-07 15:36:17 -0700 | [diff] [blame] | 1600 | return as_IB(image)->getROPixels(bm); |
reed | a85d4d0 | 2015-05-06 12:56:48 -0700 | [diff] [blame] | 1601 | } |
reed | a85d4d0 | 2015-05-06 12:56:48 -0700 | [diff] [blame] | 1602 | } |
| 1603 | |
| 1604 | void SkGpuDevice::drawImage(const SkDraw& draw, const SkImage* image, SkScalar x, SkScalar y, |
| 1605 | const SkPaint& paint) { |
| 1606 | SkBitmap bm; |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 1607 | if (GrTexture* tex = as_IB(image)->peekTexture()) { |
| 1608 | GrWrapTextureInBitmap(tex, image->width(), image->height(), image->isOpaque(), &bm); |
| 1609 | } else { |
| 1610 | if (this->shouldTileImage(image, nullptr, SkCanvas::kFast_SrcRectConstraint, |
| 1611 | paint.getFilterQuality(), *draw.fMatrix)) { |
| 1612 | // only support tiling as bitmap at the moment, so force raster-version |
| 1613 | if (!as_IB(image)->getROPixels(&bm)) { |
| 1614 | return; |
| 1615 | } |
| 1616 | } else { |
| 1617 | if (!wrap_as_bm(this->context(), image, &bm)) { |
| 1618 | return; |
| 1619 | } |
| 1620 | } |
reed | a85d4d0 | 2015-05-06 12:56:48 -0700 | [diff] [blame] | 1621 | } |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 1622 | this->drawBitmap(draw, bm, SkMatrix::MakeTrans(x, y), paint); |
reed | a85d4d0 | 2015-05-06 12:56:48 -0700 | [diff] [blame] | 1623 | } |
| 1624 | |
| 1625 | void SkGpuDevice::drawImageRect(const SkDraw& draw, const SkImage* image, const SkRect* src, |
reed | a5517e2 | 2015-07-14 10:54:12 -0700 | [diff] [blame] | 1626 | const SkRect& dst, const SkPaint& paint, |
| 1627 | SkCanvas::SrcRectConstraint constraint) { |
reed | a85d4d0 | 2015-05-06 12:56:48 -0700 | [diff] [blame] | 1628 | SkBitmap bm; |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 1629 | if (GrTexture* tex = as_IB(image)->peekTexture()) { |
| 1630 | GrWrapTextureInBitmap(tex, image->width(), image->height(), image->isOpaque(), &bm); |
| 1631 | } else { |
| 1632 | SkMatrix viewMatrix = *draw.fMatrix; |
| 1633 | viewMatrix.preScale(dst.width() / (src ? src->width() : image->width()), |
| 1634 | dst.height() / (src ? src->height() : image->height())); |
| 1635 | |
| 1636 | if (this->shouldTileImage(image, src, constraint, paint.getFilterQuality(), viewMatrix)) { |
| 1637 | // only support tiling as bitmap at the moment, so force raster-version |
| 1638 | if (!as_IB(image)->getROPixels(&bm)) { |
| 1639 | return; |
| 1640 | } |
| 1641 | } else { |
| 1642 | if (!wrap_as_bm(this->context(), image, &bm)) { |
| 1643 | return; |
| 1644 | } |
| 1645 | } |
reed | a85d4d0 | 2015-05-06 12:56:48 -0700 | [diff] [blame] | 1646 | } |
reed | 85d9178 | 2015-09-10 14:33:38 -0700 | [diff] [blame] | 1647 | this->drawBitmapRect(draw, bm, src, dst, paint, constraint); |
reed | a85d4d0 | 2015-05-06 12:56:48 -0700 | [diff] [blame] | 1648 | } |
| 1649 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1650 | /////////////////////////////////////////////////////////////////////////////// |
| 1651 | |
| 1652 | // must be in SkCanvas::VertexMode order |
| 1653 | static const GrPrimitiveType gVertexMode2PrimitiveType[] = { |
| 1654 | kTriangles_GrPrimitiveType, |
| 1655 | kTriangleStrip_GrPrimitiveType, |
| 1656 | kTriangleFan_GrPrimitiveType, |
| 1657 | }; |
| 1658 | |
| 1659 | void SkGpuDevice::drawVertices(const SkDraw& draw, SkCanvas::VertexMode vmode, |
| 1660 | int vertexCount, const SkPoint vertices[], |
| 1661 | const SkPoint texs[], const SkColor colors[], |
| 1662 | SkXfermode* xmode, |
| 1663 | const uint16_t indices[], int indexCount, |
| 1664 | const SkPaint& paint) { |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1665 | CHECK_SHOULD_DRAW(draw); |
egdaniel | d78a168 | 2014-07-09 10:41:26 -0700 | [diff] [blame] | 1666 | GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice::drawVertices", fContext); |
mtklein | 533eb78 | 2014-08-27 10:39:42 -0700 | [diff] [blame] | 1667 | |
dandov | 32a311b | 2014-07-15 19:46:26 -0700 | [diff] [blame] | 1668 | const uint16_t* outIndices; |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1669 | SkAutoTDeleteArray<uint16_t> outAlloc(nullptr); |
dandov | 32a311b | 2014-07-15 19:46:26 -0700 | [diff] [blame] | 1670 | GrPrimitiveType primType; |
| 1671 | GrPaint grPaint; |
bsalomon | a098dd4 | 2014-08-06 11:01:44 -0700 | [diff] [blame] | 1672 | |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1673 | // If both textures and vertex-colors are nullptr, strokes hairlines with the paint's color. |
| 1674 | if ((nullptr == texs || nullptr == paint.getShader()) && nullptr == colors) { |
mtklein | 533eb78 | 2014-08-27 10:39:42 -0700 | [diff] [blame] | 1675 | |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1676 | texs = nullptr; |
mtklein | 533eb78 | 2014-08-27 10:39:42 -0700 | [diff] [blame] | 1677 | |
commit-bot@chromium.org | 559a883 | 2014-05-30 10:08:22 +0000 | [diff] [blame] | 1678 | SkPaint copy(paint); |
| 1679 | copy.setStyle(SkPaint::kStroke_Style); |
| 1680 | copy.setStrokeWidth(0); |
mtklein | 533eb78 | 2014-08-27 10:39:42 -0700 | [diff] [blame] | 1681 | |
dandov | 32a311b | 2014-07-15 19:46:26 -0700 | [diff] [blame] | 1682 | // we ignore the shader if texs is null. |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 1683 | if (!SkPaint2GrPaintNoShader(this->context(), fRenderTarget, copy, |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1684 | SkColor2GrColor(copy.getColor()), nullptr == colors, &grPaint)) { |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 1685 | return; |
| 1686 | } |
commit-bot@chromium.org | 559a883 | 2014-05-30 10:08:22 +0000 | [diff] [blame] | 1687 | |
dandov | 32a311b | 2014-07-15 19:46:26 -0700 | [diff] [blame] | 1688 | primType = kLines_GrPrimitiveType; |
| 1689 | int triangleCount = 0; |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1690 | int n = (nullptr == indices) ? vertexCount : indexCount; |
dandov | 32a311b | 2014-07-15 19:46:26 -0700 | [diff] [blame] | 1691 | switch (vmode) { |
| 1692 | case SkCanvas::kTriangles_VertexMode: |
bsalomon | a098dd4 | 2014-08-06 11:01:44 -0700 | [diff] [blame] | 1693 | triangleCount = n / 3; |
dandov | 32a311b | 2014-07-15 19:46:26 -0700 | [diff] [blame] | 1694 | break; |
| 1695 | case SkCanvas::kTriangleStrip_VertexMode: |
| 1696 | case SkCanvas::kTriangleFan_VertexMode: |
bsalomon | a098dd4 | 2014-08-06 11:01:44 -0700 | [diff] [blame] | 1697 | triangleCount = n - 2; |
dandov | 32a311b | 2014-07-15 19:46:26 -0700 | [diff] [blame] | 1698 | break; |
| 1699 | } |
mtklein | 533eb78 | 2014-08-27 10:39:42 -0700 | [diff] [blame] | 1700 | |
commit-bot@chromium.org | 559a883 | 2014-05-30 10:08:22 +0000 | [diff] [blame] | 1701 | VertState state(vertexCount, indices, indexCount); |
| 1702 | VertState::Proc vertProc = state.chooseProc(vmode); |
mtklein | 533eb78 | 2014-08-27 10:39:42 -0700 | [diff] [blame] | 1703 | |
dandov | 32a311b | 2014-07-15 19:46:26 -0700 | [diff] [blame] | 1704 | //number of indices for lines per triangle with kLines |
| 1705 | indexCount = triangleCount * 6; |
mtklein | 533eb78 | 2014-08-27 10:39:42 -0700 | [diff] [blame] | 1706 | |
halcanary | 385fe4d | 2015-08-26 13:07:48 -0700 | [diff] [blame] | 1707 | outAlloc.reset(new uint16_t[indexCount]); |
dandov | 32a311b | 2014-07-15 19:46:26 -0700 | [diff] [blame] | 1708 | outIndices = outAlloc.get(); |
| 1709 | uint16_t* auxIndices = outAlloc.get(); |
commit-bot@chromium.org | 559a883 | 2014-05-30 10:08:22 +0000 | [diff] [blame] | 1710 | int i = 0; |
| 1711 | while (vertProc(&state)) { |
dandov | 32a311b | 2014-07-15 19:46:26 -0700 | [diff] [blame] | 1712 | auxIndices[i] = state.f0; |
| 1713 | auxIndices[i + 1] = state.f1; |
| 1714 | auxIndices[i + 2] = state.f1; |
| 1715 | auxIndices[i + 3] = state.f2; |
| 1716 | auxIndices[i + 4] = state.f2; |
| 1717 | auxIndices[i + 5] = state.f0; |
commit-bot@chromium.org | 559a883 | 2014-05-30 10:08:22 +0000 | [diff] [blame] | 1718 | i += 6; |
| 1719 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1720 | } else { |
dandov | 32a311b | 2014-07-15 19:46:26 -0700 | [diff] [blame] | 1721 | outIndices = indices; |
| 1722 | primType = gVertexMode2PrimitiveType[vmode]; |
mtklein | 533eb78 | 2014-08-27 10:39:42 -0700 | [diff] [blame] | 1723 | |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1724 | if (nullptr == texs || nullptr == paint.getShader()) { |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 1725 | if (!SkPaint2GrPaintNoShader(this->context(), fRenderTarget, paint, |
| 1726 | SkColor2GrColor(paint.getColor()), |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1727 | nullptr == colors, &grPaint)) { |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 1728 | return; |
| 1729 | } |
dandov | 32a311b | 2014-07-15 19:46:26 -0700 | [diff] [blame] | 1730 | } else { |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 1731 | if (!SkPaint2GrPaint(this->context(), fRenderTarget, paint, *draw.fMatrix, |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1732 | nullptr == colors, &grPaint)) { |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 1733 | return; |
| 1734 | } |
dandov | 32a311b | 2014-07-15 19:46:26 -0700 | [diff] [blame] | 1735 | } |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1736 | } |
| 1737 | |
mtklein | 2583b62 | 2014-06-04 08:20:41 -0700 | [diff] [blame] | 1738 | #if 0 |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1739 | if (xmode && texs && colors) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1740 | if (!SkXfermode::IsMode(xmode, SkXfermode::kModulate_Mode)) { |
| 1741 | SkDebugf("Unsupported vertex-color/texture xfer mode.\n"); |
mtklein | 2583b62 | 2014-06-04 08:20:41 -0700 | [diff] [blame] | 1742 | return; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1743 | } |
| 1744 | } |
mtklein | 2583b62 | 2014-06-04 08:20:41 -0700 | [diff] [blame] | 1745 | #endif |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1746 | |
| 1747 | SkAutoSTMalloc<128, GrColor> convertedColors(0); |
bsalomon | 49f085d | 2014-09-05 13:34:00 -0700 | [diff] [blame] | 1748 | if (colors) { |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1749 | // need to convert byte order and from non-PM to PM |
| 1750 | convertedColors.reset(vertexCount); |
commit-bot@chromium.org | c93e681 | 2014-05-23 08:09:26 +0000 | [diff] [blame] | 1751 | SkColor color; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1752 | for (int i = 0; i < vertexCount; ++i) { |
commit-bot@chromium.org | c93e681 | 2014-05-23 08:09:26 +0000 | [diff] [blame] | 1753 | color = colors[i]; |
| 1754 | if (paint.getAlpha() != 255) { |
| 1755 | color = SkColorSetA(color, SkMulDiv255Round(SkColorGetA(color), paint.getAlpha())); |
| 1756 | } |
| 1757 | convertedColors[i] = SkColor2GrColor(color); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1758 | } |
| 1759 | colors = convertedColors.get(); |
| 1760 | } |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 1761 | fDrawContext->drawVertices(fRenderTarget, |
| 1762 | fClip, |
| 1763 | grPaint, |
| 1764 | *draw.fMatrix, |
| 1765 | primType, |
| 1766 | vertexCount, |
| 1767 | vertices, |
| 1768 | texs, |
| 1769 | colors, |
| 1770 | outIndices, |
| 1771 | indexCount); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1772 | } |
| 1773 | |
| 1774 | /////////////////////////////////////////////////////////////////////////////// |
| 1775 | |
jvanverth | 31ff762 | 2015-08-07 10:09:28 -0700 | [diff] [blame] | 1776 | void SkGpuDevice::drawAtlas(const SkDraw& draw, const SkImage* atlas, const SkRSXform xform[], |
reed | ca10953 | 2015-06-25 16:25:25 -0700 | [diff] [blame] | 1777 | const SkRect texRect[], const SkColor colors[], int count, |
| 1778 | SkXfermode::Mode mode, const SkPaint& paint) { |
| 1779 | if (paint.isAntiAlias()) { |
jvanverth | 31ff762 | 2015-08-07 10:09:28 -0700 | [diff] [blame] | 1780 | this->INHERITED::drawAtlas(draw, atlas, xform, texRect, colors, count, mode, paint); |
reed | ca10953 | 2015-06-25 16:25:25 -0700 | [diff] [blame] | 1781 | return; |
| 1782 | } |
| 1783 | |
jvanverth | 31ff762 | 2015-08-07 10:09:28 -0700 | [diff] [blame] | 1784 | CHECK_SHOULD_DRAW(draw); |
| 1785 | GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice::drawText", fContext); |
| 1786 | |
reed | ca10953 | 2015-06-25 16:25:25 -0700 | [diff] [blame] | 1787 | SkPaint p(paint); |
| 1788 | p.setShader(atlas->newShader(SkShader::kClamp_TileMode, SkShader::kClamp_TileMode))->unref(); |
| 1789 | |
jvanverth | 31ff762 | 2015-08-07 10:09:28 -0700 | [diff] [blame] | 1790 | GrPaint grPaint; |
| 1791 | if (!SkPaint2GrPaint(this->context(), fRenderTarget, p, *draw.fMatrix, !colors, &grPaint)) { |
| 1792 | return; |
reed | ca10953 | 2015-06-25 16:25:25 -0700 | [diff] [blame] | 1793 | } |
jvanverth | 31ff762 | 2015-08-07 10:09:28 -0700 | [diff] [blame] | 1794 | |
| 1795 | SkDEBUGCODE(this->validate();) |
| 1796 | |
| 1797 | #if 0 |
robertphillips | 29ccdf8 | 2015-07-24 10:20:45 -0700 | [diff] [blame] | 1798 | if (colors) { |
jvanverth | 31ff762 | 2015-08-07 10:09:28 -0700 | [diff] [blame] | 1799 | if (SkXfermode::kModulate_Mode != mode) { |
| 1800 | SkDebugf("Unsupported vertex-color/texture xfer mode.\n"); |
| 1801 | return; |
robertphillips | 29ccdf8 | 2015-07-24 10:20:45 -0700 | [diff] [blame] | 1802 | } |
| 1803 | } |
jvanverth | 31ff762 | 2015-08-07 10:09:28 -0700 | [diff] [blame] | 1804 | #endif |
| 1805 | |
| 1806 | fDrawContext->drawAtlas(fRenderTarget, fClip, grPaint, *draw.fMatrix, |
| 1807 | count, xform, texRect, colors); |
reed | ca10953 | 2015-06-25 16:25:25 -0700 | [diff] [blame] | 1808 | } |
| 1809 | |
| 1810 | /////////////////////////////////////////////////////////////////////////////// |
| 1811 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1812 | void SkGpuDevice::drawText(const SkDraw& draw, const void* text, |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1813 | size_t byteLength, SkScalar x, SkScalar y, |
| 1814 | const SkPaint& paint) { |
| 1815 | CHECK_SHOULD_DRAW(draw); |
egdaniel | d78a168 | 2014-07-09 10:41:26 -0700 | [diff] [blame] | 1816 | GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice::drawText", fContext); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1817 | |
jvanverth | 8c27a18 | 2014-10-14 08:45:50 -0700 | [diff] [blame] | 1818 | GrPaint grPaint; |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 1819 | if (!SkPaint2GrPaint(this->context(), fRenderTarget, paint, *draw.fMatrix, true, &grPaint)) { |
| 1820 | return; |
| 1821 | } |
commit-bot@chromium.org | 8128d8c | 2013-12-19 16:12:25 +0000 | [diff] [blame] | 1822 | |
jvanverth | 8c27a18 | 2014-10-14 08:45:50 -0700 | [diff] [blame] | 1823 | SkDEBUGCODE(this->validate();) |
commit-bot@chromium.org | 8128d8c | 2013-12-19 16:12:25 +0000 | [diff] [blame] | 1824 | |
robertphillips | 2334fb6 | 2015-06-17 05:43:33 -0700 | [diff] [blame] | 1825 | fDrawContext->drawText(fRenderTarget, fClip, grPaint, paint, *draw.fMatrix, |
joshualitt | 6e8cd96 | 2015-03-20 10:30:14 -0700 | [diff] [blame] | 1826 | (const char *)text, byteLength, x, y, draw.fClip->getBounds()); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1827 | } |
| 1828 | |
fmalita | 05c4a43 | 2014-09-29 06:29:53 -0700 | [diff] [blame] | 1829 | void SkGpuDevice::drawPosText(const SkDraw& draw, const void* text, size_t byteLength, |
| 1830 | const SkScalar pos[], int scalarsPerPos, |
| 1831 | const SkPoint& offset, const SkPaint& paint) { |
egdaniel | bbcb38d | 2014-06-19 10:19:29 -0700 | [diff] [blame] | 1832 | GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice::drawPosText", fContext); |
joshualitt | 5531d51 | 2014-12-17 15:50:11 -0800 | [diff] [blame] | 1833 | CHECK_SHOULD_DRAW(draw); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1834 | |
jvanverth | 8c27a18 | 2014-10-14 08:45:50 -0700 | [diff] [blame] | 1835 | GrPaint grPaint; |
bsalomon | bed83a6 | 2015-04-15 14:18:34 -0700 | [diff] [blame] | 1836 | if (!SkPaint2GrPaint(this->context(), fRenderTarget, paint, *draw.fMatrix, true, &grPaint)) { |
| 1837 | return; |
| 1838 | } |
commit-bot@chromium.org | 8128d8c | 2013-12-19 16:12:25 +0000 | [diff] [blame] | 1839 | |
jvanverth | 8c27a18 | 2014-10-14 08:45:50 -0700 | [diff] [blame] | 1840 | SkDEBUGCODE(this->validate();) |
commit-bot@chromium.org | 8128d8c | 2013-12-19 16:12:25 +0000 | [diff] [blame] | 1841 | |
robertphillips | 2334fb6 | 2015-06-17 05:43:33 -0700 | [diff] [blame] | 1842 | fDrawContext->drawPosText(fRenderTarget, fClip, grPaint, paint, *draw.fMatrix, |
joshualitt | 6e8cd96 | 2015-03-20 10:30:14 -0700 | [diff] [blame] | 1843 | (const char *)text, byteLength, pos, scalarsPerPos, offset, |
| 1844 | draw.fClip->getBounds()); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1845 | } |
| 1846 | |
joshualitt | 9c32818 | 2015-03-23 08:13:04 -0700 | [diff] [blame] | 1847 | void SkGpuDevice::drawTextBlob(const SkDraw& draw, const SkTextBlob* blob, SkScalar x, SkScalar y, |
| 1848 | const SkPaint& paint, SkDrawFilter* drawFilter) { |
| 1849 | GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice::drawTextBlob", fContext); |
| 1850 | CHECK_SHOULD_DRAW(draw); |
| 1851 | |
| 1852 | SkDEBUGCODE(this->validate();) |
| 1853 | |
robertphillips | 2334fb6 | 2015-06-17 05:43:33 -0700 | [diff] [blame] | 1854 | fDrawContext->drawTextBlob(fRenderTarget, fClip, paint, *draw.fMatrix, |
robertphillips | ccb1b57 | 2015-05-27 11:02:55 -0700 | [diff] [blame] | 1855 | blob, x, y, drawFilter, draw.fClip->getBounds()); |
joshualitt | 9c32818 | 2015-03-23 08:13:04 -0700 | [diff] [blame] | 1856 | } |
| 1857 | |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1858 | /////////////////////////////////////////////////////////////////////////////// |
| 1859 | |
reed | b2db898 | 2014-11-13 12:41:02 -0800 | [diff] [blame] | 1860 | bool SkGpuDevice::onShouldDisableLCD(const SkPaint& paint) const { |
robertphillips | 9c240a1 | 2015-05-28 07:45:59 -0700 | [diff] [blame] | 1861 | return GrTextContext::ShouldDisableLCD(paint); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1862 | } |
| 1863 | |
| 1864 | void SkGpuDevice::flush() { |
| 1865 | DO_DEFERRED_CLEAR(); |
bsalomon | c49e868 | 2015-06-30 11:37:35 -0700 | [diff] [blame] | 1866 | fRenderTarget->prepareForExternalIO(); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1867 | } |
| 1868 | |
| 1869 | /////////////////////////////////////////////////////////////////////////////// |
| 1870 | |
reed | 76033be | 2015-03-14 10:54:31 -0700 | [diff] [blame] | 1871 | SkBaseDevice* SkGpuDevice::onCreateDevice(const CreateInfo& cinfo, const SkPaint*) { |
bsalomon | f2703d8 | 2014-10-28 14:33:06 -0700 | [diff] [blame] | 1872 | GrSurfaceDesc desc; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1873 | desc.fConfig = fRenderTarget->config(); |
bsalomon | f2703d8 | 2014-10-28 14:33:06 -0700 | [diff] [blame] | 1874 | desc.fFlags = kRenderTarget_GrSurfaceFlag; |
fmalita | 6987dca | 2014-11-13 08:33:37 -0800 | [diff] [blame] | 1875 | desc.fWidth = cinfo.fInfo.width(); |
| 1876 | desc.fHeight = cinfo.fInfo.height(); |
vbuzinov | dded696 | 2015-06-12 08:59:45 -0700 | [diff] [blame] | 1877 | desc.fSampleCnt = fRenderTarget->desc().fSampleCnt; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1878 | |
| 1879 | SkAutoTUnref<GrTexture> texture; |
| 1880 | // Skia's convention is to only clear a device if it is non-opaque. |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 1881 | InitContents init = cinfo.fInfo.isOpaque() ? kUninit_InitContents : kClear_InitContents; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1882 | |
hcm | 4396fa5 | 2014-10-27 21:43:30 -0700 | [diff] [blame] | 1883 | // layers are never draw in repeat modes, so we can request an approx |
| 1884 | // match and ignore any padding. |
bsalomon | eae6200 | 2015-07-31 13:59:30 -0700 | [diff] [blame] | 1885 | if (kNever_TileUsage == cinfo.fTileUsage) { |
| 1886 | texture.reset(fContext->textureProvider()->createApproxTexture(desc)); |
| 1887 | } else { |
| 1888 | texture.reset(fContext->textureProvider()->createTexture(desc, true)); |
| 1889 | } |
bsalomon | afe3005 | 2015-01-16 07:32:33 -0800 | [diff] [blame] | 1890 | |
| 1891 | if (texture) { |
robertphillips | 7b05ff1 | 2015-06-19 14:14:54 -0700 | [diff] [blame] | 1892 | SkSurfaceProps props(this->surfaceProps().flags(), cinfo.fPixelGeometry); |
senorblanco | d0d37ca | 2015-04-02 04:54:56 -0700 | [diff] [blame] | 1893 | return SkGpuDevice::Create( |
bsalomon | 74f681d | 2015-06-23 14:38:48 -0700 | [diff] [blame] | 1894 | texture->asRenderTarget(), cinfo.fInfo.width(), cinfo.fInfo.height(), &props, init); |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1895 | } else { |
joshualitt | 5f5a8d7 | 2015-02-25 14:09:45 -0800 | [diff] [blame] | 1896 | SkErrorInternals::SetError( kInternalError_SkError, |
reed | 61f501f | 2015-04-29 08:34:00 -0700 | [diff] [blame] | 1897 | "---- failed to create gpu device texture [%d %d]\n", |
joshualitt | 5f5a8d7 | 2015-02-25 14:09:45 -0800 | [diff] [blame] | 1898 | cinfo.fInfo.width(), cinfo.fInfo.height()); |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1899 | return nullptr; |
skia.committer@gmail.com | 11a253b | 2013-11-12 07:02:05 +0000 | [diff] [blame] | 1900 | } |
| 1901 | } |
| 1902 | |
reed | 4a8126e | 2014-09-22 07:29:03 -0700 | [diff] [blame] | 1903 | SkSurface* SkGpuDevice::newSurface(const SkImageInfo& info, const SkSurfaceProps& props) { |
bsalomon | afe3005 | 2015-01-16 07:32:33 -0800 | [diff] [blame] | 1904 | // TODO: Change the signature of newSurface to take a budgeted parameter. |
| 1905 | static const SkSurface::Budgeted kBudgeted = SkSurface::kNo_Budgeted; |
vbuzinov | dded696 | 2015-06-12 08:59:45 -0700 | [diff] [blame] | 1906 | return SkSurface::NewRenderTarget(fContext, kBudgeted, info, fRenderTarget->desc().fSampleCnt, |
bsalomon | afe3005 | 2015-01-16 07:32:33 -0800 | [diff] [blame] | 1907 | &props); |
reed@google.com | 76f10a3 | 2014-02-05 15:32:21 +0000 | [diff] [blame] | 1908 | } |
| 1909 | |
robertphillips | 30d2cc6 | 2014-09-24 08:52:18 -0700 | [diff] [blame] | 1910 | bool SkGpuDevice::EXPERIMENTAL_drawPicture(SkCanvas* mainCanvas, const SkPicture* mainPicture, |
reed | d5fa1a4 | 2014-08-09 11:08:05 -0700 | [diff] [blame] | 1911 | const SkMatrix* matrix, const SkPaint* paint) { |
robertphillips | 63242d7 | 2014-12-04 08:31:02 -0800 | [diff] [blame] | 1912 | #ifndef SK_IGNORE_GPU_LAYER_HOISTING |
robertphillips | 30d7841 | 2014-11-24 09:49:17 -0800 | [diff] [blame] | 1913 | // todo: should handle this natively |
| 1914 | if (paint) { |
reed | d5fa1a4 | 2014-08-09 11:08:05 -0700 | [diff] [blame] | 1915 | return false; |
| 1916 | } |
| 1917 | |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1918 | const SkBigPicture::AccelData* data = nullptr; |
mtklein | 9db912c | 2015-05-19 11:11:26 -0700 | [diff] [blame] | 1919 | if (const SkBigPicture* bp = mainPicture->asSkBigPicture()) { |
| 1920 | data = bp->accelData(); |
| 1921 | } |
robertphillips | 81f71b6 | 2014-11-11 04:54:49 -0800 | [diff] [blame] | 1922 | if (!data) { |
| 1923 | return false; |
| 1924 | } |
| 1925 | |
robertphillips | e5524cd | 2015-02-20 12:30:26 -0800 | [diff] [blame] | 1926 | const SkLayerInfo *gpuData = static_cast<const SkLayerInfo*>(data); |
| 1927 | if (0 == gpuData->numBlocks()) { |
| 1928 | return false; |
commit-bot@chromium.org | 8ddc26b | 2014-03-31 17:55:12 +0000 | [diff] [blame] | 1929 | } |
| 1930 | |
robertphillips | fd61ed0 | 2014-10-28 07:21:44 -0700 | [diff] [blame] | 1931 | SkTDArray<GrHoistedLayer> atlasedNeedRendering, atlasedRecycled; |
robertphillips | 1c4c528 | 2014-09-18 12:03:15 -0700 | [diff] [blame] | 1932 | |
robertphillips | e5524cd | 2015-02-20 12:30:26 -0800 | [diff] [blame] | 1933 | SkIRect iBounds; |
| 1934 | if (!mainCanvas->getClipDeviceBounds(&iBounds)) { |
| 1935 | return false; |
| 1936 | } |
| 1937 | |
| 1938 | SkRect clipBounds = SkRect::Make(iBounds); |
| 1939 | |
| 1940 | SkMatrix initialMatrix = mainCanvas->getTotalMatrix(); |
| 1941 | |
robertphillips | fd61ed0 | 2014-10-28 07:21:44 -0700 | [diff] [blame] | 1942 | GrLayerHoister::FindLayersToAtlas(fContext, mainPicture, |
robertphillips | 30d7841 | 2014-11-24 09:49:17 -0800 | [diff] [blame] | 1943 | initialMatrix, |
robertphillips | fd61ed0 | 2014-10-28 07:21:44 -0700 | [diff] [blame] | 1944 | clipBounds, |
robertphillips | a63f32e | 2014-11-10 08:10:42 -0800 | [diff] [blame] | 1945 | &atlasedNeedRendering, &atlasedRecycled, |
vbuzinov | dded696 | 2015-06-12 08:59:45 -0700 | [diff] [blame] | 1946 | fRenderTarget->numColorSamples()); |
robertphillips | fd61ed0 | 2014-10-28 07:21:44 -0700 | [diff] [blame] | 1947 | |
| 1948 | GrLayerHoister::DrawLayersToAtlas(fContext, atlasedNeedRendering); |
| 1949 | |
| 1950 | SkTDArray<GrHoistedLayer> needRendering, recycled; |
| 1951 | |
robertphillips | e5524cd | 2015-02-20 12:30:26 -0800 | [diff] [blame] | 1952 | SkAutoCanvasMatrixPaint acmp(mainCanvas, matrix, paint, mainPicture->cullRect()); |
| 1953 | |
robertphillips | fd61ed0 | 2014-10-28 07:21:44 -0700 | [diff] [blame] | 1954 | GrLayerHoister::FindLayersToHoist(fContext, mainPicture, |
robertphillips | 30d7841 | 2014-11-24 09:49:17 -0800 | [diff] [blame] | 1955 | initialMatrix, |
robertphillips | fd61ed0 | 2014-10-28 07:21:44 -0700 | [diff] [blame] | 1956 | clipBounds, |
robertphillips | a63f32e | 2014-11-10 08:10:42 -0800 | [diff] [blame] | 1957 | &needRendering, &recycled, |
vbuzinov | dded696 | 2015-06-12 08:59:45 -0700 | [diff] [blame] | 1958 | fRenderTarget->numColorSamples()); |
robertphillips | fd61ed0 | 2014-10-28 07:21:44 -0700 | [diff] [blame] | 1959 | |
| 1960 | GrLayerHoister::DrawLayers(fContext, needRendering); |
robertphillips@google.com | beb1af2 | 2014-05-07 21:31:09 +0000 | [diff] [blame] | 1961 | |
robertphillips | 64bf767 | 2014-08-21 13:07:35 -0700 | [diff] [blame] | 1962 | // Render the entire picture using new layers |
robertphillips | e99d499 | 2014-12-03 07:33:57 -0800 | [diff] [blame] | 1963 | GrRecordReplaceDraw(mainPicture, mainCanvas, fContext->getLayerCache(), |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 1964 | initialMatrix, nullptr); |
robertphillips | 64bf767 | 2014-08-21 13:07:35 -0700 | [diff] [blame] | 1965 | |
robertphillips | fd61ed0 | 2014-10-28 07:21:44 -0700 | [diff] [blame] | 1966 | GrLayerHoister::UnlockLayers(fContext, needRendering); |
| 1967 | GrLayerHoister::UnlockLayers(fContext, recycled); |
| 1968 | GrLayerHoister::UnlockLayers(fContext, atlasedNeedRendering); |
| 1969 | GrLayerHoister::UnlockLayers(fContext, atlasedRecycled); |
robertphillips | 64bf767 | 2014-08-21 13:07:35 -0700 | [diff] [blame] | 1970 | |
| 1971 | return true; |
robertphillips | 63242d7 | 2014-12-04 08:31:02 -0800 | [diff] [blame] | 1972 | #else |
| 1973 | return false; |
| 1974 | #endif |
robertphillips | 64bf767 | 2014-08-21 13:07:35 -0700 | [diff] [blame] | 1975 | } |
| 1976 | |
senorblanco | be129b2 | 2014-08-08 07:14:35 -0700 | [diff] [blame] | 1977 | SkImageFilter::Cache* SkGpuDevice::getImageFilterCache() { |
senorblanco | 55b6d8b | 2014-07-30 11:26:46 -0700 | [diff] [blame] | 1978 | // We always return a transient cache, so it is freed after each |
| 1979 | // filter traversal. |
senorblanco | be129b2 | 2014-08-08 07:14:35 -0700 | [diff] [blame] | 1980 | return SkImageFilter::Cache::Create(kDefaultImageFilterCacheSize); |
senorblanco | 55b6d8b | 2014-07-30 11:26:46 -0700 | [diff] [blame] | 1981 | } |
reed | f037e0b | 2014-10-30 11:34:15 -0700 | [diff] [blame] | 1982 | |
| 1983 | #endif |