i965: Move brw_link_shader's GLSL IR transformations into a helper.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 7 Apr 2015 23:28:10 +0000 (16:28 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 10 Apr 2015 09:16:37 +0000 (02:16 -0700)
commitae17f348502c0665fcead8daf8abaef8aa152b03
tree704f570673bfc343dbd8934132bd0e45d3fc6704
parent10d85ffc5a74bbce4decd7fe2aedd856ce7d39cb
i965: Move brw_link_shader's GLSL IR transformations into a helper.

This function was getting a bit large and unwieldy.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_shader.cpp