| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/10209
Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/9836
Closes: https://bugs.gentoo.org/546320
Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Closes: https://bugs.gentoo.org/665450
|
|
|
|
|
|
|
|
| |
"arm-linux" is considered deprecated, unmaintained and easily
replaced by "arm".
Closes: https://bugs.gentoo.org/664598
Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
|
|
|
|
| |
Closes: https://bugs.gentoo.org/663642
|
|
|
|
| |
Closes: https://bugs.gentoo.org/664524
|
|
|
|
| |
Closes: https://bugs.gentoo.org/663756
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mesa has a lot of configuration options and many of them are only
meaningful when specific Gallium drivers are enabled. Previously we
attempted to specify all of those dependencies with REQUIRED_USE logic
which was tedious for users to configure but ensured they knew what they
were getting.
With the transition to Meson, some configuration combinations that had
not been specified in REQUIRED_USE (and with autotools were silently
ignored) began producing configuration errors. Rather than extend
REQUIRED_USE instead provide a warning in pkg_prepare().
Closes: https://bugs.gentoo.org/658892
Closes: https://bugs.gentoo.org/658938
Closes: https://bugs.gentoo.org/663418
Closes: https://bugs.gentoo.org/663470
Closes: https://bugs.gentoo.org/663660
|
|
|
|
| |
Upstream commit 52194ae4df18 raised the required version.
|
|
|
|
|
| |
No known consumers. Reverse dependency media-libs/libomxil-bellagio
seems to be unmaintained upstream.
|
| |
|
|
|
|
|
|
|
|
|
| |
The new meson build system does not like it if you ask it to build both
the classic and gallium versions of i915 and fails to configure. If both
classic and gallium are enabled build only the classic i915 driver since
it is better supported and supports more hardware.
Closes: https://bugs.gentoo.org/663400
|
|
|
|
| |
Closes: https://bugs.gentoo.org/663586
|
|
|
|
| |
Closes: https://bugs.gentoo.org/663422
|
|
|
|
|
|
|
| |
Mesa's meson build only uses python 3 as of commit 2ee1c86d71be ("meson:
Build with Python 3")
Closes: https://github.com/gentoo/gentoo/pull/9556
|
|
|
|
|
|
| |
This allows mesa-9999 to compile against llvm-9999 again
Closes: https://github.com/gentoo/gentoo/pull/9423
|
|
|
|
|
| |
Upstream raised the amdgpu libdrm dependency to 2.4.93, so we follow
them.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The patent expired! See upstream commit 66673bef941a (mesa:
Unconditionally enable floating-point textures)
|
|
|
|
|
|
| |
radeonsi GPUs
Closes: https://bugs.gentoo.org/658120
|
|
|
|
| |
... in dri_driver_enable(), gallium_enable(), vulkan_enable().
|
|
|
|
| |
Dead with the Meson transition.
|
|
|
|
| |
Make *_DRIVERS arrays instead of strings.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
With various changes by mattst88:
- Add lm_sensors to IUSE, lest it be automagic
- Depend on bison and flex unconditionally
- Fix libGLESv1_CM in QA_WX_LOAD (Meson installs under a
different name)
Closes: https://bugs.gentoo.org/652762
|
|
|
|
| |
They're only actually dependencies if USE=gallium.
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/8744
|
|
|
|
|
|
|
| |
These files have been moved to >=dev-libs/wayland-1.15.0. Upstream Mesa
has finally removed them.
Bug: https://bugs.gentoo.org/649962
|
|
|
|
|
|
|
|
|
|
|
| |
It only allowed selecting between two i915 drivers and two swrast
drivers. Not interesting.
Now, if gallium is enabled we will default to the gallium version of
these drivers, otherwise the classic version.
Closes: https://bugs.gentoo.org/546198
Closes: https://bugs.gentoo.org/576334
|
| |
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/8073
|
|
|
|
| |
Closes: https://bugs.gentoo.org/650862
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This is currently necessary due to the installation of 99mesaxdgomx with USE=openmax.
Ideally we wouldn't depend on xdg-utils as a whole with its perl deps, but
that's pending changed there. Unbreak things for the not so common case of
mesa USE=openmax for the time being.
Bug: https://bugs.gentoo.org/635040
Bug: https://bugs.gentoo.org/264647
Package-Manager: Portage-2.3.19, Repoman-2.3.6
|
|
|
|
| |
Closes: https://bugs.gentoo.org/643482
|
|
|
|
|
|
|
|
| |
Add the new 7 slot
Closes: https://bugs.gentoo.org/643394
Closes: https://github.com/gentoo/gentoo/pull/6744
Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
|
|
|
|
| |
Bug: https://bugs.gentoo.org/638322
|
|
|
|
| |
Closes: https://bugs.gentoo.org/634836
|
|
|
|
|
|
| |
No longer needed since I merged that library into Mesa.
Closes: https://bugs.gentoo.org/639262
|
|
|
|
| |
Package-Manager: Portage-2.3.12, Repoman-2.3.4
|
|
|
|
|
|
| |
The Intel Vulkan driver generates its icd files using Python/mako.
Closes: https://bugs.gentoo.org/635936
|