Module: Mesa Branch: master Commit: 9b403c0756ecf806a8ff768bd73a4cbf42986bdb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b403c0756ecf806a8ff768bd73a4cbf42986bdb
Author: Eric Anholt <[email protected]> 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); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
