vbo: Fix GLES2 glVertexAttrib.
authorChia-I Wu <olv@lunarg.com>
Tue, 7 Dec 2010 13:33:53 +0000 (21:33 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 8 Dec 2010 14:19:19 +0000 (22:19 +0800)
commit98ee6739d97b5592a7dad0b453c78e180a51ad50
treef1984ecabf18a57a9af266072bbc7893cd60b6b4
parent9f0d7dd25941b2f327c7bedf7513eee871829073
vbo: Fix GLES2 glVertexAttrib.

Attribute 0 has no special meaning in GLES2.  Add VertexAttrib4f_nopos
for that purpose and make _es_VertexAttrib* call the new function.

Rename _vbo_* to _es_* to avoid confusion.  These functions are only
used by GLES, and now some of them (_es_VertexAttrib*) even behave
differently than vbo_VertexAttrib*.
src/mesa/main/APIspec.xml
src/mesa/vbo/vbo.h
src/mesa/vbo/vbo_exec_api.c