Skip to content

ac/nir/cull: Fix typo in bounding box culling.

Timur Kristóf requested to merge Venemo/mesa:ac_nir_cull_fix_bbox into main

Bounding box culling is only viable when the W of all vertices are positive. Always accept triangles whose any W is negative.

This fixes a typo that accidentally messed it up a few days ago.

Merge request reports