[waffle] [PATCH 0/4] Fix minor versions > 9 (waffle, wflinfo)

Jordan Justen jordan.l.justen at intel.com
Sun May 4 10:14:17 PDT 2014


Previously:
wflinfo -p glx -a gl -V 1.40

Would cause wflinfo to request a version of 5.0 from waffle.

After fixing that, I noted that waffle's internals would
similarly have issues with a minor version > 9.

This is added following Chad's wflinfo-3.1-v04, and is available in
the fix-large-minor branch at:
git://github.com/jljusten/waffle.git

Jordan Justen (4):
  wflinfo: Fix issue with minor version > 9
  waffle internals: Add helper functions for attrs versions
  waffle internals: Stop using attrs->context_full_version
  waffle internals: Remove attrs->context_full_version

 src/utils/wflinfo.c                           | 40 +++++++++-------
 src/waffle/cgl/cgl_config.m                   | 25 +++++-----
 src/waffle/core/wcore_config_attrs.c          | 68 ++++++++++++++++++++++-----
 src/waffle/core/wcore_config_attrs.h          | 26 +++++++++-
 src/waffle/core/wcore_config_attrs_unittest.c | 21 ---------
 src/waffle/egl/wegl_config.c                  |  6 +--
 src/waffle/egl/wegl_context.c                 |  2 +-
 src/waffle/glx/glx_config.c                   | 12 ++---
 src/waffle/glx/glx_context.c                  |  4 +-
 9 files changed, 130 insertions(+), 74 deletions(-)

-- 
1.9.2



More information about the waffle mailing list