| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/radeon: add HUD queries for GPU temperature and clocks | Samuel Pitoiset | 2017-04-10 | 1 | -6/+6 |
* | gallium/radeon: formalize that r600_query_hw_add_result doesn't need a context | Marek Olšák | 2017-03-30 | 1 | -6/+7 |
* | radeonsi/gfx9: query changes - EVENT_WRITE and SET_PREDICATION | Marek Olšák | 2017-03-30 | 1 | -10/+19 |
* | gallium/radeon: formalize that create_batch_query doesn't need pipe_context | Marek Olšák | 2017-03-17 | 1 | -5/+4 |
* | gallium/radeon: formalize that create_query doesn't need pipe_context | Marek Olšák | 2017-03-17 | 1 | -28/+28 |
* | gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition() | Brian Paul | 2017-03-08 | 1 | -1/+1 |
* | gallium/radeon: add a HUD query for monitoring the CS thread activity | Marek Olšák | 2017-02-15 | 1 | -1/+23 |
* | gallium/radeon: add new HUD queries for monitoring the CP | Samuel Pitoiset | 2017-01-30 | 1 | -3/+28 |
* | gallium/radeon: add new GPU-sdma-busy HUD query | Samuel Pitoiset | 2017-01-30 | 1 | -1/+4 |
* | gallium/radeon: remove r600_common_context::max_db | Marek Olšák | 2017-01-30 | 1 | -11/+17 |
* | gallium/radeon: clean up r600_query_init_backend_mask | Marek Olšák | 2017-01-30 | 1 | -18/+15 |
* | gallium/radeon: add VRAM-vis-usage HUD query | Samuel Pitoiset | 2017-01-26 | 1 | -0/+7 |
* | gallium/radeon: add a new HUD query for the number of mapped buffers | Samuel Pitoiset | 2017-01-25 | 1 | -0/+4 |
* | gallium/radeon: add HUD queries for monitoring some hw blocks | Samuel Pitoiset | 2017-01-23 | 1 | -1/+38 |
* | gallium/radeon: refactor the GRBM counters path | Samuel Pitoiset | 2017-01-23 | 1 | -9/+5 |
* | gallium/radeon: add GPU-shaders-busy HUD query | Marek Olšák | 2017-01-16 | 1 | -1/+10 |
* | gallium/radeon: make the GPU load / GRBM_STATUS monitoring extensible | Marek Olšák | 2017-01-16 | 1 | -3/+3 |
* | gallium/radeon: add new HUD query num-SDMA-IBs | Marek Olšák | 2017-01-06 | 1 | -0/+4 |
* | gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBs | Marek Olšák | 2017-01-06 | 1 | -4/+4 |
* | radeonsi: add HUD queries for cache flush stats | Marek Olšák | 2017-01-06 | 1 | -0/+21 |
* | radeonsi: add a driver query for counting CP DMA calls | Marek Olšák | 2016-11-01 | 1 | -0/+7 |
* | radeonsi: add a driver query for shader cache hits | Marek Olšák | 2016-11-01 | 1 | -0/+9 |
* | gallium/radeon: stop using PIPE_BIND_CUSTOM | Marek Olšák | 2016-10-26 | 1 | -2/+2 |
* | gallium/radeon: use r600_gfx_write_event_eop everywhere | Marek Olšák | 2016-10-26 | 1 | -13/+4 |
* | gallium/radeon: make r600_gfx_write_fence more generic | Marek Olšák | 2016-10-26 | 1 | -1/+2 |
* | gallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP fixups | Marek Olšák | 2016-10-26 | 1 | -2/+2 |
* | gallium/radeon: emit relocations for query fences | Nicolai Hähnle | 2016-09-30 | 1 | -6/+7 |
* | gallium/radeon: use smaller buffers for query results | Nicolai Hähnle | 2016-09-29 | 1 | -1/+1 |
* | gallium/radeon: implement get_query_result_resource (v2) | Nicolai Hähnle | 2016-09-29 | 1 | -1/+390 |
* | gallium/radeon: zero all query buffers | Nicolai Hähnle | 2016-09-29 | 1 | -16/+10 |
* | gallium/radeon: cleanup getting PIPE_QUERY_TIMESTAMP result | Nicolai Hähnle | 2016-09-29 | 1 | -5/+1 |
* | gallium/radeon: add query fences and r600_get_hw_query_params | Nicolai Hähnle | 2016-09-29 | 1 | -16/+91 |
* | radeonsi: add HUD queries for counting VS/PS/CS partial flushes | Marek Olšák | 2016-09-05 | 1 | -0/+21 |
* | gallium/radeon: rename the num-cs-flushes query to num-ctx-flushes | Marek Olšák | 2016-09-05 | 1 | -4/+4 |
* | gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONS | Marek Olšák | 2016-08-26 | 1 | -2/+6 |
* | gallium/radeon: use unflushed fences for PIPE_QUERY_GPU_FINISHED | Marek Olšák | 2016-08-17 | 1 | -2/+2 |
* | gallium: add a pipe_context parameter to fence_finish | Marek Olšák | 2016-08-10 | 1 | -1/+1 |
* | gallium/radeon: add HUD queries for mapped VRAM/GTT | Marek Olšák | 2016-08-10 | 1 | -0/+10 |
* | gallium/radeon: don't re-create queries for DCC stat gathering | Marek Olšák | 2016-06-29 | 1 | -2/+2 |
* | gallium/radeon: add a HUD query for PS draw ratio stats from separate DCC | Marek Olšák | 2016-06-29 | 1 | -0/+5 |
* | gallium/radeon: add flag R600_QUERY_HW_FLAG_BEGIN_RESUMES | Marek Olšák | 2016-06-29 | 1 | -1/+2 |
* | gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> false | Marek Olšák | 2016-06-25 | 1 | -29/+29 |
* | gallium/radeon: use r600_resource_reference | Marek Olšák | 2016-06-25 | 1 | -7/+7 |
* | gallium/radeon: num-cs-flushes query should display per-frame average | Marek Olšák | 2016-06-14 | 1 | -1/+1 |
* | gallium/radeon: add driver queries for compute/dma call stats and spills | Marek Olšák | 2016-06-14 | 1 | -1/+29 |
* | Treewide: Remove Elements() macro | Jan Vesely | 2016-05-17 | 1 | -3/+3 |
* | gallium/radeon: use gart_page_size instead of hardcoded 4096 | Marek Olšák | 2016-05-10 | 1 | -1/+2 |
* | radeon: handle query buffer allocation and mapping failures | Nicolai Hähnle | 2016-04-21 | 1 | -8/+32 |
* | radeon: wire end_query return value to sw/hw_end | Nicolai Hähnle | 2016-04-21 | 1 | -5/+8 |
* | gallium: add bool return to pipe_context::end_query | Nicolai Hähnle | 2016-04-21 | 1 | -1/+2 |