index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeon
/
r600_query.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: remove 'Authors:' comments
Marek Olšák
2017-11-02
1
-4
/
+0
*
radeonsi: add GFX-IB-size query to the HUD
Marek Olšák
2017-10-17
1
-0
/
+1
*
r600: fork and import gallium/radeon
Marek Olšák
2017-09-26
1
-30
/
+30
*
radeonsi: remove Constant Engine support
Marek Olšák
2017-08-22
1
-1
/
+0
*
radeonsi: expose the number of decompress calls to the HUD
Marek Olšák
2017-08-07
1
-0
/
+1
*
gallium/radeon: rename GPU-dma-busy -> GPU-cp-dma-busy
Marek Olšák
2017-08-07
1
-1
/
+1
*
radeonsi: fix streamout overflow predication on VI+
Nicolai Hähnle
2017-08-02
1
-0
/
+4
*
radeonsi: expose MRT-draw-calls to HUD
Marek Olšák
2017-07-31
1
-0
/
+1
*
radeonsi: add a HUD query for getting an average GFX BO list size
Marek Olšák
2017-07-04
1
-0
/
+1
*
radeonsi: add separate HUD counters for CB and DB cache flushes
Marek Olšák
2017-06-22
1
-1
/
+2
*
gallium/radeon: add a new HUD query for the number of resident handles
Samuel Pitoiset
2017-06-18
1
-0
/
+1
*
gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUD
Marek Olšák
2017-05-23
1
-0
/
+1
*
gallium/radeon: add a query for monitoring Gallium thread load
Marek Olšák
2017-05-22
1
-0
/
+1
*
gallium/radeon: add threaded context counter monitoring for HUD
Marek Olšák
2017-05-15
1
-0
/
+3
*
gallium/radeon: subclass and handle threaded_query
Marek Olšák
2017-05-15
1
-3
/
+2
*
Revert "radeonsi: constify a bunch of the perfcounter structs."
Marek Olšák
2017-05-06
1
-2
/
+2
*
radeonsi: constify a bunch of the perfcounter structs.
Dave Airlie
2017-05-04
1
-2
/
+2
*
radeonsi: add a HUD query for draw calls with primitive restart
Marek Olšák
2017-04-28
1
-0
/
+1
*
gallium/radeon: formalize that r600_query_hw_add_result doesn't need a context
Marek Olšák
2017-03-30
1
-1
/
+1
*
gallium/radeon: formalize that create_batch_query doesn't need pipe_context
Marek Olšák
2017-03-17
1
-2
/
+2
*
gallium/radeon: formalize that create_query doesn't need pipe_context
Marek Olšák
2017-03-17
1
-2
/
+2
*
gallium/radeon: add a HUD query for monitoring the CS thread activity
Marek Olšák
2017-02-15
1
-0
/
+1
*
gallium/radeon: add new HUD queries for monitoring the CP
Samuel Pitoiset
2017-01-30
1
-0
/
+7
*
gallium/radeon: add new GPU-sdma-busy HUD query
Samuel Pitoiset
2017-01-30
1
-0
/
+1
*
gallium/radeon: add VRAM-vis-usage HUD query
Samuel Pitoiset
2017-01-26
1
-0
/
+1
*
gallium/radeon: add a new HUD query for the number of mapped buffers
Samuel Pitoiset
2017-01-25
1
-0
/
+1
*
gallium/radeon: add HUD queries for monitoring some hw blocks
Samuel Pitoiset
2017-01-23
1
-0
/
+12
*
gallium/radeon: add GPU-shaders-busy HUD query
Marek Olšák
2017-01-16
1
-0
/
+1
*
gallium/radeon: add new HUD query num-SDMA-IBs
Marek Olšák
2017-01-06
1
-0
/
+1
*
gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBs
Marek Olšák
2017-01-06
1
-1
/
+1
*
radeonsi: add HUD queries for cache flush stats
Marek Olšák
2017-01-06
1
-0
/
+3
*
radeonsi: add a driver query for counting CP DMA calls
Marek Olšák
2016-11-01
1
-0
/
+1
*
radeonsi: add a driver query for shader cache hits
Marek Olšák
2016-11-01
1
-0
/
+1
*
gallium/radeon: implement get_query_result_resource (v2)
Nicolai Hähnle
2016-09-29
1
-0
/
+7
*
gallium/radeon: zero all query buffers
Nicolai Hähnle
2016-09-29
1
-1
/
+1
*
radeonsi: add save_qbo_state
Nicolai Hähnle
2016-09-29
1
-0
/
+7
*
radeonsi: add HUD queries for counting VS/PS/CS partial flushes
Marek Olšák
2016-09-05
1
-0
/
+3
*
gallium/radeon: rename the num-cs-flushes query to num-ctx-flushes
Marek Olšák
2016-09-05
1
-1
/
+1
*
gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONS
Marek Olšák
2016-08-26
1
-0
/
+1
*
gallium/radeon: add HUD queries for mapped VRAM/GTT
Marek Olšák
2016-08-10
1
-0
/
+2
*
gallium/radeon: don't re-create queries for DCC stat gathering
Marek Olšák
2016-06-29
1
-0
/
+2
*
gallium/radeon: add a HUD query for PS draw ratio stats from separate DCC
Marek Olšák
2016-06-29
1
-0
/
+1
*
gallium/radeon: add flag R600_QUERY_HW_FLAG_BEGIN_RESUMES
Marek Olšák
2016-06-29
1
-0
/
+2
*
gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
1
-15
/
+15
*
gallium/radeon: add driver queries for compute/dma call stats and spills
Marek Olšák
2016-06-14
1
-0
/
+4
*
radeon: handle query buffer allocation and mapping failures
Nicolai Hähnle
2016-04-21
1
-1
/
+1
*
radeon: wire end_query return value to sw/hw_end
Nicolai Hähnle
2016-04-21
1
-2
/
+2
*
gallium/radeon: use enums in r600_query.h
Marek Olšák
2016-04-18
1
-20
/
+23
*
gallium/radeon: remove R600_QUERY_HW_FLAG_TIMER
Marek Olšák
2016-04-12
1
-2
/
+1
*
radeonsi: re-order the SQ_xx performance counter blocks
Nicolai Hähnle
2016-02-05
1
-18
/
+4
[next]