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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev