Skip to content

radv: Fix condition for skipping the continue CS.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:continue-fix into master

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

Fixes: 46e52df3 "radv: add tessellation ring allocation support. (v2)" Fixes: e1dc3ab7 "radv/gfx10: allocate GDS/OA buffer objects for NGG streamout" Fixes: 1171b304 "radv: overhaul fragment shader sample positions."

Merge request reports