summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_query.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: emit relocations for query fencesNicolai Hähnle2016-09-301-6/+7
* gallium/radeon: use smaller buffers for query resultsNicolai Hähnle2016-09-291-1/+1
* gallium/radeon: implement get_query_result_resource (v2)Nicolai Hähnle2016-09-291-1/+390
* gallium/radeon: zero all query buffersNicolai Hähnle2016-09-291-16/+10
* gallium/radeon: cleanup getting PIPE_QUERY_TIMESTAMP resultNicolai Hähnle2016-09-291-5/+1
* gallium/radeon: add query fences and r600_get_hw_query_paramsNicolai Hähnle2016-09-291-16/+91
* radeonsi: add HUD queries for counting VS/PS/CS partial flushesMarek Olšák2016-09-051-0/+21
* gallium/radeon: rename the num-cs-flushes query to num-ctx-flushesMarek Olšák2016-09-051-4/+4
* gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONSMarek Olšák2016-08-261-2/+6
* gallium/radeon: use unflushed fences for PIPE_QUERY_GPU_FINISHEDMarek Olšák2016-08-171-2/+2
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-1/+1
* gallium/radeon: add HUD queries for mapped VRAM/GTTMarek Olšák2016-08-101-0/+10
* gallium/radeon: don't re-create queries for DCC stat gatheringMarek Olšák2016-06-291-2/+2
* gallium/radeon: add a HUD query for PS draw ratio stats from separate DCCMarek Olšák2016-06-291-0/+5
* gallium/radeon: add flag R600_QUERY_HW_FLAG_BEGIN_RESUMESMarek Olšák2016-06-291-1/+2
* gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-251-29/+29
* gallium/radeon: use r600_resource_referenceMarek Olšák2016-06-251-7/+7
* gallium/radeon: num-cs-flushes query should display per-frame averageMarek Olšák2016-06-141-1/+1
* gallium/radeon: add driver queries for compute/dma call stats and spillsMarek Olšák2016-06-141-1/+29
* Treewide: Remove Elements() macroJan Vesely2016-05-171-3/+3
* gallium/radeon: use gart_page_size instead of hardcoded 4096Marek Olšák2016-05-101-1/+2
* radeon: handle query buffer allocation and mapping failuresNicolai Hähnle2016-04-211-8/+32
* radeon: wire end_query return value to sw/hw_endNicolai Hähnle2016-04-211-5/+8
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-1/+2
* gallium/radeon: don't flush CB/DB caches for timestamp queriesMarek Olšák2016-04-181-2/+2
* gallium/radeon: remove R600_QUERY_HW_FLAG_TIMERMarek Olšák2016-04-121-3/+1
* gallium/radeon: merge timer and non-timer query listsMarek Olšák2016-04-121-52/+13
* r600g: implement set_active_query_state for pausing occlusion queriesMarek Olšák2016-04-121-6/+0
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+6
* radeonsi: disable perfect ZPASS counts for PIPE_QUERY_OCCLUSION_PREDICATEMarek Olšák2016-04-071-2/+10
* radeon/r600_query.c: Minor style fixEdward O'Callaghan2016-03-271-1/+1
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-051-8/+8
* gallium/radeon: add GPIN driver query groupNicolai Hähnle2016-02-051-3/+77
* gallium/radeon: fix regression in a number of driver queriesNicolai Hähnle2015-12-211-3/+3
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-2/+2
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* radeonsi: implement AMD_performance_monitor for CIK+Nicolai Hähnle2015-11-251-3/+18
* radeon: scale query buffer size to result sizeNicolai Hähnle2015-11-251-1/+1
* radeon: re-prepare query buffers on begin_query for predicate queriesNicolai Hähnle2015-11-201-15/+17
* radeon: reset query buffers for PIPE_QUERY_TIMESTAMPNicolai Hähnle2015-11-201-8/+18
* radeon: count cs dwords separately for query begin and endNicolai Hähnle2015-11-181-14/+19
* radeon: expose r600_query_hw functions for reuseNicolai Hähnle2015-11-181-14/+17
* radeon: implement r600_query_hw_get_result via function pointersNicolai Hähnle2015-11-181-99/+90
* radeon: split hw query buffer handling from cs emitNicolai Hähnle2015-11-181-81/+113
* radeon: convert hardware queries to the new styleNicolai Hähnle2015-11-181-148/+133
* radeon: convert software queries to the new styleNicolai Hähnle2015-11-181-172/+194
* radeon: add query handler function pointersNicolai Hähnle2015-11-181-7/+50
* radeon: move R600_QUERY_* constants into a new query header fileNicolai Hähnle2015-11-181-0/+1
* radeon: cleanup driver query listNicolai Hähnle2015-11-181-29/+55
* radeon: move get_driver_query_info to r600_query.cNicolai Hähnle2015-11-181-0/+49