[Mesa-dev] [PATCH 16/17] util: Add Mesa ARB_get_program_binary helper functions

Emil Velikov emil.l.velikov at gmail.com
Thu Nov 9 13:19:17 UTC 2017


Hi Jordan,

On 9 November 2017 at 06:42, Jordan Justen <jordan.l.justen at intel.com> wrote:
> Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
> ---
>  src/util/Makefile.sources |   2 +
>  src/util/meson.build      |   2 +
>  src/util/program_binary.c | 322 ++++++++++++++++++++++++++++++++++++++++++++++
>  src/util/program_binary.h |  91 +++++++++++++
>  4 files changed, 417 insertions(+)
>  create mode 100644 src/util/program_binary.c
>  create mode 100644 src/util/program_binary.h
>

> +#include "zlib.h"
> +
Currently zlib is a dependency for !WIndows platforms.
With this patch we add it to the Windows builds.

Brian, Jose any ideas how we can get zlib on Windows?

Thanks
Emil


More information about the mesa-dev mailing list