[Piglit] [PATCH 0/5] glut_waffle: Cleanups and add input support for X11

Chad Versace chad.versace at linux.intel.com
Wed Aug 29 23:16:46 PDT 2012


This series lives on my glut_waffle branch.

Patches 1-2 kill some dead code.

Patches 3-5 add support for input when using glut_waffle's GLX and X11/EGL
backends. Tested with fbo-clean-formats; I cycled through the tests with the
keyboard and then quit with the escape key.

Chad Versace (5):
  tests: Remove all uses of glutGet
  glut_waffle: Remove unused code
  glut_waffle: Refactor some code into common.[ch]
  cmake: If using Waffle, require version 1.0.1
  glut_waffle: Add input support for X11

 CMakeLists.txt                        |   3 +-
 src/glut_waffle/CMakeLists.no_api.txt |   8 +-
 src/glut_waffle/CMakeLists.txt        |   2 +
 src/glut_waffle/glut_waffle.c         | 187 +++++++++++-----------------------
 src/glut_waffle/glut_waffle.h         |  15 ---
 src/glut_waffle/priv/common.c         |  52 ++++++++++
 src/glut_waffle/priv/common.h         |  78 ++++++++++++++
 src/glut_waffle/priv/x11.c            |  89 ++++++++++++++++
 src/glut_waffle/priv/x11.h            |  31 ++++++
 tests/shaders/fp-fragment-position.c  |   6 --
 10 files changed, 322 insertions(+), 149 deletions(-)
 create mode 100644 src/glut_waffle/priv/common.c
 create mode 100644 src/glut_waffle/priv/common.h
 create mode 100644 src/glut_waffle/priv/x11.c
 create mode 100644 src/glut_waffle/priv/x11.h

-- 
1.7.12



More information about the Piglit mailing list