Re: [Piglit] Add OpenCL test for building program with build options v2

2012-10-16 Thread Tom Stellard
On Fri, Oct 12, 2012 at 04:49:11PM -0500, Aaron Watry wrote: On Thu, Oct 11, 2012 at 9:53 PM, Tom Stellard t...@stellard.net wrote: On Wed, Oct 10, 2012 at 06:44:01PM -0500, Aaron Watry wrote: I've created a reasonable number of tests of clBuildProgram based on the OpenCL 1.1 spec at:

Re: [Piglit] [PATCH 1/2] util/gl: Add test config option 'requires_displayed_window'

2012-10-16 Thread Eric Anholt
Chad Versace chad.vers...@linux.intel.com writes: When running tests in -auto mode using waffle, piglit does not display the window on the screen. The nice benefit of this is that test runs are visually silent except for the rare glean and glx tests. However, not displaying the window breaks

Re: [Piglit] [PATCH] util: Fix visual selection when using waffle

2012-10-16 Thread Marek Olšák
There is one test fdo25614-genmipmap which reproduces a bug only occuring with a framebuffer without alpha. If we enforce RGBA everywhere, not only would the test be useless, but also we'd end up with the RGBX framebuffer config mostly untested. While it's useful to have RGBA framebuffers in most

[Piglit] [ANNOUNCE] waffle-1.1.1

2012-10-16 Thread Chad Versace
Waffle 1.1.1 - 16 Oct 2012 == Waffle 1.1.1 is a bugfix release. It fixes bugs discovered since 1.1.0. Downloads and documentation are available at: http://people.freedesktop.org/~chadversary/waffle/releases.html#1.1.1 For the cautious, the SHA256 sum is:

Re: [Piglit] [PATCH] util: Fix visual selection when using waffle

2012-10-16 Thread Ian Romanick
On 10/16/2012 03:37 PM, Marek Olšák wrote: There is one test fdo25614-genmipmap which reproduces a bug only occuring with a framebuffer without alpha. If we enforce RGBA everywhere, not only would the test be useless, but also we'd end up with the RGBX framebuffer config mostly untested. While

Re: [Piglit] [PATCH] util: Fix visual selection when using waffle

2012-10-16 Thread Eric Anholt
Chad Versace chad.vers...@linux.intel.com writes: On 10/16/2012 12:57 PM, Eric Anholt wrote: Chad Versace chad.vers...@linux.intel.com writes: Only request a visual with alpha if the test requests PIGLIT_GL_VISUAL_ALPHA. When I wrote the waffle backend, I misunderstood the meaning of