All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mesa: replace talloc with MIT-x licensed ralloc
@ 2011-02-09 14:00 Yu Ke
  2011-02-09 14:00 ` [PATCH 1/4] mesa-dri-7.10: replace GPLv3 " Yu Ke
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yu Ke @ 2011-02-09 14:00 UTC (permalink / raw)
  To: poky

Mesa upstream has finished the porting of MIT-x licensed ralloc and
has replaced the talloc with ralloc. so this patch series sync up mesa
with upstream to resolve the GPLv3 talloc issue.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: kyu3/mesa
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/mesa

Thanks,
    Yu Ke <ke.yu@intel.com>
---


Yu Ke (4):
  mesa-dri-7.10: replace GPLv3 talloc with MIT-x licensed ralloc
  mesa-7.10: set mesa 7.10 as default instead of 7.8.2
  mesa-xlib: upgrade to 7.10
  talloc: remove talloc recipe

 .../distro/include/preferred-xorg-versions.inc     |    2 +-
 .../mesa/files/talloc-removal.patch                |15571 ++++++++++++++++++++
 meta/recipes-graphics/mesa/mesa-dri_7.10.bb        |    8 +-
 meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb       |    5 +-
 .../mesa/{mesa-xlib_7.9.bb => mesa-xlib_7.10.bb}   |   11 +-
 meta/recipes-support/talloc/talloc_2.0.1.bb        |   24 -
 6 files changed, 15587 insertions(+), 34 deletions(-)
 create mode 100644 meta/recipes-graphics/mesa/files/talloc-removal.patch
 rename meta/recipes-graphics/mesa/{mesa-xlib_7.9.bb => mesa-xlib_7.10.bb} (60%)
 delete mode 100644 meta/recipes-support/talloc/talloc_2.0.1.bb



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-09 13:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09 14:00 [PATCH 0/4] mesa: replace talloc with MIT-x licensed ralloc Yu Ke
2011-02-09 14:00 ` [PATCH 1/4] mesa-dri-7.10: replace GPLv3 " Yu Ke
2011-02-09 14:00 ` [PATCH 2/4] mesa-7.10: set mesa 7.10 as default instead of 7.8.2 Yu Ke
2011-02-09 14:00 ` [PATCH 3/4] mesa-xlib: upgrade to 7.10 Yu Ke
2011-02-09 14:00 ` [PATCH 4/4] talloc: remove talloc recipe Yu Ke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.