aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a3xx/fd3_format.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Fix the type of single-component scaled vertex attrs.Eric Anholt2019-09-031-3/+3
* freedreno: a3xx: add GL_AMD_compressed_ATC_texture supportJonathan Marek2019-04-231-0/+4
* freedreno: fdN_gmem_restore_format() is not gen specificRob Clark2016-12-181-21/+0
* freedreno: fix indentationRob Clark2016-04-301-4/+4
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-6/+6
* freedreno/a3xx: add fake RGTC support (required for GL3)Ilia Mirkin2015-11-181-0/+20
* freedreno/a3xx: add missing formats to enable ARB_vertex_type_2_10_10_10_revIlia Mirkin2015-11-181-0/+4
* freedreno/a3xx: fix blending of L8 formatIlia Mirkin2015-09-161-0/+2
* freedreno/a3xx: add s3tc texture format supportIlia Mirkin2015-08-171-0/+9
* freedreno/a3xx: fix up logic for handling block formatsIlia Mirkin2015-08-171-1/+1
* 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