[Mesa-dev] [Bug 100693] 'identifier "L__FUNCTION__" is undefined' error for Debug builds using ICC on Windows

2017-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100693 --- Comment #2 from sav...@ukr.net --- Yes, but for some reason it does not reproduced for MSVC Debug builds, which use the same toolchain and headers. Whether it's possible to figure out, that this is an ICC bug? Then it would be possible to

Re: [Mesa-dev] [PATCH] android: amd/addrlib: trivial fix for gfx9 support

2017-04-16 Thread Edward O'Callaghan
On 04/03/2017 06:37 PM, Nicolai Hähnle wrote: > On 01.04.2017 12:48, Mauro Rossi wrote: >> Fixes the following build error: >> >> external/mesa/src/amd/addrlib/gfx9/gfx9addrlib.cpp:36:10: fatal error: >> 'gfx9_gb_reg.h' file not found >> ^ >> 1 error generated. >> >> Fixes: 7f160ef

Re: [Mesa-dev] [PATCH] mesa: print target string in glBindTexture() error message

2017-04-16 Thread Edward O'Callaghan
Reviewed-by: Edward O'Callaghan On 04/15/2017 01:02 PM, Timothy Arceri wrote: > Reviewed-by: Timothy Arceri > > On 15/04/17 04:42, Brian Paul wrote: >> --- >> src/mesa/main/texobj.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-)

Re: [Mesa-dev] [PATCH 02/12] i965/cnl: Add gen10.xml

2017-04-16 Thread Jason Ekstrand
On Fri, Apr 14, 2017 at 5:35 PM, Anuj Phogat wrote: > From: Jason Ekstrand > > Signed-off-by: Anuj Phogat > --- > src/intel/Makefile.sources |3 +- > src/intel/genxml/gen10.xml | 3557 ++ >

Re: [Mesa-dev] [PATCH v4 0/3] asynchronous pbo transfer with glthread

2017-04-16 Thread Michel Dänzer
On 15/04/17 05:08 PM, gregory hainaut wrote: > On Sat, 15 Apr 2017 00:50:15 +0200 > Dieter Nützel wrote: > >> Am 14.04.2017 07:53, schrieb gregory hainaut: >>> On Fri, 14 Apr 2017 05:20:38 +0200 >>> Dieter Nützel wrote: >>> Am 14.04.2017 02:06,

Re: [Mesa-dev] [PATCH 04/12] i965/cnl: Implement new pipe control workaround

2017-04-16 Thread Kenneth Graunke
On Friday, April 14, 2017 8:21:03 PM PDT Ilia Mirkin wrote: > On Fri, Apr 14, 2017 at 8:35 PM, Anuj Phogat wrote: > > From: Ben Widawsky > > > > GEN10 requires flushing all previous pipe controls before issuing a render > > target cache flush.

[Mesa-dev] [Bug 98974] Can't see borders/empires in Stellaris

2017-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98974 --- Comment #9 from Bronson --- yes still have this issue on 17.1 git/dev under the latest 1.51 patch also -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the

Re: [Mesa-dev] [PATCH] nir: Add GLSL_TYPE_[U]INT64 to some switch statements

2017-04-16 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 14/04/17 14:55, Jason Ekstrand wrote: --- src/compiler/nir/nir.c | 2 ++ src/compiler/nir/nir_split_var_copies.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/compiler/nir/nir.c

[Mesa-dev] [Bug 100693] 'identifier "L__FUNCTION__" is undefined' error for Debug builds using ICC on Windows

2017-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100693 --- Comment #1 from Matt Turner --- L__FUNCTION__ doesn't appear in Mesa. It's in Microsoft's headers. Not sure what we can do about that. -- You are receiving this mail because: You are the assignee for the

[Mesa-dev] [Bug 95346] Stellaris - Black/super dark planets

2017-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95346 Kai changed: What|Removed |Added CC|

[Mesa-dev] [Bug 100693] 'identifier "L__FUNCTION__" is undefined' error for Debug builds using ICC on Windows

2017-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100693 Bug ID: 100693 Summary: 'identifier "L__FUNCTION__" is undefined' error for Debug builds using ICC on Windows Product: Mesa Version: git Hardware: x86-64 (AMD64)

Re: [Mesa-dev] [PATCH v2 3/4] mesa: move glMultiDrawArrays to vbo and fix error handling

2017-04-16 Thread Nicolai Hähnle
On 15.04.2017 15:51, Nils Wallménius wrote: Hi Nicolai, Re-replying as I seem to have messed up the quoting. Anyway a question about a loop index below. Den 13 apr. 2017 21:29 skrev "Nicolai Hähnle" >: From: Nicolai Hähnle