On Sat, 24 Mar 2012 18:20:13 +0000, Dave Airlie <airl...@gmail.com> wrote: > On Sat, Mar 24, 2012 at 6:13 PM, Dave Airlie <airl...@gmail.com> wrote: > > From: Dave Airlie <airl...@redhat.com> > > > > attempt 2 : drop the regen files > > This adds the xml file covering ARB_blend_func_extended. > > > > A regen is required after commit. > > > > Signed-off-by: Dave Airlie <airl...@redhat.com> > > --- > > src/mapi/glapi/gen/ARB_blend_func_extended.xml | 32 + > > src/mapi/glapi/gen/gl_API.xml | 1 + > > > > diff --git a/src/mapi/glapi/gen/ARB_blend_func_extended.xml > > b/src/mapi/glapi/gen/ARB_blend_func_extended.xml > > new file mode 100644 > > index 0000000..3e0ac93 > > --- /dev/null > > +++ b/src/mapi/glapi/gen/ARB_blend_func_extended.xml > > @@ -0,0 +1,32 @@ > > +<?xml version="1.0"?> > > +<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd"> > > + > > +<!-- Note: no GLX protocol info yet. --> > > + > > + > > +<OpenGLAPI> > > + > > +<category name="GL_ARB_blend_func_extended" number="78"> > > + > > + <function name="BindFragDataLocationIndexed" offset="assign"> > > + <param name="program" type="GLuint"/> > > + <param name="colorNumber" type="GLuint"/> > > + <param name="index" type="GLuint"/> > > + <param name="name" type="const GLchar *"/> > > + </function> > > + > > + <function name="GetFragDataIndex" offset="assign"> > > + <param name="program" type="GLuint"/> > > + <param name="name" type="const GLchar *"/> > > + <return type="GLint"/> > > + </function> > > + > > + <enum name="SRC1_COLOR" value="0x88F9"/> > > + <enum name="SRC1_ALPHA" value="0x88F9"/> > > Self review - GL_SRC1_ALPHA is already defined to be 0x8589 , I > misread the spec here.
Yeah, other than that, Reviewed-by: Eric Anholt <e...@anholt.net>
pgpV8iQsjBNwV.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev