index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_performance_query.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: perf: add support for CoffeeLake GT3
Lionel Landwerlin
2017-11-28
1
-0
/
+3
*
i965: perf: add support for CoffeeLake GT2
Lionel Landwerlin
2017-11-28
1
-0
/
+6
*
i965: add a debug option to disable oa config loading
Lionel Landwerlin
2017-11-28
1
-1
/
+2
*
i965: perf: add support for userspace configurations
Lionel Landwerlin
2017-11-28
1
-8
/
+101
*
i965: perf: make revision variable available
Lionel Landwerlin
2017-11-03
1
-1
/
+3
*
i965: perf: flush batchbuffers at the beginning of queries
Lionel Landwerlin
2017-07-25
1
-8
/
+8
*
i965: perf: use new subslices numbers from device info
Lionel Landwerlin
2017-07-11
1
-32
/
+17
*
i965: Use already existing eu_total
Ben Widawsky
2017-07-11
1
-8
/
+1
*
i965: Use brw_bo_wait() for brw_bo_wait_rendering()
Chris Wilson
2017-07-10
1
-1
/
+1
*
i965: perf: add support for Geminilake
Lionel Landwerlin
2017-06-27
1
-0
/
+3
*
i965: perf: add support for Kabylake
Lionel Landwerlin
2017-06-27
1
-0
/
+8
*
i965: perf: use gen_device_info rather then brw_context
Lionel Landwerlin
2017-06-27
1
-2
/
+2
*
i965: perf: ensure isolated timer reports while idle don't confuse filtering
Robert Bragg
2017-06-27
1
-1
/
+17
*
i965: perf: keep on reading reports until delimiting timestamp
Lionel Landwerlin
2017-06-27
1
-20
/
+113
*
i965: Add Gen8+ INTEL_performance_query support
Robert Bragg
2017-06-27
1
-29
/
+283
*
i965: perf: minimize the chances to spread queries across batchbuffers
Lionel Landwerlin
2017-06-27
1
-0
/
+8
*
i965: perf: use gen_device_info rather then brw_context
Lionel Landwerlin
2017-06-19
1
-3
/
+4
*
i965: convert MI_REPORT_PERF_COUNT to genxml
Lionel Landwerlin
2017-06-19
1
-28
/
+5
*
i965: Add and use brw_bo_map()
Matt Turner
2017-06-06
1
-3
/
+3
*
i965: Drop MAP_READ from some write-only mappings
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Pass flags to brw_bo_map_*
Matt Turner
2017-06-06
1
-3
/
+3
*
i965: Rename brw_bo_map() -> brw_bo_map_cpu()
Matt Turner
2017-06-06
1
-3
/
+3
*
i965: Remove brw_bo's virtual member
Matt Turner
2017-06-06
1
-6
/
+4
*
i965: perf: fix pointer to integer cast
Lionel Landwerlin
2017-05-15
1
-1
/
+1
*
i965/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
1
-9
/
+4
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-22
/
+22
*
i965: Just use a uint32_t context handle rather than a malloc'd wrapper.
Kenneth Graunke
2017-04-10
1
-5
/
+1
*
i965: Make/use a brw_batch_references() wrapper.
Kenneth Graunke
2017-04-10
1
-3
/
+3
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-25
/
+25
*
i965: Shut up major()/minor() warnings.
Kenneth Graunke
2017-03-21
1
-0
/
+7
*
i965: bounds checks while concatenating sysfs paths
Robert Bragg
2017-03-17
1
-11
/
+32
*
i965: remove uneeded asm/unistd.h include
Jonathan Gray
2017-03-16
1
-1
/
+0
*
i965: Expose OA counters via INTEL_performance_query
Robert Bragg
2017-03-09
1
-13
/
+1106
*
main/performance_query: s/GLboolean/bool/
Robert Bragg
2017-02-24
1
-2
/
+2
*
i965: Implement INTEL_performance_query backend
Robert Bragg
2017-02-22
1
-0
/
+649