summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_ff_gs.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2015-03-20 12:10:49 -0700
committerCarl Worth <cworth@cworth.org>2015-04-02 22:15:45 -0700
commitb9b66985c3d33fa0db2b49c0e0231aa6d341e183 (patch)
tree029763e47818919dc76b1a98a9d9f2a7bb816ca6 /src/mesa/drivers/dri/i965/brw_ff_gs.h
parenta57672f18deca3060eab129a77cf84f5e420bac8 (diff)
downloadexternal_mesa3d-b9b66985c3d33fa0db2b49c0e0231aa6d341e183.zip
external_mesa3d-b9b66985c3d33fa0db2b49c0e0231aa6d341e183.tar.gz
external_mesa3d-b9b66985c3d33fa0db2b49c0e0231aa6d341e183.tar.bz2
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>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_ff_gs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_ff_gs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_ff_gs.h b/src/mesa/drivers/dri/i965/brw_ff_gs.h
index e4afdab..3dd045f 100644
--- a/src/mesa/drivers/dri/i965/brw_ff_gs.h
+++ b/src/mesa/drivers/dri/i965/brw_ff_gs.h
@@ -115,4 +115,8 @@ void gen6_brw_upload_ff_gs_prog(struct brw_context *brw);
void
brw_upload_ff_gs_prog(struct brw_context *brw);
+void
+brw_compile_ff_gs_prog(struct brw_context *brw,
+ struct brw_ff_gs_prog_key *key);
+
#endif