asahi: rm unnecessary uniform upload for GS

already done in launch gs.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26614>
This commit is contained in:
Alyssa Rosenzweig
2023-11-15 22:18:27 -04:00
parent 2220044ca2
commit a12d2689d8
-3
View File
@@ -3482,9 +3482,6 @@ agx_launch_gs(struct agx_batch *batch, const struct pipe_draw_info *info,
unreachable("TODO: Primitive restart with GS");
}
/* Update after we're done touching uniforms */
agx_upload_uniforms(batch);
struct pipe_grid_info grid = {.block = {1, 1, 1}};
struct agx_resource grid_indirect_rsrc = {.bo = batch->geom_params_bo};