index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeon
/
r600_query.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gallium/radeon: don't flush CB/DB caches for timestamp queries
Marek Olšák
2016-04-18
1
-2
/
+2
*
gallium/radeon: remove R600_QUERY_HW_FLAG_TIMER
Marek Olšák
2016-04-12
1
-3
/
+1
*
gallium/radeon: merge timer and non-timer query lists
Marek Olšák
2016-04-12
1
-52
/
+13
*
r600g: implement set_active_query_state for pausing occlusion queries
Marek Olšák
2016-04-12
1
-6
/
+0
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+6
*
radeonsi: disable perfect ZPASS counts for PIPE_QUERY_OCCLUSION_PREDICATE
Marek Olšák
2016-04-07
1
-2
/
+10
[next]