diff options
author | Matt Turner <[email protected]> | 2015-10-03 10:43:26 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-10-04 23:03:59 -0700 |
commit | 4caa10193f6a88f476807aee56b900b3a02d9a6a (patch) | |
tree | 36b7b0c1b784d2b754b9dde2f55f6f5989ca639f /src/mesa/drivers/dri/i965/brw_vec4.h | |
parent | cd7fa1034adc8891b094a0a52fbbbef0cc708e3d (diff) |
i965/vec4: Remove more dead visitor/vertex program code.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vec4.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vec4.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h index 51b3161f659..d1fa095a29f 100644 --- a/src/mesa/drivers/dri/i965/brw_vec4.h +++ b/src/mesa/drivers/dri/i965/brw_vec4.h @@ -223,9 +223,6 @@ public: int implied_mrf_writes(vec4_instruction *inst); - void emit_vp_sop(enum brw_conditional_mod condmod, dst_reg dst, - src_reg src0, src_reg src1, src_reg one); - vec4_instruction *emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst, src_reg src0, src_reg src1); @@ -238,11 +235,6 @@ public: */ src_reg emit_uniformize(const src_reg &src); - /** - * Emit the correct dot-product instruction for the type of arguments - */ - void emit_dp(dst_reg dst, src_reg src0, src_reg src1, unsigned elements); - src_reg fix_3src_operand(const src_reg &src); src_reg resolve_source_modifiers(const src_reg &src); |