summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/mesa: Enable Zink OpenGL-over-Vulkan gallium driverJan Ziak2020-08-111-0/+1
| | | | | | | | | | Run "MESA_LOADER_DRIVER_OVERRIDE=zink glxinfo" to view OpenGL features supported by the Zink driver. Closes: https://bugs.gentoo.org/708838 Closes: https://github.com/gentoo/gentoo/pull/16309 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: Drop old versionsMatt Turner2020-06-241-1/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: Add a local description of IUSE=lm-sensorsMatt Turner2020-04-301-0/+1
| | | | | Closes: https://bugs.gentoo.org/717930 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: Drop old versionsMatt Turner2020-01-261-1/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* metadata.xml: popuplate CPE entries for better CVE trackingAllen Webb2019-09-121-0/+1
| | | | | Signed-off-by: Allen Webb <allenwebb@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* media-libs/mesa: Drop unnecessary description of USE=unwindMatt Turner2019-07-281-1/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: Update vulkan-overlay description in metadata.xmlMike Lothian2019-03-071-1/+1
| | | | | | Signed-off-by: Mike Lothian <mike@fireburn.co.uk> Closes: https://github.com/gentoo/gentoo/pull/11292 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: Add vulkan-overlay-layer support to mesa-9999Mike Lothian2019-03-041-0/+1
| | | | | | | | | | | | | | | This adds the vulkan-overlay-layer to the mesa-9999 ebuild It can be enabled with: VK_INSTANCE_LAYERS=VK_LAYER_MESA_overlay <program> More help on how to use it can be found with: VK_LAYER_MESA_OVERLAY_STATS=help Signed-off-by: Mike Lothian <mike@fireburn.co.uk> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: Add libglvnd to metadata.xmlMatt Turner2019-03-031-0/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: Drop old versionsMatt Turner2018-11-281-2/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: Drop old versionsMatt Turner2017-12-041-4/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* media-libs/mesa: Correct name of USE flagMatt Turner2017-05-151-1/+1
|
* media-libs/mesa: Add optional dependency on sys-libs/libunwindMatt Turner2017-05-151-0/+1
| | | | Bug: https://bugs.gentoo.org/618164
* media-libs/mesa: Drop oldMichał Górny2016-11-151-1/+0
|
* media-libs/mesa: Default to dev-libs/nettle for SHA1.Matt Turner2016-11-141-1/+1
| | | | | | Various games on Steam bundle libcrypto, leading to problems when your GL driver from Mesa also loads a newer and incompatible version. No problems have been experienced with nettle.
* media-libs/mesa: Add Vulkan support.Matt Turner2016-11-141-0/+1
| | | | Bug: https://bugs.gentoo.org/580148
* media-libs/mesa: allow USE=libressl too for sha1 funcs #591246Joe Kappus2016-11-111-0/+1
|
* media-libs/mesa: add USE flags to control sha1 dep #539266Mike Frysinger2016-11-101-0/+3
| | | | | | | The sha1 usage in mesa is a bit convoluted and can leverage a number of sublibs to satisfy things. Add USE flags to control them directly. This covers the common cases but can probably be further refined. We'll look more into it via the bug.
* media-libs/mesa: Drop ancient version 7.10.3.Matt Turner2016-10-191-1/+0
| | | | | | It was kept in the tree because version 8.0 removed various DRI drivers that did not have DRI2 support (mach64 mga r128 savage sis tdfx via). All those drivers are for quite ancient hardware.
* media-libs/mesa: Add valgrind USE flag.Matt Turner2016-04-201-0/+1
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* Add missing remote-id type=sourceforgeJustin Lecher2015-10-011-25/+28
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+28
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed