aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* ac/nir: force unnormalized coordinates for RECTMarek Olšák2019-09-231-1/+3
* ac/nir: port Z compare value clamping from radeonsiMarek Olšák2019-09-231-9/+25
* ac: stop using PCI IDs for chip identificationMarek Olšák2019-09-231-15/+58
* radv/aco: Setup alternate path in RADV to support the experimental ACO compilerDaniel Schürmann2019-09-191-0/+3
* ac: move ac_get_num_physical_vgprs into radeon_infoMarek Olšák2019-09-182-10/+2
* ac: move ac_get_num_physical_sgprs into radeon_infoMarek Olšák2019-09-182-12/+12
* ac: move ac_get_max_wave64_per_simd into radeon_infoMarek Olšák2019-09-182-16/+4
* ac: move num_sdp_interfaces into radeon_infoMarek Olšák2019-09-182-0/+15
* ac: move PBB MAX_ALLOC_COUNT into radeon_infoMarek Olšák2019-09-182-0/+33
* ac: Remove DEBUG workaroundMichel Dänzer2019-09-171-6/+0
* ac: replace HAVE_LLVM with LLVM_VERSION_MAJOR for atomic-optimizationsMarek Olšák2019-09-111-1/+1
* radeonsi: move texture storage allocation outside of radeonsiMarek Olšák2019-09-092-2/+65
* radeonsi: move HTILE allocation outside of radeonsiMarek Olšák2019-09-092-3/+11
* ac/surface: add RADEON_SURF_NO_FMASKMarek Olšák2019-09-092-4/+8
* radeonsi/gfx10: fix wave occupancy computationsMarek Olšák2019-09-091-3/+19
* ac: use fma on gfx10Marek Olšák2019-09-092-1/+9
* ac: enable LLVM atomic optimizationsMarek Olšák2019-09-091-1/+9
* amd: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-063-14/+18
* ac/nir: Support load_constant intrinsicsConnor Abbott2019-09-051-0/+55
* radv/radeonsi: Don't count read-only data when reporting code sizeConnor Abbott2019-09-052-0/+7
* ac/nir: Fix gather4 integer wa with unnormalized coordinatesConnor Abbott2019-09-031-4/+26
* ac/nir: Rewrite gather4 integer workaround based on radeonsiConnor Abbott2019-09-031-65/+85
* ac: drop now useless lookup_interp_param from ABISamuel Pitoiset2019-08-302-8/+32
* ac: import linear/perspective PS input parameters from radv/radeonsiSamuel Pitoiset2019-08-301-0/+9
* radeonsi: add PKT3_CONTEXT_REG_RMWMarek Olšák2019-08-271-0/+1
* ac: add has_ls_vgpr_init_bug to ac_gpu_infoSamuel Pitoiset2019-08-272-0/+4