summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: implement set_debug_callbackNicolai Hähnle2016-01-022-0/+14
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-021-1/+1
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-021-1/+1
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-022-2/+2
* gallium/radeon: fix regression in a number of driver queriesNicolai Hähnle2015-12-211-3/+3
* gallium/radeon: only dispose locally created target machine in radeon_llvm_co...Nicolai Hähnle2015-12-181-2/+3
* configure.ac: use pkg-config for libelfJonathan Gray2015-12-171-2/+3
* gallium/radeon: remove unnecessary test in r600_pc_query_add_resultNicolai Hähnle2015-12-151-3/+0
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-1115-69/+60
* radeonsi: implement fast stencil clearMarek Olšák2015-12-111-0/+2
* gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctlyMarek Olšák2015-12-112-3/+11
* radeonsi: implement RB+ for Stoney (v2)Marek Olšák2015-12-113-0/+10
* Revert "radeonsi: disable DCC on Stoney"Marek Olšák2015-12-111-4/+0
* radeonsi: disable DCC on StoneyMarek Olšák2015-12-071-0/+4
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-063-6/+6
* gallium/radeon*: Remove useless castsEdward O'Callaghan2015-12-061-1/+1
* radeonsi: fix Fiji for LLVM <= 3.7Marek Olšák2015-12-031-1/+2
* radeonsi: fix occlusion queries on FijiMarek Olšák2015-12-031-2/+2
* radeonsi: print framebuffer info into ddebug logsMarek Olšák2015-12-032-2/+2
* gallium/radeon: print more info about HTILEMarek Olšák2015-12-032-2/+17
* gallium/radeon: print more info about CMASKMarek Olšák2015-12-032-3/+16
* gallium/radeon: rename fmask::pitch -> pitch_in_pixelsMarek Olšák2015-12-032-4/+4
* gallium/radeon: print more information about texturesMarek Olšák2015-12-031-5/+43
* gallium/radeon: move printing texture info into a separate functionMarek Olšák2015-12-031-41/+51
* gallium/radeon: remove unused r600_texture::pitch_overrideMarek Olšák2015-12-032-2/+0
* gallium/radeon: remove DBG_TEXMIPMarek Olšák2015-12-033-4/+2
* radeon: only suspend queries on flush if they haven't been suspended yetNicolai Hähnle2015-11-282-2/+9
* radeon: use PIPE_DRIVER_QUERY_FLAG_DONT_LIST for perfcountersNicolai Hähnle2015-11-261-0/+2
* radeon: delay the generation of driver query names until first useNicolai Hähnle2015-11-262-96/+106
* radeonsi: implement AMD_performance_monitor for CIK+Nicolai Hähnle2015-11-256-3/+784
* radeon: scale query buffer size to result sizeNicolai Hähnle2015-11-251-1/+1
* radeon: extend CIK_UCONFIG_REG_END for performance countersNicolai Hähnle2015-11-251-1/+1
* radeon: add perfcounter-related EVENT_TYPEsNicolai Hähnle2015-11-251-0/+3
* radeon: additional constants for WAIT_REG_MEM and EVENT_WRITE_EOPNicolai Hähnle2015-11-251-0/+8
* radeon/llvm: Use llvm.AMDIL.exp intrinsic again for nowMichel Dänzer2015-11-241-1/+1
* radeon/uvd: uv pitch separation for stoneyBoyuan Zhang2015-11-232-1/+6
* radeon: re-prepare query buffers on begin_query for predicate queriesNicolai Hähnle2015-11-202-15/+18
* radeon: reset query buffers for PIPE_QUERY_TIMESTAMPNicolai Hähnle2015-11-201-8/+18
* radeon/vce: disable two pipe mode for stoneyLeo Liu2015-11-201-1/+2
* radeon/vce: add new firmware interface supportLeo Liu2015-11-204-5/+262
* radeon: ensure that timing/profiling queries are suspended on flushNicolai Hähnle2015-11-202-9/+6
* radeon: count cs dwords separately for query begin and endNicolai Hähnle2015-11-182-15/+21
* radeon: expose r600_query_hw functions for reuseNicolai Hähnle2015-11-182-14/+27
* radeon: implement r600_query_hw_get_result via function pointersNicolai Hähnle2015-11-182-99/+94
* radeon: split hw query buffer handling from cs emitNicolai Hähnle2015-11-182-81/+133
* radeon: convert hardware queries to the new styleNicolai Hähnle2015-11-182-148/+172
* radeon: convert software queries to the new styleNicolai Hähnle2015-11-181-172/+194
* radeon: add query handler function pointersNicolai Hähnle2015-11-182-7/+62
* radeon: move R600_QUERY_* constants into a new query header fileNicolai Hähnle2015-11-184-15/+51
* radeon: cleanup driver query listNicolai Hähnle2015-11-181-29/+55