i965: stop depending on gl_shader_program for brw_compute_vue_map() params
authorTimothy Arceri <timothy.arceri@collabora.com>
Mon, 7 Nov 2016 00:43:47 +0000 (11:43 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Fri, 6 Jan 2017 00:21:40 +0000 (11:21 +1100)
commit234211ec8ded86fbfc324068498629a9df769393
tree249b7a4eea052f37e4e305dafda32a16c7187e74
parent6f76ca300b2945ba8075b022aaec834fbc64af60
i965: stop depending on gl_shader_program for brw_compute_vue_map() params

This removes another dependency on gl_shader_program from the codegen functions,
this will help allow us to use gl_program for the CurrentProgram array rather
than gl_shader_program.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/mesa/drivers/dri/i965/brw_gs.c