Mesa (gallium-0.1): mesa: remove old assertion

Brian Paul brianp at kemper.freedesktop.org
Tue Oct 7 14:31:03 UTC 2008


Module: Mesa
Branch: gallium-0.1
Commit: 23e62c94ee17f21e99cc2e11fb1f960c0eb56f16
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=23e62c94ee17f21e99cc2e11fb1f960c0eb56f16

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Oct  7 08:30:29 2008 -0600

mesa: remove old assertion

---

 src/mesa/shader/arbprogparse.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c
index 34350ac..4d89d05 100644
--- a/src/mesa/shader/arbprogparse.c
+++ b/src/mesa/shader/arbprogparse.c
@@ -3443,8 +3443,6 @@ parse_instructions(GLcontext * ctx, const GLubyte * inst,
       : ctx->Const.VertexProgram.MaxInstructions;
    GLint err = 0;
 
-   ASSERT(MAX_INSTRUCTIONS >= maxInst);
-
    Program->MajorVersion = (GLuint) * inst++;
    Program->MinorVersion = (GLuint) * inst++;
 




More information about the mesa-commit mailing list