[Piglit] [PATCH 0/8 v2] Support creation of debug and forward-compatible contexts

Chad Versace chad.versace at linux.intel.com
Thu Dec 19 18:12:31 PST 2013


Patches 2-4 improve error messages when context creation fails, requested by
  Ian and Timothy.
Patches 1, 5, 6 enable creation of debug and forward-compatible contexts.
Patch 8 adds a basic test for forward-compatible contexts.

This series lives on my branch:
    git://people.freedesktop.org/~chadversary/piglit branch=fwd-compat-and-debug-contexts

I found no regressions when running against mesa-10.0 on GLX with Ivybridge.

Chad Versace (8):
  cmake: If using Waffle, require waffle >= 1.3
  util/waffle: Print more info when context creation fails
  util/wfl: Refactor make_context_current_singlepass()
  util/waffle: Improve error messages when context creation fails
  util/gl: Support creation of forward-compatible contexts
  util/gl: Support creation of debug contexts
  util/wfl: Remove hacks for compat contexts
  gl-3.0: Add test for the forward-compatible bit

 CMakeLists.txt                                     |   3 +-
 tests/all.tests                                    |   2 +
 tests/spec/gl-3.0/api/CMakeLists.gl.txt            |   1 +
 tests/spec/gl-3.0/api/forward-compatible-bit.c     |  95 ++++++++++
 tests/util/piglit-framework-gl.h                   |  17 ++
 .../piglit-framework-gl/piglit_wfl_framework.c     | 202 ++++++++++++++-------
 6 files changed, 255 insertions(+), 65 deletions(-)
 create mode 100644 tests/spec/gl-3.0/api/forward-compatible-bit.c

-- 
1.8.4



More information about the Piglit mailing list