radv/rt: Don't upload the prolog twice.
authorTatsuyuki Ishi <ishitatsuyuki@gmail.com>
Thu, 16 Mar 2023 06:32:48 +0000 (15:32 +0900)
committerMarge Bot <emma+marge@anholt.net>
Thu, 16 Mar 2023 12:27:21 +0000 (12:27 +0000)
commit9faaff456139529cec4a7732d23575ded7e9bad8
tree0b327c0055735846db362c8c2cb1ab6a28e779f5
parent8f6126e21a7218953384f9052093855882b9371c
radv/rt: Don't upload the prolog twice.

radv_shader_create already calls radv_shader_binary_upload.

Fixes: 4b92a532859 ("radv: add radv_create_rt_prolog()")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21945>
src/amd/vulkan/radv_shader.c