[Mesa-dev] [Bug 111430] modesetting driver causes artefacts on HD Graphics 620

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111430 --- Comment #2 from Tapani Pälli --- Could you include also glxinfo, xdpyinfo output? The log seems to suggest you are using nvidia driver (?) -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for

[Mesa-dev] [Bug 111454] Gallium: removal of the manual defining of PIPE_FORMAT values breaks virgl

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111454 --- Comment #3 from Dave Airlie --- https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1738 should fix it for now, as long as nobody renames format, if people do that we'd have to rewrite the shaders like we in some other cases. -- You a

Re: [Mesa-dev] [PATCH] panfrost/ci: Diff results when printing

2019-08-21 Thread Tomeu Vizoso
On 8/21/19 7:48 PM, Alyssa Rosenzweig wrote: Otherwise, there is too much noise to see what's going on. I'm afraid this doesn't improve things much, as you can see below: https://gitlab.freedesktop.org/tomeu/mesa/-/jobs/524402 Jakob has kindly offered to add this weekend a mode that prints on

[Mesa-dev] [Bug 111444] [TRACKER] Mesa 19.2 release tracker

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111444 Clayton Craft changed: What|Removed |Added CC||clayton.a.cr...@intel.com -- You are r

Re: [Mesa-dev] Mesa 19.2.0 release plan

2019-08-21 Thread Marek Olšák
FYI, I'm considering adding Navi14 support into 19.2, basically this MR: https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1726 Marek On Wed, Aug 21, 2019 at 1:04 PM Jason Ekstrand wrote: > On Wed, Aug 21, 2019 at 10:05 AM apinheiro wrote: > >> (Thanks Chema for pointing me this thread)

[Mesa-dev] [Bug 111458] g++: error: unrecognized command line option ‘-std=c++14’

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111458 Kai changed: What|Removed |Added CC|k...@dev.carbon-project.org | --- Comment #1 from Kai --- This is known and

[Mesa-dev] [Bug 111458] g++: error: unrecognized command line option ‘-std=c++14’

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111458 Bug ID: 111458 Summary: g++: error: unrecognized command line option ‘-std=c++14’ Product: Mesa Version: 19.2 Hardware: x86-64 (AMD64) OS: All

[Mesa-dev] [PATCH] panfrost/ci: Diff results when printing

2019-08-21 Thread Alyssa Rosenzweig
Otherwise, there is too much noise to see what's going on. Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/ci/deqp-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/panfrost/ci/deqp-runner.sh b/src/gallium/drivers/panfrost/ci/deq

Re: [Mesa-dev] Mesa 19.2.0 release plan

2019-08-21 Thread Jason Ekstrand
On Wed, Aug 21, 2019 at 10:05 AM apinheiro wrote: > (Thanks Chema for pointing me this thread) > > On 21/8/19 9:09, Emil wrote: > > Hi Jason, > > > > On 21 August 2019 01:22:00 EEST, Jason Ekstrand > wrote: > >> Sorry for the late breaking hold but I just realized that > >> GL_ARB_gl_spirv > >>

[Mesa-dev] [Bug 111454] Gallium: removal of the manual defining of PIPE_FORMAT values breaks virgl

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111454 --- Comment #2 from Marek Olšák --- Gallium is a private interface. Exposing Gallium externally is a mistake and misuse of the interface. There is nothing to do here. -- You are receiving this mail because: You are the assignee for the bug. Yo

Re: [Mesa-dev] Mesa 19.2.0 release plan

2019-08-21 Thread apinheiro
(Thanks Chema for pointing me this thread) On 21/8/19 9:09, Emil wrote: Hi Jason, On 21 August 2019 01:22:00 EEST, Jason Ekstrand wrote: Sorry for the late breaking hold but I just realized that GL_ARB_gl_spirv and OpenGL 4.6 for Intel is 1 regression (I think it's not even a regression) away

Re: [Mesa-dev] [PATCH v2] ac: fix exclusive scans on GFX8-GFX9

2019-08-21 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Wed, Aug 21, 2019 at 4:26 PM Samuel Pitoiset wrote: > > This fixes a regression introduced with scan&reduce operations > on GFX10. Note that some subgroups CTS still fail on GFX10 but > I assume it's a different issue. > > This fixes dEQP-VK.subgroups.arithmetic

[Mesa-dev] Weird behaviour (GLX extension missing) in X11 forwarding since xorg-server 1.20 ...

2019-08-21 Thread Stefan Dirsch
Hi I'm wondering, whether this happens to everybody using xorg-server 1.20 (1.20.3 in my case). When using X11 forwarding via ssh ssh -X (DISPLAY=localhost:10.0) the list of available extensions when running xdpyinfo is limited to [...] number of extensions:2 BIG-REQUESTS XC-MI

[Mesa-dev] [PATCH v2] ac: fix exclusive scans on GFX8-GFX9

2019-08-21 Thread Samuel Pitoiset
This fixes a regression introduced with scan&reduce operations on GFX10. Note that some subgroups CTS still fail on GFX10 but I assume it's a different issue. This fixes dEQP-VK.subgroups.arithmetic.*.subgroupexclusive*. v2: - move the logic back to ac_build_scan() Fixes: 227c29a80de "amd/common

Re: [Mesa-dev] [PATCH 5/5] panfrost/ci: Print load stats

2019-08-21 Thread Alyssa Rosenzweig
R-b On Wed, Aug 21, 2019 at 10:17:53AM +0200, Tomeu Vizoso wrote: > To help make sure we are running tests in the ideal number of threads, > print load stats to make obvious when there's a problem with > utilization. > > This will be specially useful when we run tests on a wider variety of > devi

Re: [Mesa-dev] [PATCH 4/5] panfrost/ci: Install qemu-arm-static into chroot

2019-08-21 Thread Alyssa Rosenzweig
R-b On Wed, Aug 21, 2019 at 10:17:52AM +0200, Tomeu Vizoso wrote: > Some runners may be configured such that the qemu binary might not be > available by the time we need to start running commands within the > chroot. > > So make sure that it's there to avoid suprising problems in that case. > >

Re: [Mesa-dev] [PATCH 3/5] panfrost/ci: Build kernel with CONFIG_DETECT_HUNG_TASK

2019-08-21 Thread Alyssa Rosenzweig
R-b On Wed, Aug 21, 2019 at 10:17:51AM +0200, Tomeu Vizoso wrote: > There's lots of locking changes going into the Panfrost kernel driver, > so better be prepared. > > Signed-off-by: Tomeu Vizoso > --- > src/gallium/drivers/panfrost/ci/arm64.config | 6 -- > 1 file changed, 4 insertions(+),

Re: [Mesa-dev] [PATCH 2/5] panfrost/ci: Print bootstrap log

2019-08-21 Thread Alyssa Rosenzweig
R-b On Wed, Aug 21, 2019 at 10:17:50AM +0200, Tomeu Vizoso wrote: > A number of things can go wrong when building the rootfs from within a > non-native chroot, so make sure to print the bootstrap.log so we can > tell what's going on. > > Signed-off-by: Tomeu Vizoso > --- > src/gallium/drivers/p

Re: [Mesa-dev] [PATCH 1/5] panfrost/ci: Use Volt-based runner for dEQP tests

2019-08-21 Thread Alyssa Rosenzweig
> +# FIXME: These tests fail in RK3288 but pass on RK3399 > +FLIP_FLOPS="$FLIP_FLOPS > +dEQP-GLES2.functional.fragment_ops.blend.* > +dEQP-GLES2.functional.shaders.builtin_variable.max_draw_buffers_vertex > +dEQP-GLES2.functional.shaders.matrix.div.const_lowp_mat2_mat2_vertex > + >

Re: [Mesa-dev] [PATCH] ac: fix exclusive scans on GFX8-GFX9

2019-08-21 Thread Samuel Pitoiset
On 8/21/19 3:59 PM, Bas Nieuwenhuizen wrote: On Wed, Aug 21, 2019 at 3:45 PM Samuel Pitoiset wrote: This fixes a regression introduced with scan&reduce operations on GFX10. Note that some subgroups CTS still fail on GFX10 but I assume it's a different issue. This fixes dEQP-VK.subgroups.arith

Re: [Mesa-dev] [PATCH] ac: fix exclusive scans on GFX8-GFX9

2019-08-21 Thread Bas Nieuwenhuizen
On Wed, Aug 21, 2019 at 3:45 PM Samuel Pitoiset wrote: > > This fixes a regression introduced with scan&reduce operations > on GFX10. Note that some subgroups CTS still fail on GFX10 but > I assume it's a different issue. > > This fixes dEQP-VK.subgroups.arithmetic.*.subgroupexclusive*. > > Fixes:

[Mesa-dev] [PATCH] ac: fix exclusive scans on GFX8-GFX9

2019-08-21 Thread Samuel Pitoiset
This fixes a regression introduced with scan&reduce operations on GFX10. Note that some subgroups CTS still fail on GFX10 but I assume it's a different issue. This fixes dEQP-VK.subgroups.arithmetic.*.subgroupexclusive*. Fixes: 227c29a80de "amd/common/gfx10: implement scan & reduce operations" Si

[Mesa-dev] [Bug 111454] Gallium: removal of the manual defining of PIPE_FORMAT values breaks virgl

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111454 --- Comment #1 from Ilia Mirkin --- IMO that should just be backed out. PIPE_FORMAT enum values are used in TGSI code streams. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.___

[Mesa-dev] [Bug 111401] Vulkan overlay layer - async compute not supported, making overlay disappear in Doom

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111401 --- Comment #5 from tempel.jul...@gmail.com --- I've positioned it to bottom-right and it disappears as well. The game has its own performance overlay, but turning it on or off doesn't impact the Mesa OSD (at least not as far as I can tell, but I

Re: [Mesa-dev] [PATCH] radv: implement VK_AMD_shader_core_properties2

2019-08-21 Thread Bas Nieuwenhuizen
r-b On Wed, Aug 21, 2019 at 9:01 AM Samuel Pitoiset wrote: > > Trivial extension that matches PAL. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_device.c | 9 + > src/amd/vulkan/radv_extensions.py | 1 + > 2 files changed, 10 insertions(+) > > diff --git a/src/amd/

Re: [Mesa-dev] [PATCH] radv: allow to enable VK_AMD_shader_ballot only on GFX8+

2019-08-21 Thread Bas Nieuwenhuizen
r-b On Wed, Aug 21, 2019 at 8:34 AM Samuel Pitoiset wrote: > > Scans aren't implemented on SI/CIK. > > Cc: 19.2 > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_device.c | 3 ++- > src/amd/vulkan/radv_shader.c | 2 +- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --gi

Re: [Mesa-dev] [PATCH 2/2] radv/gfx10: do not use NGG with NAVI14

2019-08-21 Thread Bas Nieuwenhuizen
r-b for both. On Wed, Aug 21, 2019 at 10:51 AM Samuel Pitoiset wrote: > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_pipeline.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c > index 64bd0d64401..c049a2844

[Mesa-dev] [Bug 111401] Vulkan overlay layer - async compute not supported, making overlay disappear in Doom

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111401 --- Comment #4 from Lionel Landwerlin --- (In reply to tempel.julian from comment #3) > I think I should have mentioned that I use the Mesa ACO fork. As far as I know the ACO work is mostly compiler related, so it shouldn't affect the overlay.

[Mesa-dev] [Bug 111401] Vulkan overlay layer - async compute not supported, making overlay disappear in Doom

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111401 --- Comment #3 from tempel.jul...@gmail.com --- I think I should have mentioned that I use the Mesa ACO fork. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug._

[Mesa-dev] [Bug 111401] Vulkan overlay layer - async compute not supported, making overlay disappear in Doom

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111401 --- Comment #2 from tempel.jul...@gmail.com --- Thank you for your efforts. Unfortunately, the overlay still disappears with your patch applied. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee fo

[Mesa-dev] [Bug 111444] [TRACKER] Mesa 19.2 release tracker

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111444 Gert Wollny changed: What|Removed |Added Depends on||111454 Referenced Bugs: https://bugs.fr

[Mesa-dev] [Bug 111454] Gallium: removal of the manual defining of PIPE_FORMAT values breaks virgl

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111454 Gert Wollny changed: What|Removed |Added Blocks||111444 Referenced Bugs: https://bugs.fr

[Mesa-dev] [Bug 111401] Vulkan overlay layer - async compute not supported, making overlay disappear in Doom

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111401 --- Comment #1 from Lionel Landwerlin --- Thanks for the report. Would you be able to test this MR : https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1730 ? Thanks -- You are receiving this mail because: You are the QA Contact for the

[Mesa-dev] [Bug 111020] [RADV][DXVK] GPU lockup on Risk of Rain 2

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111020 --- Comment #1 from Samuel Pitoiset --- Are you still able to reproduce the problem? -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug.___ m

[Mesa-dev] [Bug 111454] Gallium: removal of the manual defining of PIPE_FORMAT values breaks virgl

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111454 Bug ID: 111454 Summary: Gallium: removal of the manual defining of PIPE_FORMAT values breaks virgl Product: Mesa Version: git Hardware: All OS: All

[Mesa-dev] [PATCH 2/2] radv/gfx10: do not use NGG with NAVI14

2019-08-21 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_pipeline.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c index 64bd0d64401..c049a2844b8 100644 --- a/src/amd/vulkan/radv_pipeline.c +++ b/src/amd/vulkan/radv_pipeline.c @@

[Mesa-dev] [PATCH 1/2] radv/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0

2019-08-21 Thread Samuel Pitoiset
Only gfx9 and older use it to get InstanceID in VGPR1. Ported from RadeonSI. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/si_cmd_buffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/amd/vulkan/si_cmd_buffer.c b/src/amd/vulkan/si_cmd_buffer.c index e37b9498a71..

[Mesa-dev] [Bug 111444] [TRACKER] Mesa 19.2 release tracker

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111444 Eero Tamminen changed: What|Removed |Added Depends on||111385 Referenced Bugs: https://bugs.

[Mesa-dev] [Bug 111444] [TRACKER] Mesa 19.2 release tracker

2019-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111444 Eero Tamminen changed: What|Removed |Added Depends on||111384 Referenced Bugs: https://bugs.

[Mesa-dev] [PATCH 5/5] panfrost/ci: Print load stats

2019-08-21 Thread Tomeu Vizoso
To help make sure we are running tests in the ideal number of threads, print load stats to make obvious when there's a problem with utilization. This will be specially useful when we run tests on a wider variety of devices. Signed-off-by: Tomeu Vizoso --- src/gallium/drivers/panfrost/ci/lava-de

[Mesa-dev] [PATCH 3/5] panfrost/ci: Build kernel with CONFIG_DETECT_HUNG_TASK

2019-08-21 Thread Tomeu Vizoso
There's lots of locking changes going into the Panfrost kernel driver, so better be prepared. Signed-off-by: Tomeu Vizoso --- src/gallium/drivers/panfrost/ci/arm64.config | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/panfrost/ci/arm64.config b/src

[Mesa-dev] [PATCH 1/5] panfrost/ci: Use Volt-based runner for dEQP tests

2019-08-21 Thread Tomeu Vizoso
It's able to run tests in parallel, fully utilizing the HW and shortening considerable the time it takes. Needed to disable tests in RK3288 for now because Volt doesn't support armhf yet, though this should be fixed soon. Tests are now run with --deqp-gl-config-name=rgbad24s8ms0, so we are hi

[Mesa-dev] [PATCH 4/5] panfrost/ci: Install qemu-arm-static into chroot

2019-08-21 Thread Tomeu Vizoso
Some runners may be configured such that the qemu binary might not be available by the time we need to start running commands within the chroot. So make sure that it's there to avoid suprising problems in that case. Signed-off-by: Tomeu Vizoso --- src/gallium/drivers/panfrost/ci/debian-install.

[Mesa-dev] [PATCH 2/5] panfrost/ci: Print bootstrap log

2019-08-21 Thread Tomeu Vizoso
A number of things can go wrong when building the rootfs from within a non-native chroot, so make sure to print the bootstrap.log so we can tell what's going on. Signed-off-by: Tomeu Vizoso --- src/gallium/drivers/panfrost/ci/debian-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [Mesa-dev] Mesa 19.2.0 release plan

2019-08-21 Thread Emil
Hi Jason, On 21 August 2019 01:22:00 EEST, Jason Ekstrand wrote: >Sorry for the late breaking hold but I just realized that >GL_ARB_gl_spirv >and OpenGL 4.6 for Intel is 1 regression (I think it's not even a >regression) away from landing. Can I have 24 hours? > As you have noticed I've rolled

Re: [Mesa-dev] Mesa 19.2.0 release plan

2019-08-21 Thread Emil
Hi Jason, On 21 August 2019 01:22:00 EEST, Jason Ekstrand wrote: >Sorry for the late breaking hold but I just realized that >GL_ARB_gl_spirv >and OpenGL 4.6 for Intel is 1 regression (I think it's not even a >regression) away from landing. Can I have 24 hours? > As you have noticed I've rolled

[Mesa-dev] [PATCH] radv: implement VK_AMD_shader_core_properties2

2019-08-21 Thread Samuel Pitoiset
Trivial extension that matches PAL. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_device.c | 9 + src/amd/vulkan/radv_extensions.py | 1 + 2 files changed, 10 insertions(+) diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index cc45ac95c08..5fde4577