mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 12:10:09 +01:00
hk: drop assert
works fine without. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32081>
This commit is contained in:
parent
ece3bd74db
commit
f8b69ebdc2
1 changed files with 0 additions and 3 deletions
|
|
@ -1299,9 +1299,6 @@ hk_upload_tess_params(struct hk_cmd_buffer *cmd, struct libagx_tess_args *out,
|
|||
|
||||
if (!draw.b.indirect) {
|
||||
unsigned in_patches = draw.b.count[0] / args.input_patch_size;
|
||||
if (in_patches == 0)
|
||||
unreachable("todo: drop the draw?");
|
||||
|
||||
unsigned unrolled_patches = in_patches * draw.b.count[1];
|
||||
|
||||
uint32_t alloc = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue