nvc0: add support for GL_EXT_demote_to_helper_invocation
[mesa.git] / src / amd / common / ac_shader_abi.h
2019-08-30 Samuel Pitoisetac: drop now useless lookup_interp_param from ABI
2019-08-30 Samuel Pitoisetac: import linear/perspective PS input parameters from...
2019-08-26 Connor Abbottac/nir: Remove gfx9_stride_size_workaround_for_atomic
2019-08-23 Samuel Pitoisetac,radv,radeonsi: remove LLVM 7 support
2019-08-12 Marek Olšákradeonsi/nir: implement default tess level system values
2019-08-12 Marek Olšákcompiler: add SYSTEM_VALUE_USER_DATA_AMD
2019-08-06 Marek Olšákradeonsi/nir: handle key.mono.u.ps.interpolate_at_sampl...
2019-08-02 Bas Nieuwenhuizenac/nir,radv: Optimize bounds check for 64 bit CAS.
2019-07-31 Marek Olšákradeonsi/nir: implement FBFETCH for KHR_blend_equation_...
2019-07-08 Connor Abbottradeonsi/nir: Use NIR barycentric intrinsics
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-05-03 Samuel Pitoisetradv: apply the indexing workaround for atomic buffer...
2019-04-25 Bas Nieuwenhuizenac/nir: Add support for planes.
2019-02-12 Samuel Pitoisetradv: add support for push constants inlining when...
2019-01-09 Rhys Perryac/nir,radv,radeonsi/nir: use correct indices for inter...
2018-03-28 Bas Nieuwenhuizenac/nir: Add workaround for GFX9 buffer views.
2018-03-28 Timothy Arceriac/radeonsi: pass bindless bool to load_sampler_desc()
2018-03-14 Dave Airlieac/nir: pass the nir variable through tcs loading.
2018-03-08 Timothy Arceriac/radeonsi: add emit_kill to the abi
2018-02-27 Timothy Arceriac/radeonsi: add load_base_vertex() to the abi
2018-02-21 Timothy Arceriac/radeonsi: pass type to load_tess_varyings()
2018-02-14 Samuel Pitoisetac: move the outputs array to the ABI
2018-02-12 Samuel Pitoisetac: remove unused parameters in abi::load_tess_coord()
2018-02-12 Samuel Pitoisetac: add load_resource() to the ABI
2018-02-12 Samuel Pitoisetac: add load_sample_mask_in() to the ABI
2018-02-12 Samuel Pitoisetac: move view_index to the ABI
2018-02-12 Samuel Pitoisetac: move push_constants to the ABI
2018-02-12 Samuel Pitoisetac: move tg_size to the ABI
2018-02-06 Timothy Arceriac/radeonsi: add num_work_groups to the abi
2018-02-06 Timothy Arceriac/radeonsi: add load_local_group_size() to the abi
2018-02-06 Timothy Arceriac/radeonsi: add local_invocation_ids to the abi
2018-02-06 Timothy Arceriac/radeonsi: add workgroup_ids to the abi
2018-01-30 Timothy Arceriac/radeonsi: add lookup_interp_param and load_sample_po...
2018-01-30 Timothy Arceriradeonsi/nir: add prim_mask to the abi
2018-01-30 Timothy Arceriradeonsi/nir: add si_nir_lookup_interp_param() helper
2018-01-22 Timothy Arceriac/radeonsi: add emit primitive to the abi
2018-01-17 Timothy Arceriac/radeonsi: add tcs load outputs support
2018-01-11 Timothy Arceriac: add load_patch_vertices_in() to the abi
2018-01-08 Timothy Arceriac: add load_tess_level() to the abi
2018-01-05 Timothy Arceriac/radeonsi: add load_tess_coord() to the abi
2018-01-05 Timothy Arceriac/radeonsi: add tcs_rel_ids to the abi
2018-01-05 Timothy Arceriac: add {tcs,tes}_patch_id to the abi
2018-01-05 Timothy Arceriac: add store_tcs_outputs() to the abi
2018-01-05 Timothy Arceriac: add load_tes_inputs() to the abi
2017-12-04 Timothy Arceriac: add si_nir_load_input_gs() to the abi
2017-11-15 Timothy Arceriac: add gs_{prim,invocation}_id to the abi
2017-11-12 Timothy Arceriac: add emit_vertex to the abi
2017-10-23 Bas Nieuwenhuizenac/nir: Only clamp shadow reference on radeonsi.
2017-09-29 Nicolai Hähnleamd/common: remove ac_shader_abi::chip_class
2017-07-31 Nicolai Hähnleac/nir,radeonsi: add and use ac_shader_abi::frag_pos
2017-07-31 Nicolai Hähnleac/nir,radeonsi: add and use ac_shader_abi::{ancillary...
2017-07-31 Nicolai Hähnleac/nir,radeonsi: add ac_shader_abi::front_face
2017-07-31 Nicolai Hähnleac/nir: load buffer descriptors via ac_shader_abi:...
2017-07-31 Nicolai Hähnleac/nir: add image and write parameter to ac_shader_abi...
2017-07-31 Nicolai Hähnleac/nir: add and use ac_shader_abi::load_sampler_desc
2017-07-31 Nicolai Hähnleac/nir,radeonsi: add ac_shader_abi::chip_class
2017-07-31 Nicolai Hähnleac/nir,radeonsi: add ac_shader_abi::load_ubo
2017-07-31 Nicolai Hähnleac,radeonsi: add ac_shader_abi::emit_outputs for hardwa...
2017-07-31 Nicolai Hähnleac/nir: add ac_shader_abi::inputs
2017-07-31 Nicolai Hähnleac,radeonsi: move some VS input descriptions to ac_shad...