i965: add a debug option to disable oa config loading
[mesa.git] / src / mesa / drivers / dri / i965 / brw_performance_query.c
2017-11-28 Lionel Landwerlini965: add a debug option to disable oa config loading
2017-11-28 Lionel Landwerlini965: perf: add support for userspace configurations
2017-11-03 Lionel Landwerlini965: perf: make revision variable available
2017-07-25 Lionel Landwerlini965: perf: flush batchbuffers at the beginning of...
2017-07-11 Lionel Landwerlini965: perf: use new subslices numbers from device info
2017-07-11 Ben Widawskyi965: Use already existing eu_total
2017-07-10 Chris Wilsoni965: Use brw_bo_wait() for brw_bo_wait_rendering()
2017-06-27 Lionel Landwerlini965: perf: add support for Geminilake
2017-06-27 Lionel Landwerlini965: perf: add support for Kabylake
2017-06-27 Lionel Landwerlini965: perf: use gen_device_info rather then brw_context
2017-06-27 Robert Braggi965: perf: ensure isolated timer reports while idle...
2017-06-27 Lionel Landwerlini965: perf: keep on reading reports until delimiting...
2017-06-27 Robert Braggi965: Add Gen8+ INTEL_performance_query support
2017-06-27 Lionel Landwerlini965: perf: minimize the chances to spread queries...
2017-06-19 Lionel Landwerlini965: perf: use gen_device_info rather then brw_context
2017-06-19 Lionel Landwerlini965: convert MI_REPORT_PERF_COUNT to genxml
2017-06-06 Matt Turneri965: Add and use brw_bo_map()
2017-06-06 Matt Turneri965: Drop MAP_READ from some write-only mappings
2017-06-06 Matt Turneri965: Pass flags to brw_bo_map_*
2017-06-06 Matt Turneri965: Rename brw_bo_map() -> brw_bo_map_cpu()
2017-06-06 Matt Turneri965: Remove brw_bo's virtual member
2017-05-15 Lionel Landwerlini965: perf: fix pointer to integer cast
2017-04-10 Kenneth Graunkei965/drm: Add stall warnings when mapping or waiting...
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965: Just use a uint32_t context handle rather than...
2017-04-10 Kenneth Graunkei965: Make/use a brw_batch_references() wrapper.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-03-21 Kenneth Graunkei965: Shut up major()/minor() warnings.
2017-03-17 Robert Braggi965: bounds checks while concatenating sysfs paths
2017-03-16 Jonathan Grayi965: remove uneeded asm/unistd.h include
2017-03-09 Robert Braggi965: Expose OA counters via INTEL_performance_query
2017-02-24 Robert Braggmain/performance_query: s/GLboolean/bool/
2017-02-22 Robert Braggi965: Implement INTEL_performance_query backend