Re: [Piglit] [PATCH v3 4/4] framework/test/base.py: use subprocess32 for timeouts.

2015-11-27 Thread Thomas Wood
On 12 November 2015 at 22:52, wrote: > From: Dylan Baker > > Subprocess32 provides a backport of (ironically) python 3.3's subprocess > module, which has a timeout parameter. When the timeout runs out then an > exception is raised, and when that

Re: [Piglit] [PATCH] fbo-depth-array: Don't create an enormous color render target

2015-11-27 Thread Marek Olšák
Hi Neil, This patch breaks the test. Now it always reports "pass" even when it clearly prints failures. Marek On Thu, Oct 29, 2015 at 12:32 PM, Neil Roberts wrote: > When the -fbo option is given to the fbo-depth-array test it tries to > render to a range of different

Re: [Piglit] [PATCH v5] sso: test program pipeline with atomic counters

2015-11-27 Thread Timothy Arceri
On Fri, 2015-11-27 at 14:58 +0200, Tapani Pälli wrote: > Test fails on current Mesa (i965 BDW) but passes on NVIDIA binary > driver version 355.11 and AMD binary driver version 15.201.1151. > > v2: - add error checks > - modify to render points > - make it possible to use regular program

[Piglit] [Bug 91670] [bisected] piglit.spec.!opengl 3_2.layered-rendering.framebuffertexture fails

2015-11-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91670 --- Comment #12 from marius predut --- ok, I hope Kronos will update this manual reference pages, because seems Google indexed it first , before any other specs. -- You are receiving this mail because: You are the QA

Re: [Piglit] [PATCH 1/4] mulitsample-fast-clear: Test enabling GL_FRAMEBUFFER_SRGB

2015-11-27 Thread Neil Roberts
"Pohjolainen, Topi" writes: >> glBindFramebuffer(GL_FRAMEBUFFER, piglit_winsys_fbo); >> piglit_draw_rect(offset * 16 * 2.0f / piglit_width - 1.0f, > > This is a question regarding the existing logic. Earlier the test > calls

Re: [Piglit] [PATCH 1/4] mulitsample-fast-clear: Test enabling GL_FRAMEBUFFER_SRGB

2015-11-27 Thread Pohjolainen, Topi
On Wed, Nov 25, 2015 at 06:11:50PM +0100, Neil Roberts wrote: There is a typo in the subject: "mulitsample-fast-clear" ^ > If ???enable-fb-srgb??? is given on the command line to the fast clear > test it will now enable GL_FRAMEBUFFER_SRGB before clearing the

Re: [Piglit] [PATCH 1/4] mulitsample-fast-clear: Test enabling GL_FRAMEBUFFER_SRGB

2015-11-27 Thread Pohjolainen, Topi
On Fri, Nov 27, 2015 at 11:03:05AM +0100, Neil Roberts wrote: > "Pohjolainen, Topi" writes: > > >>glBindFramebuffer(GL_FRAMEBUFFER, piglit_winsys_fbo); > >>piglit_draw_rect(offset * 16 * 2.0f / piglit_width - 1.0f, > > > > This is a question regarding the