aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-05-03 12:48:26 +0000
committermarha <marha@users.sourceforge.net>2011-05-03 12:48:26 +0000
commitcc93496bdbb3e7aea51033ece75fa85cfb5845d4 (patch)
tree4346be8524d6ff90f89a403dc53c8519eacdf2e5 /mesalib/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml
parent34f1ddbb272a5ad55f56d54e2f861da6360db04f (diff)
downloadvcxsrv-cc93496bdbb3e7aea51033ece75fa85cfb5845d4.tar.gz
vcxsrv-cc93496bdbb3e7aea51033ece75fa85cfb5845d4.tar.bz2
vcxsrv-cc93496bdbb3e7aea51033ece75fa85cfb5845d4.zip
xkeyboard libxcb pixman mesa git update 2 May 2011
Diffstat (limited to 'mesalib/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml')
-rw-r--r--mesalib/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/mesalib/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml b/mesalib/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml
new file mode 100644
index 000000000..2ed0e0b18
--- /dev/null
+++ b/mesalib/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
+
+<!-- Note: no GLX protocol info yet. -->
+
+
+<OpenGLAPI>
+
+<category name="GL_AMD_draw_buffers_blend" number="366">
+
+ <function name="BlendEquationIndexedAMD" alias="BlendEquationiARB">
+ <param name="buf" type="GLuint"/>
+ <param name="mode" type="GLenum"/>
+ </function>
+
+ <function name="BlendEquationSeparateIndexedAMD" alias="BlendEquationSeparateiARB">
+ <param name="buf" type="GLuint"/>
+ <param name="modeRGB" type="GLenum"/>
+ <param name="modeA" type="GLenum"/>
+ </function>
+
+ <function name="BlendFuncIndexedAMD" alias="BlendFunciARB">
+ <param name="buf" type="GLuint"/>
+ <param name="src" type="GLenum"/>
+ <param name="dst" type="GLenum"/>
+ </function>
+
+ <function name="BlendFuncSeparateIndexedAMD" alias="BlendFuncSeparateiARB">
+ <param name="buf" type="GLuint"/>
+ <param name="srcRGB" type="GLenum"/>
+ <param name="dstRGB" type="GLenum"/>
+ <param name="srcA" type="GLenum"/>
+ <param name="dstA" type="GLenum"/>
+ </function>
+
+</category>
+
+</OpenGLAPI>