| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi/gfx9: force the micro tile mode for MSAA resolve correctly on gfx9 | Marek Olšák | 2020-01-09 | 2 | -3/+18 |
* | ac/gpu_info: add pc_lines and use it in radeonsi | Marek Olšák | 2020-01-08 | 2 | -0/+4 |
* | ac/gpu_info: always use distributed tessellation on gfx10 | Marek Olšák | 2020-01-08 | 1 | -2/+2 |
* | ac/surface: use uint16_t for mipmap level pitches | Samuel Pitoiset | 2020-01-06 | 1 | -1/+1 |
* | Revert "amd/common: Always initialize gfx9 mipmap offset/pitch." | Bas Nieuwenhuizen | 2020-01-04 | 2 | -5/+7 |
* | amd/common: Always initialize gfx9 mipmap offset/pitch. | Bas Nieuwenhuizen | 2020-01-02 | 2 | -7/+5 |
* | radv: return the correct pitch for linear mipmaps on GFX10 | Samuel Pitoiset | 2019-12-30 | 2 | -1/+5 |
* | amd/common: Handle alignment of 96-bit formats. | Bas Nieuwenhuizen | 2019-12-30 | 1 | -0/+11 |
* | amd: fix empty-body issues | Eric Engestrom | 2019-12-27 | 1 | -1/+1 |
* | ac/surface: fix an assertion failure on gfx9 in CMASK computation | Marek Olšák | 2019-12-20 | 1 | -0/+1 |
* | amd/addrlib: update to the latest version | Marek Olšák | 2019-12-16 | 1 | -7/+0 |
* | amd/common: Always use addrlib for HTILE tc-compat. | Bas Nieuwenhuizen | 2019-12-14 | 1 | -11/+4 |
* | amd/common: Fix tcCompatible degradation on Stoney. | Bas Nieuwenhuizen | 2019-12-14 | 1 | -1/+1 |
* | aco: Use common argument handling | Connor Abbott | 2019-11-25 | 1 | -0/+1 |
* | ac: Add a shared interface between radv, radeonsi, LLVM and ACO | Connor Abbott | 2019-11-25 | 3 | -0/+168 |
* | ac: fill num_rings for remaining IPs | Marek Olšák | 2019-11-19 | 1 | -2/+16 |
* | ac: add radeon_info::num_rings and move ring_type to amd_family.h | Marek Olšák | 2019-11-19 | 3 | -6/+18 |
* | ac: add radeon_info::has_l2_uncached | Samuel Pitoiset | 2019-11-18 | 2 | -0/+4 |
* | ac: Handle invalid GFX10 format correctly in ac_get_tbuffer_format. | Timur Kristóf | 2019-11-08 | 1 | -0/+5 |
* | ac: add missing Arcturus to the info of pc lines | Leo Liu | 2019-11-04 | 1 | -0/+2 |
* | ac: get tcc_harvested from the kernel | Marek Olšák | 2019-10-28 | 1 | -3/+8 |
* | amd/common: Add extern "C" to some headers that were missing it. | Timur Kristóf | 2019-10-10 | 3 | -0/+24 |
* | amd: don't use AMD_FAMILY definitions from amdgpu_drm.h | Marek Olšák | 2019-10-09 | 1 | -8/+8 |
* | amd: Move all amd/common code that depends on LLVM to amd/llvm. | Timur Kristóf | 2019-10-08 | 11 | -11636/+1 |
* | ac/nir: remove unused code for nir_op_{fmod,frem} | Samuel Pitoiset | 2019-10-03 | 1 | -14/+0 |
* | ac/nir: fix GLSL imageSamples() | Marek Olšák | 2019-09-30 | 1 | -24/+4 |
* | ac: add ac_build_image_get_sample_count from radeonsi | Marek Olšák | 2019-09-30 | 2 | -0/+21 |
* | ac/surface: don't allocate FMASK if there is no graphics | Marek Olšák | 2019-09-30 | 1 | -2/+3 |
* | ac: reorder and print all radeon_info fields | Marek Olšák | 2019-09-30 | 2 | -19/+53 |
* | ac: set the number of SDPs same as the number of TCCs | Marek Olšák | 2019-09-30 | 1 | -13/+3 |
* | ac: fix num_good_cu_per_sh for harvested chips | Marek Olšák | 2019-09-30 | 1 | -0/+6 |
* | ac: add radeon_info::tcc_harvested | Marek Olšák | 2019-09-30 | 2 | -0/+5 |
* | ac: fix incorrect vram_size reported by the kernel | Marek Olšák | 2019-09-30 | 1 | -2/+10 |
* | amd/common: Introduce ac_get_fs_input_vgpr_cnt. | Timur Kristóf | 2019-09-26 | 2 | -0/+59 |
* | amd/common: Add num_shared_vgprs to ac_shader_config for GFX10. | Timur Kristóf | 2019-09-26 | 2 | -0/+20 |
* | amd/common: Extract some helper functions to ac_shader_util. | Timur Kristóf | 2019-09-26 | 5 | -117/+131 |
* | amd/common: Move ac_export_mrt_z to ac_llvm_build. | Timur Kristóf | 2019-09-26 | 4 | -75/+76 |
* | ac/nir: force unnormalized coordinates for RECT | Marek Olšák | 2019-09-23 | 1 | -1/+3 |
* | ac/nir: port Z compare value clamping from radeonsi | Marek Olšák | 2019-09-23 | 1 | -9/+25 |
* | ac: stop using PCI IDs for chip identification | Marek Olšák | 2019-09-23 | 1 | -15/+58 |
* | radv/aco: Setup alternate path in RADV to support the experimental ACO compiler | Daniel Schürmann | 2019-09-19 | 1 | -0/+3 |
* | ac: move ac_get_num_physical_vgprs into radeon_info | Marek Olšák | 2019-09-18 | 2 | -10/+2 |
* | ac: move ac_get_num_physical_sgprs into radeon_info | Marek Olšák | 2019-09-18 | 2 | -12/+12 |
* | ac: move ac_get_max_wave64_per_simd into radeon_info | Marek Olšák | 2019-09-18 | 2 | -16/+4 |
* | ac: move num_sdp_interfaces into radeon_info | Marek Olšák | 2019-09-18 | 2 | -0/+15 |
* | ac: move PBB MAX_ALLOC_COUNT into radeon_info | Marek Olšák | 2019-09-18 | 2 | -0/+33 |
* | ac: Remove DEBUG workaround | Michel Dänzer | 2019-09-17 | 1 | -6/+0 |
* | ac: replace HAVE_LLVM with LLVM_VERSION_MAJOR for atomic-optimizations | Marek Olšák | 2019-09-11 | 1 | -1/+1 |
* | radeonsi: move texture storage allocation outside of radeonsi | Marek Olšák | 2019-09-09 | 2 | -2/+65 |
* | radeonsi: move HTILE allocation outside of radeonsi | Marek Olšák | 2019-09-09 | 2 | -3/+11 |