Disable ReduceOpsTaskSplitting Skia flag (#11280)

This commit is contained in:
Elena Torró 2026-08-19 17:27:50 +02:00 committed by GitHub
parent 60d87a6342
commit ed588d4500
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ impl GpuState {
// We tweak some options to enhance performance.
let mut context_options = ContextOptions::default();
// context_options.reduce_ops_task_splitting = Enable::Yes;
context_options.reduce_ops_task_splitting = Enable::No;
context_options.skip_gl_error_checks = Enable::Yes;
// context_options.runtime_program_cache_size = 1024;
// context_options.allow_multiple_glyph_cache_textures = Enable::Yes;