From b79268174bfc59f2f19e22e65d029c69d2cbcde1 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Thu, 4 Jun 2015 13:54:43 +0100 Subject: [PATCH] i965: XML description of Haswell OA metric set In preparation for exposing Gen Observation Architecture performance counters via INTEL_performance_query this adds an XML description for an initial 'Render Metrics Basic Gen7.5' query and corresponding counters. The intention is to auto generate code for building a query from these counters as well as the code for normalizing the individual counters. Note that the upstream for this XML data is currently GPU Top: https://github.com/rib/gputop The files are maintained under gputop-data/ and they are themselves derived from files in an internal 'MDAPI XML' schema. There are scripts under gputop-scripts/ and make rules in gputop-data/Makefile.xml for maintaining these files. Signed-off-by: Robert Bragg Reviewed-by: Lionel Landwerlin Acked-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_oa_hsw.xml | 998 +++++++++++++++++++++++ 1 file changed, 998 insertions(+) create mode 100644 src/mesa/drivers/dri/i965/brw_oa_hsw.xml diff --git a/src/mesa/drivers/dri/i965/brw_oa_hsw.xml b/src/mesa/drivers/dri/i965/brw_oa_hsw.xml new file mode 100644 index 00000000000..49476712633 --- /dev/null +++ b/src/mesa/drivers/dri/i965/brw_oa_hsw.xml @@ -0,0 +1,998 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.30.2