Mesa (st-vbo): mesa: revert accidental chandes to test programs

Keith Whitwell keithw at kemper.freedesktop.org
Tue Jun 30 13:25:15 UTC 2009


Module: Mesa
Branch: st-vbo
Commit: 672f98321dcc3248dc59ad80436114e348970821
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=672f98321dcc3248dc59ad80436114e348970821

Author: Keith Whitwell <keithw at vmware.com>
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 \




More information about the mesa-commit mailing list