pan/bi: Set compute lowering options

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8358>
This commit is contained in:
Icecream95 2020-12-23 01:28:02 +13:00 committed by Marge Bot
parent d267183829
commit 7c6aa5f49d

View file

@ -80,6 +80,9 @@ static const nir_shader_compiler_options bifrost_nir_options = {
.use_interpolated_input_intrinsics = true,
.lower_uniforms_to_ubo = true,
.has_cs_global_id = true,
.lower_cs_local_index_from_id = true,
};
#endif