Re: [Mesa-dev] [PATCH] docs: add the beginning of the 18.3 cycle

2018-09-01 Thread Dylan Baker
Ack Dylan On August 31, 2018 4:43:50 PM PDT, Andres Gomez wrote: >Cc: Dylan Baker >Cc: Juan A. Suarez >Cc: Emil Velikov >Signed-off-by: Andres Gomez >--- > docs/release-calendar.html | 25 + > 1 file changed, 25 insertions(+) > >This is just a proposal for the beginnin

Re: [Mesa-dev] Etnaviv on mesa master vs. Array._DrawVAO

2018-09-01 Thread Guido Günther
Hi, On Sat, Sep 01, 2018 at 09:07:46AM +0200, Mathias Fröhlich wrote: > Hi, > > On Friday, 31 August 2018 12:40:01 CEST Guido Günther wrote: > > Hi, > > I'm looking into forward porting laanwj's patches for GC7000 support to > > current mesa master. Luckily most of it already got merged last Novem

Re: [Mesa-dev] [PATCH 2/2] nir: add lowering for fceil

2018-09-01 Thread Christian Gmeiner
Am Sa., 1. Sep. 2018 um 21:15 Uhr schrieb Christian Gmeiner : > > Signed-off-by: Christian Gmeiner > --- > src/compiler/nir/nir.h| 3 +++ > src/compiler/nir/nir_opt_algebraic.py | 1 + > 2 files changed, 4 insertions(+) > > diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/ni

Re: [Mesa-dev] [PATCH 1/2] nir: add lowering for ffloor

2018-09-01 Thread Jason Ekstrand
I don't think either of these work for negative numbers On September 1, 2018 14:16:11 Christian Gmeiner wrote: Signed-off-by: Christian Gmeiner --- src/compiler/nir/nir.h| 3 +++ src/compiler/nir/nir_opt_algebraic.py | 1 + 2 files changed, 4 insertions(+) diff --git a/src/co

[Mesa-dev] [PATCH 2/2] nir: add lowering for fceil

2018-09-01 Thread Christian Gmeiner
Signed-off-by: Christian Gmeiner --- src/compiler/nir/nir.h| 3 +++ src/compiler/nir/nir_opt_algebraic.py | 1 + 2 files changed, 4 insertions(+) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index d81eefc032..1dcc221777 100644 --- a/src/compiler/nir/nir.h +++ b/sr

[Mesa-dev] [PATCH 1/2] nir: add lowering for ffloor

2018-09-01 Thread Christian Gmeiner
Signed-off-by: Christian Gmeiner --- src/compiler/nir/nir.h| 3 +++ src/compiler/nir/nir_opt_algebraic.py | 1 + 2 files changed, 4 insertions(+) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 169fa1fa20..d81eefc032 100644 --- a/src/compiler/nir/nir.h +++ b/sr

Re: [Mesa-dev] [PATCH] gallium/u_threaded: increase batch size to increase performance

2018-09-01 Thread Kenneth Graunke
On Saturday, September 1, 2018 12:14:38 AM PDT Marek Olšák wrote: > From: Marek Olšák > > This reduces mutex overhead. > > +4.4% performance with piglit/drawoverhead, DrawElements, Ryzen X1700 +14% with piglit/drawoverhead and iris_dri.so, DrawArrays, i7 7700HQ. Acked-by: Kenneth Graunke > -

[Mesa-dev] [Bug 97516] GLX_OML_swap_method not fully supported

2018-09-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97516 Sven Arvidsson changed: What|Removed |Added CC||s...@whiz.se --- Comment #1 from Sven A

Re: [Mesa-dev] [PATCH 2/4] anv: Implement a VF cache invalidate workaround

2018-09-01 Thread Jason Ekstrand
This appears to hang broadwell; we should probably think twice before enabling it so broadly. I'll adjust it to be gen9 only or we can just can the patch entirely. On Tue, Aug 21, 2018 at 8:58 PM Jason Ekstrand wrote: > Known to fix nothing whatsoever but it's in the docs. > --- > src/intel/vu

Re: [Mesa-dev] Introduction to Community and Queries Regarding Task : Unit and performance tests for VA-API

2018-09-01 Thread Benson Muite
Am not a mentor, but welcome to the community. On 08/31/2018 11:38 AM, Iti Shree wrote: Good morning, I am Iti Shree currently pursuing B.Tech degree in Information and Technology. I was browsing through some project and saw Xorg project ideas. Many of them are indeed interesting, though the

[Mesa-dev] [PATCH] glsl: fixer lexer for unreachable defines

2018-09-01 Thread Timothy Arceri
If we have something like: #ifdef NOT_DEFINED #define A_MACRO(x) \ if (x) #endif The # on the #define is not skipped but the define itself is so this then gets recognised as #if. Until 28a3731e3f this didn't happen because we ended up in {NONSPACE} where BEGIN INITIAL was called

Re: [Mesa-dev] [PATCH 0/3] nir: Rework 64-bit attribute handling

2018-09-01 Thread Alejandro Piñeiro
As with the original RFC: Tested-by: Alejandro Piñeiro (ARB_gl_spirv tests) Patches 1 and 3: Reviewed-by: Alejandro Piñeiro On 01/09/18 05:11, Jason Ekstrand wrote: > NIR handling of 64-bit vertex attributes is inconsistent at best. When it > comes vertex attributes which are 196 or 256 bit

[Mesa-dev] [Bug 106394] Black Mesa cannot compile shaders because of missing GL_EXT_gpu_shader4

2018-09-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106394 b...@besd.de changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

Re: [Mesa-dev] [PATCH] tnl: Fix green gun regression in xonotic.

2018-09-01 Thread Mathias Fröhlich
Hi, On Wednesday, 22 August 2018 06:57:57 CEST mathias.froehl...@gmx.net wrote: > From: Mathias Fröhlich > > Hi Ville, Brian, > > The below patch fixes the regression to tnl drivers that Ville reported > a hand full weeks ago. > Please review! Ping? Or is the habit in mesa that a Tested-by:...

[Mesa-dev] Introduction to Community and Queries Regarding Task : Unit and performance tests for VA-API

2018-09-01 Thread Iti Shree
Good morning, I am Iti Shree currently pursuing B.Tech degree in Information and Technology. I was browsing through some project and saw Xorg project ideas. Many of them are indeed interesting, though they have precise hardware requirement (I have AMD processor). I was reading ideas and I think i

[Mesa-dev] [PATCH] gallium/u_threaded: increase batch size to increase performance

2018-09-01 Thread Marek Olšák
From: Marek Olšák This reduces mutex overhead. +4.4% performance with piglit/drawoverhead, DrawElements, Ryzen X1700 --- src/gallium/auxiliary/util/u_threaded_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/util/u_threaded_context.h b/src/gal

Re: [Mesa-dev] Etnaviv on mesa master vs. Array._DrawVAO

2018-09-01 Thread Mathias Fröhlich
Hi, On Friday, 31 August 2018 12:40:01 CEST Guido Günther wrote: > Hi, > I'm looking into forward porting laanwj's patches for GC7000 support to > current mesa master. Luckily most of it already got merged last November > with mostly only the texture descriptor support missing( > https://github.co