Module: Mesa Branch: master Commit: addf00e2add2a51e50f33468221656a9c1389b02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=addf00e2add2a51e50f33468221656a9c1389b02
Author: Laurent Carlier <[email protected]> Date: Wed Apr 24 12:47:18 2013 +0200 r200: fix build regression introduced with 9a32203e1618486e87c7baf494134e05f0e38cf3 Signed-off-by: Laurent Carlier <[email protected]> Signed-off-by: Marek Olšák <[email protected]> --- src/mesa/drivers/dri/r200/r200_vertprog.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/r200/r200_vertprog.c b/src/mesa/drivers/dri/r200/r200_vertprog.c index ee867c2..461b7cb 100644 --- a/src/mesa/drivers/dri/r200/r200_vertprog.c +++ b/src/mesa/drivers/dri/r200/r200_vertprog.c @@ -95,7 +95,6 @@ static struct{ OPN(SUB, 2), OPN(SWZ, 1), OPN(XPD, 2), - OPN(PRINT, 0), OPN(END, 0), }; #undef OPN _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
