From 3c18d4960728661e4059a015e7deb7c676c5c7b1 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 14 Jun 2006 03:29:08 +0000 Subject: new assertion --- src/mesa/tnl/t_array_import.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/tnl') diff --git a/src/mesa/tnl/t_array_import.c b/src/mesa/tnl/t_array_import.c index b7be88f430..dcb5290ef2 100644 --- a/src/mesa/tnl/t_array_import.c +++ b/src/mesa/tnl/t_array_import.c @@ -226,6 +226,8 @@ static void _tnl_import_attrib( GLcontext *ctx, GLboolean is_writable = 0; const GLubyte *data; + ASSERT(index < MAX_VERTEX_PROGRAM_ATTRIBS); + tmp = _ac_import_attrib(ctx, index, GL_FLOAT, stride ? 4 * sizeof(GLfloat) : 0, 4, /* want GLfloat[4] */ -- cgit v1.2.3