[Piglit] [PATCH 1/5] tests: Remove all uses of glutGet

2012-08-30 Thread Chad Versace
I'm trying to transition Piglit from using GLUT to using Waffle. This requires killing all uses of GLUT functions, one-by-one. glutGet was only used in one test: fp-fragment-position. Signed-off-by: Chad Versace chad.vers...@linux.intel.com --- tests/shaders/fp-fragment-position.c | 6 -- 1

[Piglit] [PATCH 4/5] cmake: If using Waffle, require version 1.0.1

2012-08-30 Thread Chad Versace
A following patch adds support for X11 input to glut_waffle. waffle-1.0.1 contains required bugfixes for that patch to work. Signed-off-by: Chad Versace chad.vers...@linux.intel.com --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt

Re: [Piglit] [PATCH] Remove multiple shader files per section facility from shader_runner.

2012-08-30 Thread Paul Berry
On 29 August 2012 16:42, Stuart Abercrombie sabercrom...@chromium.orgwrote: This is part of the effort to make version handling more flexible for GLES. The patch has indentation errors that need to be fixed. Piglit uses tabs for indentation, and is intended to be viewed with a tab width of 8.

Re: [Piglit] [PATCH 5/5] glut_waffle: Add input support for X11

2012-08-30 Thread Chad Versace
On 08/30/2012 06:57 AM, Brian Paul wrote: On 08/30/2012 12:16 AM, Chad Versace wrote: 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. Signed-off-by: Chad