radeonsi: compute-based primitive culling
This enables primitive culling before a vertex shader for big draw calls by generating a new index buffer that doesn't contain invisible primitives. Async compute is used to do that.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This enables primitive culling before a vertex shader for big draw calls by generating a new index buffer that doesn't contain invisible primitives. Async compute is used to do that.