video_core: add option for pessimistic flushing

This commit is contained in:
Liam 2022-08-25 12:32:14 -04:00
parent a07502a638
commit db3eb168cd
9 changed files with 32 additions and 1 deletions

View file

@ -319,6 +319,10 @@ use_asynchronous_gpu_emulation =
# 0: Off, 1 (default): On
use_fast_gpu_time =
# Force unmodified buffers to be flushed, which can cost performance.
# 0: Off (default), 1: On
use_pessimistic_flushes =
# Whether to use garbage collection or not for GPU caches.
# 0 (default): Off, 1: On
use_caches_gc =