[Mesa-dev] [PATCH 0/2] i965: reduce driver binary size through metrics code reuse

Lionel Landwerlin lionel.g.landwerlin at intel.com
Fri Mar 16 15:03:57 UTC 2018


Hi,

Here is a v2 with a fixup commit from Emil. I've also fix another
issue related to hashing of normalization equations.

Cheers,

Lionel Landwerlin (2):
  i965: perf: fix a counter return type on hsw
  i965: perf: reduce i965 binary size

 src/mesa/drivers/dri/i965/Android.mk              |  11 +-
 src/mesa/drivers/dri/i965/Makefile.am             |  21 +-
 src/mesa/drivers/dri/i965/Makefile.sources        |  40 +-
 src/mesa/drivers/dri/i965/brw_oa.py               | 431 ++++++++++++++--------
 src/mesa/drivers/dri/i965/brw_oa_hsw.xml          |   2 +-
 src/mesa/drivers/dri/i965/brw_performance_query.c |  13 +-
 src/mesa/drivers/dri/i965/meson.build             |  37 +-
 7 files changed, 333 insertions(+), 222 deletions(-)

--
2.16.2


More information about the mesa-dev mailing list