mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
radv: drop debugging leftovers code in descriptor set patches.
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
fd420a7417
commit
60a93e11ba
1 changed files with 0 additions and 3 deletions
|
|
@ -620,9 +620,6 @@ static void allocate_user_sgprs(struct nir_to_llvm_context *ctx,
|
|||
|
||||
uint32_t remaining_sgprs = 16 - user_sgpr_info->sgpr_count;
|
||||
if (remaining_sgprs / 2 < util_bitcount(ctx->shader_info->info.desc_set_used_mask)) {
|
||||
fprintf(stderr, "radv: TODO: add support for indirect sgprs\n");
|
||||
/* need to add support for indirect descriptor sets */
|
||||
assert(0);
|
||||
user_sgpr_info->sgpr_count += 2;
|
||||
user_sgpr_info->indirect_all_descriptor_sets = true;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue