OSDN Git Service

Don't perform dangling attribute check on POS attribute. It can't by
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 20 Nov 2006 11:45:34 +0000 (11:45 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 20 Nov 2006 11:45:34 +0000 (11:45 +0000)
commit87f602dd820b8cca5293bd30ba356123ab0f9e36
tree6a099d3e5eb71e4a23f22af16924a4bca140f1c8
parent2164cf77306856f7d20965354b4eeff3736ddf64
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.  Reported by Haihao Xiang.
src/mesa/drivers/dri/i965/brw_save_api.c