summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_tiling.h
Commit message (Collapse)AuthorAgeFilesLines
* vc4: Use the pure/const attributes on a bunch of our QPU functions.Eric Anholt2015-07-171-3/+3
| | | | | | On a release build, this makes the rest of vc4_qpu_validate.c go away (the compiler didn't know that our qpu helper function calls had no side effects).
* vc4: Add support for texture tiling.Eric Anholt2014-08-221-0/+41
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.