| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | radeonsi: add s_sethalt to shaders for debugging | Nicolai Hähnle | 2019-06-19 | 2 | -0/+18 |
* | ac/rtld: fix sorting of LDS symbols by alignment | Nicolai Hähnle | 2019-06-19 | 1 | -2/+2 |
* | ac/nir: Set speculatable for buffer loads where allowed | Connor Abbott | 2019-06-19 | 1 | -3/+4 |
* | ac,radeonsi: Always mark buffer stores as inaccessiblememonly | Connor Abbott | 2019-06-19 | 4 | -64/+32 |
* | ac: make ac_compute_cmask() a static function | Samuel Pitoiset | 2019-06-17 | 2 | -7/+3 |
* | ac: update llvm.amdgcn.icmp intrinsic name for LLVM 9+ | Samuel Pitoiset | 2019-06-17 | 1 | -3/+4 |
* | ac: add radeon_info::is_amdgpu instead of checking drm_major == 3 | Marek Olšák | 2019-06-14 | 2 | -5/+9 |
* | amd/common: add support for AMD_shader_ballot functions | Daniel Schürmann | 2019-06-13 | 1 | -0/+20 |
* | amd/rtld: layout and relocate LDS symbols | Nicolai Hähnle | 2019-06-12 | 2 | -19/+235 |
* | amd/common: use ARRAY_SIZE for the LLVM command line options | Nicolai Hähnle | 2019-06-12 | 1 | -2/+2 |
* | amd/common: add ac_compile_module_to_elf | Nicolai Hähnle | 2019-06-12 | 2 | -7/+83 |
* | radeonsi: use ac_shader_config | Nicolai Hähnle | 2019-06-12 | 1 | -0/+2 |
* | amd/common: add a more powerful runtime linker | Nicolai Hähnle | 2019-06-12 | 4 | -0/+653 |
* | amd/common: clarify ac_shader_binary::lds_size | Nicolai Hähnle | 2019-06-12 | 1 | -1/+1 |
* | amd/common: extract ac_parse_shader_binary_config | Nicolai Hähnle | 2019-06-12 | 2 | -34/+47 |
* | radeonsi: use the ac helper for index buffer stores in the culling shader | Marek Olšák | 2019-06-11 | 3 | -3/+5 |
* | ac/nir: Remove stale TODO | Connor Abbott | 2019-06-06 | 1 | -1/+7 |
* | ac: rename LLVM <= 7 helpers for readability | Marek Olšák | 2019-06-04 | 1 | -37/+37 |
* | ac: fix a typo in ac_build_wg_scan_bottom | Marek Olšák | 2019-06-04 | 1 | -1/+1 |
* | ac/nir: mark some texture intrinsics as convergent | Rhys Perry | 2019-06-04 | 1 | -0/+18 |
* | ac,radv: do not emit vec3 for raw load/store on SI | Samuel Pitoiset | 2019-06-04 | 3 | -7/+19 |
* | ac/registers: don't use the si, cik, vi names, use gfxN | Marek Olšák | 2019-06-03 | 2 | -4/+4 |
* | amd/common: use generated register header | Nicolai Hähnle | 2019-06-03 | 5 | -16341/+13 |
* | amd/common: unify PITCH_GFX6 and PITCH_GFX9 | Nicolai Hähnle | 2019-06-03 | 2 | -6/+6 |
* | amd/common: rename R_3F2_CONTROL to IB_CONTROL for disambiguation | Nicolai Hähnle | 2019-06-03 | 2 | -2/+2 |
* | amd/common: cleanup DATA_FORMAT/NUM_FORMAT field names | Nicolai Hähnle | 2019-06-03 | 3 | -13/+13 |
* | amd/common: derive ac_debug tables from register JSON | Nicolai Hähnle | 2019-06-03 | 3 | -176/+130 |
* | ac: use amdgpu-flat-work-group-size | Marek Olšák | 2019-06-03 | 2 | -0/+11 |
* | ac,radv: remove the vec3 restriction with LLVM 9+ | Samuel Pitoiset | 2019-06-03 | 3 | -10/+15 |
* | ac: treat Mullins as Kabini, remove the enum | Marek Olšák | 2019-05-27 | 4 | -9/+0 |
* | nir: Drop imov/fmov in favor of one mov instruction | Jason Ekstrand | 2019-05-24 | 1 | -2/+1 |
* | radv: add a workaround for Monster Hunter World and LLVM 7&8 | Samuel Pitoiset | 2019-05-17 | 2 | -3/+5 |
* | ac: match radeonsi code in ac_shader_binary_read_config | Marek Olšák | 2019-05-16 | 1 | -3/+3 |
* | r600+radeonsi: use ctx_query_reset_status on radeon | Marek Olšák | 2019-05-16 | 2 | -3/+0 |
* | winsys/amdgpu: add a parallel compute IB coupled with a gfx IB | Marek Olšák | 2019-05-16 | 2 | -0/+9 |
* | ac: add LLVM code for triangle culling | Marek Olšák | 2019-05-16 | 3 | -0/+336 |
* | ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 | Marek Olšák | 2019-05-15 | 10 | -60/+60 |
* | ac: add comments to chip enums | Marek Olšák | 2019-05-15 | 1 | -11/+11 |
* | ac: use 1D GEPs for descriptors and constants | Marek Olšák | 2019-05-14 | 2 | -10/+7 |
* | amd/common: add ac_build_opencoded_fetch_format | Nicolai Hähnle | 2019-05-13 | 2 | -0/+343 |
* | radv: apply the indexing workaround for atomic buffer operations on GFX9 | Samuel Pitoiset | 2019-05-03 | 2 | -5/+8 |
* | ac: tidy up ac_build_llvm8_tbuffer_{load,store} | Samuel Pitoiset | 2019-05-02 | 1 | -13/+13 |
* | delete autotools .gitignore files | Eric Engestrom | 2019-04-29 | 1 | -1/+0 |
* | ac,ac/nir: use a better sync scope for shared atomics | Rhys Perry | 2019-04-29 | 3 | -9/+72 |
* | ac/nir: Add support for planes. | Bas Nieuwenhuizen | 2019-04-25 | 2 | -4/+19 |
* | ac: add REWIND and GDS registers to register headers | Marek Olšák | 2019-04-23 | 1 | -0/+16 |
* | ac: add ac_get_i1_sgpr_mask | Marek Olšák | 2019-04-23 | 2 | -0/+18 |
* | ac: add radeon_info::is_pro_graphics | Marek Olšák | 2019-04-23 | 2 | -0/+5 |
* | ac: add radeon_info::marketing_name, replacing the winsys callback | Marek Olšák | 2019-04-23 | 2 | -0/+3 |
* | ac/nir: use the new raw/struct SSBO atomic intrisics for comp_swap | Samuel Pitoiset | 2019-04-19 | 1 | -2/+1 |