[Mesa-dev] [PATCH demos 2/4] glxinfo/wglinfo: Fix typo

Brian Paul brian.e.paul at gmail.com
Fri Feb 9 14:45:59 UTC 2018


On Fri, Feb 9, 2018 at 2:08 AM, Andreas Boll <andreas.boll.dev at gmail.com>
wrote:

> Fixes: 6eaf6ab3 "glxinfo/wglinfo: query/print more GL limits"
> Signed-off-by: Andreas Boll <andreas.boll.dev at gmail.com>
> ---
>  src/xdemos/glinfo_common.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/xdemos/glinfo_common.c b/src/xdemos/glinfo_common.c
> index 07af9898..a61061c6 100644
> --- a/src/xdemos/glinfo_common.c
> +++ b/src/xdemos/glinfo_common.c
> @@ -619,7 +619,7 @@ print_limits(const char *extensions, const char
> *oglstring, int version,
>        { 1, GL_MAX_TEXTURE_BUFFER_SIZE, "GL_MAX_TEXTURE_BUFFER_SIZE",
> "3.1" },
>        { 1, GL_MAX_RECTANGLE_TEXTURE_SIZE, "GL_MAX_RECTANGLE_TEXTURE_SIZE",
> "3.1" },
>  #endif
> -#if defined(GL_VERISON_3_2)
> +#if defined(GL_VERSION_3_2)
>        { 1, GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS, "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS",
> "3.2" },
>        { 1, GL_MAX_GEOMETRY_UNIFORM_COMPONENTS, "GL_MAX_GEOMETRY_UNIFORM_COMPONENTS",
> "3.2" },
>        { 1, GL_MAX_GEOMETRY_OUTPUT_VERTICES, "GL_MAX_GEOMETRY_OUTPUT_VERTICES",
> "3.2" },
>
>
> Hmm, I could have sworn I fixed that before pushing.  Sorry.

Reviewed-by: Brian Paul <brianp at vmware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180209/46a0dd9d/attachment.html>


More information about the mesa-dev mailing list