[Mesa-dev] [PATCH 1/9] glapi: Add Uniform Buffer Object API

Eric Anholt eric at anholt.net
Tue Oct 18 15:43:59 PDT 2011


On Mon, 17 Oct 2011 00:37:14 +0200, vlj <vljn at 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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20111018/00a16ae6/attachment.pgp>


More information about the mesa-dev mailing list