OSDN Git Service

mesa: consolidate glVertex/Color/etcPointer() code
authorBrian Paul <brianp@vmware.com>
Fri, 29 Oct 2010 03:17:42 +0000 (21:17 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 29 Oct 2010 03:17:42 +0000 (21:17 -0600)
commit433e5e6defc85d8b1d6262aff990e3f5a8b37027
tree4fc673bf74cd5855a18aa8ef3d85c05f7c320374
parentd1184d26bb14304a6a61d7729c90a7c7f3627086
mesa: consolidate glVertex/Color/etcPointer() code

This removes a bunch of similar error checking code in all the vertex
pointer functions and puts nearly all the error checking in update_array().
src/mesa/main/varray.c