Mesa (master): vc4: Drop a dead prototype.

Eric Anholt anholt at kemper.freedesktop.org
Wed Aug 5 03:10:46 UTC 2015


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

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jul 31 10:02:45 2015 -0700

vc4: Drop a dead prototype.

---

 src/gallium/drivers/vc4/vc4_qir.h |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/gallium/drivers/vc4/vc4_qir.h b/src/gallium/drivers/vc4/vc4_qir.h
index 80a1971..e2d2574 100644
--- a/src/gallium/drivers/vc4/vc4_qir.h
+++ b/src/gallium/drivers/vc4/vc4_qir.h
@@ -587,14 +587,6 @@ qir_R4_UNPACK(struct vc4_compile *c, struct qreg r4, int i)
 }
 
 static inline struct qreg
-qir_SEL_X_0_COND(struct vc4_compile *c, int i)
-{
-        struct qreg t = qir_get_temp(c);
-        qir_emit(c, qir_inst(QOP_R4_UNPACK_A + i, t, c->undef, c->undef));
-        return t;
-}
-
-static inline struct qreg
 qir_UNPACK_8_F(struct vc4_compile *c, struct qreg src, int i)
 {
         struct qreg t = qir_get_temp(c);




More information about the mesa-commit mailing list