On Wed, Feb 8, 2017 at 6:03 PM, Marek Olšák <mar...@gmail.com> wrote:
> From: Paul Berry <stereotype...@gmail.com>
>
> This is not yet used in the build, just generated.
>
> v2: Add missing build dependencies.
> v3: Avoid mixing declarations and code, remove logic for avoiding emitting
>     code that the compiler's optimizer can deal with anyway.
> ---
>  src/mapi/glapi/gen/Makefile.am     |   8 ++
>  src/mapi/glapi/gen/gl_marshal.py   | 288 
> +++++++++++++++++++++++++++++++++++++
>  src/mapi/glapi/gen/gl_marshal_h.py |  86 +++++++++++
>  src/mapi/glapi/gen/marshal_XML.py  |  96 +++++++++++++
>  src/mesa/Android.gen.mk            |  12 ++
>  src/mesa/SConscript                |  16 +++
>  src/mesa/main/.gitignore           |   2 +
>  7 files changed, 508 insertions(+)
>  create mode 100644 src/mapi/glapi/gen/gl_marshal.py
>  create mode 100644 src/mapi/glapi/gen/gl_marshal_h.py
>  create mode 100644 src/mapi/glapi/gen/marshal_XML.py

These new files need to be listed in EXTRA_DIST in
src/mapi/glapi/gen/Makefile.am.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to