aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a5xx/fd5_image.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Stop scattered remapping of SSBOs/images to IBOs.Eric Anholt2020-01-211-1/+1
* freedreno: switch to layout helperRob Clark2019-11-261-5/+5
* 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/+4
* freedreno/ir3: add image/ssbo <-> ibo/tex mappingRob Clark2019-02-161-25/+4
* freedreno: remove per-stateobj dirty_mask'sRob Clark2018-06-191-5/+3
* freedreno/a5xx: remove one image stateblockRob Clark2018-06-191-13/+0
* freedreno/a5xx: cubemap image fixesRob Clark2018-06-191-1/+1
* freedreno/ir3: images can be arrays tooRob Clark2018-06-191-3/+29
* freedreno/a5xx: correct image/ssbo offsetRob Clark2018-06-111-1/+1
* freedreno/a5xx: image supportRob Clark2017-11-121-0/+223