aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a3xx/fd3_format.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a3xx: add support for S8 and Z32F_S8Ilia Mirkin2015-04-271-0/+7
* freedreno/a3xx: add Z32F supportIlia Mirkin2015-04-271-1/+1
* freedreno/a3xx: add support for float R/RG render targetsIlia Mirkin2015-04-181-4/+6
* freedreno/a3xx: add ETC2 decoding supportIlia Mirkin2015-02-191-0/+10
* freedreno/a3xx: add hardware ETC1 supportIlia Mirkin2015-02-181-0/+3
* freedreno/a3xx: add bgr565 texturing and renderingIlia Mirkin2014-12-061-1/+1
* freedreno/a3xx: add support for SRGB render targetsIlia Mirkin2014-12-061-8/+8
* freedreno/a3xx: output RGBA16_FLOAT from fs for certain outputsIlia Mirkin2014-12-061-0/+13
* freedreno/a3xx: re-enable rgb10_a2 render targetsIlia Mirkin2014-12-061-1/+3
* freedreno/a3xx: add missing integer formats and enable renderingIlia Mirkin2014-11-301-3/+30
* freedreno/a3xx: add 16-bit unorm/snorm texture formatsIlia Mirkin2014-11-301-6/+6
* freedreno/a3xx: unify vertex/texture formats into a single tableIlia Mirkin2014-11-291-351/+218
* freedreno/a3xx: rename vertex/texture format enums to be more consistentIlia Mirkin2014-11-291-63/+63
* freedreno/a3xx: fd3_util -> fd3_formatIlia Mirkin2014-11-291-0/+453