summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2015-04-12 02:06:57 -0700
committerJordan Justen <jordan.l.justen@intel.com>2015-05-02 00:34:28 -0700
commitd79cdee1d9d14c74e9838fd8248e8c7a4588f9e4 (patch)
tree18075383fea47f40b3577cbe6a10f22513945c99 /src/mesa/drivers/dri/i965/brw_fs.h
parenteeb4b68224560b199d2e7f12c770adc511eb5e60 (diff)
downloadexternal_mesa3d-d79cdee1d9d14c74e9838fd8248e8c7a4588f9e4.zip
external_mesa3d-d79cdee1d9d14c74e9838fd8248e8c7a4588f9e4.tar.gz
external_mesa3d-d79cdee1d9d14c74e9838fd8248e8c7a4588f9e4.tar.bz2
i965/fs: Add emit_cs_terminate to emit CS_OPCODE_CS_TERMINATE
v2: * Do more work at the visitor level. g0 is loaded and sent to the generator now. v3: * Use Ken's comment explaining g0 usage Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h
index 6200deb..3d82adc 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.h
+++ b/src/mesa/drivers/dri/i965/brw_fs.h
@@ -388,6 +388,7 @@ public:
bool use_2nd_half = false);
void emit_fb_writes();
void emit_urb_writes();
+ void emit_cs_terminate();
void emit_shader_time_begin();
void emit_shader_time_end();