Improve legibility of release note

Bug: skia:13263
Change-Id: I1a1bff427964c9d0899a533ce7add1829e980c19
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/534566
Auto-Submit: Michael Ludwig <michaelludwig@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
This commit is contained in:
Michael Ludwig 2022-04-27 10:38:33 -04:00 committed by SkCQ
parent f3330fd6d2
commit 664e2c8bfa

View File

@ -18,8 +18,8 @@ Milestone 102
image and applying that to a rectangle.
* Fully disable experimental support for HW tessellation shaders.
GrContextOptions::fEnableExperimentalHardwareTessellation is ignored and behaves as if it is
false. The culmination of the experiment that does not actually require tessellation shaders is
automatically enabled where supported when an SkSurface is created with MSAA, or when
false. The optimized path renderer no longer requires hardware tessellation at all, and
is automatically enabled when drawing to an SkSurface created with MSAA, or when
GrContextOptions::fInternalMultisampleCount is set to a non-zero value.
* * *