Skip to content

svga: Set lower_bitops for vpu9 screen.

Emma Anholt requested to merge anholt/mesa:svga-nir into main

Since these don't have native integers, nir_lower_io generating ishls instead of amuls for uniform addressing math runs afoul of nir_lower_int_to_float.

Merge request reports