Fix a realloc problem with indirect vertex arrays. The actual head pointer
authorIan Romanick <idr@us.ibm.com>
Fri, 19 Aug 2005 18:53:26 +0000 (18:53 +0000)
committerIan Romanick <idr@us.ibm.com>
Fri, 19 Aug 2005 18:53:26 +0000 (18:53 +0000)
commit2ae5645115124ecc97bf4a0ba9f5542cf2409845
tree9cd06468e24d54d30d118e0b9e1b2edf83406c12
parentb7c727e5006e26be3f70396030aab7512498f441
Fix a realloc problem with indirect vertex arrays.  The actual head pointer
wasn't tracked and used for the realloc, so it tended to explode.
src/glx/x11/indirect_va_private.h
src/glx/x11/indirect_vertex_array.c