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 | |
| 5 | ----- |
| 6 | |
Brian Osman | 172bb44 | 2019-09-06 10:16:02 -0400 | [diff] [blame] | 7 | Milestone 79 |
| 8 | |
| 9 | * Make the size of program/pipeline caches configurable via |
| 10 | GrContextOptions::fRuntimeProgramCacheSize |
| 11 | https://review.skia.org/239756 |
| 12 | |
Heather Miller | 118a407 | 2019-07-25 11:33:30 -0400 | [diff] [blame] | 13 | Milestone 78 |
| 14 | |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 15 | * Added RELEASE_NOTES.txt file |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 16 | https://review.skia.org/229760 |
Mike Reed | 9dc0b9e | 2019-07-29 17:52:48 -0400 | [diff] [blame] | 17 | |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 18 | * SkDrawLooper is no longer supported in SkPaint or SkCanvas. |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 19 | https://review.skia.org/230579 |
| 20 | https://review.skia.org/231736 |
Mike Reed | 9dc0b9e | 2019-07-29 17:52:48 -0400 | [diff] [blame] | 21 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 22 | * SkPath::Iter::next() now ignores its consumDegenerates bools. Those will so |
| 23 | go away entirely |
| 24 | https://review.skia.org/235104 |
Mike Reed | ba7e9a6 | 2019-08-16 13:30:34 -0400 | [diff] [blame] | 25 | |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 26 | * SkImage: new factories: DecodeToRaster, DecodeToTexture |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 27 | https://review.skia.org/234476 |
Mike Reed | a5acbf9 | 2019-08-14 11:08:41 -0400 | [diff] [blame] | 28 | |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 29 | * SkImageFilter API refactor started: |
| 30 | - Provide new factory API in include/effects/SkImageFilters |
| 31 | - Consolidated enum types to use SkTileMode and SkColorChannel |
| 32 | - Hide filter implementation classes |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 33 | - Hide previously public functions on SkImageFilter that were intended for |
| 34 | internal use only |
| 35 | https://review.skia.org/230198 |
| 36 | https://review.skia.org/230876 |
| 37 | https://review.skia.org/231256 |
Florin Malita | 4800949 | 2019-08-01 17:20:19 -0400 | [diff] [blame] | 38 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 39 | * SkColorFilters::HSLAMatrix - new matrix color filter operating in HSLA |
| 40 | space. |
| 41 | https://review.skia.org/231736 |
Brian Salomon | d4764a1 | 2019-08-08 12:08:24 -0400 | [diff] [blame] | 42 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 43 | * Modify GrBackendFormat getters to not return internal pointers. Use an enum |
| 44 | class for GL formats. |
| 45 | https://review.skia.org/233160 |
Brian Salomon | ec22b1a | 2019-08-09 09:41:48 -0400 | [diff] [blame] | 46 | |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 47 | * Expose GrContext::dump() when SK_ENABLE_DUMP_GPU is defined. |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 48 | https://review.skia.org/233557 |
Sergey Ulanov | 2739fd2 | 2019-08-11 22:46:33 -0700 | [diff] [blame] | 49 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 50 | * Vulkan backend now supports YCbCr sampler for I420 Vulkan images that are |
| 51 | not backed by external images. |
| 52 | https://review.skia.org/233776 |
Leon Scroggins III | 6154ac4 | 2019-08-14 11:29:29 -0400 | [diff] [blame] | 53 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 54 | * Add SkCodec::SelectionPolicy for distinguishing between decoding a still |
| 55 | image or an image sequence for a container format that has both (e.g. HEIF). |
| 56 | https://review.skia.org/232839 |
Brian Osman | d566e2e | 2019-08-14 13:19:04 -0400 | [diff] [blame] | 57 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 58 | * SkImage::makeTextureImage and SkImage::MakeCrossContextFromPixmap no longer |
| 59 | take an SkColorSpace parameter. It was unused. |
| 60 | https://review.skia.org/234579 |
| 61 | https://review.skia.org/234912 |
Brian Osman | d514837 | 2019-08-14 16:14:51 -0400 | [diff] [blame] | 62 | |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 63 | * SkImage::reinterpretColorSpace - to reinterpret image contents in a new |
| 64 | color space. |
| 65 | https://review.skia.org/234328 |
Brian Osman | 4c3fd34 | 2019-08-15 12:13:53 -0400 | [diff] [blame] | 66 | |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 67 | * Removed SkImage::MakeCrossContextFromEncoded. |
Hal Canary | 3b0e7f6 | 2019-08-20 14:52:02 -0400 | [diff] [blame] | 68 | https://review.skia.org/234912 |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 69 | |
Jim Van Verth | 066ceb1 | 2019-08-28 14:35:55 -0400 | [diff] [blame] | 70 | * Add Metal support for GrFence, GrSemaphore, and GrBackendSemaphore |
| 71 | https://review.skia.org/233416 |
| 72 | |
Hal Canary | 2af5db7 | 2019-08-20 11:28:37 -0400 | [diff] [blame] | 73 | * SkMallocPixelRef: remove MakeDirect and MakeWithProc from API. |
| 74 | https://review.skia.org/234660 |
Mike Klein | 334a642 | 2019-08-27 08:12:15 -0500 | [diff] [blame] | 75 | |
Michael Ludwig | a595f86 | 2019-08-27 15:25:49 -0400 | [diff] [blame] | 76 | * Remove 4-parameter variant of SkRect::join() and intersect(), and |
| 77 | noemptycheck variants of intersect(). |
| 78 | https://review.skia.org/235832 |
| 79 | https://review.skia.org/237142 |
| 80 | |
Mike Klein | 334a642 | 2019-08-27 08:12:15 -0500 | [diff] [blame] | 81 | * Remove unused sk_sp comparison operators. |
| 82 | https://review.skia.org/236942 |
Michael Ludwig | a595f86 | 2019-08-27 15:25:49 -0400 | [diff] [blame] | 83 | |
| 84 | * Add SkColor4f variant to experimental_DrawEdgeAAQuad for SkiaRenderer. |
| 85 | https://review.skia.org/237492 |
Robert Phillips | cf39f37 | 2019-09-03 10:29:20 -0400 | [diff] [blame] | 86 | |
| 87 | * Deprecated maxCount resource cache limit for Ganesh. |
| 88 | This hasn't been relevant for a long time. |
| 89 | |
Brian Osman | a66081d | 2019-09-03 14:59:26 -0400 | [diff] [blame] | 90 | * Changed GrContextOptions' fDisallowGLSLBinaryCaching to fShaderCacheStrategy, |
| 91 | and allow caching SkSL. |
| 92 | https://review.skia.org/238856 |
Robert Phillips | d470e1b | 2019-09-04 15:05:35 -0400 | [diff] [blame] | 93 | |
| 94 | * Added kRG_88_SkColorType. This is intended to help support YUV uses case (e.g., NV12). |
| 95 | As such, it the addition is focused on allowing creation of SkPixmaps and SkImages and not |
| 96 | SkSurfaces (i.e., who wants to render to RG?) |
Brian Osman | ed58e00 | 2019-09-06 14:42:43 -0400 | [diff] [blame^] | 97 | |
| 98 | * Add GrContext::precompileShader to allow up-front compilation of previously-cached shaders. |
| 99 | https://review.skia.org/239438 |