mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 14:50:10 +01:00
iris: drop XXX that Jordan handled
This commit is contained in:
parent
942bdb2906
commit
549db5b90e
1 changed files with 0 additions and 2 deletions
|
|
@ -4402,8 +4402,6 @@ iris_upload_compute_state(struct iris_context *ice,
|
|||
|
||||
pipe_resource_reference(&desc_res, NULL);
|
||||
|
||||
// XXX: grid->indirect
|
||||
|
||||
uint32_t group_size = grid->block[0] * grid->block[1] * grid->block[2];
|
||||
uint32_t remainder = group_size & (cs_prog_data->simd_size - 1);
|
||||
uint32_t right_mask;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue