Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/mesa: delay initialization of performance counters | Nicolai Hähnle | 2015-11-25 | 1 | -11/+17 |
* | st/mesa: add support for batch driver queries to perfmon | Nicolai Hähnle | 2015-11-20 | 1 | -7/+76 |
* | st/mesa: maintain active perfmon counters in an array | Nicolai Hähnle | 2015-11-20 | 1 | -32/+49 |
* | st/mesa: use BITSET_FOREACH_SET to loop through active perfmon counters | Nicolai Hähnle | 2015-11-20 | 1 | -5/+2 |
* | st/mesa: store mapping from perfmon counter to query type | Nicolai Hähnle | 2015-11-20 | 1 | -42/+32 |
* | st/mesa: map semantic driver query types to underlying type | Nicolai Hähnle | 2015-11-20 | 1 | -0/+3 |
* | gallium: remove pipe_driver_query_group_info field type | Nicolai Hähnle | 2015-11-20 | 1 | -30/+0 |
* | st/mesa: fix pipe_query_result result initializer | Brian Paul | 2015-05-05 | 1 | -1/+1 |
* | st/mesa: fix st_NewPerfMonitor() declaration | Brian Paul | 2015-05-05 | 1 | -1/+1 |
* | st/mesa: implement GL_AMD_performance_monitor | Christoph Bumiller | 2015-05-06 | 1 | -0/+425 |