i965: switch tes over to shared shader_info
authorTimothy Arceri <timothy.arceri@collabora.com>
Tue, 18 Oct 2016 23:19:27 +0000 (10:19 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Wed, 26 Oct 2016 03:29:36 +0000 (14:29 +1100)
commit4f1c415cc46184d9929f198240eb4e9d22aa91d8
tree41610ad690b9e6338a2afa2b8410d34f7391551b
parent088c25bfb7d77e2a23af7cc8c3357f4c5228c757
i965: switch tes 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_tcs.c
src/mesa/drivers/dri/i965/brw_tes.c