Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vc4: Use the pure/const attributes on a bunch of our QPU functions. | Eric Anholt | 2015-07-17 | 1 | -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 Anholt | 2014-08-22 | 1 | -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. |