radeonsi: re-order the SQ_xx performance counter blocks
[mesa.git] / src / gallium / drivers / radeon / r600_query.h
2016-02-05 Nicolai Hähnleradeonsi: re-order the SQ_xx performance counter blocks
2016-02-05 Nicolai Hähnlegallium/radeon: add GPIN driver query group
2015-11-26 Nicolai Hähnleradeon: delay the generation of driver query names...
2015-11-25 Nicolai Hähnleradeonsi: implement AMD_performance_monitor for CIK+
2015-11-20 Nicolai Hähnleradeon: re-prepare query buffers on begin_query for...
2015-11-18 Nicolai Hähnleradeon: count cs dwords separately for query begin...
2015-11-18 Nicolai Hähnleradeon: expose r600_query_hw functions for reuse
2015-11-18 Nicolai Hähnleradeon: implement r600_query_hw_get_result via function...
2015-11-18 Nicolai Hähnleradeon: split hw query buffer handling from cs emit
2015-11-18 Nicolai Hähnleradeon: convert hardware queries to the new style
2015-11-18 Nicolai Hähnleradeon: add query handler function pointers
2015-11-18 Nicolai Hähnleradeon: move R600_QUERY_* constants into a new query...