summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4.h
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2016-04-13 16:04:04 -0700
committerKenneth Graunke <kenneth@whitecape.org>2016-04-20 15:05:13 -0700
commit2a25a5142bd78b22cc9ada41b8988bb282c2a7ac (patch)
treeebad5df241574608eec8f0f66d841be5e7f0a5dc /src/mesa/drivers/dri/i965/brw_vec4.h
parent9967561158acd94edff0fa93ceaf4bc527e271ed (diff)
downloadexternal_mesa3d-2a25a5142bd78b22cc9ada41b8988bb282c2a7ac.zip
external_mesa3d-2a25a5142bd78b22cc9ada41b8988bb282c2a7ac.tar.gz
external_mesa3d-2a25a5142bd78b22cc9ada41b8988bb282c2a7ac.tar.bz2
i965: Fold vectorize_mov() back into the one caller.
After the previous patch, this helper is only called in one place. So, just fold it back in - there are a lot of parameters here and not much code. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vec4.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_vec4.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h
index 11db159..4708b66 100644
--- a/src/mesa/drivers/dri/i965/brw_vec4.h
+++ b/src/mesa/drivers/dri/i965/brw_vec4.h
@@ -359,10 +359,6 @@ protected:
virtual void gs_end_primitive();
private:
- bool vectorize_mov(bblock_t *block, vec4_instruction *inst,
- uint8_t imm[4], vec4_instruction *imm_inst[4],
- int inst_count, unsigned writemask);
-
/**
* If true, then register allocation should fail instead of spilling.
*/