mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 21:21:39 +02:00
radv/gfx10: declare streamout user SGPRs
Required for legacy streamout. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
fd195d8085
commit
383c2e625a
1 changed files with 0 additions and 3 deletions
|
|
@ -876,9 +876,6 @@ declare_streamout_sgprs(struct radv_shader_context *ctx, gl_shader_stage stage,
|
|||
{
|
||||
int i;
|
||||
|
||||
if (ctx->ac.chip_class >= GFX10)
|
||||
return;
|
||||
|
||||
/* Streamout SGPRs. */
|
||||
if (ctx->shader_info->info.so.num_outputs) {
|
||||
assert(stage == MESA_SHADER_VERTEX ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue