summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gl_API.xml
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-08-29 17:44:45 +0000
committerIan Romanick <idr@us.ibm.com>2006-08-29 17:44:45 +0000
commit8d675aa637a551c634b827b007c18e061d0ae2f6 (patch)
treeae9b514999b66e65a621006a8737f4bccaff612d /src/mesa/glapi/gl_API.xml
parentdfdd0b4f30e12acca07c2076adb594293bdb15bb (diff)
Deprecate GL_EXT_vertex_weighting.
Nvidia no longer supports this extension, and they no longer export its entry points from their libGL. There's no reason for us to keep dragging it around either.
Diffstat (limited to 'src/mesa/glapi/gl_API.xml')
-rw-r--r--src/mesa/glapi/gl_API.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml
index 6e8df0c40c..035beba605 100644
--- a/src/mesa/glapi/gl_API.xml
+++ b/src/mesa/glapi/gl_API.xml
@@ -9716,17 +9716,17 @@
</category>
<category name="GL_EXT_vertex_weighting" number="188">
- <function name="VertexWeightfEXT" offset="assign" vectorequiv="VertexWeightfvEXT">
+ <function name="VertexWeightfEXT" vectorequiv="VertexWeightfvEXT">
<param name="weight" type="GLfloat"/>
<glx ignore="true"/>
</function>
- <function name="VertexWeightfvEXT" offset="assign">
+ <function name="VertexWeightfvEXT">
<param name="weight" type="const GLfloat *" count="1"/>
<glx rop="4135" ignore="true"/>
</function>
- <function name="VertexWeightPointerEXT" offset="assign">
+ <function name="VertexWeightPointerEXT">
<param name="size" type="GLsizei"/>
<param name="type" type="GLenum"/>
<param name="stride" type="GLsizei"/>