Heather Miller | 118a407 | 2019-07-25 11:33:30 -0400 | [diff] [blame] | 1 | Skia Graphics Release Notes |
| 2 | |
| 3 | This file includes a list of high level updates for each milestone release. |
| 4 | |
Hal Canary | 9e514a1 | 2019-10-01 15:15:36 -0400 | [diff] [blame] | 5 | * * * |
Mike Reed | 430470d | 2019-09-12 17:09:12 -0400 | [diff] [blame] | 6 | |
Heather Miller | ebc4d62 | 2020-01-30 13:57:13 -0500 | [diff] [blame] | 7 | Milestone 82 |
Heather Miller | d5153bb | 2019-10-17 00:03:36 -0400 | [diff] [blame] | 8 | |
Heather Miller | cc13acb | 2019-10-22 15:45:45 -0400 | [diff] [blame] | 9 | <Insert new notes here- top is most recent.> |
Mike Reed | 5caf935 | 2020-03-02 14:57:09 -0500 | [diff] [blame] | 10 | * Removed Bones from SkVertices |
| 11 | |
Brian Salomon | d857545 | 2020-02-25 12:13:29 -0500 | [diff] [blame] | 12 | * Added a field to GrContextOptions that controls whether GL errors are checked after |
| 13 | GL calls that allocate textures, etc. It also controls checking for shader compile |
| 14 | success, and program linking success. |
| 15 | |
Robert Phillips | 1cec4d5 | 2020-02-24 08:38:34 -0500 | [diff] [blame] | 16 | * Made SkDeferredDisplayList.h officially part of the public API (i.e., moved it to |
| 17 | include/core). Also added a ProgramIterator to SkDeferredDisplayList which allows |
| 18 | clients to pre-compile some of the shaders the DDL requires. |
| 19 | |
Robert Phillips | b3c061a | 2020-02-13 13:24:47 -0500 | [diff] [blame] | 20 | * Added two new helper methods to SkSurfaceCharacterization: createBackendFormat and |
| 21 | createFBO0. These make it easier for clients to create new surface characterizations that |
| 22 | differ only a little from an existing surface characterization. |
| 23 | |
Brian Osman | 788b916 | 2020-02-07 10:36:46 -0500 | [diff] [blame] | 24 | * Removed SkTMax and SkTMin. |
Brian Osman | 5f3d9f7 | 2020-02-06 14:51:46 -0500 | [diff] [blame] | 25 | * Removed SkTClamp and SkClampMax. |
Brian Osman | aba642c | 2020-02-06 12:52:25 -0500 | [diff] [blame] | 26 | * Removed SkScalarClampMax and SkScalarPin. |
Brian Osman | 7f36405 | 2020-02-06 11:25:43 -0500 | [diff] [blame] | 27 | * Removed SkMax32 and SkMin32. |
Brian Osman | 116b33e | 2020-02-05 13:34:09 -0500 | [diff] [blame] | 28 | * Removed SkMaxScalar and SkMinScalar. |
| 29 | |
Allen Bauer | a428c7b | 2020-02-04 14:27:22 -0800 | [diff] [blame] | 30 | * SkColorSetA now warns if the result is unused. |
| 31 | |
Leon Scroggins III | 196f319 | 2020-02-03 12:39:54 -0500 | [diff] [blame] | 32 | * An SkImageInfo with a null SkColorSpace passed to SkCodec::getPixels() and |
| 33 | related calls is treated as a request to do no color correction at decode |
| 34 | time. |
Dominik Röttsches | c9b06ca | 2020-01-31 18:13:37 +0200 | [diff] [blame] | 35 | |
Dominic Mazzoni | 7dfb46e | 2020-02-19 10:59:29 -0800 | [diff] [blame] | 36 | * Add new APIs to add attributes to document structure node when |
| 37 | creating a tagged PDF. |
| 38 | |
Dominik Röttsches | c9b06ca | 2020-01-31 18:13:37 +0200 | [diff] [blame] | 39 | * Remove CGFontRef parameter from SkCreateTypefaceFromCTFont. |
| 40 | Use CTFontManagerCreateFontDescriptorFromData instead of |
| 41 | CGFontCreateWithDataProvider to create CTFonts to avoid memory use issues. |
| 42 | |
Leon Scroggins III | 42a604f | 2020-02-06 15:47:58 -0500 | [diff] [blame] | 43 | * Added SkCodec:: and SkAndroidCodec::getICCProfile for reporting the native |
| 44 | ICC profile of an encoded image, even if it doesn't map to an SkColorSpace. |
Heather Miller | ebc4d62 | 2020-01-30 13:57:13 -0500 | [diff] [blame] | 45 | |
Yi Xu | 55bca41 | 2020-02-14 18:10:40 -0500 | [diff] [blame] | 46 | * SkSurface::ReplaceBackendTexture takes ContentChangeMode as a parameter, |
| 47 | which allow callers to specify whether retain a copy of the current content. |
| 48 | |
Heather Miller | ebc4d62 | 2020-01-30 13:57:13 -0500 | [diff] [blame] | 49 | * * * |
| 50 | |
| 51 | Milestone 81 |
| 52 | |
Brian Salomon | 87c3142 | 2020-01-22 09:59:56 -0500 | [diff] [blame] | 53 | * Added support for GL_NV_fence extension. |
Heather Miller | 2e046a2 | 2019-12-05 15:27:42 -0500 | [diff] [blame] | 54 | |
Leon Scroggins III | 3eedc97 | 2020-01-22 10:44:00 -0500 | [diff] [blame] | 55 | * Make SkImageInfo::validRowBytes require rowBytes to be pixel aligned. This |
| 56 | makes SkBitmap match the behavior of raster SkSurfaces in rejecting |
| 57 | non-aligned rowBytes. |
| 58 | |
Robert Phillips | 99dead9 | 2020-01-27 16:11:57 -0500 | [diff] [blame] | 59 | * Added an SkImage::MakeRasterFromCompressed entry point. Also updated |
| 60 | SkImage::MakeFromCompressed to decompress the compressed image data if |
| 61 | the GPU doesn't support the specified compression type (i.e., macOS Metal |
| 62 | doesn't support BC1_RGB8_UNORM so such compressed images will always be |
| 63 | decompressed on that platform). |
| 64 | |
Robert Phillips | b085527 | 2020-01-15 12:56:52 -0500 | [diff] [blame] | 65 | * Added support for BC1 RGBA compressed textures |
| 66 | |
Brian Osman | a88cab1 | 2020-01-09 10:21:44 -0500 | [diff] [blame] | 67 | * Added CachingHint to SkImage::makeRasterImage |
| 68 | |
Kevin Lubick | f5bc8fb | 2020-01-08 13:29:31 -0500 | [diff] [blame] | 69 | * Added SkAnimatedImage::getCurrentFrame() |
| 70 | |
Jim Van Verth | e276701 | 2020-01-08 12:15:44 -0500 | [diff] [blame] | 71 | * Add support to create an SkSurface from an MTKView, with delayed acquisition of |
| 72 | the MTLDrawable. |
| 73 | Entry point: SkSurface::MakeFromMTKView |
| 74 | |
Brian Salomon | 44207f3 | 2020-01-06 15:20:18 -0500 | [diff] [blame] | 75 | * Removed SkIRect::EmptyIRect(). Use SkIRect::MakeEmpty() instead. |
| 76 | https://review.skia.org/262382/ |
| 77 | |
Heather Miller | ebc4d62 | 2020-01-30 13:57:13 -0500 | [diff] [blame] | 78 | * Moved SkRuntimeEffect to public API. This is the new (experimental) interface to custom SkSL |
| 79 | shaders and color filters. |
Brian Osman | ee426f2 | 2020-01-02 11:55:24 -0500 | [diff] [blame] | 80 | |
Heather Miller | ebc4d62 | 2020-01-30 13:57:13 -0500 | [diff] [blame] | 81 | * Added BC1 compressed format support. Metal and Vulkan seem to only support the BC |
| 82 | formats on desktop machines. |
Robert Phillips | 8f259a0 | 2019-12-20 11:32:27 -0500 | [diff] [blame] | 83 | |
Heather Miller | ebc4d62 | 2020-01-30 13:57:13 -0500 | [diff] [blame] | 84 | * Added compressed format support for backend texture creation API. |
| 85 | This adds the following new entry points: |
| 86 | GrContext::compressedBackendFormat |
| 87 | GrContext::createCompressedBackendTexture |
| 88 | The latter method comes in variants that allow color-initialized and |
| 89 | compressed texture data initialized. |
Robert Phillips | b915c94 | 2019-12-17 14:44:37 -0500 | [diff] [blame] | 90 | |
Brian Salomon | a6069a1 | 2019-12-13 10:48:33 -0500 | [diff] [blame] | 91 | * Added SkMatrix::MakeTrans(SkIVector) |
| 92 | https://review.skia.org/259804 |
Heather Miller | 2e046a2 | 2019-12-05 15:27:42 -0500 | [diff] [blame] | 93 | |
Heather Miller | ebc4d62 | 2020-01-30 13:57:13 -0500 | [diff] [blame] | 94 | * * * |
| 95 | |
Heather Miller | 2e046a2 | 2019-12-05 15:27:42 -0500 | [diff] [blame] | 96 | Milestone 80 |
| 97 | |
Greg Daniel | f0e04f0 | 2019-12-04 15:17:54 -0500 | [diff] [blame] | 98 | * For Vulkan backend, we now require that the VkDevice, Queue, and Instance outlive |
| 99 | either the destruction or abandoning of the GrContext. Additionally, all |
| 100 | GrBackendTextures created via GrContext::createBackendTexture calls must be deleted |
| 101 | before destroying or abandoning the GrContext. |
| 102 | https://review.skia.org/257921 |
| 103 | |
Brian Salomon | 4e1066f | 2019-12-04 10:33:52 -0500 | [diff] [blame] | 104 | * Removed SkSize& SkSize::operator=(const SkISize&) |
| 105 | https://review.skia.org/257880 |
| 106 | |
Brian Salomon | 8a99a41 | 2019-12-04 11:05:35 -0500 | [diff] [blame] | 107 | * SkISize width() and height() now constexpr |
| 108 | https://review.skia.org/257680 |
| 109 | |
Brian Salomon | e21af50 | 2019-11-22 16:56:36 -0500 | [diff] [blame] | 110 | * Added SkMatrix::MakeTrans(SkVector) and SkRect::makeOffset(SkVector). |
| 111 | https://review.skia.org/255782 |
| 112 | |
Brian Salomon | c75bc03 | 2019-11-11 13:47:25 -0500 | [diff] [blame] | 113 | * Added SkImageInfo::MakeA8(SkISize) and added optional color space parameter to |
| 114 | SkImageInfo::MakeN32Premul(SkISize). |
Heather Miller | cc13acb | 2019-10-22 15:45:45 -0400 | [diff] [blame] | 115 | |
Kevin Lubick | 47bd9f1 | 2019-11-08 06:55:15 -0800 | [diff] [blame] | 116 | * Added dimensions() and getFrameCount() to SkAnimatedImage |
| 117 | https://review.skia.org/253542 |
| 118 | |
Brian Osman | 09ee112 | 2019-11-05 11:41:16 -0500 | [diff] [blame] | 119 | * Removed SkMatrix44 version of toXYZD50 from SkColorSpace. Switched to skcms types in |
| 120 | transferFn, invTrasnferFn, and gamutTransformTo functions. |
| 121 | https://review.skia.org/252596 |
| 122 | |
Brian Osman | e36d030 | 2019-11-01 17:10:28 -0400 | [diff] [blame] | 123 | * Removed rotation and YUV support from SkColorMatrix |
| 124 | https://review.skia.org/252188 |
| 125 | |
Brian Osman | 2b73e66 | 2019-11-01 10:02:24 -0400 | [diff] [blame] | 126 | * Added kBT2020_SkYUVColorSpace. This is BT.2020's YCbCr conversion (non-constant-luminance). |
| 127 | https://review.skia.org/252160 |
| 128 | |
Brian Salomon | 3683a4f | 2019-10-28 09:16:47 -0400 | [diff] [blame] | 129 | * Remove old async read pixels APIs |
| 130 | https://review.skia.org/251198 |
| 131 | |
Michael Ludwig | cc83687 | 2019-11-04 15:01:52 -0500 | [diff] [blame] | 132 | * Expose SkBlendModeCoeff and SkBlendMode_AsCoeff for Porter-Duff blend modes. |
| 133 | https://review.skia.org/252600 |
| 134 | |
Heather Miller | cc13acb | 2019-10-22 15:45:45 -0400 | [diff] [blame] | 135 | * * * |
| 136 | |
| 137 | Milestone 79 |
Heather Miller | d5153bb | 2019-10-17 00:03:36 -0400 | [diff] [blame] | 138 | |
Mike Reed | a32654c | 2019-10-04 10:18:34 -0400 | [diff] [blame] | 139 | * SkTextBlob::Iter to discover the glyph indices and typefaces in each run |
| 140 | https://skia-review.googlesource.com/246296 |
| 141 | |
Brian Osman | 11e6aa8 | 2019-10-16 13:58:42 -0400 | [diff] [blame] | 142 | * Added support for PQ and HLG transfer functions to SkColorSpace. |
Heather Miller | d5153bb | 2019-10-17 00:03:36 -0400 | [diff] [blame] | 143 | https://skia-review.googlesource.com/c/skia/+/249000 |
Brian Osman | 11e6aa8 | 2019-10-16 13:58:42 -0400 | [diff] [blame] | 144 | |
Greg Daniel | 8b66617 | 2019-10-09 12:38:22 -0400 | [diff] [blame] | 145 | * Added new api on GrContext ComputeImageSize. This replaces the hold static helper |
| 146 | ComputeTextureSize. |
Heather Miller | d5153bb | 2019-10-17 00:03:36 -0400 | [diff] [blame] | 147 | https://skia-review.googlesource.com/c/skia/+/247337 |
Hal Canary | 9e514a1 | 2019-10-01 15:15:36 -0400 | [diff] [blame] | 148 | |
Brian Salomon | 9241a6d | 2019-10-03 13:26:54 -0400 | [diff] [blame] | 149 | * New versions of SkSurface async-rescale-and read APIs that allow client to extend |
| 150 | the lifetime of the result data. Old versions are deprecated. |
| 151 | https://review.skia.org/245457 |
| 152 | |
Hal Canary | 9e514a1 | 2019-10-01 15:15:36 -0400 | [diff] [blame] | 153 | * Add SkColorInfo. It's dimensionless SkImageInfo. |
| 154 | https://review.skia.org/245261 |
| 155 | |
| 156 | * Added SkPixmap-based createBackendTexture method to GrContext. This allows clients to create |
| 157 | backend resources (initialized with texture data) that Skia/Ganesh doesn't know about/track. |
| 158 | https://review.skia.org/244676 |
| 159 | |
| 160 | * Add explicit src and dst colorspace parameters to SkColorFilter::filterColor4f() |
| 161 | https://review.skia.org/244882 |
| 162 | |
| 163 | * Remove Vulkan/Metal float32 RGBA texture support |
| 164 | https://review.skia.org/244881 |
| 165 | |
| 166 | * Add SkSurface::MakeFromCAMetalLayer |
| 167 | https://review.skia.org/242563 |
| 168 | |
| 169 | * Added kAlpha_F16_SkColorType, kRG_F16_SkColorType and kRGBA_16161616_SkColorType. |
| 170 | This is intended to help support HDR YUV uses case (e.g., P010 and P016). As such, |
| 171 | the addition is focused on allowing creation of SkPixmaps and SkImages and not |
| 172 | SkSurfaces (i.e., who wants to render to render to these?) |
| 173 | https://review.skia.org/241357 |
| 174 | |
| 175 | * Start to move nested SkPath types (e.g. Direction, Verb) up to root level in SkPathTypes.h |
| 176 | https://review.skia.org/241079 |
| 177 | |
| 178 | * Remove isRectContour and ksNestedFillRects from public |
| 179 | https://review.skia.org/241078 |
| 180 | |
| 181 | * Added kRG_88_SkColorType. This is intended to help support YUV uses case (e.g., NV12). |
| 182 | As such, the addition is focused on allowing creation of SkPixmaps and SkImages and not |
| 183 | SkSurfaces (i.e., who wants to render to RG?) |
| 184 | https://review.skia.org/239930 |
| 185 | https://review.skia.org/235797 |
| 186 | |
Brian Osman | 172bb44 | 2019-09-06 10:16:02 -0400 | [diff] [blame] | 187 | * Make the size of program/pipeline caches configurable via |
| 188 | GrContextOptions::fRuntimeProgramCacheSize |
| 189 | https://review.skia.org/239756 |
| 190 | |
Hal Canary | 9e514a1 | 2019-10-01 15:15:36 -0400 | [diff] [blame] | 191 | * Added kAlpha_16_SkColorType and kRG_1616_SkColorType. This is intended to help support HDR YUV |
| 192 | uses case (e.g., P010 and P016). As such, the addition is focused on allowing creation of |
| 193 | SkPixmaps and SkImages and not SkSurfaces (i.e., who wants to render to render to these?) |
| 194 | https://review.skia.org/239930 |
| 195 | |
| 196 | * Add GrContext::precompileShader to allow up-front compilation of previously-cached shaders. |
| 197 | https://review.skia.org/239438 |
| 198 | |
| 199 | * * * |
| 200 | |
Heather Miller | 118a407 | 2019-07-25 11:33:30 -0400 | [diff] [blame] | 201 | Milestone 78 |
| 202 | |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 203 | * SkDrawLooper is no longer supported in SkPaint or SkCanvas. |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 204 | https://review.skia.org/230579 |
| 205 | https://review.skia.org/231736 |
Mike Reed | 9dc0b9e | 2019-07-29 17:52:48 -0400 | [diff] [blame] | 206 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 207 | * SkPath::Iter::next() now ignores its consumDegenerates bools. Those will so |
| 208 | go away entirely |
| 209 | https://review.skia.org/235104 |
Mike Reed | ba7e9a6 | 2019-08-16 13:30:34 -0400 | [diff] [blame] | 210 | |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 211 | * SkImage: new factories: DecodeToRaster, DecodeToTexture |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 212 | https://review.skia.org/234476 |
Mike Reed | a5acbf9 | 2019-08-14 11:08:41 -0400 | [diff] [blame] | 213 | |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 214 | * SkImageFilter API refactor started: |
| 215 | - Provide new factory API in include/effects/SkImageFilters |
| 216 | - Consolidated enum types to use SkTileMode and SkColorChannel |
| 217 | - Hide filter implementation classes |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 218 | - Hide previously public functions on SkImageFilter that were intended for |
| 219 | internal use only |
| 220 | https://review.skia.org/230198 |
| 221 | https://review.skia.org/230876 |
| 222 | https://review.skia.org/231256 |
Florin Malita | 4800949 | 2019-08-01 17:20:19 -0400 | [diff] [blame] | 223 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 224 | * SkColorFilters::HSLAMatrix - new matrix color filter operating in HSLA |
| 225 | space. |
| 226 | https://review.skia.org/231736 |
Brian Salomon | d4764a1 | 2019-08-08 12:08:24 -0400 | [diff] [blame] | 227 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 228 | * Modify GrBackendFormat getters to not return internal pointers. Use an enum |
| 229 | class for GL formats. |
| 230 | https://review.skia.org/233160 |
Brian Salomon | ec22b1a | 2019-08-09 09:41:48 -0400 | [diff] [blame] | 231 | |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 232 | * Expose GrContext::dump() when SK_ENABLE_DUMP_GPU is defined. |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 233 | https://review.skia.org/233557 |
Sergey Ulanov | 2739fd2 | 2019-08-11 22:46:33 -0700 | [diff] [blame] | 234 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 235 | * Vulkan backend now supports YCbCr sampler for I420 Vulkan images that are |
| 236 | not backed by external images. |
| 237 | https://review.skia.org/233776 |
Leon Scroggins III | 6154ac4 | 2019-08-14 11:29:29 -0400 | [diff] [blame] | 238 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 239 | * Add SkCodec::SelectionPolicy for distinguishing between decoding a still |
| 240 | image or an image sequence for a container format that has both (e.g. HEIF). |
| 241 | https://review.skia.org/232839 |
Brian Osman | d566e2e | 2019-08-14 13:19:04 -0400 | [diff] [blame] | 242 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 243 | * SkImage::makeTextureImage and SkImage::MakeCrossContextFromPixmap no longer |
| 244 | take an SkColorSpace parameter. It was unused. |
| 245 | https://review.skia.org/234579 |
| 246 | https://review.skia.org/234912 |
Brian Osman | d514837 | 2019-08-14 16:14:51 -0400 | [diff] [blame] | 247 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 248 | * SkImage::reinterpretColorSpace - to reinterpret image contents in a new |
| 249 | color space. |
| 250 | https://review.skia.org/234328 |
Brian Osman | 4c3fd34 | 2019-08-15 12:13:53 -0400 | [diff] [blame] | 251 | |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 252 | * Removed SkImage::MakeCrossContextFromEncoded. |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 253 | https://review.skia.org/234912 |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 254 | |
Jim Van Verth | 066ceb1 | 2019-08-28 14:35:55 -0400 | [diff] [blame] | 255 | * Add Metal support for GrFence, GrSemaphore, and GrBackendSemaphore |
| 256 | https://review.skia.org/233416 |
| 257 | |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 258 | * SkMallocPixelRef: remove MakeDirect and MakeWithProc from API. |
| 259 | https://review.skia.org/234660 |
Mike Klein | 334a642 | 2019-08-27 08:12:15 -0500 | [diff] [blame] | 260 | |
Michael Ludwig | a595f86 | 2019-08-27 15:25:49 -0400 | [diff] [blame] | 261 | * Remove 4-parameter variant of SkRect::join() and intersect(), and |
| 262 | noemptycheck variants of intersect(). |
| 263 | https://review.skia.org/235832 |
| 264 | https://review.skia.org/237142 |
| 265 | |
Mike Klein | 334a642 | 2019-08-27 08:12:15 -0500 | [diff] [blame] | 266 | * Remove unused sk_sp comparison operators. |
| 267 | https://review.skia.org/236942 |
Michael Ludwig | a595f86 | 2019-08-27 15:25:49 -0400 | [diff] [blame] | 268 | |
| 269 | * Add SkColor4f variant to experimental_DrawEdgeAAQuad for SkiaRenderer. |
| 270 | https://review.skia.org/237492 |
Robert Phillips | cf39f37 | 2019-09-03 10:29:20 -0400 | [diff] [blame] | 271 | |
| 272 | * Deprecated maxCount resource cache limit for Ganesh. |
| 273 | This hasn't been relevant for a long time. |
| 274 | |
Brian Osman | a66081d | 2019-09-03 14:59:26 -0400 | [diff] [blame] | 275 | * Changed GrContextOptions' fDisallowGLSLBinaryCaching to fShaderCacheStrategy, |
| 276 | and allow caching SkSL. |
| 277 | https://review.skia.org/238856 |
Chris Dalton | 38f0a49 | 2019-10-07 11:51:07 -0600 | [diff] [blame] | 278 | |
| 279 | * Use GL_QCOM_TILED_RENDERING to explicitly discard stencil |
Heather Miller | cc13acb | 2019-10-22 15:45:45 -0400 | [diff] [blame] | 280 | |
| 281 | * Added RELEASE_NOTES.txt file |
| 282 | https://review.skia.org/229760 |
Chris Dalton | 5a2f962 | 2019-12-27 14:56:38 -0700 | [diff] [blame] | 283 | |
| 284 | * Implemented internal support for OpenGL tessellation. |