mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
radv: Remove assert in radv_rt_bind_tables
Not necessary anymore. Signed-off-by: Joshua Ashton <joshua@froggi.es> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12974>
This commit is contained in:
parent
87c732bfee
commit
e30a714ad9
1 changed files with 0 additions and 3 deletions
|
|
@ -6561,9 +6561,6 @@ radv_rt_bind_tables(struct radv_cmd_buffer *cmd_buffer,
|
|||
if (!radv_cmd_buffer_upload_alloc(cmd_buffer, 64, &offset, &ptr))
|
||||
return false;
|
||||
|
||||
/* For the descriptor format. */
|
||||
assert(cmd_buffer->device->physical_device->rad_info.chip_class >= GFX10);
|
||||
|
||||
desc_ptr = ptr;
|
||||
for (unsigned i = 0; i < 4; ++i, desc_ptr += 4) {
|
||||
desc_ptr[0] = tables[i].deviceAddress;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue