Don't perform dangling attribute check on POS attribute. It can't by
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 20 Nov 2006 11:49:58 +0000 (11:49 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 20 Nov 2006 11:49:58 +0000 (11:49 +0000)
commitdd60eaa6d9f61735141976db0e83d25176ac73c7
treec144ace5ecf25668280eb9b2d98512b4d11e9873
parent188a4db49c4c22429bfa7ae87d4b1a0c35bf0285
Don't perform dangling attribute check on POS attribute.  It can't by
definition dangle (every vertex has a position).  However
save->currentsz isn't properly maintained for this attribute, as there
is no current position value to track.  Based on patch from Haihao Xiang.
src/mesa/vbo/vbo_save_api.c