[Mesa-dev] [PATCH 01/11] glx: Unbreak generating some of the xorg glx headers

Dylan Baker baker.dylan.c at gmail.com
Fri Mar 25 22:50:45 UTC 2016


Quoting Adam Jackson (2016-03-24 11:09:56)
> Broken by:
> 
>     commit 9ace0b542241c77ae82a0835ac8a09e2a7510eaf
>     Author: Dylan Baker <baker.dylan.c at gmail.com>
>     Date:   Wed May 20 15:49:11 2015 -0700
> 
>         glapi: glX_proto_size.py: use argparse instead of getopt
> 
> Which changed most, but not all, callers to use --header-tag instead of
> -h.
> 
> Signed-off-by: Adam Jackson <ajax at redhat.com>
> ---
>  src/mapi/glapi/gen/Makefile.am | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am
> index 8421af4..0d5e408 100644
> --- a/src/mapi/glapi/gen/Makefile.am
> +++ b/src/mapi/glapi/gen/Makefile.am
> @@ -330,7 +330,7 @@ $(XORG_GLX_DIR)/indirect_dispatch.h: glX_proto_recv.py gl_and_glX_API.xml $(COMM
>  
>  $(XORG_GLX_DIR)/indirect_size_get.h: glX_proto_size.py $(COMMON_GLX)
>         $(PYTHON_GEN) $< -f $(srcdir)/gl_API.xml -m size_h \
> -           --only-get -h '_INDIRECT_SIZE_GET_H_' \
> +           --only-get --header-tag '_INDIRECT_SIZE_GET_H_' \
>           | $(INDENT) $(XORG_INDENT_FLAGS) > $@
>  
>  $(XORG_GLX_DIR)/indirect_size_get.c: glX_proto_size.py $(COMMON_GLX)
> @@ -339,7 +339,7 @@ $(XORG_GLX_DIR)/indirect_size_get.c: glX_proto_size.py $(COMMON_GLX)
>  
>  $(XORG_GLX_DIR)/indirect_reqsize.h: glX_proto_size.py $(COMMON_GLX)
>         $(PYTHON_GEN) $< -f $(srcdir)/gl_API.xml -m reqsize_h \
> -           --only-get -h '_INDIRECT_SIZE_GET_H_' \
> +           --only-get --header-tag '_INDIRECT_SIZE_GET_H_' \
>           | $(INDENT) $(XORG_INDENT_FLAGS) > $@
>  
>  $(XORG_GLX_DIR)/indirect_reqsize.c: glX_proto_size.py $(COMMON_GLX)
> -- 
> 2.5.0
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

I replied to the other one, but:
My bad on that,
Reviewed-by: Dylan Baker <baker.dylan.c at gmail.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160325/82c4da6d/attachment.sig>


More information about the mesa-dev mailing list