summaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
...
* amd/common/gfx10: set DLC for llvm.amdgcn.s.buffer.loadNicolai Hähnle2019-07-031-3/+1
* radeonsi/gfx10: set DLC for loads when GLC is setMarek Olšák2019-07-033-12/+26
* radeonsi/gfx10: implement hardware MSAA resolveNicolai Hähnle2019-07-032-1/+2
* radeonsi/gfx10: implement gfx10_shader_nggNicolai Hähnle2019-07-031-0/+1
* ac/surface/gfx10: allow "rotated" micro modeNicolai Hähnle2019-07-032-8/+8
* ac/surface/gfx10: DCC is only supported with SW_64KB_{Z,R}_X modesNicolai Hähnle2019-07-031-3/+10
* amd/common/gfx10: print gfx10 registers in debug dumpsNicolai Hähnle2019-07-031-1/+3
* amd/common/gfx10: CMASK is only used for FMASKNicolai Hähnle2019-07-031-2/+3
* amd/common/gfx10: support new tbuffer encodingNicolai Hähnle2019-07-031-2/+45
* amd/common/gfx10: pad shader buffers for instruction prefetchNicolai Hähnle2019-07-031-0/+19
* amd/common/gfx10: implement scan & reduce operationsNicolai Hähnle2019-07-031-8/+104
* amd/common/gfx10: add GS_ALLOC_REQ message defineNicolai Hähnle2019-07-031-0/+1
* amd/common/gfx10: print out GCR_CNTL as part of {ACQUIRE,RELEASE}_MEMNicolai Hähnle2019-07-031-11/+17
* amd/common/gfx10: add register JSONNicolai Hähnle2019-07-031-2/+4
* amd/common: add GFX10 chipsNicolai Hähnle2019-07-033-3/+20
* amd/addrlib: add gfx10 supportMarek Olšák2019-07-031-1/+1
* ac: compute the DCC fast clear size per slice on GFX8Samuel Pitoiset2019-07-022-0/+28
* ac: compute the size of one DCC slice on GFX8Samuel Pitoiset2019-07-022-0/+7
* ac: change ac_query_gpu_info() signatureEmil Velikov2019-06-282-4/+3
* radv: clear CMASK layers instead of the whole buffer on GFX8Samuel Pitoiset2019-06-252-1/+3
* radv: clear FMASK layers instead of the whole buffer on GFX8Samuel Pitoiset2019-06-252-0/+2
* radeonsi: set the calling convention for inlined function callsMarek Olšák2019-06-242-0/+11
* amd/rtld: update the ELF representation of LDS symbolsNicolai Hähnle2019-06-241-7/+27
* ac/surface: remove addrlib_family_rev_idMarek Olšák2019-06-243-108/+7
* amd/common: lower bitfield_extract to ubfe/ibfe.Daniel Schürmann2019-06-242-35/+20
* amd/common: lower bitfield_insert to bfm & bitfield_selectDaniel Schürmann2019-06-241-26/+25
* ac/rtld: report better error messages for LDS overallocationNicolai Hähnle2019-06-191-2/+11
* ac/rtld: check correct LDS max sizeMarek Olšák2019-06-192-1/+9
* radeonsi: add s_sethalt to shaders for debuggingNicolai Hähnle2019-06-192-0/+18
* ac/rtld: fix sorting of LDS symbols by alignmentNicolai Hähnle2019-06-191-2/+2
* ac/nir: Set speculatable for buffer loads where allowedConnor Abbott2019-06-191-3/+4
* ac,radeonsi: Always mark buffer stores as inaccessiblememonlyConnor Abbott2019-06-194-64/+32
* ac: make ac_compute_cmask() a static functionSamuel Pitoiset2019-06-172-7/+3
* ac: update llvm.amdgcn.icmp intrinsic name for LLVM 9+Samuel Pitoiset2019-06-171-3/+4
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-142-5/+9
* amd/common: add support for AMD_shader_ballot functionsDaniel Schürmann2019-06-131-0/+20
* amd/rtld: layout and relocate LDS symbolsNicolai Hähnle2019-06-122-19/+235
* amd/common: use ARRAY_SIZE for the LLVM command line optionsNicolai Hähnle2019-06-121-2/+2
* amd/common: add ac_compile_module_to_elfNicolai Hähnle2019-06-122-7/+83
* radeonsi: use ac_shader_configNicolai Hähnle2019-06-121-0/+2
* amd/common: add a more powerful runtime linkerNicolai Hähnle2019-06-124-0/+653
* amd/common: clarify ac_shader_binary::lds_sizeNicolai Hähnle2019-06-121-1/+1
* amd/common: extract ac_parse_shader_binary_configNicolai Hähnle2019-06-122-34/+47
* radeonsi: use the ac helper for index buffer stores in the culling shaderMarek Olšák2019-06-113-3/+5
* ac/nir: Remove stale TODOConnor Abbott2019-06-061-1/+7
* ac: rename LLVM <= 7 helpers for readabilityMarek Olšák2019-06-041-37/+37
* ac: fix a typo in ac_build_wg_scan_bottomMarek Olšák2019-06-041-1/+1
* ac/nir: mark some texture intrinsics as convergentRhys Perry2019-06-041-0/+18
* ac,radv: do not emit vec3 for raw load/store on SISamuel Pitoiset2019-06-043-7/+19
* ac/registers: don't use the si, cik, vi names, use gfxNMarek Olšák2019-06-032-4/+4