Skip to content

aco: improve out-of-bounds checks during RA validation

Rhys Perry requested to merge pendingchaos/mesa:aco_ra_validate_oob into main

Using program->config can give a higher limit than which it actually is, especially for SGPRs on GFX10+. The previous code also crashed if program->num_waves was 0.

Merge request reports