[Piglit] [PATCH 06/14] cmake: Add option USE_WAFFLE

2012-05-22 Thread Chad Versace
If enabled, Piglit will use Waffle in place of GLUT. The option is disabled by default. As of this patch, however, enabling this option does nothing but require libwaffle. Future patches will integrate Waffl into Piglit. Signed-off-by: Chad Versace chad.vers...@linux.intel.com ---

[Piglit] [PATCH 11/14] glut_waffle: Add libglut_waffle

2012-05-22 Thread Chad Versace
This patch adds libglut_waffle to the build. No tests use it yet. glut_waffle is an implementation of the subset of GLUT used by Piglit. glut_waffle is transitionary only and not intended to be a permanent addition to Piglit. Its purpose is to make Piglit's transition from GLUT to Waffle go

[Piglit] [PATCH 12/14] piglit: Include glut_waffle.h if USE_WAFFLE is enabled

2012-05-22 Thread Chad Versace
Signed-off-by: Chad Versace chad.vers...@linux.intel.com --- src/piglit/glut_wrap.h |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/piglit/glut_wrap.h b/src/piglit/glut_wrap.h index e28bac9..4f1c2f9 100644 --- a/src/piglit/glut_wrap.h +++

Re: [Piglit] [PATCH 4/4] Add test to draw multisample polygons with GL_POLYGON_SMOOTH enabled

2012-05-22 Thread Paul Berry
On 18 May 2012 16:57, Anuj Phogat anuj.pho...@gmail.com wrote: This test varifies that GL_POLYGON_SMOOTH is ignored in case of multisample polygons. Note: Multisample polygons renders fine but I couldn't draw smooth polygons using AMD's catalyst drivers. This test passes on AMD's catalyst

Re: [Piglit] [PATCH 00/14] Add support for using Waffle in place of GLUT

2012-05-22 Thread Jordan Justen
I just had the one question on 01/14. Reviewed-by: Jordan Justen jordan.l.jus...@intel.com On Mon, May 21, 2012 at 11:15 PM, Chad Versace chad.vers...@linux.intel.com wrote: This series adds a new CMake option, USE_WAFFLE. If enabled, then Waffle will be used in place of GLUT, thus enabling

Re: [Piglit] [PATCH 00/14] Add support for using Waffle in place of GLUT

2012-05-22 Thread Anuj Phogat
On Mon, May 21, 2012 at 11:15 PM, Chad Versace chad.vers...@linux.intel.com wrote: This series adds a new CMake option, USE_WAFFLE. If enabled, then Waffle will be used in place of GLUT, thus enabling Piglit on Linux to run all tests under GLX, X11/EGL, or Wayland. The platform is selected with

Re: [Piglit] [PATCH 01/29] texline: Replace glut with piglit-util and glut_wrap.h

2012-05-22 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/21/2012 11:41 AM, Brian Paul wrote: On 05/21/2012 12:08 PM, Pauli Nieminen wrote: Signed-off-by: Pauli Nieminenpauli.niemi...@linux.intel.com --- tests/mesa/tests/texline.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)

Re: [Piglit] [PATCH 02/29] EXT_unpack_subimage: Remove unnecessary egl.h include

2012-05-22 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/21/2012 11:08 AM, Pauli Nieminen wrote: Signed-off-by: Pauli Nieminen pauli.niemi...@linux.intel.com --- .../spec/ext_unpack_subimage/ext_unpack_subimage.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git