From d6c675f497950c6fa5afea531e86a25fd115d2a5 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 31 Aug 2006 20:41:16 +0000 Subject: Fix problems with vertex program protocol There were two sets of bugs in the vertex program (ARB and NV) protocol. First, several of the ARB functions were missing the 'doubles_in_order="true"' annotation. Second, after the ARB decided that glVertexAttrib*ARB functions must not alias fixed-function state for GLSL, Nvidia re-assigned GLX protocol opcodes for glVertexAttrib*NV (circa Septeber 2004). For some reason gl_API.xml was never updated to reflect this, and the updated version of the GL_NV_vertex_program spec never made into the registry. --- src/mesa/glapi/gl_API.xml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index 035beba605..11b9b5021f 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -6161,7 +6161,7 @@ - + @@ -6195,7 +6195,7 @@ - + @@ -6232,7 +6232,7 @@ - + @@ -6272,7 +6272,7 @@ - + @@ -10669,7 +10669,7 @@ - + @@ -10681,7 +10681,7 @@ - + @@ -10694,7 +10694,7 @@ - + @@ -10708,7 +10708,7 @@ - + @@ -10719,7 +10719,7 @@ - + @@ -10731,7 +10731,7 @@ - + @@ -10744,7 +10744,7 @@ - + @@ -10758,7 +10758,7 @@ - + @@ -10769,7 +10769,7 @@ - + @@ -10781,7 +10781,7 @@ - + @@ -10794,7 +10794,7 @@ - + @@ -10808,7 +10808,7 @@ - + @@ -10822,7 +10822,7 @@ - + -- cgit v1.2.3