intel: replace large stack buffer with heap allocation
[mesa.git] / src / mesa / drivers / dri / i965 / brw_performance_query.c
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()
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