aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_shader.c
Commit message (Expand)AuthorAgeFilesLines
* radv: remove duplicate debug_flags fieldTimothy Arceri2017-10-121-4/+4
* radv: lower ffma in nir.Dave Airlie2017-10-111-0/+1
* amd: move r600d_common.h into r600gMarek Olšák2017-10-091-1/+0
* radv: dump SPIRV when a GPU hang is detectedSamuel Pitoiset2017-10-041-1/+3
* radv: dump NIR when a GPU hang is detectedSamuel Pitoiset2017-10-041-2/+8
* radv: add radv_shader_dump_stats() helperSamuel Pitoiset2017-09-141-0/+70
* radv/nir: call opt_remove_phis after trivial continues.Dave Airlie2017-09-131-0/+1
* radv: keep track of the disasm string in debug mode onlySamuel Pitoiset2017-09-081-1/+8
* radv: add shader_variant_create() helper functionSamuel Pitoiset2017-09-081-58/+56
* radv: drop 'dump' parameters from some shader related functionsSamuel Pitoiset2017-09-081-8/+9
* radv: move shaders related code to radv_shader.cSamuel Pitoiset2017-09-081-0/+526