projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c71cf8
)
i965/vec4: Remove emit_scs() prototype.
author
Matt Turner
<mattst88@gmail.com>
Thu, 2 Apr 2015 01:21:41 +0000
(18:21 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Mon, 6 Apr 2015 17:13:22 +0000
(10:13 -0700)
This has never existed.
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_vec4.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_vec4.h
b/src/mesa/drivers/dri/i965/brw_vec4.h
index 6ec00d5ffd36989fb1d6328c0d9f4caa07801d11..700ca69407765a1d3c5c7873e928319cca251350 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_vec4.h
+++ b/
src/mesa/drivers/dri/i965/brw_vec4.h
@@
-314,9
+314,6
@@
public:
void emit_scalar(ir_instruction *ir, enum prog_opcode op,
dst_reg dst, src_reg src0, src_reg src1);
- void emit_scs(ir_instruction *ir, enum prog_opcode op,
- dst_reg dst, const src_reg &src);
-
src_reg fix_3src_operand(src_reg src);
void emit_math(enum opcode opcode, const dst_reg &dst, const src_reg &src0,