Skip to content

pvr: Fix valgrind issue on compute job submissions

Matt Coster requested to merge MTCoster/mesa:dev/compute-submit-vg-fix into main

When no flags are set, submit_info->flags is uninitialized. This is not a problem in the render codepath as the equivalent submit_info is zeroed before being filled in.

Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Edited by Matt Coster

Merge request reports