mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
etnaviv: 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:
parent
f79f63f8b8
commit
531538f678
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ etna_compiler_create(const char *renderer, const struct etna_core_info *info)
|
|||
.lower_ifind_msb = true,
|
||||
.lower_ufind_msb = true,
|
||||
.has_uclz = true,
|
||||
.no_integers = info->halti < 2,
|
||||
};
|
||||
|
||||
compiler->regs = etna_ra_setup(compiler);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue