mesa: EXT_vertex_array_bgra fixes
authorBrian Paul <brianp@vmware.com>
Mon, 8 Jun 2009 13:25:24 +0000 (07:25 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 8 Jun 2009 13:25:24 +0000 (07:25 -0600)
commitfce4ee12a620de4ece35cef62a4562bbd4895557
treefae025dc56930e56f78085f3da75c01fee58e56b
parent4d9d0e62306ce1a046ff724936016a4f080cf21a
mesa: EXT_vertex_array_bgra fixes

1) Pass the correct format when calling update_array in
   _mesa_VertexAttribPointerARB.
2) glVertexAttribPointerNV accepts GL_BGRA format too.
3) raise INVALID_VALUE error when format is BGRA and normalized is
   false in glVertexAttribPointerARB

(cherry picked from commit 4adb190a162c5ed0684a8616331344caadba4010)
src/mesa/main/varray.c