[Mesa-dev] [PATCH 0/6] v2: Implement INTEL_performance_query

Petri Latvala petri.latvala at intel.com
Mon Mar 17 01:43:49 PDT 2014


Second revision for patch series that implements the
INTEL_performance_query extension. Changes: Import glext.h instead of
adding definitions to gl.h, fix whitespace changes caused by folding
into the wrong commit.

Petri Latvala (6):
  mesa: update glext.h to version 20140313
  Regenerate gl_mangle.h.
  mesa: Add INTEL_performance_query enums to tests/enum_strings.cpp
  mesa: Add core support for the GL_INTEL_performance_query extension.
  mesa: Implement INTEL_performance_query.
  i965: Enable INTEL_performance_query for Gen5+.

 include/GL/gl_mangle.h                         | 371 +++++++++++++++-
 include/GL/glext.h                             |  82 +++-
 src/mapi/glapi/gen/INTEL_performance_query.xml |  93 ++++
 src/mapi/glapi/gen/Makefile.am                 |   1 +
 src/mapi/glapi/gen/gl_API.xml                  |   2 +
 src/mesa/drivers/dri/i965/intel_extensions.c   |   4 +-
 src/mesa/main/config.h                         |   8 +
 src/mesa/main/extensions.c                     |   1 +
 src/mesa/main/get.c                            |   1 +
 src/mesa/main/get_hash_params.py               |   6 +
 src/mesa/main/mtypes.h                         |   1 +
 src/mesa/main/performance_monitor.c            | 585 +++++++++++++++++++++++++
 src/mesa/main/performance_monitor.h            |  43 +-
 src/mesa/main/tests/dispatch_sanity.cpp        |  12 +
 src/mesa/main/tests/enum_strings.cpp           |  18 +
 15 files changed, 1214 insertions(+), 14 deletions(-)
 create mode 100644 src/mapi/glapi/gen/INTEL_performance_query.xml

-- 
1.9.0



More information about the mesa-dev mailing list