| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |