<div dir="ltr"><div>Sorry I missed that one.<br></div><div><br></div><div>Reviewed-by: Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 31, 2018 at 5:57 AM Alejandro Piñeiro <<a href="mailto:apinheiro@igalia.com">apinheiro@igalia.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Since commit "intel/compiler: Stop assuming the entrypoint is called<br>
"main"" there is no need to force the entrypoint name to be "main".<br>
---<br>
 src/mesa/main/glspirv.c | 1 -<br>
 1 file changed, 1 deletion(-)<br>
<br>
diff --git a/src/mesa/main/glspirv.c b/src/mesa/main/glspirv.c<br>
index 98b7ea77348..04e46ba571e 100644<br>
--- a/src/mesa/main/glspirv.c<br>
+++ b/src/mesa/main/glspirv.c<br>
@@ -253,7 +253,6 @@ _mesa_spirv_to_nir(struct gl_context *ctx,<br>
          exec_node_remove(&func->node);<br>
    }<br>
    assert(exec_list_length(&nir->functions) == 1);<br>
-   entry_point->name = ralloc_strdup(entry_point, "main");<br>
<br>
    /* Split member structs.  We do this before lower_io_to_temporaries so that<br>
     * it doesn't lower system values to temporaries by accident.<br>
-- <br>
2.14.1<br>
<br>
</blockquote></div>