summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: move PKT3_WRITE_DATA generation into a helper functionMarek Olšák2019-01-221-11/+2
* radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIKMarek Olšák2019-01-221-1/+2
* radeonsi: correct WRITE_DATA.DST_SEL definitionsMarek Olšák2019-01-221-1/+1
* radeonsi: compile clear and copy buffer compute shaders on demandMarek Olšák2019-01-221-8/+0
* radeonsi: move remaining perfcounter code into si_perfcounter.cNicolai Hähnle2018-12-191-1/+1
* radeonsi: add si_init_draw_functions and make some functions staticNicolai Hähnle2018-12-191-2/+2
* radeonsi: move SI_FORCE_FAMILY functionality to winsysNicolai Hähnle2018-12-191-34/+0
* amd: remove support for LLVM 6.0Samuel Pitoiset2018-12-061-1/+1
* radeonsi: add memory management stress tests for GDSMarek Olšák2018-11-281-0/+46
* radeonsi: clean up primitive binning enablementMarek Olšák2018-11-281-11/+16
* radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák2018-11-091-3/+4
* radeonsi: don't set the CB clear color registers for 0/1 clear colors on Raven2Marek Olšák2018-11-091-0/+1
* radeonsi: add support for Raven2 (v2)Marek Olšák2018-10-301-4/+6
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-261-32/+32
* radeonsi: Disable clear_state with radeon kernel driverSonny Jiang2018-10-191-2/+4
* radeonsi: fix a deadlock due to partially-initialized context on CIMarek Olšák2018-10-181-6/+8
* radeonsi: use compute shaders for clear_buffer & copy_bufferMarek Olšák2018-10-161-4/+18
* radeonsi: don't re-upload the sample position constant buffer repeatedlyMarek Olšák2018-10-161-0/+7
* radeonsi: save raster config in screen, add se_tile_repeatMarek Olšák2018-10-161-0/+9
* radeonsi: add GDS support to CP DMAMarek Olšák2018-10-161-0/+4
* util/u_queue: add UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITYMarek Olšák2018-10-061-1/+3
* radeonsi: use build-id when available for disk cacheTimothy Arceri2018-10-031-12/+9
* radeonsi: initialize ac_gpu_info::name when using SI_FORCE_FAMILYMarek Olšák2018-10-021-0/+1
* radeonsi: split si_copy_bufferMarek Olšák2018-09-101-1/+2
* radeonsi: merge SI and CI dma_clear_buffer and remove the callbackMarek Olšák2018-09-101-1/+1
* radeonsi: pin the winsys thread to the requested L3 cache (v2)Marek Olšák2018-09-071-0/+15
* radeonsi: add a thorough clear/copy_buffer benchmarkMarek Olšák2018-08-291-4/+4
* ac: completely remove +auto-waitcnt-before-barrierMarek Olšák2018-08-211-1/+0
* radv: disable the auto-waitcnt-before-barrier LLVM optionSamuel Pitoiset2018-08-151-0/+1
* radeonsi: use radeon_info::nameMarek Olšák2018-08-141-1/+1
* radeonsi: split si_clear_buffer to remove enum si_methodMarek Olšák2018-08-141-1/+1
* radeonsi: cosmetic changesMarek Olšák2018-08-041-1/+1
* radeonsi: add new R600_DEBUG test "testclearbufperf"Darren Powell2018-08-021-1/+6
* ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2)Marek Olšák2018-08-011-1/+11
* radeonsi: handle SI_FORCE_FAMILY earlyMarek Olšák2018-07-241-2/+1
* radeonsi: Add debug option to enable LLVM GlobalISel (v2)Tom Stellard2018-07-231-0/+3
* radeonsi: add support for Vega20Marek Olšák2018-07-121-1/+2
* Shorten u_queue namesMarek Olšák2018-07-041-2/+2
* radeonsi: use ac_compile_module_to_binary to reduce compile timesMarek Olšák2018-07-041-0/+2
* radeonsi: fix compiler breakageMarek Olšák2018-07-041-0/+1
* ac/radv: move llvm compiler info to struct and init in one placeDave Airlie2018-07-041-1/+1
* ac/radeonsi: port compiler init/destroy out of radeonsi.Dave Airlie2018-07-041-25/+2
* radv/radeonsi: add a check ir tm optionsDave Airlie2018-07-041-2/+3
* radeonsi: rename si_compiler -> ac_llvm_compilerDave Airlie2018-07-041-2/+2
* ac/radeonsi: refactor out pass manager init to common code.Dave Airlie2018-07-041-25/+2
* ac/radv: split the non-common init_once code from the common target code. (v2)Dave Airlie2018-07-041-0/+1
* ac: move all LLVM module initialization into ac_create_moduleMarek Olšák2018-07-021-11/+3
* radeonsi: rename r600_transfer -> si_transferMarek Olšák2018-06-251-1/+1
* radeonsi: clean up some #includesMarek Olšák2018-06-251-1/+1
* radeonsi: add a debug flag to zero vram allocationsGrazvydas Ignotas2018-06-211-0/+1