summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_tiling.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-15broadcom/vc4: Build the vc4_tiling_lt_neon.c with -mfpu=neon on ARM.Eric Anholt1-6/+11
2017-05-02vc4: Use runtime CPU detection for whether NEON is available.Eric Anholt1-14/+13
2017-01-31vc4: fix arm64 build with NeonRob Herring1-1/+1
2017-01-26vc4: Use NEON to speed up utile loads on Pi2.Eric Anholt1-6/+42
2017-01-26vc4: Move LT tiling code to a separate file.Eric Anholt1-0/+9
2017-01-26vc4: Use unreachable() in an unreachable codepath for tiling.Eric Anholt1-4/+2
2017-01-05vc4: Move the utile_width/height functions to header inlines.Eric Anholt1-2/+36
2017-01-05vc4: Make the load/store utile functions static.Eric Anholt1-2/+0
2015-07-17vc4: Use the pure/const attributes on a bunch of our QPU functions.Eric Anholt1-3/+3
2014-08-22vc4: Add support for texture tiling.Eric Anholt1-0/+41