From dacef00d7cdbc0d6f66f364773c872506f707e09 Mon Sep 17 00:00:00 2001 From: Chris Mumford Date: Wed, 26 Apr 2023 15:17:04 +0000 Subject: [PATCH] Merge 1 release notes into RELEASE_NOTES.md Cherry pick change Ide7d4320d17617d712ae4a0a754f54b75c54dfa7 from branch chrome/m114 to main. Change-Id: Ib9f2c755038fa100dbf3cdf107a6702dd8cec10f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/682477 Reviewed-by: Eric Boren Commit-Queue: Chris Mumford --- RELEASE_NOTES.md | 2 ++ relnotes/skrp.md | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 relnotes/skrp.md diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 809335619b95..152ba19671ae 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,8 @@ This file includes a list of high level updates for each milestone release. Milestone 114 ------------- + * The CPU backend for Runtime Effects has been rewritten. This may cause slight differences in + performance and image quality when runtime effects are painted onto a raster surface. * Gradient shaders support interpolation in several different color spaces, by passing a `SkGradientShader::Interpolation` struct to the shader factory functions. The color space and hue method options are based on the CSS Color Level 4 specfication: diff --git a/relnotes/skrp.md b/relnotes/skrp.md deleted file mode 100644 index 63c7d177baf1..000000000000 --- a/relnotes/skrp.md +++ /dev/null @@ -1,2 +0,0 @@ -The CPU backend for Runtime Effects has been rewritten. This may cause slight differences in -performance and image quality when runtime effects are painted onto a raster surface.