Mesa (arb_geometry_shader4): gs: make it easier to debug

Zack Rusin zack at kemper.freedesktop.org
Mon Aug 10 04:14:19 UTC 2009


Module: Mesa
Branch: arb_geometry_shader4
Commit: f2733f1379fbffb61bac925d925e7ce112282301
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2733f1379fbffb61bac925d925e7ce112282301

Author: Zack Rusin <zackr at vmware.com>
Date:   Mon Aug 10 00:19:10 2009 -0400

gs: make it easier to debug

---

 progs/gp/gp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/gp/gp.c b/progs/gp/gp.c
index 8c58a1c..39a98b5 100644
--- a/progs/gp/gp.c
+++ b/progs/gp/gp.c
@@ -9,7 +9,7 @@
 #include <GL/glext.h>
 
 static const char *filename = NULL;
-static GLuint nr_steps = 4;
+static GLuint nr_steps = 0;
 
 static GLuint fragShader;
 static GLuint vertShader;




More information about the mesa-commit mailing list