summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_performance_monitor.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Make room in the batch epilogue for three more pipe controls.Francisco Jerez2016-07-071-5/+5
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* i965: Use offset instead of index in brw_store_register_mem64Jordan Justen2016-05-041-3/+2
* i965: Add and use USED_BATCH macro.Matt Turner2015-07-151-3/+3
* i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson2015-06-241-4/+4
* i965: Don't write past the end of the application supplied bufferIan Romanick2015-03-091-7/+12
* i965: Silence unused parameter warningIan Romanick2015-03-091-0/+1
* i965: Silence many 'static' is not at beginning of declaration warningsIan Romanick2015-03-091-13/+13
* util: Move Mesa's bitset.h to util/.Eric Anholt2015-02-201-1/+1
* i965: Use safer pointer arithmetic in gather_oa_results()Chad Versace2014-12-221-1/+1
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-3/+2
* i965: Check calloc return value in gather_statistics_results()Juha-Pekka Heikkila2014-06-261-1/+14
* i965: Use binary literals counter select.Matt Turner2014-05-151-2/+2
* i965: Fix OACONTROL assertion failures on Ironlake.Kenneth Graunke2013-12-031-4/+8
* i965: Take "bookend" OA snapshots at the start/end of each batch.Kenneth Graunke2013-11-211-7/+357
* i965: Add some plumbing for gathering OA results.Kenneth Graunke2013-11-211-0/+91
* i965: Start and stop OA counters as necessary.Kenneth Graunke2013-11-211-0/+50
* i965: Add functions to start and stop the OA counters.Kenneth Graunke2013-11-211-0/+42
* i965: Take OA counter snapshots at Begin/EndPerfMonitor time.Kenneth Graunke2013-11-211-1/+37
* i965: Add a function to emit the MI_REPORT_PERF_COUNT packet.Kenneth Graunke2013-11-211-0/+76
* i965: Track the number of monitors that need OA counters.Kenneth Graunke2013-11-211-1/+16
* i965: Enumerate Observability Architecture counters on Gen5+.Kenneth Graunke2013-11-211-0/+297
* i965: Expose pipeline statistics registers via performance monitors.Kenneth Graunke2013-11-211-5/+141
* i965: Enumerate the pipeline statistics register counters on Gen6+.Kenneth Graunke2013-11-211-0/+78
* i965: Initialize performance monitor Groups/NumGroups.Kenneth Graunke2013-11-211-1/+35
* i965: Add macros for creating performance monitor counters and groups.Kenneth Graunke2013-11-211-0/+26
* i965: Add basic driver hooks and plumbing for AMD_performance_monitor.Kenneth Graunke2013-11-211-0/+219
* Revert "i965: Add support for GL_AMD_performance_monitor on Ironlake."Kenneth Graunke2013-11-071-391/+0
* i965: Add support for GL_AMD_performance_monitor on Ironlake.Kenneth Graunke2013-09-261-0/+391