Mesa (gallium-0.2): mesa: don't continually redraw

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 29 01:01:55 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 0a8590e3cf9e9f671405343bcd1dc756a7296fc3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a8590e3cf9e9f671405343bcd1dc756a7296fc3

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Oct 28 18:18:31 2008 -0600

mesa: don't continually redraw

---

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

diff --git a/progs/glsl/identity.c b/progs/glsl/identity.c
index dce140f..37579eb 100644
--- a/progs/glsl/identity.c
+++ b/progs/glsl/identity.c
@@ -22,7 +22,7 @@ static GLuint fragShader;
 static GLuint vertShader;
 static GLuint program;
 static GLint win = 0;
-static GLboolean anim = GL_TRUE;
+static GLboolean anim = GL_FALSE;
 static GLfloat xRot = 0.0f, yRot = 0.0f;
 static int w,h;
 




More information about the mesa-commit mailing list