summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
Commit message (Collapse)AuthorAgeFilesLines
...
* mesa: upgrade to mesa 7.10Yu Ke2011-01-181-5/+5
| | | | | | | - add SRC_URI checksum - remove the DEFAULT_PREFERENCE for atom_pc, since mesa 7.10 has dependency on GPLv3 talloc. the latest non-GPLv3 one is mesa 7.8.2, atom_pc can use that vesion. Signed-off-by: Yu Ke <ke.yu@intel.com>
* mesa-dri-glsl-native: upgrade from 7.8.2 to 7.9Yu Ke2010-12-021-4/+5
| | | | | | | | with the following changes - add license checksum - add dependency of talloc-native, because mesa 7.9 start to use talloc to manage its memory. Signed-off-by: Yu Ke <ke.yu@intel.com>
* mesa-demo: add new recpies mesa demo 8.0.2Yu Ke2010-12-021-0/+19
| | | | | | mesa-demo is originally part of mesa in 7.8 or earlier version. But starting from 7.9, mesa-demo become a seperate tar ball and has its own version 8.0.2, so this commit add new recipe for mesa-demos Signed-off-by: Yu Ke <ke.yu@intel.com>
* mesa: enable gluYu Ke2010-12-023-3/+6
| | | | | | GLU is needed by glew, which in turn needed by mesa-demos Signed-off-by: Yu Ke <ke.yu@intel.com>
* mesa-xlib: upgrade from 7.8.2 to 7.9Yu Ke2010-12-021-10/+3
| | | | | | - starting from mesa 7.9, mesa-demos is not bundled with mesa in upstream, so remove the mesa demo in mesa recipes. there will be a seperate recipes to build mesa-demos Signed-off-by: Yu Ke <ke.yu@intel.com>
* mesa-dri: upgrade from 7.8.2 to 7.9Yu Ke2010-12-021-20/+5
| | | | | | | | | | | | | with the following changes: - remove mesa-demos, because starting from mesa 7.9, mesa-demos becomes a standalone src tar ball in upstream, so there will be a seperate recipes to build the mesa-demos - add dependency of talloc and libxml2-native Signed-off-by: Yu Ke <ke.yu@intel.com>
* qemugl: add license checksumYu Ke2010-12-021-1/+3
| | | | | | also correct the license type according to the src Signed-off-by: Yu Ke <ke.yu@intel.com>
* qemugl: remove obsolate /usr/X11R6/lib lib directoryYu Ke2010-10-112-2/+22
| | | | | | | | | | | | | qemugl makefile has "-L/usr/X11R6/lib" to specifiy the X lib dir. it is actually obsolate in poky now, because poky use Xserver from X.org (X11R7.x), and its libs are in standard /usr/lib. Meanwhile,the -L/usr/X11R6/lib will cause warning: library search path "/usr/X11R6/lib" is unsafe for cross-compilation. so better to remove it. Fix [BUGID #386] Signed-off-by: Yu Ke <ke.yu@intel.com>
* Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart2010-10-084-14/+14
| | | | | | | | | | | | In preparation for the more generic atom-pc, rename the netbook machine and all the relevant overrides. Leave the linux-netbook kernel recipe intact and as the default kernel for the atom-pc machine. A future patch will convert this over to linux-wrs and likely remove the linux-netbook kernel recipe. Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-2712-0/+568
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>