Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radeon: delay the generation of driver query names until first use | Nicolai Hähnle | 2015-11-26 | 1 | -5/+5 |
* | radeonsi: implement AMD_performance_monitor for CIK+ | Nicolai Hähnle | 2015-11-25 | 1 | -0/+121 |
* | radeon: re-prepare query buffers on begin_query for predicate queries | Nicolai Hähnle | 2015-11-20 | 1 | -0/+1 |
* | radeon: count cs dwords separately for query begin and end | Nicolai Hähnle | 2015-11-18 | 1 | -1/+2 |
* | radeon: expose r600_query_hw functions for reuse | Nicolai Hähnle | 2015-11-18 | 1 | -0/+10 |
* | radeon: implement r600_query_hw_get_result via function pointers | Nicolai Hähnle | 2015-11-18 | 1 | -0/+4 |
* | radeon: split hw query buffer handling from cs emit | Nicolai Hähnle | 2015-11-18 | 1 | -0/+20 |
* | radeon: convert hardware queries to the new style | Nicolai Hähnle | 2015-11-18 | 1 | -0/+39 |
* | radeon: add query handler function pointers | Nicolai Hähnle | 2015-11-18 | 1 | -0/+12 |
* | radeon: move R600_QUERY_* constants into a new query header file | Nicolai Hähnle | 2015-11-18 | 1 | -0/+49 |