[Mesa-dev] [PATCH 0/4] android: preparation for vulkan

Jason Ekstrand jason at jlekstrand.net
Thu Nov 10 15:37:44 UTC 2016


On Nov 10, 2016 1:34 AM, "Tapani Pälli" <tapani.palli at intel.com> wrote:
>
> Hi;
>
> Here are some patches that prepare current build for Vulkan support.

Hey, thanks for doing this!

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

> These are the things I noticed needing change to be able to build
> upcoming libmesa_vulkan.intel.so. I'm still wondering a bit what todo
> with sha1 support, there is sha1 for bionic from netbsd
> (bionic/libc/upstream-netbsd/ ...) and then 9 different projects in
> external/ with sha1.c included. Ideas what to do there?

We already have support in Mesa for about a half a dozen different sha1
implementations.  If one of those happens to already live in external/,
just using that is probably easiest.  Otherwise, just pick one and add it.
I don't think I have much of a preference.

Thanks!

--Jason Ekstrand

> Thanks;
>
> Tapani Pälli (4):
>   util: use STATIC_ASSERT instead of static_assert
>   anv: use STATIC_ASSERT instead of static_assert
>   android: add SPIRV_FILES to libmesa_nir
>   android/i965: add libmesa_i965_compiler static library
>
>  src/compiler/Android.nir.mk          |  3 ++-
>  src/intel/vulkan/anv_private.h       |  4 ++--
>  src/mesa/drivers/dri/i965/Android.mk | 32
++++++++++++++++++++++++++++----
>  src/util/u_vector.h                  |  2 +-
>  4 files changed, 33 insertions(+), 8 deletions(-)
>
> --
> 2.7.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161110/01038efb/attachment.html>


More information about the mesa-dev mailing list