Module: Mesa Branch: st-vbo Commit: 672f98321dcc3248dc59ad80436114e348970821 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=672f98321dcc3248dc59ad80436114e348970821
Author: Keith Whitwell <[email protected]> Date: Tue Jun 30 14:24:33 2009 +0100 mesa: revert accidental chandes to test programs Caught up accidentally in earlier commit. --- progs/samples/line.c | 2 +- progs/trivial/Makefile | 1 - 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/progs/samples/line.c b/progs/samples/line.c index c37272b..83f70cb 100644 --- a/progs/samples/line.c +++ b/progs/samples/line.c @@ -138,7 +138,7 @@ static void Draw(void) glShadeModel( GL_FLAT ); - for (i = 0; i < 15; i += 5) { + for (i = 0; i < 360; i += 5) { glRotatef(5.0, 0,0,1); (rgb) ? glColor3f(1.0, 1.0, 0.0) : glIndexi(ci); diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 8989963..22de83f 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -38,7 +38,6 @@ SOURCES = \ line-userclip-nop.c \ line-userclip.c \ line-wide.c \ - line-line.c \ line.c \ lineloop-clip.c \ lineloop-elts.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
