aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_shader.c
Commit message (Expand)AuthorAgeFilesLines
* spirv: Convert the supported_extensions struct to spirv_optionsJason Ekstrand2017-12-021-10/+13
* radv: do not dump meta shaders with RADV_DEBUG=shadersSamuel Pitoiset2017-12-011-1/+1
* radv: use vk_error() everywhere an error is returnedSamuel Pitoiset2017-11-131-1/+1
* radv: pre-calculate user_data_0 registers and store in pipelineDave Airlie2017-11-061-39/+0
* radv: Fix -Wformat-security issueAlex Smith2017-10-301-1/+1
* radv: Implement VK_AMD_shader_infoAlex Smith2017-10-291-31/+149
* radv: add support for local bos. (v3)Dave Airlie2017-10-261-1/+1
* radv: move nir print after linking is doneTimothy Arceri2017-10-241-3/+0
* radv: Disallow indirect outputs for GS on GFX9 as well.Bas Nieuwenhuizen2017-10-231-3/+1
* radv: Don't use vgpr indexing for outputs on GFX9.Bas Nieuwenhuizen2017-10-221-0/+5
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-5/+5
* radv: calculate and emit GFX9 GS registers to pipeline state.Bas Nieuwenhuizen2017-10-201-0/+6
* radv: copy indirect lowering settings from radeonsiTimothy Arceri2017-10-201-1/+26
* radv: Modify rsrc1/rsrc2 generation for merged tess.Bas Nieuwenhuizen2017-10-191-7/+16
* radv: Update GFX9 user data regs for GS/tess.Bas Nieuwenhuizen2017-10-191-4/+15
* radv: Add code to compile merged shaders.Bas Nieuwenhuizen2017-10-191-7/+10
* ac/nir: Change interface to allow multiple source shaders.Bas Nieuwenhuizen2017-10-191-1/+1
* radv: Link shaders.Bas Nieuwenhuizen2017-10-181-1/+1
* 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