i965: Move brw_link_shader() and friends to new file brw_link.cpp
authorKristian Høgsberg Kristensen <krh@bitplanet.net>
Mon, 5 Oct 2015 21:22:23 +0000 (14:22 -0700)
committerKristian Høgsberg Kristensen <krh@bitplanet.net>
Thu, 8 Oct 2015 19:14:44 +0000 (12:14 -0700)
commit4f33700f5ab6e69072318622651ea81639845ae9
treec80e96ebd07e627ee996c186975aa9378a367302
parent99ca2256c1b8414efd27864bd56f6c95cac55731
i965: Move brw_link_shader() and friends to new file brw_link.cpp

We want to use the rest of brw_shader.cpp with the rest of the compiler
without pulling in the GLSL linking code.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Signed-off-by: Kristian Høgsberg Kristensen <krh@bitplanet.net>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_link.cpp [new file with mode: 0644]
src/mesa/drivers/dri/i965/brw_shader.cpp
src/mesa/drivers/dri/i965/brw_shader.h