mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
zink: set is_xfb=false for all i/o variables
this can affect streamout generation, even though it so far hasn't
cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24950>
(cherry picked from commit e87b24719f)
This commit is contained in:
parent
c5fab24c5c
commit
ad390aa585
2 changed files with 1 additions and 2 deletions
|
|
@ -5454,7 +5454,7 @@
|
|||
"description": "zink: set is_xfb=false for all i/o variables",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -4916,7 +4916,6 @@ zink_shader_create(struct zink_screen *screen, struct nir_shader *nir,
|
|||
var->data.is_xfb = false;
|
||||
if (glsl_type_is_image(var->type) || glsl_type_is_sampler(var->type)) {
|
||||
has_bindless_io = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (has_bindless_io)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue