mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
radv: lower 16-bit flrp
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
parent
4d5fce29c3
commit
0af95f0ffc
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
static const struct nir_shader_compiler_options nir_options = {
|
||||
.vertex_id_zero_based = true,
|
||||
.lower_scmp = true,
|
||||
.lower_flrp16 = true,
|
||||
.lower_flrp32 = true,
|
||||
.lower_flrp64 = true,
|
||||
.lower_device_index_to_zero = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue