aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a3xx/fd3_resource.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno/layout: layout simplifications and pitch from level 0 pitchJonathan Marek2020-07-081-37/+17
* freedreno: Use explicit *_NONE enum for undefined formatsKristian H. Kristensen2020-05-261-1/+1
* freedreno: Make the slice pitch be bytes, not pixels.Eric Anholt2020-04-231-0/+2
* freedreno: switch to layout helperRob Clark2019-11-261-3/+3
* freedreno: Convert the slice struct to the new resource header.Eric Anholt2019-11-261-1/+1
* freedreno: use rsc->slice accessor everywhereRob Clark2019-11-261-2/+2
* freedreno/a3xx: fix texture tiling parametersKhaled Emara2019-08-301-10/+21
* freedreno: disable tiling for cubemapsKhaled Emara2019-08-121-2/+5
* freedreno: add tiling parameters for 2D/2DArray/3DKhaled Emara2019-08-121-2/+19
* freedreno: simplified slices setup for a3xxKhaled Emara2019-08-121-12/+3
* freedreno: enable tiled textures for debug buildsKhaled Emara2019-08-121-0/+116