Mesa (master): glspirv: no need to force entrypoint name to "main"

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 31 14:57:54 UTC 2018


Module: Mesa
Branch: master
Commit: 95b8da22cfefc56dbb55c25a440a5df773a80871
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=95b8da22cfefc56dbb55c25a440a5df773a80871

Author: Alejandro Piñeiro <apinheiro at igalia.com>
Date:   Wed Oct 31 11:55:44 2018 +0100

glspirv: no need to force entrypoint name to "main"

Since commit "intel/compiler: Stop assuming the entrypoint is called
"main"" there is no need to force the entrypoint name to be "main".

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/mesa/main/glspirv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/main/glspirv.c b/src/mesa/main/glspirv.c
index 98b7ea7734..04e46ba571 100644
--- a/src/mesa/main/glspirv.c
+++ b/src/mesa/main/glspirv.c
@@ -253,7 +253,6 @@ _mesa_spirv_to_nir(struct gl_context *ctx,
          exec_node_remove(&func->node);
    }
    assert(exec_list_length(&nir->functions) == 1);
-   entry_point->name = ralloc_strdup(entry_point, "main");
 
    /* Split member structs.  We do this before lower_io_to_temporaries so that
     * it doesn't lower system values to temporaries by accident.




More information about the mesa-commit mailing list