220988189b
Maximum ring buffer size is based on the maxBufferLength of the system. Also includes a sample for testing upload pressure. Bug: skia:8243 Change-Id: I36863b725ba9cbcb02d575b2ab9695d186fcd529 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/232759 Reviewed-by: Greg Daniel <egdaniel@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Jim Van Verth <jvanverth@google.com>
22 lines
699 B
Plaintext
22 lines
699 B
Plaintext
Skia Graphics Release Notes
|
|
|
|
This file includes a list of high level updates for each milestone release.
|
|
|
|
-----
|
|
|
|
Milestone 78
|
|
|
|
* Added RELEASE_NOTES.txt file
|
|
|
|
* SkDrawLooper is no longer supported in SkPaint or SkCanvas.
|
|
|
|
* SkImageFilter API refactor started:
|
|
- Provide new factory API in include/effects/SkImageFilters
|
|
- Consolidated enum types to use SkTileMode and SkColorChannel
|
|
- Hide filter implementation classes
|
|
- Hide previously public functions on SkImageFilter that were intended for internal use only
|
|
|
|
* SkColorFilters::HSLAMatrix - new matrix color filter operating in HSLA space.
|
|
|
|
* GrContextOptions - add option to set maximum size for Metal's shared dynamic buffer.
|