aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a4xx/fd4_texture.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a4xx: only update/emit bordercolor state when neededRob Clark2016-06-021-4/+6
* freedreno/a4xx: better workaround for astc+srgbRob Clark2016-04-241-2/+40
* Revert "freedreno/a4xx: lower srgb in shader for astc textures"Rob Clark2016-04-241-42/+3
* freedreno/a4xx: lower srgb in shader for astc texturesRob Clark2016-04-191-3/+42
* freedreno: fix bind_sampler_states when hwcso is NULLSerge Martin2015-12-091-0/+3
* freedreno/a4xx: only compute texture offset once for the viewIlia Mirkin2015-11-231-0/+3
* freedreno/a4xx: add ARB_texture_view supportIlia Mirkin2015-11-231-6/+7
* freedreno/a4xx: add ARB_texture_buffer_range supportIlia Mirkin2015-11-231-11/+27
* freedreno/a4xx: fix 3d texture setupIlia Mirkin2015-11-211-1/+5
* freedreno/a4xx: use hardware RGTC texture samplersIlia Mirkin2015-11-201-1/+1
* freedreno/a4xx: allow seamless cubemap filtering to be enabled per-textureIlia Mirkin2015-11-191-0/+1
* freedreno/a4xx: support lod_biasIlia Mirkin2015-11-191-0/+1
* freedreno/a4xx: add fake RGTC support (required for GL3)Rob Clark2015-11-181-1/+1
* freedreno/a4xx: add compressed texture formatsRob Clark2015-11-181-1/+3
* freedreno/a4xx: border-color supportRob Clark2015-09-151-1/+2
* freedreno/a4xx: wire up texture clamp loweringRob Clark2015-09-151-20/+79
* freedreno/a4xx: add cube map array supportIlia Mirkin2015-08-151-2/+2
* freedreno/a3xx+a4xx: add texture buffer object supportRob Clark2015-08-121-2/+2
* freedreno: remove int sampler shader variantsRob Clark2015-06-211-33/+1
* freedreno/a4xx: wire up integer texture samplingRob Clark2015-04-221-1/+33
* freedreno/a4xx: formats updates/fixesRob Clark2015-04-221-0/+3
* freedreno: remove tex_resourceIlia Mirkin2015-04-051-2/+0
* freedreno/a4xx: aniso filteringRob Clark2015-02-241-4/+6
* freedreno/a4xx: mipmapsRob Clark2014-12-131-4/+12
* freedreno/a4xx: texture fixesRob Clark2014-12-091-0/+12
* freedreno/a4xx: fd4_util -> fd4_formatRob Clark2014-12-041-1/+1
* freedreno/a4xx: rect texturesRob Clark2014-12-031-3/+4
* freedreno: allow each generation to hook into sampler view settingIlia Mirkin2014-11-301-0/+1
* freedreno: add adreno 420 supportRob Clark2014-11-151-0/+190