Module: Mesa Branch: arb_geometry_shader4 Commit: f2733f1379fbffb61bac925d925e7ce112282301 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2733f1379fbffb61bac925d925e7ce112282301
Author: Zack Rusin <[email protected]> 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; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
