mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
radv/aco: actually disable ACO when unsupported
We were setting this twice. The second time, we weren't later disabling it if unsupported. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
031752798b
commit
0aef1a230e
1 changed files with 0 additions and 1 deletions
|
|
@ -373,7 +373,6 @@ radv_physical_device_init(struct radv_physical_device *device,
|
|||
(device->use_aco || device->instance->perftest_flags & RADV_PERFTEST_SHADER_BALLOT);
|
||||
|
||||
device->use_ngg_streamout = false;
|
||||
device->use_aco = device->instance->perftest_flags & RADV_PERFTEST_ACO;
|
||||
|
||||
/* Determine the number of threads per wave for all stages. */
|
||||
device->cs_wave_size = 64;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue