mirror of
https://github.com/penpot/penpot.git
synced 2026-08-22 12:49:26 +00:00
⚡ Disable ReduceOpsTaskSplitting Skia flag (#11280)
This commit is contained in:
parent
60d87a6342
commit
ed588d4500
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user