aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_shader_abi.h
Commit message (Expand)AuthorAgeFilesLines
* ac: drop now useless lookup_interp_param from ABISamuel Pitoiset2019-08-301-4/+0
* ac: import linear/perspective PS input parameters from radv/radeonsiSamuel Pitoiset2019-08-301-0/+9
* ac/nir: Remove gfx9_stride_size_workaround_for_atomicConnor Abbott2019-08-261-4/+0
* ac,radv,radeonsi: remove LLVM 7 supportSamuel Pitoiset2019-08-231-1/+0
* radeonsi/nir: implement default tess level system valuesMarek Olšák2019-08-121-1/+2
* compiler: add SYSTEM_VALUE_USER_DATA_AMDMarek Olšák2019-08-121-0/+1
* radeonsi/nir: handle key.mono.u.ps.interpolate_at_sample_force_centerMarek Olšák2019-08-061-0/+1
* ac/nir,radv: Optimize bounds check for 64 bit CAS.Bas Nieuwenhuizen2019-08-021-0/+3
* radeonsi/nir: implement FBFETCH for KHR_blend_equation_advancedMarek Olšák2019-07-301-0/+2
* radeonsi/nir: Use NIR barycentric intrinsicsConnor Abbott2019-07-081-0/+2
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-1/+1
* radv: apply the indexing workaround for atomic buffer operations on GFX9Samuel Pitoiset2019-05-031-0/+1
* ac/nir: Add support for planes.Bas Nieuwenhuizen2019-04-251-0/+3
* radv: add support for push constants inlining when possibleSamuel Pitoiset2019-02-121-0/+5
* ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsicsRhys Perry2019-01-091-0/+3
* ac/nir: Add workaround for GFX9 buffer views.Bas Nieuwenhuizen2018-03-291-0/+4
* ac/radeonsi: pass bindless bool to load_sampler_desc()Timothy Arceri2018-03-281-1/+2
* ac/nir: pass the nir variable through tcs loading.Dave Airlie2018-03-141-5/+3
* ac/radeonsi: add emit_kill to the abiTimothy Arceri2018-03-081-0/+2
* ac/radeonsi: add load_base_vertex() to the abiTimothy Arceri2018-02-281-0/+2
* ac/radeonsi: pass type to load_tess_varyings()Timothy Arceri2018-02-221-0/+1
* ac: move the outputs array to the ABISamuel Pitoiset2018-02-141-0/+4
* ac: remove unused parameters in abi::load_tess_coord()Samuel Pitoiset2018-02-121-3/+1
* ac: add load_resource() to the ABISamuel Pitoiset2018-02-121-0/+12
* ac: add load_sample_mask_in() to the ABISamuel Pitoiset2018-02-121-0/+2
* ac: move view_index to the ABISamuel Pitoiset2018-02-121-1/+3
* ac: move push_constants to the ABISamuel Pitoiset2018-02-121-0/+2
* ac: move tg_size to the ABISamuel Pitoiset2018-02-121-0/+1
* ac/radeonsi: add num_work_groups to the abiTimothy Arceri2018-02-071-0/+1
* ac/radeonsi: add load_local_group_size() to the abiTimothy Arceri2018-02-071-0/+2
* ac/radeonsi: add local_invocation_ids to the abiTimothy Arceri2018-02-071-0/+2
* ac/radeonsi: add workgroup_ids to the abiTimothy Arceri2018-02-071-0/+1
* ac/radeonsi: add lookup_interp_param and load_sample_position to the abiTimothy Arceri2018-01-311-0/+7
* radeonsi/nir: add prim_mask to the abiTimothy Arceri2018-01-311-0/+1
* radeonsi/nir: add si_nir_lookup_interp_param() helperTimothy Arceri2018-01-311-0/+2
* ac/radeonsi: add emit primitive to the abiTimothy Arceri2018-01-231-0/+3
* ac/radeonsi: add tcs load outputs supportTimothy Arceri2018-01-181-10/+11
* ac: add load_patch_vertices_in() to the abiTimothy Arceri2018-01-111-0/+2
* ac: add load_tess_level() to the abiTimothy Arceri2018-01-091-0/+4
* ac/radeonsi: add load_tess_coord() to the abiTimothy Arceri2018-01-051-0/+4
* ac/radeonsi: add tcs_rel_ids to the abiTimothy Arceri2018-01-051-0/+1
* ac: add {tcs,tes}_patch_id to the abiTimothy Arceri2018-01-051-0/+2
* ac: add store_tcs_outputs() to the abiTimothy Arceri2018-01-051-0/+12
* ac: add load_tes_inputs() to the abiTimothy Arceri2018-01-051-0/+11
* ac: add si_nir_load_input_gs() to the abiTimothy Arceri2017-12-041-0/+9
* ac: add gs_{prim,invocation}_id to the abiTimothy Arceri2017-11-161-0/+2
* ac: add emit_vertex to the abiTimothy Arceri2017-11-121-0/+4
* ac/nir: Only clamp shadow reference on radeonsi.Bas Nieuwenhuizen2017-10-231-0/+4
* amd/common: remove ac_shader_abi::chip_classNicolai Hähnle2017-09-291-2/+0
* ac/nir,radeonsi: add and use ac_shader_abi::frag_posNicolai Hähnle2017-07-311-0/+1