aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/ir3/ir3_image.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3: Refactor out IBO source references.Eric Anholt2020-05-261-6/+20
* freedreno: Switch to using lowered image intrinsics.Eric Anholt2020-02-241-51/+14
* freedreno/ir3: Fix the arg to ir3_get_num_components_for_image_format()Eric Anholt2020-02-241-1/+1
* glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.Eric Anholt2020-02-051-63/+4
* 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