commit | b9d0f947f2bcc47047b162e3d7c8f91b6153e02c | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Wed May 06 15:17:25 2009 -0600 |
committer | Brian Paul <brianp@vmware.com> | Thu May 07 10:12:33 2009 -0600 |
tree | 44ece271963c4792f87d690da436a6555ea32463 | |
parent | 800b14cd378ed708a29230d92031ac7b6ad6a286 [diff] |
mesa: Compute gl_client_array->_MaxElement during array validation Used to be done in the glVertex/Normal/Color/etc/Pointer() calls but if the VBO was reallocated the size could change. New _NEW_BUFFER_OBJECT state flag.