aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* ac: disable late alloc on small gfx10 chipsMarek Olšák2020-03-121-1/+2
* ac: add radeon_info::use_late_alloc to control LATE_ALLOC globallyMarek Olšák2020-03-122-0/+5
* ac: add ac_gpu_info::cu_mask to store bitmask of compute unitsSamuel Pitoiset2020-03-062-3/+7
* ac: rename min_vgpr_alloc to min_wave64_vgpr_allocSamuel Pitoiset2020-03-032-3/+3
* ac: rename vgpr_alloc_granularity to wave64_vgpr_alloc_granularitySamuel Pitoiset2020-03-032-3/+3
* ac: rename lds_size_per_cu to lds_size_per_workgroupSamuel Pitoiset2020-03-032-3/+3
* ac: add more fields to ac_gpu_infoSamuel Pitoiset2020-02-282-1/+61
* radeonsi: fix surf_pitch for subsampled surfacePierre-Eric Pelloux-Prayer2020-02-271-0/+5
* ac: add more ac_gpu_info related shader fieldsSamuel Pitoiset2020-02-262-3/+33
* ac,radeonsi: add ac_gpu_info::lds_size_per_cuSamuel Pitoiset2020-02-262-0/+9
* ac/llvm: implement VK_AMD_shader_explicit_vertex_parameterSamuel Pitoiset2020-01-291-0/+1
* amd/common,radv: move vertex_format_table to ac_shader_util.{h,c}Rhys Perry2020-01-282-0/+35
* ac,radeonsi: increase the maximum number of shader args and return valuesMarek Olšák2020-01-131-1/+2
* radeonsi/gfx9: force the micro tile mode for MSAA resolve correctly on gfx9Marek Olšák2020-01-092-3/+18
* ac/gpu_info: add pc_lines and use it in radeonsiMarek Olšák2020-01-082-0/+4
* ac/gpu_info: always use distributed tessellation on gfx10Marek Olšák2020-01-081-2/+2
* ac/surface: use uint16_t for mipmap level pitchesSamuel Pitoiset2020-01-061-1/+1
* Revert "amd/common: Always initialize gfx9 mipmap offset/pitch."Bas Nieuwenhuizen2020-01-042-5/+7
* amd/common: Always initialize gfx9 mipmap offset/pitch.Bas Nieuwenhuizen2020-01-022-7/+5
* radv: return the correct pitch for linear mipmaps on GFX10Samuel Pitoiset2019-12-302-1/+5
* amd/common: Handle alignment of 96-bit formats.Bas Nieuwenhuizen2019-12-301-0/+11
* amd: fix empty-body issuesEric Engestrom2019-12-271-1/+1
* ac/surface: fix an assertion failure on gfx9 in CMASK computationMarek Olšák2019-12-201-0/+1
* amd/addrlib: update to the latest versionMarek Olšák2019-12-161-7/+0
* amd/common: Always use addrlib for HTILE tc-compat.Bas Nieuwenhuizen2019-12-141-11/+4
* amd/common: Fix tcCompatible degradation on Stoney.Bas Nieuwenhuizen2019-12-141-1/+1
* aco: Use common argument handlingConnor Abbott2019-11-251-0/+1
* ac: Add a shared interface between radv, radeonsi, LLVM and ACOConnor Abbott2019-11-253-0/+168
* ac: fill num_rings for remaining IPsMarek Olšák2019-11-191-2/+16
* ac: add radeon_info::num_rings and move ring_type to amd_family.hMarek Olšák2019-11-193-6/+18
* ac: add radeon_info::has_l2_uncachedSamuel Pitoiset2019-11-182-0/+4
* ac: Handle invalid GFX10 format correctly in ac_get_tbuffer_format.Timur Kristóf2019-11-081-0/+5
* ac: add missing Arcturus to the info of pc linesLeo Liu2019-11-041-0/+2
* ac: get tcc_harvested from the kernelMarek Olšák2019-10-281-3/+8
* amd/common: Add extern "C" to some headers that were missing it.Timur Kristóf2019-10-103-0/+24
* amd: don't use AMD_FAMILY definitions from amdgpu_drm.hMarek Olšák2019-10-091-8/+8
* amd: Move all amd/common code that depends on LLVM to amd/llvm.Timur Kristóf2019-10-0811-11636/+1
* ac/nir: remove unused code for nir_op_{fmod,frem}Samuel Pitoiset2019-10-031-14/+0
* ac/nir: fix GLSL imageSamples()Marek Olšák2019-09-301-24/+4
* ac: add ac_build_image_get_sample_count from radeonsiMarek Olšák2019-09-302-0/+21
* ac/surface: don't allocate FMASK if there is no graphicsMarek Olšák2019-09-301-2/+3
* ac: reorder and print all radeon_info fieldsMarek Olšák2019-09-302-19/+53
* ac: set the number of SDPs same as the number of TCCsMarek Olšák2019-09-301-13/+3
* ac: fix num_good_cu_per_sh for harvested chipsMarek Olšák2019-09-301-0/+6
* ac: add radeon_info::tcc_harvestedMarek Olšák2019-09-302-0/+5
* ac: fix incorrect vram_size reported by the kernelMarek Olšák2019-09-301-2/+10
* amd/common: Introduce ac_get_fs_input_vgpr_cnt.Timur Kristóf2019-09-262-0/+59
* amd/common: Add num_shared_vgprs to ac_shader_config for GFX10.Timur Kristóf2019-09-262-0/+20
* amd/common: Extract some helper functions to ac_shader_util.Timur Kristóf2019-09-265-117/+131
* amd/common: Move ac_export_mrt_z to ac_llvm_build.Timur Kristóf2019-09-264-75/+76