Re: [Mesa-dev] [PATCH 1/8] nir: Silence missing field initializer warnings for nir_src

2015-12-15 Thread Jason Ekstrand
On Dec 14, 2015 3:34 PM, "Ian Romanick" wrote: > > From: Ian Romanick > > nir/nir.h: In function 'nir_src_for_ssa': > nir/nir.h:552:4: warning: missing initializer for field 'use_link' of 'nir_src' > [-Wmissing-field-initializers] > nir_src src

[Mesa-dev] Mesa 11.1.0

2015-12-15 Thread Emil Velikov
Hello all, Mesa 11.1.0 is now available. I would like to thank all the the developers, testers and everyone for helping shape this release. Here are some of the highlights: - New hardware enablement/support - a305, freedreno - stoney, radeonsi - New drivers - virgl gallium driver for the

[Mesa-dev] [PATCH v3] mesa: fix interface matching done in validate_io

2015-12-15 Thread Tapani Pälli
Patch makes following changes for interface matching: - do not try to match builtin variables - handle swizzle in input name, as example 'a.z' should match with 'a' - add matching by location - check that amount of inputs and outputs matches These changes make interface matching

Re: [Mesa-dev] [PATCH 1/5] main: Add MESA_VERBOSE=api for LinkProgram & UseProgram

2015-12-15 Thread Tapani Pälli
Patches 1 and 2 Reviewed-by: Tapani Pälli On 12/16/2015 02:08 AM, Jordan Justen wrote: Signed-off-by: Jordan Justen --- src/mesa/main/shaderapi.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/mesa/main/shaderapi.c

Re: [Mesa-dev] [PATCH] Add .mailmap

2015-12-15 Thread Giuseppe Bilotta
On Wed, Dec 16, 2015 at 3:18 AM, Michel Dänzer wrote: > On 16.12.2015 06:40, Giuseppe Bilotta wrote: >> + >> +Adam Jackson >> +Adam Jackson > > In Adam's case, you put a personal e-mail

Re: [Mesa-dev] [PATCH 04/15] i965/fs: Get rid of reladdr

2015-12-15 Thread Jason Ekstrand
On Dec 14, 2015 6:24 AM, "Francisco Jerez" wrote: > > Jason Ekstrand writes: > > > On Dec 11, 2015 5:44 AM, "Francisco Jerez" wrote: > >> > >> Jason Ekstrand writes: > >> > >> > On Dec 10, 2015 6:58 AM,

[Mesa-dev] [PATCH] mesa: update gl_HelperInvocation support status in docs

2015-12-15 Thread Tapani Pälli
Was enabled for i965 and nvc0 by following commits: c875e3cdd21811ad6669160d59fa39a4526ef872 39f51ec96f00f601b9c4d4e321dacb3af9dc866f Signed-off-by: Tapani Pälli --- docs/GL3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

<    1   2