Re: [Mesa-dev] mesa/st: support lowering user-clip-planes automatically

2019-10-17 Thread Ilia Mirkin
In the meanwhile (unless you plan on taking up Jason's suggestion), might I recommend some assert's for the unhandled cases so that there are no surprises? Cheers, -ilia On Thu, Oct 17, 2019 at 11:39 AM Erik Faye-Lund wrote: > > This is discussed in the merge request thread. Zink currently on

Re: [Mesa-dev] mesa/st: support lowering user-clip-planes automatically

2019-10-17 Thread Jason Ekstrand
On Thu, Oct 17, 2019 at 10:39 AM Erik Faye-Lund < erik.faye-l...@collabora.com> wrote: > This is discussed in the merge request thread. Zink currently only support > vertex and fragment shaders, so it's the only place this can occur. If > someone wants to enable this for drivers that supports geom

Re: [Mesa-dev] mesa/st: support lowering user-clip-planes automatically

2019-10-17 Thread Erik Faye-Lund
This is discussed in the merge request thread. Zink currently only support vertex and fragment shaders, so it's the only place this can occur. If someone wants to enable this for drivers that supports geometry or tesselation shaders, they would need to extend this code first. Unless I beat them

Re: [Mesa-dev] mesa/st: support lowering user-clip-planes automatically

2019-10-17 Thread Ilia Mirkin
Hey Erik, Just saw your change https://cgit.freedesktop.org/mesa/mesa/commit/?id=3298aedd6e9f12cefd5aa7414eeebf69ce7538d1 . It looks like you assume that the UCPs will apply in the vertex stage, but given that we support GL compat profiles for GL 4.0+ in st/mesa, the UCPs actually apply to the sam

Re: [Mesa-dev] libdrm can't be released because of meson

2019-10-17 Thread Adam Jackson
On Wed, 2019-10-16 at 15:36 -0400, Marek Olšák wrote: > Hi, > > Since autotools is no longer in libdrm, it's not possible to make a release: Apparently meson support in release.sh has been languishing unmerged for a while: https://gitlab.freedesktop.org/xorg/util/modular/merge_requests/8 This d

Re: [Mesa-dev] [PATCH] gallivm: Fix saturated signed psub/padd intrinsics on llvm 8

2019-10-17 Thread Jose Fonseca
Looks good. Reviewed-by: Jose Fonseca From: srol...@vmware.com Sent: Thursday, October 17, 2019 03:20 To: Jose Fonseca ; airl...@freedesktop.org ; mesa-dev@lists.freedesktop.org Cc: Roland Scheidegger ; mesa-sta...@lists.freedesktop.org Subject: [PATCH] gal