aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_performance_query.c
Commit message (Expand)AuthorAgeFilesLines
* i965: perf: add support for CoffeeLake GT3Lionel Landwerlin2017-11-281-0/+3
* i965: perf: add support for CoffeeLake GT2Lionel Landwerlin2017-11-281-0/+6
* i965: add a debug option to disable oa config loadingLionel Landwerlin2017-11-281-1/+2
* i965: perf: add support for userspace configurationsLionel Landwerlin2017-11-281-8/+101
* i965: perf: make revision variable availableLionel Landwerlin2017-11-031-1/+3
* i965: perf: flush batchbuffers at the beginning of queriesLionel Landwerlin2017-07-251-8/+8
* i965: perf: use new subslices numbers from device infoLionel Landwerlin2017-07-111-32/+17
* i965: Use already existing eu_totalBen Widawsky2017-07-111-8/+1
* i965: Use brw_bo_wait() for brw_bo_wait_rendering()Chris Wilson2017-07-101-1/+1
* i965: perf: add support for GeminilakeLionel Landwerlin2017-06-271-0/+3
* i965: perf: add support for KabylakeLionel Landwerlin2017-06-271-0/+8
* i965: perf: use gen_device_info rather then brw_contextLionel Landwerlin2017-06-271-2/+2
* i965: perf: ensure isolated timer reports while idle don't confuse filteringRobert Bragg2017-06-271-1/+17
* i965: perf: keep on reading reports until delimiting timestampLionel Landwerlin2017-06-271-20/+113
* i965: Add Gen8+ INTEL_performance_query supportRobert Bragg2017-06-271-29/+283
* i965: perf: minimize the chances to spread queries across batchbuffersLionel Landwerlin2017-06-271-0/+8
* i965: perf: use gen_device_info rather then brw_contextLionel Landwerlin2017-06-191-3/+4
* i965: convert MI_REPORT_PERF_COUNT to genxmlLionel Landwerlin2017-06-191-28/+5
* i965: Add and use brw_bo_map()Matt Turner2017-06-061-3/+3
* i965: Drop MAP_READ from some write-only mappingsMatt Turner2017-06-061-1/+1
* i965: Pass flags to brw_bo_map_*Matt Turner2017-06-061-3/+3
* i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner2017-06-061-3/+3
* i965: Remove brw_bo's virtual memberMatt Turner2017-06-061-6/+4
* i965: perf: fix pointer to integer castLionel Landwerlin2017-05-151-1/+1
* i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke2017-04-101-9/+4
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-22/+22
* i965: Just use a uint32_t context handle rather than a malloc'd wrapper.Kenneth Graunke2017-04-101-5/+1
* i965: Make/use a brw_batch_references() wrapper.Kenneth Graunke2017-04-101-3/+3
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-25/+25
* i965: Shut up major()/minor() warnings.Kenneth Graunke2017-03-211-0/+7
* i965: bounds checks while concatenating sysfs pathsRobert Bragg2017-03-171-11/+32
* i965: remove uneeded asm/unistd.h includeJonathan Gray2017-03-161-1/+0
* i965: Expose OA counters via INTEL_performance_queryRobert Bragg2017-03-091-13/+1106
* main/performance_query: s/GLboolean/bool/Robert Bragg2017-02-241-2/+2
* i965: Implement INTEL_performance_query backendRobert Bragg2017-02-221-0/+649