lima: set no_integers
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Georg Lehmann <dadschoorse@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30934>
This commit is contained in:

committed by
Marge Bot

parent
8bf7562416
commit
f79f63f8b8
@@ -64,6 +64,7 @@ static const nir_shader_compiler_options vs_nir_options = {
|
||||
.force_indirect_unrolling_sampler = true,
|
||||
.lower_varying_from_uniform = true,
|
||||
.max_unroll_iterations = 32,
|
||||
.no_integers = true,
|
||||
};
|
||||
|
||||
static const nir_shader_compiler_options fs_nir_options = {
|
||||
@@ -87,6 +88,7 @@ static const nir_shader_compiler_options fs_nir_options = {
|
||||
.lower_varying_from_uniform = true,
|
||||
.max_unroll_iterations = 32,
|
||||
.has_ddx_intrinsics = true,
|
||||
.no_integers = true,
|
||||
};
|
||||
|
||||
const void *
|
||||
|
Reference in New Issue
Block a user