Skip to content
Snippets Groups Projects
  1. Jul 19, 2017
    • Wladimir J. van der Laan's avatar
      etnaviv: NEON implementations of tiling/untiling · 72a4b37f
      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 used for the part that consists of whole tiles.
      
      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>
      72a4b37f
  2. Jul 12, 2017
  3. Jul 10, 2017
Loading