i965: switch gs over to shared shader_info
authorTimothy Arceri <timothy.arceri@collabora.com>
Wed, 19 Oct 2016 00:48:02 +0000 (11:48 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Wed, 26 Oct 2016 03:29:36 +0000 (14:29 +1100)
commit288c96afce1199b930e272a49ce2fcbf93030d7f
tree3bac4d42493832188eea53dec49c89289042e6b3
parentb99ecaf8724cf7fac29dbc2851c3be13d0fed5b2
i965: switch gs over to shared shader_info

Note we access shader_info from the program struct rather than the
nir_shader pointer because shader cache won't create a nir_shader.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_gs.c