i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)
authorCarl Worth <cworth@cworth.org>
Fri, 20 Mar 2015 19:10:49 +0000 (12:10 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 3 Apr 2015 05:15:45 +0000 (22:15 -0700)
commitb9b66985c3d33fa0db2b49c0e0231aa6d341e183
tree029763e47818919dc76b1a98a9d9f2a7bb816ca6
parenta57672f18deca3060eab129a77cf84f5e420bac8
i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)

This is in preparation for these functions to be called from other
files.

This commit is intended to have no functional change. It exists in
preparation for some upcoming code movement in preparation for the
shader cache.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_ff_gs.c
src/mesa/drivers/dri/i965/brw_ff_gs.h
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_gs.c
src/mesa/drivers/dri/i965/brw_gs.h
src/mesa/drivers/dri/i965/brw_vs.c
src/mesa/drivers/dri/i965/brw_vs.h
src/mesa/drivers/dri/i965/brw_wm.c
src/mesa/drivers/dri/i965/brw_wm.h