summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/mesa: Use python3Mike Lothian2018-08-121-1/+1
| | | | | | | 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
* media-libs/mesa: Version bump to 18.2.0_rc2Matt Turner2018-08-112-0/+472
| | | | Closes: https://bugs.gentoo.org/663328
* media-libs/mesa: Add support for llvm:8Mike Lothian2018-08-091-0/+1
| | | | | | This allows mesa-9999 to compile against llvm-9999 again Closes: https://github.com/gentoo/gentoo/pull/9423
* media-libs/mesa: Require libdrm-2.4.93 ebuild to 2.4.93Christian Widmer2018-08-081-1/+1
| | | | | Upstream raised the amdgpu libdrm dependency to 2.4.93, so we follow them.
* media-libs/mesa: Drop old versionsMatt Turner2018-07-275-2152/+0
|
* media-libs/mesa: Version bump to 18.1.5Matt Turner2018-07-272-0/+541
|
* media-libs/mesa: Version bump to 18.1.4Matt Turner2018-07-132-0/+541
|
* media-libs/mesa: Define LLVM_MAX_SLOTMatt Turner2018-07-041-0/+1
| | | | Closes: https://bugs.gentoo.org/658406
* media-libs/mesa: Version bump 18.1.3Matt Turner2018-07-042-0/+540
| | | | Closes: https://bugs.gentoo.org/660260
* media-libs/mesa: mark s390 stableMikle Kolyada2018-06-221-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/mesa: Readd forgotten USE=debugMatt Turner2018-06-171-0/+1
|
* media-libs/mesa: Readd forgotten USE=selinuxMatt Turner2018-06-171-0/+1
|
* media-libs/mesa: Resort IUSEMatt Turner2018-06-171-3/+3
|
* media-libs/mesa: Remove now unnecessary bindist flagMatt Turner2018-06-171-14/+1
| | | | | The patent expired! See upstream commit 66673bef941a (mesa: Unconditionally enable floating-point textures)
* media-libs/mesa: Version bump 18.1.2Matt Turner2018-06-152-0/+540
|
* media-libs/mesa: opencl implementation is available only for r600 or ↵Jan Vesely2018-06-155-5/+5
| | | | | | radeonsi GPUs Closes: https://bugs.gentoo.org/658120
* media-libs/mesa: Support unconditional enabling of driversArfrever Frehtes Taifersar Arahesis2018-06-131-6/+6
| | | | ... in dri_driver_enable(), gallium_enable(), vulkan_enable().
* media-libs/mesa: Remove now dead nptl USE flagMatt Turner2018-06-111-1/+1
| | | | Dead with the Meson transition.
* media-libs/mesa: Simplify and optimize driver_list()Arfrever Frehtes Taifersar Arahesis2018-06-111-10/+10
| | | | Make *_DRIVERS arrays instead of strings.
* /home/mattst88/projects/gentoo: Fix vaapi configMike Lothian2018-06-091-1/+1
|
* /home/mattst88/projects/gentoo: Remove duplicate gallium-nine configMike Lothian2018-06-091-1/+0
|
* /home/mattst88/projects/gentoo: Depend on sys-apps/lm_sensors:=[]Mike Lothian2018-06-091-1/+1
|
* media-libs/mesa: Use meson_use where possibleMike Lothian2018-06-071-17/+17
|
* media-libs/mesa: Simplify driver selection codeMatt Turner2018-06-071-48/+22
|
* media-libs/mesa: Convert build to mesonMarty E. Plummer2018-06-071-98/+73
| | | | | | | | | | 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
* media-libs/mesa: Limit some dependencies to gallium onlyMatt Turner2018-06-071-23/+25
| | | | They're only actually dependencies if USE=gallium.
* media-libs/mesa: Update git url now freedesktop have migrated to gitlabMike Lothian2018-06-075-5/+5
| | | | Closes: https://github.com/gentoo/gentoo/pull/8744
* media-libs/mesa: Only remove files if there are files to removeMatt Turner2018-06-061-5/+7
| | | | Noticed by Arfrever.
* media-libs/mesa: Correct a think-oMatt Turner2018-06-061-2/+2
|
* media-libs/mesa: Do not install libwayland-egl filesMatt Turner2018-06-061-0/+537
| | | | | | | These files have been moved to >=dev-libs/wayland-1.15.0. Upstream Mesa has finally removed them, but it is not in the 18.1 stable branch. Closes: https://bugs.gentoo.org/649962
* media-libs/mesa: Depend on >=dev-libs/wayland-1.15.0Matt Turner2018-06-061-1/+1
| | | | | | | These files have been moved to >=dev-libs/wayland-1.15.0. Upstream Mesa has finally removed them. Bug: https://bugs.gentoo.org/649962
* media-libs/mesa: Drop old versionsMatt Turner2018-06-034-1676/+0
|
* media-libs/mesa: Version bump 18.0.5Matt Turner2018-06-032-0/+572
|
* media-libs/mesa: Version bump 18.1.1Matt Turner2018-06-012-0/+532
|
* media-libs/mesa: Drop eselect-mesa supportMatt Turner2018-05-262-42/+532
| | | | | | | | | | | 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
* media-libs/mesa: Drop old versionsMatt Turner2018-05-205-2293/+0
|
* media-libs/mesa: Version bump 18.1.0Matt Turner2018-05-202-0/+573
|
* media-libs/mesa: Version bump 18.0.4Matt Turner2018-05-202-0/+572
|
* media-libs/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis2018-05-112-20/+2
|
* media-libs/mesa: Version bump to 18.1.0_rc4Matt Turner2018-05-112-0/+573
|
* media-libs/mesa: Version bump to 18.1.0_rc3Matt Turner2018-05-072-14/+2
|
* media-libs/mesa: Version bump to 18.0.3Matt Turner2018-05-072-0/+572
|
* media-libs/mesa: Transition deps to x11-base/xorg-protoMatt Turner2018-05-061-13/+1
|
* media-libs/mesa: Drop old versionsMatt Turner2018-04-307-3427/+0
|
* media-libs/mesa: Propagate stable keywords to 17.3.9Matt Turner2018-04-301-1/+1
|
* media-libs/mesa: arm stable wrt bug #652350Mikle Kolyada2018-04-301-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-libs/mesa: Version bump to 18.0.2Matt Turner2018-04-282-0/+584
|
* media-libs/mesa: Version bump to 18.1.0_rc2Matt Turner2018-04-272-0/+585
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-libs/mesa-17.3.8: hppa stable, bug 652350Matt Turner2018-04-221-1/+1
|
* media-libs/mesa: Version bump to 18.1.0_rc1Matt Turner2018-04-212-0/+585
|