[Piglit] [Bug 87611] Exercise gl_VertexID corner cases in i965 driver

2014-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87611 shuo.w...@intel.com changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|pig...@

[Piglit] [PATCH] fbo: Changing mrt binding with same shader source

2014-12-22 Thread Mike Stroyan
New test fbo-mrt-new-bind asserts correct behavior for changing framebuffer binding without changing the shaders. That can cause trouble if the new binding selects a different shader kernel without updating all resources. --- tests/fbo/CMakeLists.gl.txt | 1 + tests/fbo/fbo-mrt-new-bind.c | 2

[Piglit] [PATCH] fbo: Changing mrt binding with same shader source

2014-12-22 Thread Mike Stroyan
This new test demonstrates a problem seen with the i965 driver. ___ Piglit mailing list Piglit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/piglit

[Piglit] Testing an unsupported function?

2014-12-22 Thread Ian Romanick
How do I make a piglit test that calls an unsupported function? I want to verify that calling a function not supported by the context either crashes or generates GL_INVALID_OPERATION. All of the piglit_dispatch infrastructure seems to put too much padding around things to make this possible. Sug

[Piglit] [Bug 87611] Exercise gl_VertexID corner cases in i965 driver

2014-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87611 --- Comment #1 from Ian Romanick --- Also... this is related to Mesa bug #85529. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. ___ Pigli

[Piglit] [Bug 87611] New: Exercise gl_VertexID corner cases in i965 driver

2014-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87611 Bug ID: 87611 Summary: Exercise gl_VertexID corner cases in i965 driver Product: piglit Version: unspecified Hardware: All OS: All Status: NEW Severity: n

[Piglit] [PATCH piglit] texsubimage: Optionally use a PBO for the subimage upload

2014-12-22 Thread Neil Roberts
If the pbo option is given on the command line then the image sub-data will instead be uploaded from a PBO rather than directly from the malloc'd array. This is worth testing because the drivers often have different code-paths for PBO uploads. --- tests/all.py | 3 +++ tests/text

Re: [Piglit] [PATCH] arb_direct_state_access: Simplified texturesubimage test.

2014-12-22 Thread Neil Roberts
I like this version of the test a lot better, thanks. One small concern is that I think the glTextureStorage functions are only valid if the GL_ARB_texture_storage extension is advertised as well so it might be worth either changing the test to additionally require that extension or change to it u

Re: [Piglit] [PATCH] glsl-1.50: test implicitly sized arrays match explicitly sized arrays across the same stage

2014-12-22 Thread Chris Forbes
Reviewed-by: Chris Forbes On Mon, Dec 22, 2014 at 11:36 PM, Timothy Arceri wrote: > --- > ...ge-unsized-interface-array-mismatch.shader_test | 55 + > ...e-unsized-interface-array-mismatch2.shader_test | 56 > ++ > .../intrastage-unsized-interface-array.

[Piglit] [PATCH] glsl-1.50: test implicitly sized arrays match explicitly sized arrays across the same stage

2014-12-22 Thread Timothy Arceri
--- ...ge-unsized-interface-array-mismatch.shader_test | 55 + ...e-unsized-interface-array-mismatch2.shader_test | 56 ++ .../intrastage-unsized-interface-array.shader_test | 55 + ...intrastage-unsized-interface-array2.shader_test | 56

Re: [Piglit] [PATCH 3/3] cmake, gles: Remove target from the lib list

2014-12-22 Thread Jan Vesely
On Sun, 2014-12-21 at 18:41 +, Emil Velikov wrote: > On 16 December 2014 at 23:27, Jan Vesely wrote: > > On Sun, 2014-12-14 at 16:16 +, Emil Velikov wrote: > >> On 12/12/14 19:33, Jan Vesely wrote: > >> > Fixes Target links to itself cmake warnings > >> > > >> > Signed-off-by: Jan Vesely