[Mesa-dev] [PATCH 0/7] old-glibc backport, vc4 NEON improvements

Eric Anholt eric at anholt.net
Tue Aug 8 20:19:45 UTC 2017


I was trying to build Mesa with NEON support for Raspbian wheezy
(gross), and found a couple of easy fixes.  I'm hoping for an ack here
on configure.ac/DEFINES changes and an Android test.

Branch available at:

https://github.com/anholt/mesa/commits/vc4-neon

Eric Anholt (5):
  broadcom: Add missing libexpat cflags for the decoder.
  broadcom: Add v3d_xml.h to gitignore.
  util: Fix build on old glibc.
  configure.ac: Introduce HAVE_ARM_ASM/HAVE_AARCH64_ASM and the -D
    flags.
  broadcom/vc4: Build the vc4_tiling_lt_neon.c with -mfpu=neon on ARM.

Jonas Pfeil (1):
  broadcom/vc4: Port NEON-code to ARM64

Maxim Maslov (1):
  broadcom/vc4: Optimize vc4_load_utile/vc4_store_utile with sse for x86

 Android.common.mk                        |   8 ++
 configure.ac                             |  24 +++++
 src/broadcom/.gitignore                  |   1 +
 src/broadcom/Makefile.am                 |   3 +
 src/gallium/drivers/vc4/Android.mk       |  10 ++
 src/gallium/drivers/vc4/Makefile.am      |  18 ++++
 src/gallium/drivers/vc4/Makefile.sources |   3 +-
 src/gallium/drivers/vc4/vc4_tiling.h     |  37 +++++--
 src/gallium/drivers/vc4/vc4_tiling_lt.c  | 180 ++++++++++++++++++++++++++++++-
 src/util/Makefile.am                     |   4 +-
 10 files changed, 279 insertions(+), 9 deletions(-)

-- 
2.13.3



More information about the mesa-dev mailing list