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

Author: Marek Olšák <[email protected]>
Date:   Tue Sep 30 16:11:59 2014 +0200

radeonsi: remove unused variable si_shader::gs_input_prim

Reviewed-by: Michel Dänzer <[email protected]>

---

 src/gallium/drivers/radeonsi/si_shader.c |    2 --
 src/gallium/drivers/radeonsi/si_shader.h |    1 -
 2 files changed, 3 deletions(-)

diff --git a/src/gallium/drivers/radeonsi/si_shader.c 
b/src/gallium/drivers/radeonsi/si_shader.c
index e76b969..c5f13be 100644
--- a/src/gallium/drivers/radeonsi/si_shader.c
+++ b/src/gallium/drivers/radeonsi/si_shader.c
@@ -2867,8 +2867,6 @@ int si_shader_create(struct si_screen *sscreen, struct 
si_shader *shader)
                bld_base->emit_fetch_funcs[TGSI_FILE_INPUT] = fetch_input_gs;
                bld_base->emit_epilogue = si_llvm_emit_gs_epilogue;
 
-               shader->gs_input_prim =
-                       sel->info.properties[TGSI_PROPERTY_GS_INPUT_PRIM][0];
                shader->gs_output_prim =
                        sel->info.properties[TGSI_PROPERTY_GS_OUTPUT_PRIM][0];
                shader->gs_max_out_vertices =
diff --git a/src/gallium/drivers/radeonsi/si_shader.h 
b/src/gallium/drivers/radeonsi/si_shader.h
index c6026bd..827f79e 100644
--- a/src/gallium/drivers/radeonsi/si_shader.h
+++ b/src/gallium/drivers/radeonsi/si_shader.h
@@ -172,7 +172,6 @@ struct si_shader {
        struct si_shader_output output[40];
 
        /* geometry shader properties */
-       unsigned                gs_input_prim;
        unsigned                gs_output_prim;
        unsigned                gs_max_out_vertices;
        uint64_t                gs_used_inputs; /* mask of "get_unique_index" 
bits */

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to