summaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/gfx10: enable 1D texturesMarek Olšák2019-07-092-0/+3
* ac/nir: Remove now-unused interp_deref handlingConnor Abbott2019-07-081-149/+0
* radeonsi/nir: Use NIR barycentric intrinsicsConnor Abbott2019-07-082-0/+8
* ac/nir: Implement barycentric intrinsicsConnor Abbott2019-07-081-0/+198
* radv: Lower input attachments in NIR.Daniel Schürmann2019-07-081-24/+6
* radv: Implement nir_intrinsic_load_layer_id().Daniel Schürmann2019-07-081-0/+3
* ac: select the GFX ring when halting waves with UMR on GFX10Samuel Pitoiset2019-07-082-4/+8
* radv/gfx10: set llvm_has_working_vgpr_indexingSamuel Pitoiset2019-07-071-3/+2
* ac/nir: unpacked GS invocation ID on GFX10+Samuel Pitoiset2019-07-071-3/+10
* ac: add missing formats to ac_get_tbuffer_format() for GFX10Samuel Pitoiset2019-07-071-0/+2
* ac: destroy passes in ac_destroy_llvm_compilerMarek Olšák2019-07-041-0/+3
* ac: use an LLVM fence instead of s.waitcnt when possibleMarek Olšák2019-07-041-9/+9
* ac: remove unused AC_WAIT_EXPMarek Olšák2019-07-042-7/+3
* ac: only set ac_dlc in ac_llvm_build.cMarek Olšák2019-07-042-8/+12
* ac: replace glc,slc with cache_policy for loadsMarek Olšák2019-07-043-77/+60
* ac: replace glc,slc with cache_policy for storesMarek Olšák2019-07-043-55/+40
* amd/common: move ac_shader_{binary,reloc} into r600 and renameNicolai Hähnle2019-07-042-39/+0
* amd/common: removed unused ac_shader_binary functionsNicolai Hähnle2019-07-042-240/+0
* amd/common: remove unused ac_compile_module_to_binaryNicolai Hähnle2019-07-042-16/+0
* ac: rework ac_build_waitcnt for gfx10Marek Olšák2019-07-033-14/+49
* radeonsi/gfx10: set PA_SC_TILE_STEERING_OVERRIDEMarek Olšák2019-07-032-0/+3
* 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