intel/perf: fix performance counters availability after glFinish
[mesa.git] / src / mesa / drivers / dri / i965 / brw_performance_query.c
2020-08-10 Marcin Ślusarzintel/perf: fix performance counters availability after...
2020-07-28 Marcin Ślusarzi965: propagate error from gen_perf_begin_query to...
2020-05-20 Lionel Landwerlinintel/perf: make pipeline statistic query loading optional
2020-04-11 Lionel Landwerlini965: store DRM fd on intel_screen
2020-03-27 Lionel Landwerlinintel/perf: break GL query stuff away
2019-12-18 Lionel Landwerlini965/iris/perf: factor out frequency register capture
2019-12-13 Lionel Landwerlini965/iris: perf-queries: don't invalidate/flush 3d...
2019-10-23 Lionel Landwerlinintel/perf: move registers to their own header
2019-08-10 Eric Engestromi965: fix mem leak in error path
2019-08-08 Mark Janesintel/perf: make perf context private
2019-08-08 Mark Janesintel/perf: print debug information
2019-08-08 Mark Janesintel/perf: expose method to create query
2019-08-08 Mark Janesintel/perf: move initialization of pipeline statistics...
2019-08-08 Mark Janesintel/perf: move get_query_data into gen_perf
2019-08-08 Mark Janesintel/perf: move delete_query to gen_perf
2019-08-08 Mark Janesintel/perf: move is_query_ready to gen_perf
2019-08-08 Mark Janesintel/perf: move wait_query to perf
2019-08-08 Mark Janesintel/perf: create a vtable entry for bo_busy
2019-08-08 Mark Janesintel/perf: create a vtable entry for bo_wait_rendering
2019-08-08 Mark Janesintel/perf: create a vtable entry for batch_references
2019-08-08 Mark Janesintel/perf: refactor gen_perf_end_query into gen_perf
2019-08-08 Mark Janesintel/perf: refactor gen_perf_begin_query into gen_perf
2019-08-08 Mark Janesintel/perf: move perf-related state into gen_perf_context
2019-08-08 Mark Janesintel/perf: create a vtable entries for buffer object...
2019-08-08 Mark Janesintel/perf: move client reference counts into perf
2019-08-08 Mark Janesintel/perf: move open_perf into perf
2019-08-08 Mark Janesintel/perf: move close_perf into perf
2019-08-08 Mark Janesintel/perf: create a vtable entry for emit_mi_flush
2019-08-08 Mark Janesintel/perf: use temporary pointers to simplify access...
2019-08-08 Mark Janesintel/perf: move snapshot_statistics_registers into...
2019-08-08 Mark Janesintel/perf: move query_object into perf
2019-08-08 Mark Janesintel/perf: create a vtable entry for store_register_mem64
2019-08-08 Mark Janesintel/perf: move free_sample_bufs into perf
2019-08-08 Mark Janesintel/perf: move reap_old_sample_buffers into perf
2019-08-08 Mark Janesintel/perf: move get_free_sample_buf into perf
2019-08-08 Mark Janesintel/perf: move the perf context into perf
2019-08-08 Mark Janesintel/perf: move get_metric_id to perf
2019-08-08 Mark Janesintel/perf: move oa_sample_buf structure to perf
2019-08-08 Mark Janesintel/perf: enumerate query-based metrics in perf
2019-08-08 Mark Janesintel/perf: create a vtable entry for capture_frequency...
2019-08-08 Mark Janesintel/perf: create a vtable entry for batchbuffer_flush
2019-08-08 Mark Janesintel/perf: create a vtable entry for emit_report_count
2019-08-08 Mark Janesintel/perf: create a vtable entry for bo_unreference
2019-08-08 Mark Janesintel/perf: create a vtable for low-level driver functions
2019-08-08 Mark Janesintel/perf: use common ioctl wrapper
2019-08-08 Mark Janesintel/perf: rename gen_perf to gen_perf_config
2019-08-08 Mark Janesi965/perf: restore mdapi statistics query metrics
2019-08-01 Mark Janesi965: Move device info initialization to common code
2019-08-01 Mark Janesi965/perf: verify kernel support before registering...
2019-07-29 Eric Engestromintel: replace large stack buffer with heap allocation
2019-04-17 Lionel Landwerlinintel/perf: drop counter size field
2019-04-17 Lionel Landwerlini965: move mdapi result data format to intel/perf
2019-04-17 Lionel Landwerlini965: move brw_timebase_scale to device info
2019-04-17 Lionel Landwerlini965: move OA accumulation code to intel/perf
2019-04-17 Lionel Landwerlini965: extract performance query metrics
2019-04-17 Lionel Landwerlini965: store device revision in gen_device_info
2019-03-31 Lionel Landwerlini965: perf: enable Icelake metrics
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-05-22 Kenneth Graunkei965: Introduce a "memory zone" concept on BO allocation.
2018-04-23 Lionel Landwerlini965: perf: enable GPA query statistics
2018-04-23 Lionel Landwerlini965: perf: add support for raw queries
2018-04-23 Lionel Landwerlini965: perf: read slice/unslice frequencies from OA...
2018-04-23 Lionel Landwerlini965: perf: snapshot RPSTAT register
2018-04-23 Lionel Landwerlini965: perf: extract utility functions
2018-03-28 Kenneth Graunkei965: Drop unused alignment parameter from brw_bo_alloc().
2018-03-22 Lionel Landwerlini965: add performance query support on CNL
2018-03-22 Lionel Landwerlini965: perf: query topology
2018-03-22 Lionel Landwerlini965/perf: fix config registration when uploading to...
2018-03-20 Lionel Landwerlini965: perf: reduce i965 binary size
2018-03-08 Lionel Landwerlini965: perf: consolidate unmapping oa perf bo outside...
2018-03-08 Lionel Landwerlini965: perf: count number of accumlated reports
2018-03-08 Lionel Landwerlini965: perf: reuse timescale base function from query
2018-03-08 Lionel Landwerlini965: perf: store sysfs device entry into context
2018-03-08 Lionel Landwerlini965: perf: store the hw_id of the context in the query
2018-03-08 Lionel Landwerlini965: perf: default case for unknown query types
2018-02-23 Lionel Landwerlini965: perf: ensure reading config IDs from sysfs isn...
2018-02-08 Lionel Landwerlini965: perf: cleanup detection of kernel support for...
2018-02-08 Lionel Landwerlini965: perf: use drmIoctl() instead of ioctl()
2018-02-08 Lionel Landwerlini965: perf: add debug messages for loaded configs
2017-11-28 Lionel Landwerlini965: perf: add support for CoffeeLake GT3
2017-11-28 Lionel Landwerlini965: perf: add support for CoffeeLake GT2
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()
next