Skip to content

freedreno/a6xx: Further CS improvements

Rob Clark requested to merge robclark/mesa:fd/misc into main

Mainly combining multiple compute shader invocations into a single batch, and reducing excess state emit and flushing (plus few other misc fixes).

Merge request reports