Disable CCPR path rendering in DDL mode
Change-Id: Ib16a7b037eff6cd0528177646c2eced467763a06 Reviewed-on: https://skia-review.googlesource.com/114560 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
This commit is contained in:
parent
36150be729
commit
f733a72b83
@ -111,6 +111,7 @@ bool GrContext::initCommon(const GrContextOptions& options) {
|
||||
// Disable the small path renderer bc of the proxies in the atlas. They need to be
|
||||
// unified when the opLists are added back to the destination drawing manager.
|
||||
prcOptions.fGpuPathRenderers &= ~GpuPathRenderers::kSmall;
|
||||
prcOptions.fGpuPathRenderers &= ~GpuPathRenderers::kCoverageCounting;
|
||||
}
|
||||
|
||||
GrAtlasTextContext::Options atlasTextContextOptions;
|
||||
|
Loading…
Reference in New Issue
Block a user