turnip: compute and graphics have completely separate state
authorJonathan Marek <jonathan@marek.ca>
Sun, 14 Jun 2020 14:15:45 +0000 (10:15 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 17 Jun 2020 15:32:30 +0000 (15:32 +0000)
commit5ef0f9f62254ba4c6778cc238f43e2437833ad00
tree04155b2b454b098a23d2b6989c1973e7c3830655
parenta3464c567cc112bdaca3354dd4bfb883299eab84
turnip: compute and graphics have completely separate state

The comment about fragment shader state overwriting compute shader state
is wrong, if either path is overwriting the other's state then it is a
mistake.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5446>
src/freedreno/vulkan/tu_cmd_buffer.c