Re: [Piglit] [PATCH 2/2] arb_gpu_shader5: Fix rounding instability in UBO and sampler indexing vs-nonuniform-control-flow tests.

2015-06-30 Thread Mark Janes
Tested-by: Mark Janes Francisco Jerez writes: > Fixes a rounding instability that would cause shader_runner to probe > pixels offset by one for some points close to the right edge of the > window on systems using x87 floating point arithmetic with certain > compiler versions (the test seemed t

Re: [Piglit] [PATCH] arb_program_interface_query: update and fix arrays of arrays tests

2015-06-30 Thread Timothy Arceri
On Tue, 2015-06-30 at 13:24 +0300, Tapani Pälli wrote: > > On 06/30/2015 12:48 PM, Timothy Arceri wrote: > > On Mon, 2015-06-29 at 13:49 +0300, Tapani Pälli wrote: > > > On 06/27/2015 02:14 AM, Timothy Arceri wrote: > > > > Add a 3D array test and fix the expected result for an array > > > > witho

Re: [Piglit] [PATCH] arb_program_interface_query: update and fix arrays of arrays tests

2015-06-30 Thread Tapani Pälli
On 06/30/2015 12:48 PM, Timothy Arceri wrote: On Mon, 2015-06-29 at 13:49 +0300, Tapani Pälli wrote: On 06/27/2015 02:14 AM, Timothy Arceri wrote: Add a 3D array test and fix the expected result for an array without a subscript attached to the name. The arb_program_interface_query spec says:

Re: [Piglit] Weekly 10 Picks from Patchwork for review and friendly reminder to clean out your old patches

2015-06-30 Thread Damien Lespiau
On Tue, Jun 30, 2015 at 09:27:27AM +0200, Daniel Vetter wrote: > On Thu, Jun 25, 2015 at 01:50:31PM +0200, Marek Olšák wrote: > > It would be nice if patchwork could filter patches according to touched > > files. > > Yeah that would definitely be useful for mesa and also for dri-devel. > Probably

Re: [Piglit] [PATCH] arb_program_interface_query: update and fix arrays of arrays tests

2015-06-30 Thread Timothy Arceri
On Mon, 2015-06-29 at 13:49 +0300, Tapani Pälli wrote: > On 06/27/2015 02:14 AM, Timothy Arceri wrote: > > Add a 3D array test and fix the expected result for an array > > without > > a subscript attached to the name. > > > > The arb_program_interface_query spec says: > > > > "If exactly matche

Re: [Piglit] [PATCH] Ignore piglit warning status in JUnit

2015-06-30 Thread Daniel Vetter
On Fri, Jun 26, 2015 at 08:55:07PM +0100, Jose Fonseca wrote: > No objections from me (I have enough crashes and fails to worry about, so > "warns" are rarely something I have time for.) > > It might make sense to have an option like GCC's "-Werror" that makes > warnings errors. Though I suppose

Re: [Piglit] Weekly 10 Picks from Patchwork for review and friendly reminder to clean out your old patches

2015-06-30 Thread Daniel Vetter
On Thu, Jun 25, 2015 at 01:50:31PM +0200, Marek Olšák wrote: > It would be nice if patchwork could filter patches according to touched files. Yeah that would definitely be useful for mesa and also for dri-devel. Probably not a top priority for drm/i915 though since it's all for one maintainer only