aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_tiling.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
This still treats everything as RGBA8888 for the most part, same as before. This is a prerequisite for handling other texture formats, since only RGBA8888 has a raster-layout mode.