Skip to content
Snippets Groups Projects
  1. Jul 17, 2017
    • Wladimir J. van der Laan's avatar
      etnaviv: NEON implementations of tiling/untiling · 57ee2c60
      Wladimir J. van der Laan authored and Robert Foss's avatar Robert Foss committed
      
      Experiemental NEON implementation of tiling/untiling that adds
      specialized NEON function for tiling 8, 16, 32 bit per element
      4x4 tiles. To optimize memory read/write sizes, there are functions that
      process multiple horizontically adjactent tiles as well. These
      are automatically picked when the width is an appropriate multiple.
      
      To make this work, Mesa needs to be compiled with CFLAGS -mfpu=neon,
      otherwise a compile error will be thrown.
      
      Signed-off-by: default avatarWladimir J. van der Laan <laanwj@gmail.com>
      57ee2c60
  2. Jul 12, 2017
  3. Jul 10, 2017
Loading