radeonsi: replace use of is_gs_copy_shader in si_shader_vs
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Fri, 22 Jan 2016 22:09:58 +0000 (17:09 -0500)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 25 Jan 2016 15:15:55 +0000 (10:15 -0500)
commita7754ffd31bfdb92fcc9873fef0190c1c7a9ef4d
treeaae4c154e672fb04ea9e1d4175ff01d35b0c2b35
parent004fcd423011d45f746d571be47062feeea75455
radeonsi: replace use of is_gs_copy_shader in si_shader_vs

We now have an explicit parameter that contains the same information, and
this will allow us to get rid of is_gs_copy_shader in the si_shader struct.

Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeonsi/si_state_shaders.c