util: Move ralloc to a new src/util directory.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_performance_monitor.c
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-06-26 Juha-Pekka Heikkilai965: Check calloc return value in gather_statistics_re...
2014-05-16 Matt Turneri965: Use binary literals counter select.
2013-12-04 Kenneth Graunkei965: Fix OACONTROL assertion failures on Ironlake.
2013-11-21 Kenneth Graunkei965: Take "bookend" OA snapshots at the start/end...
2013-11-21 Kenneth Graunkei965: Add some plumbing for gathering OA results.
2013-11-21 Kenneth Graunkei965: Start and stop OA counters as necessary.
2013-11-21 Kenneth Graunkei965: Add functions to start and stop the OA counters.
2013-11-21 Kenneth Graunkei965: Take OA counter snapshots at Begin/EndPerfMonitor...
2013-11-21 Kenneth Graunkei965: Add a function to emit the MI_REPORT_PERF_COUNT...
2013-11-21 Kenneth Graunkei965: Track the number of monitors that need OA counters.
2013-11-21 Kenneth Graunkei965: Enumerate Observability Architecture counters...
2013-11-21 Kenneth Graunkei965: Expose pipeline statistics registers via performa...
2013-11-21 Kenneth Graunkei965: Enumerate the pipeline statistics register counte...
2013-11-21 Kenneth Graunkei965: Initialize performance monitor Groups/NumGroups.
2013-11-21 Kenneth Graunkei965: Add macros for creating performance monitor count...
2013-11-21 Kenneth Graunkei965: Add basic driver hooks and plumbing for AMD_perfo...
2013-11-07 Kenneth GraunkeRevert "i965: Add support for GL_AMD_performance_monito...
2013-09-26 Kenneth Graunkei965: Add support for GL_AMD_performance_monitor on...