<feed xmlns='http://www.w3.org/2005/Atom'>
<title>video/libs/mesa/patches, branch master</title>
<subtitle>Mirror of video feed</subtitle>
<id>https://git.openwrt.org/feed/video/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/video/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/'/>
<updated>2025-10-19T13:53:15Z</updated>
<entry>
<title>mesa: update to version 25.2.4</title>
<updated>2025-10-19T13:53:15Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-10-13T01:42:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/commit/?id=282ef05e74d3524d9d6fec6574eae8ab7b82440f'/>
<id>urn:sha1:282ef05e74d3524d9d6fec6574eae8ab7b82440f</id>
<content type='text'>
Mesa 25.2 brings a bunch of new features, especially the Panfrost Vulkan
driver saw many improvements.

See https://docs.mesa3d.org/relnotes.html for details about what has
happened since Mesa 25.1.6.

Note that OSMesa as well as the old OpenCL 1.1 support has been dropped.
The new Rusticl OpenCL implementation cannot be supported yet as OpenWrt's
meson integration still lacks support for Rust at this point.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>mesa: update to 25.1.6</title>
<updated>2025-07-21T16:04:52Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-07-21T02:02:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/commit/?id=fc414652e09e1c7c8323c51cd46542b53c9a37a2'/>
<id>urn:sha1:fc414652e09e1c7c8323c51cd46542b53c9a37a2</id>
<content type='text'>
See https://docs.mesa3d.org/relnotes/25.1.6.html

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>mesa: update to 25.1.5</title>
<updated>2025-07-17T22:53:34Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-07-13T01:45:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/commit/?id=47c626a74fbbfe3f0a0eeca3e6066cd079bb295d'/>
<id>urn:sha1:47c626a74fbbfe3f0a0eeca3e6066cd079bb295d</id>
<content type='text'>
Support for off-screen rendering ("libOSMesa") has been dropped upstream.

In order to still be able to cross-compile the panfrost driver also on
non-Linux buildhosts, or Linux hosts without libdrm, a patch has been
applied.

This patch has also been submitted upstream via
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36170

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>mesa: update to 25.0.5</title>
<updated>2025-05-12T18:01:45Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-05-03T03:38:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/commit/?id=2ebf064c0583f031dc41e4c1bf4f404bbcd3f3c7'/>
<id>urn:sha1:2ebf064c0583f031dc41e4c1bf4f404bbcd3f3c7</id>
<content type='text'>
Improve build and make dependency on LLVM conditional.

Fixes: #60
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>mesa: update to version 24.3.1</title>
<updated>2024-12-20T12:22:24Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-12-19T03:51:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/commit/?id=3880c969034b9c319ba2591a7ef213c2dd5c9d2b'/>
<id>urn:sha1:3880c969034b9c319ba2591a7ef213c2dd5c9d2b</id>
<content type='text'>
Include libs in /usr/lib/gbm/dri_gbm.so as well as /usr/lib/dri/*.so in
libmesa packages.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>mesa: fix dependencies and always prefer LLVM subproject</title>
<updated>2024-12-07T21:58:31Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-12-07T17:56:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/commit/?id=d91f0b4823286338f1c57b4fa74403f97e796814'/>
<id>urn:sha1:d91f0b4823286338f1c57b4fa74403f97e796814</id>
<content type='text'>
Make sure build dependency to mesa/host is set for x86 and x86/64 builds,
add missing dependency on Python ply and make sure to always prefer LLVM
subproject to avoid picking up LLVM from the build host (which may not
match SPIR-V converter tool version).

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>mesa: update to 24.3.0, improve build</title>
<updated>2024-12-05T01:15:41Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-11-05T04:33:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/commit/?id=1623b707b195b3108826d0fbaac7131b74d17b2d'/>
<id>urn:sha1:1623b707b195b3108826d0fbaac7131b74d17b2d</id>
<content type='text'>
Apart from switching to a newer upstream version, also improve the
build:
 * introduce build-variants for each kind of hardware
 * use LLVM
 * build more Gallium drivers
 * build Vulkan drivers
 * build Clover OpenCL library

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>mesa: update to version 21.3.0</title>
<updated>2021-11-24T11:08:42Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-11-24T01:47:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/commit/?id=211b848af331aa8b799ef06e379788988ded7e40'/>
<id>urn:sha1:211b848af331aa8b799ef06e379788988ded7e40</id>
<content type='text'>
 * build vulkan drivers only if selected
 * disable broadcom vulkan driver as it causes meson-related
   build troubles (unrelated to the version bump)

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>mesa: add mesa 3D libraries</title>
<updated>2021-10-06T23:09:16Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-08-22T20:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/commit/?id=b9efdfc4377cbbe8817d441a4912bb8f497bc071'/>
<id>urn:sha1:b9efdfc4377cbbe8817d441a4912bb8f497bc071</id>
<content type='text'>
Package libGL, libEGL, libGLES, ... from mesa as well as DRI drivers.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
