aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_shader_abi.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}Nicolai Hähnle2017-07-311-0/+2
* ac/nir,radeonsi: add ac_shader_abi::front_faceNicolai Hähnle2017-07-311-0/+1
* ac/nir: load buffer descriptors via ac_shader_abi::load_ssboNicolai Hähnle2017-07-311-0/+10
* ac/nir: add image and write parameter to ac_shader_abi::load_sampler_descNicolai Hähnle2017-07-311-1/+3
* ac/nir: add and use ac_shader_abi::load_sampler_descNicolai Hähnle2017-07-311-0/+24
* ac/nir,radeonsi: add ac_shader_abi::chip_classNicolai Hähnle2017-07-311-0/+2
* ac/nir,radeonsi: add ac_shader_abi::load_uboNicolai Hähnle2017-07-311-0/+2
* ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shadersNicolai Hähnle2017-07-311-0/+4
* ac/nir: add ac_shader_abi::inputsNicolai Hähnle2017-07-311-0/+7
* ac,radeonsi: move some VS input descriptions to ac_shader_abiNicolai Hähnle2017-07-311-0/+40