Re: [Piglit] [PATCH] Add an SSO test which mix-and-matches TCS/TES with different interfaces.

2015-12-22 Thread Dylan Baker
all.py? On Mon, Dec 21, 2015 at 8:12 PM, Kenneth Graunke wrote: > On i965, the TCS writes a memory location which the TES reads. Both > shader stages need to agree upon the layout. With SSO, this is tricky, > as OpenGL allows developers to freely mix-and-match separate

Re: [Piglit] [PATCH] polygon-mode-facing: verify facing information is preserved with unfilled prims

2015-12-22 Thread Dylan Baker
You'll need to add this to all.py On Tue, Dec 22, 2015 at 10:05 AM, wrote: > From: Roland Scheidegger > > This test is quite mean to mesa's draw pipe. llvmpipe/softpipe fail even if > front and back fill mode is the same (for points and aa lines as the

[Piglit] [PATCH] sso: Check piglit_link_check_status return value.

2015-12-22 Thread Vinson Lee
Fixes Coverity "unchecked return value" defect. Signed-off-by: Vinson Lee --- tests/spec/arb_separate_shader_objects/active-sampler-conflict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[Piglit] [PATCH] polygon-mode-facing: verify facing information is preserved with unfilled prims

2015-12-22 Thread sroland
From: Roland Scheidegger This test is quite mean to mesa's draw pipe. llvmpipe/softpipe fail even if front and back fill mode is the same (for points and aa lines as the latter get rendered as tris finally again). Most everything else fails too, before the driver dies in a

Re: [Piglit] [PATCH] Add an SSO test which mix-and-matches TCS/TES with different interfaces.

2015-12-22 Thread Timothy Arceri
On Mon, 2015-12-21 at 20:12 -0800, Kenneth Graunke wrote: > On i965, the TCS writes a memory location which the TES reads. Both > shader stages need to agree upon the layout. With SSO, this is > tricky, > as OpenGL allows developers to freely mix-and-match separate TCS and > TES > programs that

Re: [Piglit] [PATCH] sso: Check piglit_link_check_status return value.

2015-12-22 Thread Timothy Arceri
On Tue, 2015-11-17 at 00:23 -0800, Vinson Lee wrote: > Fixes Coverity "unchecked return value" defect. > > Signed-off-by: Vinson Lee > --- > tests/spec/arb_separate_shader_objects/active-sampler-conflict.c | 2 > +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff