radv: Fix condition for skipping the continue CS.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Wed, 2 Oct 2019 19:26:01 +0000 (21:26 +0200)
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Thu, 3 Oct 2019 13:02:07 +0000 (13:02 +0000)
commit8ad3d8b178c0d8939db62ac2be9fdc98d127742d
treee5a99c786d7058264d3ed8464b96160de22d8d89
parent4712fdf7ae97e8e81a7a9c6bbcfbed4c4e493123
radv: Fix condition for skipping the continue CS.

We need the continue CS for referencing the tess/GDS/sample position BOs.

Fixes: 46e52df34d3 "radv: add tessellation ring allocation support. (v2)"
Fixes: e1dc3ab7534 "radv/gfx10: allocate GDS/OA buffer objects for NGG streamout"
Fixes: 1171b304f30 "radv: overhaul fragment shader sample positions."
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/amd/vulkan/radv_device.c