| Commit message (Expand) | Author | Age | Files | Lines |
* | radv: add support for push constants inlining when possible | Samuel Pitoiset | 2019-02-12 | 1 | -0/+5 |
* | ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsics | Rhys Perry | 2019-01-09 | 1 | -0/+3 |
* | ac/nir: Add workaround for GFX9 buffer views. | Bas Nieuwenhuizen | 2018-03-29 | 1 | -0/+4 |
* | ac/radeonsi: pass bindless bool to load_sampler_desc() | Timothy Arceri | 2018-03-28 | 1 | -1/+2 |
* | ac/nir: pass the nir variable through tcs loading. | Dave Airlie | 2018-03-14 | 1 | -5/+3 |
* | ac/radeonsi: add emit_kill to the abi | Timothy Arceri | 2018-03-08 | 1 | -0/+2 |
* | ac/radeonsi: add load_base_vertex() to the abi | Timothy Arceri | 2018-02-28 | 1 | -0/+2 |
* | ac/radeonsi: pass type to load_tess_varyings() | Timothy Arceri | 2018-02-22 | 1 | -0/+1 |
* | ac: move the outputs array to the ABI | Samuel Pitoiset | 2018-02-14 | 1 | -0/+4 |
* | ac: remove unused parameters in abi::load_tess_coord() | Samuel Pitoiset | 2018-02-12 | 1 | -3/+1 |
* | ac: add load_resource() to the ABI | Samuel Pitoiset | 2018-02-12 | 1 | -0/+12 |
* | ac: add load_sample_mask_in() to the ABI | Samuel Pitoiset | 2018-02-12 | 1 | -0/+2 |
* | ac: move view_index to the ABI | Samuel Pitoiset | 2018-02-12 | 1 | -1/+3 |
* | ac: move push_constants to the ABI | Samuel Pitoiset | 2018-02-12 | 1 | -0/+2 |
* | ac: move tg_size to the ABI | Samuel Pitoiset | 2018-02-12 | 1 | -0/+1 |
* | ac/radeonsi: add num_work_groups to the abi | Timothy Arceri | 2018-02-07 | 1 | -0/+1 |
* | ac/radeonsi: add load_local_group_size() to the abi | Timothy Arceri | 2018-02-07 | 1 | -0/+2 |
* | ac/radeonsi: add local_invocation_ids to the abi | Timothy Arceri | 2018-02-07 | 1 | -0/+2 |
* | ac/radeonsi: add workgroup_ids to the abi | Timothy Arceri | 2018-02-07 | 1 | -0/+1 |
* | ac/radeonsi: add lookup_interp_param and load_sample_position to the abi | Timothy Arceri | 2018-01-31 | 1 | -0/+7 |
* | radeonsi/nir: add prim_mask to the abi | Timothy Arceri | 2018-01-31 | 1 | -0/+1 |
* | radeonsi/nir: add si_nir_lookup_interp_param() helper | Timothy Arceri | 2018-01-31 | 1 | -0/+2 |
* | ac/radeonsi: add emit primitive to the abi | Timothy Arceri | 2018-01-23 | 1 | -0/+3 |
* | ac/radeonsi: add tcs load outputs support | Timothy Arceri | 2018-01-18 | 1 | -10/+11 |
* | ac: add load_patch_vertices_in() to the abi | Timothy Arceri | 2018-01-11 | 1 | -0/+2 |
* | ac: add load_tess_level() to the abi | Timothy Arceri | 2018-01-09 | 1 | -0/+4 |
* | ac/radeonsi: add load_tess_coord() to the abi | Timothy Arceri | 2018-01-05 | 1 | -0/+4 |
* | ac/radeonsi: add tcs_rel_ids to the abi | Timothy Arceri | 2018-01-05 | 1 | -0/+1 |
* | ac: add {tcs,tes}_patch_id to the abi | Timothy Arceri | 2018-01-05 | 1 | -0/+2 |
* | ac: add store_tcs_outputs() to the abi | Timothy Arceri | 2018-01-05 | 1 | -0/+12 |
* | ac: add load_tes_inputs() to the abi | Timothy Arceri | 2018-01-05 | 1 | -0/+11 |
* | ac: add si_nir_load_input_gs() to the abi | Timothy Arceri | 2017-12-04 | 1 | -0/+9 |
* | ac: add gs_{prim,invocation}_id to the abi | Timothy Arceri | 2017-11-16 | 1 | -0/+2 |
* | ac: add emit_vertex to the abi | Timothy Arceri | 2017-11-12 | 1 | -0/+4 |
* | ac/nir: Only clamp shadow reference on radeonsi. | Bas Nieuwenhuizen | 2017-10-23 | 1 | -0/+4 |
* | amd/common: remove ac_shader_abi::chip_class | Nicolai Hähnle | 2017-09-29 | 1 | -2/+0 |
* | ac/nir,radeonsi: add and use ac_shader_abi::frag_pos | Nicolai Hähnle | 2017-07-31 | 1 | -0/+1 |
* | ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage} | Nicolai Hähnle | 2017-07-31 | 1 | -0/+2 |
* | ac/nir,radeonsi: add ac_shader_abi::front_face | Nicolai Hähnle | 2017-07-31 | 1 | -0/+1 |
* | ac/nir: load buffer descriptors via ac_shader_abi::load_ssbo | Nicolai Hähnle | 2017-07-31 | 1 | -0/+10 |
* | ac/nir: add image and write parameter to ac_shader_abi::load_sampler_desc | Nicolai Hähnle | 2017-07-31 | 1 | -1/+3 |
* | ac/nir: add and use ac_shader_abi::load_sampler_desc | Nicolai Hähnle | 2017-07-31 | 1 | -0/+24 |
* | ac/nir,radeonsi: add ac_shader_abi::chip_class | Nicolai Hähnle | 2017-07-31 | 1 | -0/+2 |
* | ac/nir,radeonsi: add ac_shader_abi::load_ubo | Nicolai Hähnle | 2017-07-31 | 1 | -0/+2 |
* | ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders | Nicolai Hähnle | 2017-07-31 | 1 | -0/+4 |
* | ac/nir: add ac_shader_abi::inputs | Nicolai Hähnle | 2017-07-31 | 1 | -0/+7 |
* | ac,radeonsi: move some VS input descriptions to ac_shader_abi | Nicolai Hähnle | 2017-07-31 | 1 | -0/+40 |