[Mesa-dev] [PATCH] radv: fix order of the guardband register emission.

2017-04-01 Thread Dave Airlie
From: Dave Airlie y is vert, x is horiz. Noticed in visual inspection compared to radeonsi. Signed-off-by: Dave Airlie --- src/amd/vulkan/si_cmd_buffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/amd/vulkan/si_cmd_buffer.c b/src/amd/vulkan/si_cmd_buffer.c ind

Re: [Mesa-dev] [PATCH 2/4] i916/blorp: Align vertex buffers to 64B

2017-04-01 Thread Jason Ekstrand
Two people have independently pointed out the i916 typo. I've fixed it locally. On Fri, Mar 31, 2017 at 4:17 PM, Jason Ekstrand wrote: > Cc: "13.0 17.0" > --- > src/mesa/drivers/dri/i965/genX_blorp_exec.c | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/s

[Mesa-dev] [Bug 100424] X hang (in kernel) after some event in Serious Sam Fusion using radv. 4.9/amd-staging-4.9

2017-04-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100424 John changed: What|Removed |Added CC||john.etted...@gmail.com -- You are receiving th

[Mesa-dev] [Bug 100259] [EGL] [GBM] undefined reference to `gbm_bo_create_with_modifiers'

2017-04-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100259 --- Comment #13 from ovarieg...@yahoo.com --- Yes, it was 'make install' that failed and seems to have been a related issue as above. I was instructed to reopen this issue report in #dri-devel after asking about the build failure, but shortly aft

Re: [Mesa-dev] [PATCH] i965/fs: Gracefully handle TXS on multisampled textures with no LOD

2017-04-01 Thread Jason Ekstrand
On Sat, Apr 1, 2017 at 7:16 AM, Grazvydas Ignotas wrote: > On Thu, Mar 30, 2017 at 1:22 AM, Jason Ekstrand > wrote: > >> This can happen for multisampled textures since they are never mipmapped >> and textureSize(gsampler2DMS*) does not take an LOD parameter. This >> fixes a shader validation e

Re: [Mesa-dev] [PATCH] android: intel: genxml: fix genX_xml.h generation rules

2017-04-01 Thread Mauro Rossi
2017-04-01 17:18 GMT+02:00 Lionel Landwerlin : > On 01/04/17 11:50, Mauro Rossi wrote: > >> Recent changes in Makefile.sources merged the aubinator files in >> a unique list of generated files and genxml/genX_xml.h is now needed >> to avoid the following building error: >> >> ninja: error: '.../g

[Mesa-dev] [ANNOUNCE] mesa 17.0.3

2017-04-01 Thread Andres Gomez
Mesa 17.0.3 is now available. In this release we have: Several patches addressing improvements in the API validation and the GLSL compiler. Some other bunch of patches for the Intel drivers (both GL and Vulkan), including a fix for a hang with GfxBench 4.0 CarChase, several improvements in the V

Re: [Mesa-dev] [PATCH] android: intel: genxml: fix genX_xml.h generation rules

2017-04-01 Thread Lionel Landwerlin
On 01/04/17 11:50, Mauro Rossi wrote: Recent changes in Makefile.sources merged the aubinator files in a unique list of generated files and genxml/genX_xml.h is now needed to avoid the following building error: ninja: error: '.../genxml/genX_xml.h', needed by '.../genxml/genX_xml.h', missing and

Re: [Mesa-dev] [PATCH] i965/fs: Gracefully handle TXS on multisampled textures with no LOD

2017-04-01 Thread Grazvydas Ignotas
On Thu, Mar 30, 2017 at 1:22 AM, Jason Ekstrand wrote: > This can happen for multisampled textures since they are never mipmapped > and textureSize(gsampler2DMS*) does not take an LOD parameter. This > fixes a shader validation error in the new Sascha deferredmultisampling > demo. > > Bugzilla:

[Mesa-dev] [Bug 90264] [Regression, bisected] Tooltip corruption in Chrome

2017-04-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90264 Sami Farin changed: What|Removed |Added CC||hvtaifwkbgefb...@gmail.com --- Comment #71

Re: [Mesa-dev] [PATCH 0/3] misc cleanups

2017-04-01 Thread Erik Faye-Lund
Thanks, pushed. On Fri, Mar 31, 2017 at 4:42 PM, Nicolai Hähnle wrote: > Series is > > Reviewed-by: Nicolai Hähnle > > On 31.03.2017 12:57, Erik Faye-Lund wrote: >> >> Here's a few cleanup-patches I've had in my tree for a while, that >> I thought I should send upstream soon. >> >> Erik Faye-Lun

[Mesa-dev] [PATCH] android: intel: genxml: fix genX_xml.h generation rules

2017-04-01 Thread Mauro Rossi
Recent changes in Makefile.sources merged the aubinator files in a unique list of generated files and genxml/genX_xml.h is now needed to avoid the following building error: ninja: error: '.../genxml/genX_xml.h', needed by '.../genxml/genX_xml.h', missing and no known rule to make it build/core/nin

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

2017-04-01 Thread Mauro Rossi
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 "amd/addrlib: import gfx9 support" --- src/amd/Android.addrlib.mk | 2 ++ 1 file changed, 2 insertions(+) diff --g

Re: [Mesa-dev] [PATCH 4/5] r600g: use a clever alignment for index buffer uploads

2017-04-01 Thread Constantine Kharlamov
Thank you, please, could you push them too? I don't have commit access. On 28.03.2017 22:36, Marek Olšák wrote: > Actually nevermind. > > Patches 1-3: > Reviewed-by: Marek Olšák > > Patches 4-5: > These have no effect, because r600g hw doesn't use TC for index fetches. > > Marek > > > On Tue

Re: [Mesa-dev] Fwd: [PATCH 1/1] glsl/blob: handle copy of NULL ptr in blob_write_string

2017-04-01 Thread Nicolai Hähnle
On 31.03.2017 21:05, gregory hainaut wrote: On Fri, 31 Mar 2017 12:53:47 -0400 Ilia Mirkin wrote: On Fri, Mar 31, 2017 at 6:12 AM, Gregory Hainaut wrote: Others have reported this crashing on Nouveau. I haven't seen the problem on radeonsi or i965. Hello Timothy (sorry for the double mail

Re: [Mesa-dev] [PATCH] radeonsi: add si_init_descriptor_list() helper

2017-04-01 Thread Nicolai Hähnle
On 31.03.2017 16:16, Samuel Pitoiset wrote: This will be used by bindless to initialize the descriptor for both samplers and images. Signed-off-by: Samuel Pitoiset I'd prefer to see these patches in a larger context, to be honest. As for this particular change, "init" to me implies also stat

Re: [Mesa-dev] [PATCH v3 1/2] st/mesa: add st_convert_image()

2017-04-01 Thread Nicolai Hähnle
On 31.03.2017 12:48, Samuel Pitoiset wrote: Should be used by the state tracker when glGetImageHandleARB() is called in order to create a pipe_image_view template. v3: - move the comment to *.c v2: - make 'st' const - describe the function Signed-off-by: Samuel Pitoiset Reviewed-by: Nico

Re: [Mesa-dev] [PATCH V3] mesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS is enabled

2017-04-01 Thread Nicolai Hähnle
On 31.03.2017 10:28, Timothy Arceri wrote: We could re-enable it also but I haven't tested that yet, and I'm not sure we care much anyway. V2: don't disable it from with the call itself. We need a custom marshalling function or we get stuck waiting for thread to finish. V3: tidy up redu

Re: [Mesa-dev] [PATCH] st: Add cubeMapFace parameter to st_finalize_texture.

2017-04-01 Thread Nicolai Hähnle
Pushed. On 29.03.2017 21:58, Marek Olšák wrote: I'm OK with this patch. Marek On Wed, Mar 29, 2017 at 12:57 PM, Nicolai Hähnle wrote: Hi Michal, thanks for the patch. That piglit test actually fails on radeonsi as well. On 28.03.2017 22:39, Michal Srb wrote: st_finalize_texture always a