On Mon, 17 Oct 2011 00:37:14 +0200, vlj <v...@ovi.com> wrote:
> ---
>  src/mapi/glapi/gen/ARB_Uniform_Buffer_Object.xml |  115 
> ++++++++++++++++++++++
>  src/mapi/glapi/gen/Makefile                      |    1 +
>  src/mapi/glapi/gen/gl_API.xml                    |    2 +-
>  3 files changed, 117 insertions(+), 1 deletions(-)
>  create mode 100644 src/mapi/glapi/gen/ARB_Uniform_Buffer_Object.xml
> 
> diff --git a/src/mapi/glapi/gen/ARB_Uniform_Buffer_Object.xml 
> b/src/mapi/glapi/gen/ARB_Uniform_Buffer_Object.xml
> new file mode 100644
> index 0000000..ea9d6b7
> +<function name="GetActiveUniformsiv" offset="assign">
> +    <param name="program" type="GLuint" />
> +    <param name="uniformCount" type="GLsizei" />
> +    <param name="uniformIndices" type="const GLuint*" />
> +    <param name="pname" type="GLenum" />
> +    <param name="paras" type="GLint*" />

Didn't actually review this patch, but saw this typo while scrolling down.
> +</function>

Attachment: pgprkNcENuKaE.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to