Module: Mesa
Branch: master
Commit: cdb1eb9a3fa096b0eeef239a602cd1c42cf27498
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=cdb1eb9a3fa096b0eeef239a602cd1c42cf27498

Author: Matt Turner <[email protected]>
Date:   Wed Apr  1 18:21:41 2015 -0700

i965/vec4: Remove emit_scs() prototype.

This has never existed.

Reviewed-by: Jason Ekstrand <[email protected]>

---

 src/mesa/drivers/dri/i965/brw_vec4.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h 
b/src/mesa/drivers/dri/i965/brw_vec4.h
index 6ec00d5..700ca69 100644
--- 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,

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to