mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 16:30:42 +01:00
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:
parent
d267183829
commit
7c6aa5f49d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue