Skip to content

nir_dominance: Use uint32_t instead of int16_t for dominance counters

Jesse Natalie requested to merge jenatali/mesa:upstream/dominance_uint32 into master

We're seeing OpenCL kernels that can hit this INT16_MAX block count.

/cc @jekstrand @karolherbst

Merge request reports