summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_tiling.h
Commit message (Expand)AuthorAgeFilesLines
* broadcom/vc4: Build the vc4_tiling_lt_neon.c with -mfpu=neon on ARM.Eric Anholt2017-08-151-6/+11
* vc4: Use runtime CPU detection for whether NEON is available.Eric Anholt2017-05-021-14/+13
* vc4: fix arm64 build with NeonRob Herring2017-01-311-1/+1
* vc4: Use NEON to speed up utile loads on Pi2.Eric Anholt2017-01-261-6/+42
* vc4: Move LT tiling code to a separate file.Eric Anholt2017-01-261-0/+9
* vc4: Use unreachable() in an unreachable codepath for tiling.Eric Anholt2017-01-261-4/+2
* vc4: Move the utile_width/height functions to header inlines.Eric Anholt2017-01-051-2/+36
* vc4: Make the load/store utile functions static.Eric Anholt2017-01-051-2/+0
* vc4: Use the pure/const attributes on a bunch of our QPU functions.Eric Anholt2015-07-171-3/+3
* vc4: Add support for texture tiling.Eric Anholt2014-08-221-0/+41