summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-146-8/+8
* radeonsi: add radeonsi_debug_disassembly optionNicolai Hähnle2019-06-122-6/+10
* radeonsi: fix line splitting in si_shader_dump_assemblyNicolai Hähnle2019-06-121-1/+1
* radeonsi: raise the alignment of LDS memory for compute shadersNicolai Hähnle2019-06-121-1/+1
* radeonsi: use an explicit symbol for the LSHS LDS memoryNicolai Hähnle2019-06-122-2/+20
* radeonsi: rename lds_{load,store} to lshs_lds_{load,store}Nicolai Hähnle2019-06-121-17/+16
* radeonsi/gfx9: declare LDS ESGS ring as an explicit symbol on LLVM >= 9Nicolai Hähnle2019-06-123-36/+94
* amd/rtld: layout and relocate LDS symbolsNicolai Hähnle2019-06-125-33/+66
* radeonsi: cleanup some #includesNicolai Hähnle2019-06-121-2/+2
* radeonsi: inline si_shader_binary_read_config into its only callerNicolai Hähnle2019-06-122-16/+7
* radeonsi: use the new run-time linker for shadersNicolai Hähnle2019-06-129-237/+272
* radeonsi: don't declare pointers to static stringsNicolai Hähnle2019-06-121-2/+2
* radeonsi: dump shader binary buffer contentsNicolai Hähnle2019-06-122-0/+19
* radeonsi: return bool from si_shader_binary_uploadNicolai Hähnle2019-06-124-19/+16
* radeonsi: let si_shader_create return a booleanNicolai Hähnle2019-06-124-16/+14
* radeonsi: use ac_shader_configNicolai Hähnle2019-06-123-126/+25
* radeonsi: don't test SDMA perf if SDMA is disabled/unsupportedMarek Olšák2019-06-111-0/+3
* radeonsi: always interpolate PrimID as flatMarek Olšák2019-06-111-1/+2
* radeonsi: move color clamping to si_llvm_export_vs to unify the codeMarek Olšák2019-06-111-80/+67
* radeonsi: use the ac helper for index buffer stores in the culling shaderMarek Olšák2019-06-112-13/+10
* radeonsi: use the ac helper for image storesMarek Olšák2019-06-111-29/+6
* radeonsi: use the ac helper for SSBO storesMarek Olšák2019-06-111-22/+16
* radeonsi: fixes for vec3 buffer stores in LLVM 9Marek Olšák2019-06-111-3/+10
* radeonsi: Don't force dcc disable for loadsConnor Abbott2019-06-062-13/+0
* radeonsi: Enable NIR's lower_fmod option.Kenneth Graunke2019-06-051-0/+1
* radeonsi/nir: Fix type in bindless address computationConnor Abbott2019-06-041-2/+2
* amd/common: use generated register headerNicolai Hähnle2019-06-038-9/+6
* amd/common: use SH{0,1}_CU_EN definitions only of COMPUTE_STATIC_THREAD_MGMT_SE0Nicolai Hähnle2019-06-031-5/+5
* amd/common: unify PITCH_GFX6 and PITCH_GFX9Nicolai Hähnle2019-06-032-7/+7
* amd/common: cleanup DATA_FORMAT/NUM_FORMAT field namesNicolai Hähnle2019-06-032-8/+8
* radeonsi: init sctx->dma_copy before using itPierre-Eric Pelloux-Prayer2019-06-031-3/+3
* ac: use amdgpu-flat-work-group-sizeMarek Olšák2019-06-031-5/+2
* radeonsi/nir: Remove hack for builtinsConnor Abbott2019-05-311-11/+2
* radeonsi/nir: Use correct location for uniform access boundConnor Abbott2019-05-311-1/+1
* radeonsi/nir: Correctly handle double TCS/TES varyingsConnor Abbott2019-05-311-4/+28
* radeonsi: fix timestamp queries for compute-only contextsMarek Olšák2019-05-291-3/+5
* Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák2019-05-294-7/+7
* radeonsi: Fix editorconfigConnor Abbott2019-05-291-0/+1
* radeonsi: clean up winsys creationMarek Olšák2019-05-272-6/+26
* radeonsi: allow query functions for compute-only contextsMarek Olšák2019-05-272-4/+5
* ac: treat Mullins as Kabini, remove the enumMarek Olšák2019-05-272-6/+3
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+1
* radeonsi: fix a regression in si_rebind_bufferMarek Olšák2019-05-211-4/+8
* r600+radeonsi: use ctx_query_reset_status on radeonMarek Olšák2019-05-163-28/+3
* radeonsi: update buffer descriptors in all contexts after buffer invalidationMarek Olšák2019-05-163-33/+72
* radeonsi: remove old_va parameter from si_rebind_buffer by remembering offsetsMarek Olšák2019-05-163-40/+25
* radeonsi: compute culling - flush CS to remove write references to buffersMarek Olšák2019-05-161-5/+16
* radeonsi: invalidate caches at the beginning of the prim discard compute IBMarek Olšák2019-05-163-9/+23
* radeonsi: disable primitive restart for triangles for DiRT RallyMarek Olšák2019-05-164-14/+25
* radeonsi: add primitive culling stats to the HUDMarek Olšák2019-05-164-4/+44