From 98ee6739d97b5592a7dad0b453c78e180a51ad50 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 7 Dec 2010 21:33:53 +0800 Subject: 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 | 52 +++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'src/mesa/main') diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 4dc0b0d485..16d0c9413d 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -3536,7 +3536,7 @@ - + @@ -3554,8 +3554,8 @@ - - + + @@ -3650,7 +3650,7 @@ - + @@ -3679,7 +3679,7 @@ - + @@ -3691,14 +3691,14 @@ - - - - - - - - + + + + + + + + @@ -3850,7 +3850,7 @@ - + @@ -3880,8 +3880,8 @@ - - + + @@ -4012,7 +4012,7 @@ - + @@ -4039,7 +4039,7 @@ - + @@ -4227,14 +4227,14 @@ - - - - - - - - + + + + + + + + -- cgit v1.2.3