summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/mesa: Add bindist restriction.Matt Turner2015-02-281-0/+1
| | | | Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=541494
* media-libs/mesa: Add missing PYTHON_USEDEP to mako dependency.Matt Turner2015-02-221-1/+1
| | | | Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=540968
* media-libs/mesa: Fix mako[${PYTHON_USEDEP}] dependency.Matt Turner2015-02-211-1/+1
| | | | Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=540968
* media-libs/mesa: Update for 10.5.Matt Turner2015-02-201-48/+13
|
* media-libs/mesa: Remove unnecessary copy_sources.Matt Turner2015-02-171-2/+1
|
* media-libs/mesa: Remove Solaris hack.Matt Turner2015-02-171-5/+0
| | | | Doesn't seem to be needed.
* media-libs/mesa: Explicitly disable shader-cache.Matt Turner2015-02-081-0/+1
| | | | It doesn't actually do anything yet.
* media-libs/mesa: squash some inconsequential differences between overlay and ↵Chi-Thanh Christopher Nguyen2015-02-082-2/+2
| | | | g-x86
* x11-base/xorg-drivers: drop modesetting and v4lChi-Thanh Christopher Nguyen2015-02-081-1/+1
| | | | | | | modesetting is now part of xorg-server v4l fails to build Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=539172
* media-libs/mesa: Add video_cards_r300? ( llvm ) to REQUIRED_USE.Matt Turner2015-02-031-1/+1
| | | | Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=538086
* Update copyright on ebuilds to 2015.Chi-Thanh Christopher Nguyen2015-01-292-2/+2
|
* media-libs/mesa: Add DEPEND on >=dev-python/mako-0.7.3.Matt Turner2015-01-131-0/+1
| | | | Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=536486
* media-libs/mesa: Require libelf for USE=opencl.Matt Turner2015-01-131-0/+4
| | | | Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=536456
* media-libs/mesa: Drop usage of --with-opencl-libdir.Matt Turner2015-01-131-1/+0
| | | | Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=536458
* media-libs/mesa: Sync with main tree.Matt Turner2015-01-121-4/+7
|
* Update to support the new eselect-opengl frameworkMichał Górny2014-12-151-37/+4
|
* media-libs/mesa: drop openvg supportDavid Heidelberg2014-11-212-4/+1
| | | | | | | configure: error: Cannot enable OpenVG, because egl_gallium has been removed and OpenVG hasn't been integrated into standard libEGL yet Signed-off-by: David Heidelberg <david@ixit.cz>
* media-libs/mesa: allow building Direct 3D9 APIDavid Heidelberg2014-11-182-2/+6
| | | | | | For more informations check https://wiki.ixit.cz/d3d9 . Signed-off-by: David Heidelberg <david@ixit.cz>
* media-libs/mesa: remove gallium-egl from ebuildDavid Heidelberg2014-11-151-1/+0
| | | | | | | | Removed by commit c46c551c56f78c6bf9e63524c89478695fc4f525 Fixes QA warning. Signed-off-by: David Heidelberg <david@ixit.cz>
* media-libs/mesa: add VA-API support and fix VDPAU dep on galliumMike Lothian2014-10-022-1/+6
| | | | Signed-off-by: David Heidelberger <david.heidelberger@ixit.cz>
* media-libs/mesa: drop r300 llvm patch, not building anymoreDavid Heidelberger2014-10-021-3/+0
| | | | | | if you're interested, please rebase patch and readd these lines Signed-off-by: David Heidelberger <david.heidelberger@ixit.cz>
* media-libs/mesa: sync IUSE defaults with portage.Chi-Thanh Christopher Nguyen2014-09-161-1/+1
|
* Use slot operator everywhere for MULTILIB_USEDEP dependencyJan Buecken2014-08-191-29/+29
| | | | Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=518504
* media-libs/mesa: Bump libdrm dependency to 2.4.56.Matt Turner2014-08-101-1/+1
| | | | Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=519384
* Set minimal versions for multilib deps.Michał Górny2014-08-031-22/+22
|
* media-libs/mesa: Switch to virtual/libudev.Michał Górny2014-08-031-2/+2
| | | | Package-Manager: portage-2.2.10
* media-libs/mesa: enable dri3 by defaultNikoli2014-06-141-1/+1
| | | | Package-Manager: portage-2.2.8-r1
* media-libs/mesa: do not disable asm for amd64Nikoli2014-06-141-1/+5
| | | | | | bug #512208, thanks to Magnus Granberg for the patch Package-Manager: portage-2.2.8-r1
* media-libs/mesa: Drop llvm radeon backend requirement for opencl.Chi-Thanh Christopher Nguyen2014-05-271-1/+1
|
* media-libs/mesa: Fix quoting to silence repoman.Chi-Thanh Christopher Nguyen2014-05-271-1/+1
|
* media-libs/mesa: perform registration of OpenMAX driversChi-Thanh Christopher Nguyen2014-05-271-0/+21
|
* media-libs/mesa: raise libdrm dependency, group gettext dependency with ↵Chi-Thanh Christopher Nguyen2014-05-141-2/+2
| | | | other sys-devel/ packages
* media-libs/mesa: add missing depNikoli2014-05-101-0/+1
| | | | Package-Manager: portage-2.2.8-r1
* media-libs/mesa: fix runnings tests in hardenedNikoli2014-05-101-1/+8
| | | | Package-Manager: portage-2.2.8-r1
* media-libs/mesa: Re-add Python dependency that was mistakenly removed along ↵Michał Górny2014-04-291-0/+1
| | | | | | with libxml2. Package-Manager: portage-2.2.10
* media-libs/mesa-9999: raise libdrm dependencyChi-Thanh Christopher Nguyen2014-04-131-1/+1
|
* media-libs/mesa: Require llvm-3.3-r3 (for new llvm-config path + bug ↵Michał Górny2014-04-101-10/+5
| | | | | | #506180). Always use shared libs to avoid the issues related to static linking (e.g. bug #481316). Package-Manager: portage-2.2.10
* media-libs/mesa: Drop libxml2 dependency.Matt Turner2014-03-271-5/+0
| | | | Replaced upstream in 2de70fe23 with python's built-in ElementTree.
* media-libs/mesa: Add DRI3 USE flag, bug #504356.Matt Turner2014-03-132-3/+8
|
* media-libs/mesa: Update libxshmfence dependency to 1.1, bug #503932.Matt Turner2014-03-091-1/+1
|
* media-libs/mesa: update r300 patchDavid Heidelberger2014-03-031-8/+7
|
* Switch ebuilds to use git-r3.Michał Górny2014-03-022-4/+5
|
* media-libs/mesa: Fix installing drivers with insecure runpaths.Rafał Mużyło2014-02-251-5/+3
| | | | Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=428460
* media-libs/mesa: remove extra space from RDEPENDChi-Thanh Christopher Nguyen2014-02-241-1/+1
|
* media-libs/mesa: sync dependencies and llvm debug warning message with portageChi-Thanh Christopher Nguyen2014-02-241-0/+23
| | | | | | | Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=459306 https://bugs.gentoo.org/show_bug.cgi?id=490092 https://bugs.gentoo.org/show_bug.cgi?id=498812
* media-libs/mesa: fix llvm-shared-libs usage and enable by defaultChi-Thanh Christopher Nguyen2014-02-201-2/+2
|
* media-libs/mesa: add PYTHON_REQUIRED_USE for bug 472054 and openmax USE flag.Chi-Thanh Christopher Nguyen2014-02-202-3/+8
|
* media-libs/mesa: Check for libxml2 dependency using --host-root.James Le Cuirot2014-01-251-1/+1
| | | | Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=499234
* media-libs/mesa: Add gbm to REQUIRED_USE for wayland.Matt Turner2014-01-091-1/+1
|
* Update copyright on ebuilds to 2014Chi-Thanh Christopher Nguyen2014-01-062-2/+2
|