summaryrefslogtreecommitdiff
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* ac: add has_msaa_sample_loc_bug to ac_gpu_infoSamuel Pitoiset2019-08-272-0/+6
* ac: add rbplus_allowed to ac_gpu_infoSamuel Pitoiset2019-08-272-0/+11
* ac: add has_tc_compat_zrange_bug to ac_gpu_infoSamuel Pitoiset2019-08-272-0/+4
* ac: add has_gfx9_scissor_bug to ac_gpu_infoSamuel Pitoiset2019-08-272-0/+6
* ac: add cpdma_prefetch_writes_memory to ac_gpu_infoSamuel Pitoiset2019-08-272-0/+3
* ac: add has_out_of_order_rast to ac_gpu_infoSamuel Pitoiset2019-08-272-0/+4
* ac: add has_load_ctx_reg_pkt to ac_gpu_infoSamuel Pitoiset2019-08-272-0/+6
* ac: add has_rbplus to ac_gpu_infoSamuel Pitoiset2019-08-272-0/+4
* ac: add has_dcc_constant_encode to ac_gpu_infoSamuel Pitoiset2019-08-272-0/+5
* ac: add has_distributed_tess to ac_gpu_infoSamuel Pitoiset2019-08-272-0/+4
* ac: add has_clear_state to ac_gpu_infoSamuel Pitoiset2019-08-272-0/+7
* ac: drop llvm8 from some load/store helpersSamuel Pitoiset2019-08-271-115/+75
* ac/nir: Remove gfx9_stride_size_workaround_for_atomicConnor Abbott2019-08-262-5/+1
* ac/nir: add a workaround for viewing a slice of 3D as a 2D imageConnor Abbott2019-08-261-3/+32
* ac/nir: Assert GS input index is constantConnor Abbott2019-08-231-0/+1
* ac/nir: Handle const array offsets in get_deref_offset()Connor Abbott2019-08-231-6/+11
* ac,radv,radeonsi: remove LLVM 7 supportSamuel Pitoiset2019-08-236-290/+58
* ac: fix exclusive scans on GFX8-GFX9Samuel Pitoiset2019-08-221-4/+3
* nir: Add explicit signs to image min/max intrinsicsJason Ekstrand2019-08-211-17/+30
* radeonsi/nir: always lower ballot masks as 64-bit, codegen handles itMarek Olšák2019-08-193-2/+11
* ac/nir: set image=true when loading FMASK for imagesMarek Olšák2019-08-191-1/+1
* ac/nir: Fix store_scratch with a non-full writemaskConnor Abbott2019-08-183-5/+42
* radeonsi: add support for RenoirMarek Olšák2019-08-143-1/+4
* radeonsi/nir: implement default tess level system valuesMarek Olšák2019-08-122-3/+10
* compiler: add SYSTEM_VALUE_USER_DATA_AMDMarek Olšák2019-08-122-0/+5
* compiler: add ACCESS_STREAM_CACHE_POLICYMarek Olšák2019-08-121-0/+3
* amd: prepare dropping include of p_compiler.hLionel Landwerlin2019-08-092-3/+4
* radeonsi: add support for nir atomic_inc_wrap/atomic_dec_wrapPierre-Eric Pelloux-Prayer2019-08-061-0/+25