[PATCH 0/2] *dma-buf: Add an API for exporting sync files (v13)

2022-05-04 Thread Jason Ekstrand
Modern userspace APIs like Vulkan are built on an explicit synchronization model. This doesn't always play nicely with the implicit synchronization used in the kernel and assumed by X11 and Wayland. The client -> compositor half of the synchronization isn't too bad, at least on intel, because we

Converting mesa/demos to Meson

2022-05-04 Thread Erik Faye-Lund
Because we've landed on using Meson in the main Mesa repository, I've been working on converting the mesa/demos repo to Meson as well. I've posted an MR here: https://gitlab.freedesktop.org/mesa/demos/-/merge_requests/60 This MR adds a new Meson build system to the repository, and marks the

[ANNOUNCE] mesa 22.1.0-rc4

2022-05-04 Thread Dylan Baker
Hi list, I'd like to announce Mesa 22.1.0-rc4. We'll plan on either rc5 or 22.1.0 final next week. This week we've got a ton of useful stuff, lots of zink and kopper backports, llvmpipe, util, aco, r600, virgl, panfrost, wayland, spirv, microsoft, radv, nir, and varous intel cleanups among other

[PATCH] test email smtp google whatever

2022-05-04 Thread Karol Herbst
uhm.. does this still work? --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index b35246e034c..6a7112c0473 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,4 @@ + `Mesa `_ - The 3D Graphics Library

[ANNOUNCE] mesa 22.0.3

2022-05-04 Thread Dylan Baker
Hi list, Hot on the heals of Mesa 22.1.0-rc4, Is mesa 22.0.3. Things are starting to slow down, especially compared to 22.0.2. We have a splattering of fixes here, touching most of the major drivers and systems, but no real standouts getting major work, which is good for this point in the release

[PATCH 0/2] dma-buf: Add an API for exporting sync files (v13)

2022-05-04 Thread Jason Ekstrand
Modern userspace APIs like Vulkan are built on an explicit synchronization model. This doesn't always play nicely with the implicit synchronization used in the kernel and assumed by X11 and Wayland. The client -> compositor half of the synchronization isn't too bad, at least on intel, because we