radv: remove unused variable in gather_push_constant_info()
[mesa.git] / src / amd / vulkan / radv_shader_info.c
2019-02-18 Samuel Pitoisetradv: remove unused variable in gather_push_constant_info()
2019-02-12 Samuel Pitoisetradv: gather if shaders load dynamic offsets separately
2019-02-12 Samuel Pitoisetradv: gather more info about push constants
2019-02-06 Bas Nieuwenhuizenradv: Fix the shader info pass for not having the...
2019-01-23 Samuel Pitoisetradv: improve gathering of load_push_constants with...
2018-12-16 Jason Ekstrandradv: Fix a stupid if in gather_intrinsic_info
2018-10-29 Samuel Pitoisetradv: gather stream output info
2018-10-29 Samuel Pitoisetradv: gather which GS stream is used for every outputs
2018-10-29 Samuel Pitoisetradv: gather the number of output components per stream
2018-10-29 Samuel Pitoisetradv: gather the number of streams used by geometry...
2018-08-31 Samuel Pitoisetradv: gather the output usage mask for clip/cull distan...
2018-08-31 Samuel Pitoisetradv: add set_output_usage_mask() helper
2018-08-31 Samuel Pitoisetradv: fix passing clip/cull distances from VS to PS
2018-06-23 Bas Nieuwenhuizenradv: Remove deref chain support in radv shader info...
2018-06-23 Bas Nieuwenhuizenradv: Gather info for deref instr based load/store.
2018-06-23 Bas Nieuwenhuizenradv: Add shader info support for image deref instructions.
2018-06-23 Bas Nieuwenhuizenac/nir: Support deref instructions in tex instructions.
2018-05-14 Samuel Pitoisetradv: scan the geometry shader output usage mask
2018-05-14 Samuel Pitoisetradv: check that layout isn't NULL in radv_nir_shader_i...
2018-05-14 Samuel Pitoisetradv: move {load,store}_var intrinsics scanning in...
2018-03-29 Samuel Pitoisetradv: fix scanning output_usage_mask with structs
2018-03-23 Jason Ekstrandnir: Rename image intrinsics to image_var
2018-03-19 Dave Airlieradv/multiview: mark layer_input if we have input attac...
2018-03-19 Dave Airlieradv: handle exporting view index to fragment shader...
2018-03-16 Dave Airlieradv/shader_info: start gathering tess output info...
2018-03-13 Samuel Pitoisetac/nir: move ac_nir_compiler_options and friends to...
2018-03-13 Samuel Pitoisetac: move ac_shader_info to radv folder