aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_tiling_lt.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Move the utile load/store functions to a header for reuse by v3d.Eric Anholt2018-12-191-201/+10
* vc4: Handle partial loads/stores of tiled textures.Eric Anholt2018-08-081-3/+153
* vc4: Compile the LT image helper per cpp we might load/store.Eric Anholt2018-08-081-2/+31
* vc4: Refactor to reuse the LT tile walking code.Eric Anholt2018-08-081-24/+34
* broadcom/vc4: Port NEON-code to ARM64Jonas Pfeil2017-08-151-0/+84
* vc4: Only build the NEON code on arm32.Eric Anholt2017-05-011-2/+2
* vc4: Make Neon inline assembly clang compatibleRob Herring2017-01-311-35/+35
* vc4: Use NEON to speed up utile stores on Pi2+.cros-mesa-17.1.0-r2-vanillacros-mesa-17.1.0-r1-vanillachadv/cros-mesa-17.1.0-r2-vanillachadv/cros-mesa-17.1.0-r1-vanillaEric Anholt2017-01-261-5/+50
* vc4: Use NEON to speed up utile loads on Pi2.Eric Anholt2017-01-261-12/+67
* vc4: Move LT tiling code to a separate file.Eric Anholt2017-01-261-0/+112