mesa: EXT_vertex_array_bgra fixes
authorMaciej Cencora <m.cencora@gmail.com>
Mon, 8 Jun 2009 13:23:56 +0000 (07:23 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 8 Jun 2009 13:23:56 +0000 (07:23 -0600)
commit4adb190a162c5ed0684a8616331344caadba4010
tree0a42088760cbc91f586782eaf7d9d97679a0de91
parent8d2324d355e243b350a03b6d1a9b47f8986e496b
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
src/mesa/main/varray.c