aco: fix non-rtz pack_half_2x16
[mesa.git] / src / amd / vulkan / radv_shader_info.c
2020-08-18 Bas Nieuwenhuizenradv: Fix handling of attribs 16-31.
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-06 Bas NieuwenhuizenRevert "radv: add support for MRTs compaction to avoid...
2020-06-29 Samuel Pitoisetradv: add support for MRTs compaction to avoid holes
2020-06-29 Samuel Pitoisetradv: adjust CB_SHADER_MASK for dual-source blending...
2020-06-25 Daniel Schürmannradv: change use_aco -> use_llvm
2020-06-18 Samuel Pitoisetradv: compute CB_SHADER_MASK from the fragment shader...
2020-06-12 Samuel Pitoisetradv: set DB_SHADER_CONTROL.CONSERVATIVE_Z_EXPORT correctly
2020-04-29 Timur Kristófradv: Use smaller esgs_itemsize for ACO.
2020-04-23 Samuel Pitoisetradv: make sure to export the viewport index if FS...
2020-01-29 Samuel Pitoisetradv: gather which input PS variables use an explicit...
2020-01-13 Samuel Pitoisetradv/gfx10: determine if a pipeline is eligible for...
2019-12-02 Rhys Perryradv: set writes_memory for global memory stores/atomics
2019-10-18 Samuel Pitoisetradv: implement VK_KHR_shader_float_controls
2019-09-16 Rhys Perryradv: keep GS threads with excessive emissions which...
2019-09-16 Samuel Pitoisetradv/gfx10: gather GS output for VS as NGG
2019-09-10 Samuel Pitoisetradv: do not pass all compiler options to the shader...
2019-09-06 Samuel Pitoisetradv: calculate esgs_itemsize in the shader info pass
2019-09-06 Samuel Pitoisetradv: calculate the GSVS vertex size in the shader...
2019-09-06 Samuel Pitoisetradv: gather primitive ID in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather layer in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather viewport in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather pointsize in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather clip/cull distances in the shader info...
2019-09-06 Samuel Pitoisetradv: move ac_fill_shader_info() to radv_nir_shader_inf...
2019-08-30 Samuel Pitoisetradv: gather info about PS inputs in the shader info...
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-07-10 Samuel Pitoisetradv: set the LayerId output usage mask if FS needs it
2019-07-09 Bas Nieuwenhuizenradv: Add a common member in the union to make things...
2019-07-08 Connor Abbottradv: Use NIR barycentric intrinsics
2019-07-08 Daniel Schürmannradv: Lower input attachments in NIR.
2019-07-08 Daniel Schürmannradv: Implement nir_intrinsic_load_layer_id().
2019-07-07 Bas Nieuwenhuizenradv: Combine vs and tes output keys parts.
2019-07-01 Samuel Pitoisetradv: gather if a vertex shaders needs the instance ID
2019-05-02 Rhys Perryradv: fix set_output_usage_mask() with composite and...
2019-04-14 Karol Herbstradv: use nir constant helpers
2019-03-08 Alejandro Piñeironir/xfb: adding varyings on nir_xfb_info and gather_info
2019-02-20 Bas Nieuwenhuizenradv: Handle clip+cull distances more generally as...
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