[Piglit] [PATCH 0/3] Tests for INTEL_performance_query
Petri Latvala
petri.latvala at intel.com
Wed Mar 12 05:53:50 PDT 2014
This patch series is for testing INTEL_performance_query. The tests
are based on the tests for AMD_performance_monitor.
Tested with Mesa (patches for implementing this extension in Mesa are
sent to mesa-dev). All tests pass.
Petri Latvala (3):
glapi: Support for INTEL_performance_query.
util: Add INTEL_performance_query support to
piglit_get_gl_enum_name().
Add tests for the INTEL_performance_query extension.
glapi/enum.spec | 22 +
glapi/gl.spec | 132 +++-
tests/all.py | 6 +
tests/spec/CMakeLists.txt | 1 +
.../spec/intel_performance_query/CMakeLists.gl.txt | 14 +
tests/spec/intel_performance_query/CMakeLists.txt | 1 +
tests/spec/intel_performance_query/api.c | 808 +++++++++++++++++++++
tests/spec/intel_performance_query/measure.c | 294 ++++++++
tests/spec/intel_performance_query/minmax.c | 58 ++
tests/util/piglit-util-gl-enum.c | 3 +
10 files changed, 1338 insertions(+), 1 deletion(-)
create mode 100644 tests/spec/intel_performance_query/CMakeLists.gl.txt
create mode 100644 tests/spec/intel_performance_query/CMakeLists.txt
create mode 100644 tests/spec/intel_performance_query/api.c
create mode 100644 tests/spec/intel_performance_query/measure.c
create mode 100644 tests/spec/intel_performance_query/minmax.c
--
1.9.0
More information about the Piglit
mailing list