projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eee8537
)
Use correct opcodes for GLX_EXT_texture_from_pixmap.
author
Ian Romanick
<idr@us.ibm.com>
Thu, 14 Sep 2006 21:07:17 +0000
(21:07 +0000)
committer
Ian Romanick
<idr@us.ibm.com>
Thu, 14 Sep 2006 21:07:17 +0000
(21:07 +0000)
Set the correct opcodes for GLX_EXT_texture_from_pixmap functions. Changes
to the glproto package and the core X server are also required.
src/mesa/glapi/glX_API.xml
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glX_API.xml
b/src/mesa/glapi/glX_API.xml
index 0b1212f61b957c1e7a608be570fae4b70a36cd7c..455fc6a56764429cd88a232423055075eb7ab234 100644
(file)
--- a/
src/mesa/glapi/glX_API.xml
+++ b/
src/mesa/glapi/glX_API.xml
@@
-211,11
+211,11
@@
<category name="GLX_EXT_texture_from_pixmap">
<function name="BindTexImageEXT">
- <glx vendorpriv="
5152
"/>
+ <glx vendorpriv="
1330
"/>
</function>
<function name="ReleaseTexImageEXT">
- <glx vendorpriv="
5153
"/>
+ <glx vendorpriv="
1331
"/>
</function>
</category>