Re: [Mesa-dev] [PATCH] spirv: Loosten the validation for load/store type matching

2018-01-01 Thread Jason Ekstrand
This patch depends on the first three patches of this series: https://patchwork.freedesktop.org/series/35469/ On Mon, Jan 1, 2018 at 8:09 PM, Jason Ekstrand wrote: > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104424 > --- > src/compiler/spirv/vtn_variables.c

[Mesa-dev] [PATCH] spirv: Loosten the validation for load/store type matching

2018-01-01 Thread Jason Ekstrand
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104424 --- src/compiler/spirv/vtn_variables.c | 31 +-- 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/src/compiler/spirv/vtn_variables.c b/src/compiler/spirv/vtn_variables.c index d69b056..48797f6

[Mesa-dev] [PATCH] radv: Allow writing 0 scissors.

2018-01-01 Thread Bas Nieuwenhuizen
When rasterization is disabled we can have that few. Fixes: 76603aa90b8 "radv: Drop the default viewport when 0 viewports are given." --- 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

[Mesa-dev] [Bug 104214] Dota crashes when switching from game to desktop

2018-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104214 --- Comment #10 from Sven --- Thank you Cyril for providing the requested gdb trace. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the

[Mesa-dev] [PATCH] ac/nir: Handle loading data from compact arrays.

2018-01-01 Thread Bas Nieuwenhuizen
Fixes: f4e499ec791 "radv: add initial non-conformant radv vulkan driver" --- src/amd/common/ac_nir_to_llvm.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_nir_to_llvm.c index d9f2cb408c3..864f58b56d0 100644

[Mesa-dev] [PATCH] auxiliary/vl: fix linkage with xcb_dri

2018-01-01 Thread Igor Gnatenko
../../../../src/gallium/auxiliary/.libs/libgalliumvlwinsys.a(libgalliumvlwinsys_la-vl_winsys_dri.o): In function `vl_dri2_get_flush_reply': /builddir/build/BUILD/mesa-17.3.1/src/gallium/auxiliary/vl/vl_winsys_dri.c:108: undefined reference to `xcb_dri2_swap_buffers_reply'

[Mesa-dev] [PATCH] link mesautil with pthreads

2018-01-01 Thread Igor Gnatenko
../../src/util/.libs/libmesautil.a(libmesautil_la-u_queue.o): In function `u_thread_setname': /builddir/build/BUILD/mesa-17.3.1/src/util/../../src/util/u_thread.h:66: undefined reference to `pthread_setname_np' ../../src/util/.libs/libmesautil.a(libmesautil_la-u_queue.o): In function

Re: [Mesa-dev] [PATCH] etnaviv: disable in-place resolve for non-supertiled surfaces

2018-01-01 Thread Christian Gmeiner
2017-12-19 17:35 GMT+01:00 Lucas Stach : > The in-place resolve probably has some additional restrictions when not > operating on a super tiled surface. Disable it on non-supertiled surfaces > for now to work around a GPU hang. > > Signed-off-by: Lucas Stach

[Mesa-dev] [PATCH] nvc0: hold on to the old code bo for longer

2018-01-01 Thread Ilia Mirkin
If we free the bo immediately, then the PTE gets deallocated immediate. We have to wait until execution completes before freeing the old code bo. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 7 +-- 1 file changed, 5 insertions(+), 2

[Mesa-dev] [Bug 103852] Rendering errors when running dolphin-emu with Vulkan backend, radv (Super Smash Bros. Melee)

2018-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103852 Jan Vlug changed: What|Removed |Added CC||jan.pub...@famvlug.nl

[Mesa-dev] [Bug 104214] Dota crashes when switching from game to desktop

2018-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104214 --- Comment #9 from cyril.d...@gmail.com --- I have put the gdb output in attachment for more clarity, sorry for the spam. Also we might want to edit the subject because since mesa 17.3.1 it's not only a problem about the overlay but the game

[Mesa-dev] [Bug 104214] Dota crashes when switching from game to desktop

2018-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104214 --- Comment #8 from cyril.d...@gmail.com --- Created attachment 136472 --> https://bugs.freedesktop.org/attachment.cgi?id=136472=edit GDB output -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact

[Mesa-dev] [Bug 104214] Dota crashes when switching from game to desktop

2018-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104214 --- Comment #7 from cyril.d...@gmail.com --- Same here, i am unable to start Dota since mesa 17.3.1. The game crash just after the Dota2 launch screen. GLRenderThread[887]: segfault at 44 ip 7ff219676ce0 sp 7ff2174f3910 error 4 in

Re: [Mesa-dev] [PATCH] radv: Use the alternative workaround for GFX9 scissor issues.

2018-01-01 Thread Giuseppe Bilotta
On Sat, Dec 30, 2017 at 10:52 PM, Bas Nieuwenhuizen wrote: > I don't like having to fush, so this introduces the other workaround. typo: flush +* do a PS_APRTIAL_FLUSH before writing them, or we need to always write it if I assume this would be PARTIAL (Sorry

[Mesa-dev] [Bug 104214] Dota crashes when switching from game to desktop

2018-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104214 cyril.d...@gmail.com changed: What|Removed |Added CC||cyril.d...@gmail.com -- You are