Skip to content

nir: make num_workgroups and workgroup_id 32 bit only

Karol Herbst requested to merge karolherbst/mesa:nir/drop_64_sysvals into main

All drivers lowered them to 32 bit anyway and we can deal with this in nir_lower_system_values just fine. Also there is no hardware available which really need a 64 bit system value here in the first place.

This makes it easier for drivers to support OpenCL.

Merge request reports