Module: Mesa
Branch: main
Commit: e87b24719f0b50fc1f012569b41651f06bbb88c4
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e87b24719f0b50fc1f012569b41651f06bbb88c4

Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Aug 29 09:41:36 2023 -0400

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>

---

 src/gallium/drivers/zink/zink_compiler.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/zink/zink_compiler.c 
b/src/gallium/drivers/zink/zink_compiler.c
index eefc82786d8..c050bacf91d 100644
--- a/src/gallium/drivers/zink/zink_compiler.c
+++ b/src/gallium/drivers/zink/zink_compiler.c
@@ -5280,7 +5280,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)

Reply via email to