Re: [Mesa-dev] [PATCH] Partially revert "gallium: fix autotools build of pipe_msm.la"

2019-04-06 Thread Dieter Nützel
Tested-by: Dieter Nützel Acked-by: Dieter Nützel Thank you Jan! BTW More about 'meson' with radeonsi and Clover in some hours. Dieter Am 06.04.2019 06:43, schrieb Jan Vesely: This partially reverts commit 356ec7a21960d77db282f67af577dcdb46966b5a. There are missing symbols needed by libglsl,

Re: [Mesa-dev] [PATCH] gallium/drivers/radeonsi: Add si_bind_sampler_states unbind support

2019-04-06 Thread Dieter Nützel
Tested-by: Dieter Nützel Thank you James! Dieter Am 06.04.2019 15:07, schrieb Zhu, James: commit a613607dc3dab2b43884a4e5891aa5939cdcfbe0 will cause segfault during unbind sampler state. This patch will fix the issue. Signed-off-by: James Zhu --- src/gallium/drivers/radeonsi/si_descriptors

Re: [Mesa-dev] [PATCH 1/2] st/nine: introduce SetVersion() for present interface v1.4

2019-04-06 Thread Axel Davy
Just to give a follow-up on this patch for the mailing list, we discussed on irc that there was already a way to advertise mesa version (the d3dadapter9 version). Axel On 04/04/2019 12:34, Andre Heider wrote: A follow up patch requires a behaviour change, so we need to negotiate the present v

Re: [Mesa-dev] [PATCH 0/2] Implement (viewport) system values

2019-04-06 Thread Alyssa Rosenzweig
> If we use the sysval, at least 1 is driver spec, 2 can be shared. So could you > move 2 into the nir dir for sharing with lima? For sure, I'll try to get a patch for that this weekend :) -Alyssa ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

Re: [Mesa-dev] Move adriconf to mesa repositories

2019-04-06 Thread Jean Hertel
>That said, I don't mind if the project migrates under >gitlab.fd.o/mesa/ - it would be beneficial to have it close-by. > >What I would strongly suggest is to add some documentation about patch >submission, review process and releasing criteria/process. > I updated the docs on how to submit patches

Re: [Mesa-dev] gallium/auxiliary/vl: Add barrier/unbind after compute shader launch - vdpau sigfault - bisected

2019-04-06 Thread James Zhu
Hello Dieter, Thanks for your report! Just send out patch for review. Best Regards! James Zhu On 2019-04-05 7:46 p.m., Dieter Nützel wrote: > Hello James, > > sorry that I have to report that the mentioned commit sigfault with > 'mplayer -vo vdpau xxx' for radeonsi on my Polaris 20. > > BISECT

[Mesa-dev] [PATCH] gallium/drivers/radeonsi: Add si_bind_sampler_states unbind support

2019-04-06 Thread Zhu, James
commit a613607dc3dab2b43884a4e5891aa5939cdcfbe0 will cause segfault during unbind sampler state. This patch will fix the issue. Signed-off-by: James Zhu --- src/gallium/drivers/radeonsi/si_descriptors.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/gallium/driver

Re: [Mesa-dev] [PATCH 2/2] meson: upgrade minimum meson version

2019-04-06 Thread Khaled Emara
Sorry, I though LTS distros used old versions of mesa. Got it. On Sat, Apr 6, 2019 at 12:38 AM Dylan Baker wrote: > Quoting Khaled Emara (2019-04-05 11:28:28) > > Upgraded meson's minimum version from 0.45 to 0.47 > > Version 0.47 is required to use build_always_stale > > --- > > meson.build |