radv/aco: actually disable ACO when unsupported
authorRhys Perry <pendingchaos02@gmail.com>
Wed, 25 Sep 2019 11:04:51 +0000 (12:04 +0100)
committerRhys Perry <pendingchaos02@gmail.com>
Thu, 26 Sep 2019 10:04:45 +0000 (11:04 +0100)
commit0aef1a230e7f0f883296e25d965386b6b0859dcc
treeb169a1084b7495e911cf4c45fec15bd078ed0f73
parent031752798b440f650c9bc758dfe8d18323a2b9e3
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>
src/amd/vulkan/radv_device.c