OSDN Git Service

vc4: Use a wrapper file to set VC4_BUILD_NEON instead of CFLAGS.
authorEric Anholt <eric@anholt.net>
Thu, 13 Apr 2017 22:09:16 +0000 (15:09 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 2 May 2017 20:35:23 +0000 (13:35 -0700)
commita373f77662c557662a675139ea6121b05c1f2b72
tree4cb255fbf16e1e81d25201c05ccc5fab9000942e
parent463b7d0332c59d7115642c9922915d097535b4d9
vc4: Use a wrapper file to set VC4_BUILD_NEON instead of CFLAGS.

Android.mk was setting the flag across the entire driver, so we didn't
have non-NEON versions getting built.  This was going to be a problem with
the next commit, when I start auto-detecting NEON support and use the
non-NEON version when appropriate.

Reviewed-by: Rob Herring <robh@kernel.org>
src/gallium/drivers/vc4/Android.mk
src/gallium/drivers/vc4/Makefile.am
src/gallium/drivers/vc4/Makefile.sources
src/gallium/drivers/vc4/vc4_tiling_lt_neon.c [new file with mode: 0644]