Re: [Mesa-dev] [PATCH 07/12] i965/cnl: Restore lossless compression for sRGB formats

2017-04-15 Thread Jason Ekstrand
On April 14, 2017 5:37:55 PM Anuj Phogat wrote: From: Ben Widawsky This support was removed on gen9 (it worked before then) and was brought back for gen10. Signed-off-by: Ben Widawsky ---

Re: [Mesa-dev] [PATCH 03/12] i965/cnl: Update the script generating genX_bits.h

2017-04-15 Thread Jason Ekstrand
On April 14, 2017 5:37:16 PM Anuj Phogat wrote: Signed-off-by: Anuj Phogat --- src/intel/genxml/gen_bits_header.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intel/genxml/gen_bits_header.py

Re: [Mesa-dev] [PATCH v3 1/4] gallium: Enable ARM NEON CPU detection.

2017-04-15 Thread Grazvydas Ignotas
On Fri, Apr 14, 2017 at 8:47 PM, Eric Anholt wrote: > I wrote this code with reference to pixman, though I've only decided to > cover Linux (what I'm testing) and Android (seems obvious enough). Linux > has getauxval() as a cleaner interface to the /proc entry, but it's more >

Re: [Mesa-dev] [PATCH v3 4/4] vc4: Only build the NEON code on arm32.

2017-04-15 Thread Grazvydas Ignotas
On Fri, Apr 14, 2017 at 8:47 PM, Eric Anholt wrote: > NEON is sufficiently different on arm64 that we can't just reuse this > code. Disable it on arm64 for now. > > Signed-off-by: Eric Anholt > --- > src/gallium/drivers/vc4/vc4_tiling_lt.c | 4 ++-- > 1 file

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

2017-04-15 Thread Mauro Rossi
2017-04-03 10:37 GMT+02:00 Nicolai Hähnle : > 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. >> >>

[Mesa-dev] [Bug 100690] [Regression, bisected] TotalWar: Warhammer corrupted graphics

2017-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100690 Bug ID: 100690 Summary: [Regression, bisected] TotalWar: Warhammer corrupted graphics Product: Mesa Version: git Hardware: Other OS: All

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

2017-04-15 Thread Nils Wallménius
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 [snip] +/** + * Called to error check the function parameters. + *

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

2017-04-15 Thread gregory hainaut
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, schrieb Dieter Nützel: > >> > Hello Gregory, > >> >

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

2017-04-15 Thread Alejandro Piñeiro
Sorry, I answered your previous email without realizing that there was a new one (with an extra CC). Just in case you need another explicit Rb: Reviewed-by: Alejandro Piñeiro On 15/04/17 00:25, Jason Ekstrand wrote: > Cc: mesa-sta...@lists.freedesktop.org > --- >

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

2017-04-15 Thread Alejandro Piñeiro
Reviewed-by: Alejandro Piñeiro On 14/04/17 23: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