radv: re-emit binning state if the framebuffer is dirty
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 3 Aug 2023 13:09:47 +0000 (15:09 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 12:34:12 +0000 (12:34 +0000)
commit976297b73aaa03a6f046561285f23ffea6026159
treefd5d7a15ac72ee0b4f20a4070cd79eb8df8bb176
parent0a102d3fd694ae7a70d1a7c4398c7fcea7b10924
radv: re-emit binning state if the framebuffer is dirty

This used to depend on the graphics pipeline, but now that everything
is dynamic it should be fine to trigger it on fb changes.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24473>
src/amd/vulkan/radv_cmd_buffer.c