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
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
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
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
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
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