Skip to content

libagx: Parallelize geometry shader prefix sum, restart unroll across 1024 threads

Alyssa Rosenzweig requested to merge alyssa/mesa:libagx/workgroup-accel into main

Use the whole workgroup instead of a single subgroup or a single thread. Improves performance of selection in Blender

Merge request reports