summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_tiling.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-26vc4: Move LT tiling code to a separate file.Eric Anholt1-80/+0
2017-01-05vc4: Rewrite T image handling based on calling the LT handler.Eric Anholt1-34/+75
2017-01-05vc4: Move the utile_width/height functions to header inlines.Eric Anholt1-35/+0
2017-01-05vc4: Make the load/store utile functions static.Eric Anholt1-2/+2
2017-01-05vc4: Simplify the load/store utile functions.Eric Anholt1-10/+22
2016-05-30vc4: Fix doxygen warnings12.0-branchpointRhys Kidd1-4/+4
2016-04-15vc4: Fix subimage accesses to LT textures.Eric Anholt1-4/+4
2015-07-14vc4: Fix compiler warnings on release builds.Eric Anholt1-7/+4
2014-08-22vc4: Add support for texture tiling.Eric Anholt1-0/+321