Re: [Piglit] [PATCH V2 1/1] cl: Add buffer-flags test

2013-12-02 Thread Tom Stellard
On Fri, Nov 29, 2013 at 08:58:03PM -0500, Jan Vesely wrote: v2: Rework into subtests Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- tests/all_cl.tests| 1 + tests/cl/custom/CMakeLists.cl.txt | 1 + tests/cl/custom/buffer-flags.c| 224

Re: [Piglit] [PATCH] ARB_texture_view: Add format test case for formats not in VIEW_CLASS table

2013-12-02 Thread Jon Ashburn
Can anyone review this patch from a week ago? Thanks, Jon Ashburn On 11/25/13, 5:43 PM, Jon Ashburn wrote: Add test case for this sentence in the extension registry spec for ARB_texture_view, that involves identical formats: The two textures' internal formats must be compatible according to

[Piglit] [PATCH] GL3.3: Test invalid parameters for GL_ARB_texture_rectangle.

2013-12-02 Thread Nicholas Mack
v2: Move test into arb_texture_rectangle folder and change context v3: Add tests for other invalid params --- tests/all.tests| 1 + tests/spec/arb_texture_rectangle/CMakeLists.gl.txt | 1 + .../texture-base-level-error.c | 103

Re: [Piglit] [PATCH] GL3.3: Test invalid parameters for GL_ARB_texture_rectangle.

2013-12-02 Thread Anuj Phogat
On Mon, Dec 2, 2013 at 10:40 AM, Nicholas Mack nichm...@gmail.com wrote: v2: Move test into arb_texture_rectangle folder and change context v3: Add tests for other invalid params --- tests/all.tests| 1 +

Re: [Piglit] [PATCH 0/5] Support creation of debug and forward-compatible contexts

2013-12-02 Thread Chad Versace
On 11/27/2013 12:52 PM, Timothy Arceri wrote: On Mon, 2013-10-14 at 14:46 -0700, Chad Versace wrote: On 10/14/2013 09:21 AM, Ian Romanick wrote: On 10/13/2013 05:38 AM, Timothy Arceri wrote: Hi Chad, I successfully tested the patches for creating a debug-context with an Intel GPU but if I

[Piglit] about fbo-bind-renderbuffer test

2013-12-02 Thread Zhou, Jin
Hi all, In /tests/fbo/fbo-bind-renderbuffer.c, it says: 24│ /* 25│ * Does this sequence generate GL_INVALID_VALUE for the last command? 26│ * It should generate an error since the renderbuffer was never bound. 27│ * glGenFramebuffers(1, fb); 28│ * glGenRenderbuffers(1, rb); 29│ *