aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_tiling.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Handle partial loads/stores of tiled textures.Eric Anholt2018-08-081-13/+0
* vc4: Move LT tiling code to a separate file.Eric Anholt2017-01-261-80/+0
* vc4: Rewrite T image handling based on calling the LT handler.Eric Anholt2017-01-051-34/+75
* vc4: Move the utile_width/height functions to header inlines.Eric Anholt2017-01-051-35/+0
* vc4: Make the load/store utile functions static.Eric Anholt2017-01-051-2/+2
* vc4: Simplify the load/store utile functions.Eric Anholt2017-01-051-10/+22
* vc4: Fix doxygen warnings12.0-branchpointRhys Kidd2016-05-301-4/+4
* vc4: Fix subimage accesses to LT textures.Eric Anholt2016-04-151-4/+4
* vc4: Fix compiler warnings on release builds.Eric Anholt2015-07-141-7/+4
* vc4: Add support for texture tiling.Eric Anholt2014-08-221-0/+321