Patches 1-4 enable creation of debug and forward-compatible contexts. Patch 5 adds a basic test for forward-compatible contexts.
This series lives on fwd-compat-and-debug-contexts branch. Chad Versace (5): cmake: If using Waffle, require waffle >= 1.3 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 tst 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 | 38 ++++----- 6 files changed, 134 insertions(+), 22 deletions(-) create mode 100644 tests/spec/gl-3.0/api/forward-compatible-bit.c -- 1.8.3.1 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
