[Mesa-dev] [PATCH] glapi: fix typo in count_scale

Marek Olšák maraeo at gmail.com
Mon Mar 6 21:29:19 UTC 2017


Reviewed-by: Marek Olšák <marek.olsak at amd.com>

Marek

On Mon, Mar 6, 2017 at 5:25 AM, Timothy Arceri <tarceri at itsqueeze.com> wrote:
> From: Gregory Hainaut <gregory.hainaut at gmail.com>
>
>  2*4=8
>
> Signed-off-by: Gregory Hainaut <gregory.hainaut at gmail.com>
> Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>
> ---
>  src/mapi/glapi/gen/gl_API.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
> index f81ad1d..c94cccc 100644
> --- a/src/mapi/glapi/gen/gl_API.xml
> +++ b/src/mapi/glapi/gen/gl_API.xml
> @@ -5869,21 +5869,21 @@
>          <param name="location" type="GLint"/>
>          <param name="count" type="GLsizei" counter="true"/>
>          <param name="transpose" type="GLboolean"/>
>          <param name="value" type="const GLfloat *" count="count" count_scale="6"/>
>          <glx ignore="true"/>
>      </function>
>      <function name="UniformMatrix2x4fv" es2="3.0">
>          <param name="location" type="GLint"/>
>          <param name="count" type="GLsizei" counter="true"/>
>          <param name="transpose" type="GLboolean"/>
> -        <param name="value" type="const GLfloat *" count="count" count_scale="6"/>
> +        <param name="value" type="const GLfloat *" count="count" count_scale="8"/>
>          <glx ignore="true"/>
>      </function>
>      <function name="UniformMatrix4x2fv" es2="3.0">
>          <param name="location" type="GLint"/>
>          <param name="count" type="GLsizei" counter="true"/>
>          <param name="transpose" type="GLboolean"/>
>          <param name="value" type="const GLfloat *" count="count" count_scale="8"/>
>          <glx ignore="true"/>
>      </function>
>      <function name="UniformMatrix3x4fv" es2="3.0">
> --
> 2.9.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list