mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
turnip: Tell spirv_to_nir that we want fragcoord as a sysval.
Fixes ir3 compiler failure failure in dEQP-VK.renderpass.dedicated_allocation.formats.r8g8b8a8_unorm.clear.clear_draw (now just a rendering failure where the subpass clear isn't happening) Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
parent
0ce1672a2c
commit
8193c2b08b
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ tu_spirv_to_nir(struct ir3_compiler *compiler,
|
|||
{
|
||||
/* TODO these are made-up */
|
||||
const struct spirv_to_nir_options spirv_options = {
|
||||
.frag_coord_is_sysval = true,
|
||||
.lower_ubo_ssbo_access_to_offsets = true,
|
||||
.caps = { false },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue