Re: [Piglit] [PATCH 1/2] max-samplers: Specify a RGBA color rather than RGB.

2014-01-19 Thread Marek Olšák
The type of the last parameter of get_texture_color should also be updated. Marek On Sun, Jan 19, 2014 at 4:54 AM, Kenneth Graunke kenn...@whitecape.org wrote: The RGB channels continue to uniquely identify textures; the alpha channel is always 1.0. This isn't terribly useful in and of

Re: [Piglit] [PATCH 2/2] max-samplers: Add a mode that samples the border color.

2014-01-19 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák marek.ol...@amd.com Marek On Sun, Jan 19, 2014 at 4:54 AM, Kenneth Graunke kenn...@whitecape.org wrote: Intel hardware has an awkward limit where the index into the sampler state table is represented by a 4-bit value, so the only possible indices are

Re: [Piglit] [PATCH 00/10] Allow building and running EGL+GLES tests without GLX

2014-01-19 Thread Chad Versace
On Wed, Jan 15, 2014 at 07:09:55PM +0800, Daniel Kurtz wrote: With the following patches I am able to build and run piglit tests on a system with no OpenGL and no GLX (ie, no glproto, no libGL.so and no /usr/include/GL). The X11, GBM and wayland patches are really 'bug reports', it seems

Re: [Piglit] [PATCH v3] core: fix remove_tests logic

2014-01-19 Thread Ilia Mirkin
On Sat, Jan 18, 2014 at 5:03 AM, Dylan Baker baker.dyla...@gmail.com wrote: On Saturday, January 18, 2014 04:31:37 AM Ilia Mirkin wrote: The sole user is tests/gpu.py, which was passing in a predicate that worked (a) as a filter, and (b) expected to receive a test. However the implementation

Re: [Piglit] [PATCH v3] core: fix remove_tests logic

2014-01-19 Thread Dylan Baker
On Sunday, January 19, 2014 09:51:01 PM Ilia Mirkin wrote: On Sat, Jan 18, 2014 at 5:03 AM, Dylan Baker baker.dyla...@gmail.com wrote: On Saturday, January 18, 2014 04:31:37 AM Ilia Mirkin wrote: The sole user is tests/gpu.py, which was passing in a predicate that worked (a) as a filter,