summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* mesa-demos: update 8.5.0 -> 9.0.0Alexander Kanavin2025-03-201-43/+0
| | | | | | | | | | | | | | | | | | | | The new version is in a location that isn't discoverable by upstream version checks, and so has been overlooked for a while. Drop patches: 0001-mesa-demos-Add-missing-data-files.patch (backport) 0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch (very old patch rejected by upstream as not necessary and not making sense: https://gitlab.freedesktop.org/mesa/demos/-/issues/9 ) Disably wayland for now due to libdecor dependency, adjust other feature dependencies as needed. (From OE-Core rev: 59a9e96fa43e18af932cec7c2f1a36d9fcafff94) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: correct download locationAlexander Kanavin2025-03-201-1/+1
| | | | | | | (From OE-Core rev: 6f12ecd4e69f482834c8ba4115f9a119d1bfae75) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa-demos: packageconfig weston should have a dependency on wayland-protocolsCarlos Alberto Lopez Perez2023-03-061-1/+1
| | | | | | | | | | | | | | | | wayland-protocols is a required depency of mesa-demos when the 'wayland' packageconfig option is enabled. Usually this doesn't lead to a build failure because mesa itself depends on wayland-protocols, but when using other graphics drivers this can cause the following build falure: | ../mesa-demos-8.5.0/meson.build:69:2: ERROR: Dependency "wayland-protocols" not found, tried pkgconfig | ERROR: meson failed (From OE-Core rev: 89615b56899eed7b5c6ad731e2168d99a30fba6c) Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa-demos: update 8.4.0 -> 8.5.0Alexander Kanavin2022-06-071-0/+43
Convert to meson, drop unsupported options. Drop autotools-specific and glew-specific patches (glew support dropped upstream). glu dependency is now x11-specific. 0012-mesa-demos-OpenVG-demos-with-single-frame-need-eglSw.patch dropped as patched files removed upstream. (From OE-Core rev: b9fc45915977c34b3a50e3d64347c2b247c49840) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>