summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_shader_info.c
Commit message (Expand)AuthorAgeFilesLines
* radv: improve gathering of load_push_constants with dynamic bindingsSamuel Pitoiset2019-01-231-1/+3
* radv: Fix a stupid if in gather_intrinsic_infoJason Ekstrand2018-12-161-9/+9
* radv: gather stream output infoSamuel Pitoiset2018-10-291-0/+39
* radv: gather which GS stream is used for every outputsSamuel Pitoiset2018-10-291-0/+2
* radv: gather the number of output components per streamSamuel Pitoiset2018-10-291-0/+2
* radv: gather the number of streams used by geometry shadersSamuel Pitoiset2018-10-291-0/+14
* radv: gather the output usage mask for clip/cull distances correctlySamuel Pitoiset2018-08-311-0/+8
* radv: add set_output_usage_mask() helperSamuel Pitoiset2018-08-311-17/+26
* radv: fix passing clip/cull distances from VS to PSSamuel Pitoiset2018-08-311-0/+4
* radv: Remove deref chain support in radv shader info pass.Bas Nieuwenhuizen2018-06-221-97/+9
* radv: Gather info for deref instr based load/store.Bas Nieuwenhuizen2018-06-221-5/+55
* radv: Add shader info support for image deref instructions.Bas Nieuwenhuizen2018-06-221-3/+37
* ac/nir: Support deref instructions in tex instructions.Bas Nieuwenhuizen2018-06-221-0/+13
* radv: scan the geometry shader output usage maskSamuel Pitoiset2018-05-141-0/+6
* radv: check that layout isn't NULL in radv_nir_shader_info_pass()Samuel Pitoiset2018-05-141-1/+1
* radv: move {load,store}_var intrinsics scanning in different functionsSamuel Pitoiset2018-05-141-47/+80
* radv: fix scanning output_usage_mask with structsSamuel Pitoiset2018-03-291-4/+52
* nir: Rename image intrinsics to image_varJason Ekstrand2018-03-231-20/+20
* radv/multiview: mark layer_input if we have input attachments.Dave Airlie2018-03-191-1/+3
* radv: handle exporting view index to fragment shader. (v1.1)Dave Airlie2018-03-191-0/+2
* radv/shader_info: start gathering tess output info (v2)Dave Airlie2018-03-161-2/+47
* ac/nir: move ac_nir_compiler_options and friends to radv folderSamuel Pitoiset2018-03-131-1/+1
* ac: move ac_shader_info to radv folderSamuel Pitoiset2018-03-131-0/+309