mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
microsoft/compiler: Skip POS for io compaction
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31942>
This commit is contained in:
parent
dae57e184a
commit
8dd44c7e72
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ nir_options = {
|
|||
.preserve_mediump = true,
|
||||
.discard_is_demote = true,
|
||||
.scalarize_ddx = true,
|
||||
.io_options = nir_io_dont_use_pos_for_non_fs_varyings,
|
||||
};
|
||||
|
||||
const nir_shader_compiler_options*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue