[OE-core] [PATCH V3 00/11] Mesa upgrade/improvements

Koen Kooi koen at dominion.thruhere.net
Thu Aug 2 18:38:12 UTC 2012


Op 2 aug. 2012, om 18:48 heeft Ross Burton <ross.burton at intel.com> het volgende geschreven:

> Re-arranged and fixed up some problems.

This will still break every platform with a binary libegl and libgles.

> 
> The following changes since commit 62d42fe3cfa575cb97b484ccf7b2e9a25cc50770:
> 
>  tiny-init: Setup /dev/ptmx in init (2012-08-01 23:11:18 +0100)
> 
> are available in the git repository at:
> 
>  git://git.yoctoproject.org/poky-contrib ross/mesa
> 
> for you to fetch changes up to 5de29e150a720ccb8749362cfe5fb56f234fb385:
> 
>  mesa: enable EGL, with DRM and X11 platforms (2012-08-02 17:43:18 +0100)
> 
> ----------------------------------------------------------------
> Damien Lespiau (2):
>      mesa: Update to 8.0.4 (latest stable version)
>      mesa: Use 'require' instead of 'include'
> 
> Ross Burton (9):
>      mesa: no need to depend on python-native, the class does that
>      mesa: format the packages list nicely
>      mesa: move glu.pc to libglu-dev
>      mesa: add --enable-shared-glapi, and package it in libglapi
>      mesa: enable the Graphic Buffer Manager library
>      mesa: enable GLES v1 and v2
>      mesa-demos: fix GLES2 build
>      mesa: respect x11 DISTRO_FEATURE
>      mesa: enable EGL, with DRM and X11 platforms
> 
> .../mesa/{mesa-7.11.inc => mesa-8.0.4.inc}         |   14 +++---
> meta/recipes-graphics/mesa/mesa-common.inc         |   43 +++++++++++-----
> .../mesa/mesa-demos/gles2-info.patch               |   15 ++++++
> meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb     |    5 +-
> ...ative_7.11.bb => mesa-dri-glsl-native_8.0.4.bb} |    4 +-
> meta/recipes-graphics/mesa/mesa-dri.inc            |   12 ++++-
> meta/recipes-graphics/mesa/mesa-dri_7.11.bb        |    4 --
> meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb       |    4 ++
> meta/recipes-graphics/mesa/mesa-dri_git.bb         |    6 +--
> meta/recipes-graphics/mesa/mesa-git.inc            |   11 +++--
> meta/recipes-graphics/mesa/mesa-xlib_7.11.bb       |    5 --
> meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb      |    5 ++
> meta/recipes-graphics/mesa/mesa-xlib_git.bb        |    6 +--
> .../mesa/mesa/0001-Compile-with-uclibc.patch       |   52 ++++++++++++++++++++
> ...ossfix-mklib.patch => 0002-cross-compile.patch} |   39 ++++++++++++---
> ...sa_fix_for_x32.patch => 0003-fix-for-x32.patch} |   30 +++++++----
> ...-gross-hack-to-prevent-from-install-libgl.patch |   29 +++++++++++
> meta/recipes-graphics/mesa/mesa/crossfix.patch     |   18 -------
> meta/recipes-graphics/mesa/mesa/uclibc.patch       |   42 ----------------
> 19 files changed, 222 insertions(+), 122 deletions(-)
> rename meta/recipes-graphics/mesa/{mesa-7.11.inc => mesa-8.0.4.inc} (60%)
> create mode 100644 meta/recipes-graphics/mesa/mesa-demos/gles2-info.patch
> rename meta/recipes-graphics/mesa/{mesa-dri-glsl-native_7.11.bb => mesa-dri-glsl-native_8.0.4.bb} (84%)
> delete mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.11.bb
> create mode 100644 meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb
> delete mode 100644 meta/recipes-graphics/mesa/mesa-xlib_7.11.bb
> create mode 100644 meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb
> create mode 100644 meta/recipes-graphics/mesa/mesa/0001-Compile-with-uclibc.patch
> rename meta/recipes-graphics/mesa/mesa/{crossfix-mklib.patch => 0002-cross-compile.patch} (68%)
> rename meta/recipes-graphics/mesa/mesa/{mesa_fix_for_x32.patch => 0003-fix-for-x32.patch} (59%)
> create mode 100644 meta/recipes-graphics/mesa/mesa/0004-gross-hack-to-prevent-from-install-libgl.patch
> delete mode 100644 meta/recipes-graphics/mesa/mesa/crossfix.patch
> delete mode 100644 meta/recipes-graphics/mesa/mesa/uclibc.patch
> 
> Damien Lespiau (2):
>  mesa: Update to 8.0.4 (latest stable version)
>  mesa: Use 'require' instead of 'include'
> 
> Ross Burton (9):
>  mesa: no need to depend on python-native, the class does that
>  mesa: format the packages list nicely
>  mesa: move glu.pc to libglu-dev
>  mesa: add --enable-shared-glapi, and package it in libglapi
>  mesa: enable the Graphic Buffer Manager library
>  mesa: enable GLES v1 and v2
>  mesa-demos: fix GLES2 build
>  mesa: respect x11 DISTRO_FEATURE
>  mesa: enable EGL, with DRM and X11 platforms
> 
> .../mesa/{mesa-7.11.inc => mesa-8.0.4.inc}         |   14 +++---
> meta/recipes-graphics/mesa/mesa-common.inc         |   43 +++++++++++-----
> .../mesa/mesa-demos/gles2-info.patch               |   15 ++++++
> meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb     |    5 +-
> ...ative_7.11.bb => mesa-dri-glsl-native_8.0.4.bb} |    4 +-
> meta/recipes-graphics/mesa/mesa-dri.inc            |   12 ++++-
> meta/recipes-graphics/mesa/mesa-dri_7.11.bb        |    4 --
> meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb       |    4 ++
> meta/recipes-graphics/mesa/mesa-dri_git.bb         |    6 +--
> meta/recipes-graphics/mesa/mesa-git.inc            |   11 +++--
> meta/recipes-graphics/mesa/mesa-xlib_7.11.bb       |    5 --
> meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb      |    5 ++
> meta/recipes-graphics/mesa/mesa-xlib_git.bb        |    6 +--
> .../mesa/mesa/0001-Compile-with-uclibc.patch       |   52 ++++++++++++++++++++
> ...ossfix-mklib.patch => 0002-cross-compile.patch} |   39 ++++++++++++---
> ...sa_fix_for_x32.patch => 0003-fix-for-x32.patch} |   30 +++++++----
> ...-gross-hack-to-prevent-from-install-libgl.patch |   29 +++++++++++
> meta/recipes-graphics/mesa/mesa/crossfix.patch     |   18 -------
> meta/recipes-graphics/mesa/mesa/uclibc.patch       |   42 ----------------
> 19 files changed, 222 insertions(+), 122 deletions(-)
> rename meta/recipes-graphics/mesa/{mesa-7.11.inc => mesa-8.0.4.inc} (60%)
> create mode 100644 meta/recipes-graphics/mesa/mesa-demos/gles2-info.patch
> rename meta/recipes-graphics/mesa/{mesa-dri-glsl-native_7.11.bb => mesa-dri-glsl-native_8.0.4.bb} (84%)
> delete mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.11.bb
> create mode 100644 meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb
> delete mode 100644 meta/recipes-graphics/mesa/mesa-xlib_7.11.bb
> create mode 100644 meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb
> create mode 100644 meta/recipes-graphics/mesa/mesa/0001-Compile-with-uclibc.patch
> rename meta/recipes-graphics/mesa/mesa/{crossfix-mklib.patch => 0002-cross-compile.patch} (68%)
> rename meta/recipes-graphics/mesa/mesa/{mesa_fix_for_x32.patch => 0003-fix-for-x32.patch} (59%)
> create mode 100644 meta/recipes-graphics/mesa/mesa/0004-gross-hack-to-prevent-from-install-libgl.patch
> delete mode 100644 meta/recipes-graphics/mesa/mesa/crossfix.patch
> delete mode 100644 meta/recipes-graphics/mesa/mesa/uclibc.patch
> 
> -- 
> 1.7.10
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core





More information about the Openembedded-core mailing list