aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/ir3/ir3_image.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Stop scattered remapping of SSBOs/images to IBOs.Eric Anholt2020-01-211-15/+4
* freedreno: support 16b for the sampler opcodeHyunjun Ko2019-11-201-0/+6
* freedreno: Reuse glsl_get_sampler_coordinate_components().Eric Anholt2019-06-041-25/+5
* freedreno/ir3: fix const assertRob Clark2019-04-191-1/+0
* freedreno/ir3: use nir_src_as_uint in a few placesKarol Herbst2019-04-141-2/+2
* freedreno/ir3: add image/ssbo <-> ibo/tex mappingRob Clark2019-02-161-14/+62
* freedreno/ir3: split out image helpersRob Clark2019-02-161-0/+197