2019-07-25 15:33:30 +00:00
|
|
|
Skia Graphics Release Notes
|
|
|
|
|
|
|
|
This file includes a list of high level updates for each milestone release.
|
|
|
|
|
|
|
|
-----
|
|
|
|
|
|
|
|
Milestone 78
|
|
|
|
|
|
|
|
* Added RELEASE_NOTES.txt file
|
2019-07-29 21:52:48 +00:00
|
|
|
|
2019-08-01 21:20:19 +00:00
|
|
|
* SkDrawLooper is no longer supported in SkPaint or SkCanvas.
|
2019-07-29 21:52:48 +00:00
|
|
|
|
2019-08-14 15:08:41 +00:00
|
|
|
* SkImage: new factories: DecodeToRaster, DecodeToTexture
|
|
|
|
|
2019-08-01 21:20:19 +00:00
|
|
|
* SkImageFilter API refactor started:
|
2019-08-01 20:02:27 +00:00
|
|
|
- Provide new factory API in include/effects/SkImageFilters
|
2019-08-01 21:20:19 +00:00
|
|
|
- Consolidated enum types to use SkTileMode and SkColorChannel
|
|
|
|
- Hide filter implementation classes
|
2019-08-02 13:57:04 +00:00
|
|
|
- Hide previously public functions on SkImageFilter that were intended for internal use only
|
2019-08-01 21:20:19 +00:00
|
|
|
|
|
|
|
* SkColorFilters::HSLAMatrix - new matrix color filter operating in HSLA space.
|
2019-08-08 16:08:24 +00:00
|
|
|
|
|
|
|
* Modify GrBackendFormat getters to not return internal pointers. Use an enum class for GL formats.
|
2019-08-09 13:41:48 +00:00
|
|
|
|
|
|
|
* Expose GrContext::dump() when SK_ENABLE_DUMP_GPU is defined.
|
2019-08-12 05:46:33 +00:00
|
|
|
|
|
|
|
* Vulkan backend now supports YCbCr sampler for I420 Vulkan images that are not
|
|
|
|
backed by external images.
|
2019-08-14 15:29:29 +00:00
|
|
|
|
|
|
|
* Add SkCodec::SelectionPolicy for distinguishing between decoding a still image
|
|
|
|
or an image sequence for a container format that has both (e.g. HEIF).
|
2019-08-14 17:19:04 +00:00
|
|
|
|
|
|
|
* SkImage::makeTextureImage no longer takes an SkColorSpace parameter. It was unused.
|