summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Rename bbappend from mesa-dri to mesaOtavio Salvador2013-03-231-2/+0
| | | | | | | | | This follow OE-Core move from mesa-dri to mesa; as OE-Core now does not require PR bumps anymore we use this opportunity to drop the PRINC and let the PR handling to PRServer. Change-Id: I7fb9c60b2188a7f03954a366669ebd0f78110936 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa-dri: Fix wrong assignment for provide list changeOtavio Salvador2013-03-211-1/+1
| | | | | | | | The code needs to work in a list of provides but it mistakenly were working in a string array; this fixes it. Change-Id: I7a3e02086c1e3e9cf32b9503197037a512d9683f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa-dri: Drop GIT bbappend as this is not used by defaultOtavio Salvador2013-03-201-7/+0
| | | | | | | | This reduces one override to manage in the BSP; someone intending to use GIT snapshot should take care of it. Change-Id: I58b19e10a574dd1675fb39cf73139168a06d5c5c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa-dri: Don't build EGL, GL ES and GL ES2 librarioesOtavio Salvador2013-03-201-5/+36
| | | | | | | | The Vivante and AMD GPU drivers provide GPU specific libraries so we cannot build the same here or we'll end conflicting. Change-Id: I96e485a3e113612dfbb5902583fa71044bb0d035 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa: Rename to follow OE-Core upgradeOtavio Salvador2013-02-171-0/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa-dri: upgrade bbappend to 9.0.1 to follow oe-coreEric Bénard2013-01-111-1/+1
| | | | | | | [YOCTO #3703] Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa-dri: Sync with version from oe-coreAndrei Gherzan2012-12-141-0/+0
| | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
* mesa-dri: Change provided set of libraries when building for iMX6Otavio Salvador2012-11-232-2/+6
| | | | | | | This overrides the 8.0.4 and git versions of mesa-dri recipe. Change-Id: Ica3e05ade74ccc8c8c2090cac2c2f9e72fb0f66d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa-dri: Override provided OpenGL API set for mx5 SoCsOtavio Salvador2012-09-302-0/+10
For mx5 SoCs, mesa-dri ought to provide just virtual/libgl as the other variations will be provided by the GPU library. This overrides the 8.0.4 and git recipe versions. Change-Id: I62b1c23128870b328a931e6924c41253106ecdda Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>