All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Upgrade mesa, wayland
@ 2016-07-15 10:41 Jussi Kukkonen
  2016-07-15 10:41 ` [PATCH 1/8] mesa: Upgrade 11.2.2 -> 12.0.1 Jussi Kukkonen
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Jussi Kukkonen @ 2016-07-15 10:41 UTC (permalink / raw)
  To: openembedded-core

Major releases of wayland components and especially mesa. The X
upgrades are all fairly small ones.

Mesa has been tested with piglit (looks pretty good). I did not have
a modern test device at hand so have not verified the OpenGL 4.3
support. Wayland was just smoke tested: seems to work fine.

Jussi

The following changes since commit 627d01997fcf6a0581d88047735769ffb2592b82:

  useradd-staticids: use map() instead of imap() (2016-07-12 23:12:00 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/graphics
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/graphics

Jussi Kukkonen (8):
  mesa: Upgrade 11.2.2 -> 12.0.1
  wayland-protocols: Upgrade 1.3 -> 1.4
  wayland: Upgrade 1.10.0 -> 1.11.0
  weston: Upgrade 1.10.0 -> 1.11.0
  libxfixes: Upgrade 5.0.1 -> 5.0.2
  xkeyboard-config: Upgrade 2.17 -> 2.18
  xf86-input-evdev: Upgrade 2.10.2 -> 2.10.3
  xf86-input-libinput: Upgrade 0.16.0 -> 0.19.0

 .../mesa/{mesa-gl_11.2.2.bb => mesa-gl_12.0.1.bb}  |  0
 meta/recipes-graphics/mesa/mesa.inc                |  2 +-
 .../mesa/{mesa_11.2.2.bb => mesa_12.0.1.bb}        |  4 +-
 .../wayland-protocols/dont-use-AC_CANONICAL.patch  | 29 ---------
 ...d-protocols_1.3.bb => wayland-protocols_1.4.bb} |  6 +-
 .../{wayland_1.10.0.bb => wayland_1.11.0.bb}       |  4 +-
 ...1-configure.ac-Fix-wayland-protocols-path.patch |  4 +-
 ...ch-Provide-a-default-version-that-doesn-t.patch | 68 +++++++++++-----------
 .../make-libwebp-explicitly-configurable.patch     | 37 ------------
 .../wayland/{weston_1.10.0.bb => weston_1.11.0.bb} |  7 +--
 ...-evdev_2.10.2.bb => xf86-input-evdev_2.10.3.bb} |  4 +-
 ...put_0.16.0.bb => xf86-input-libinput_0.19.0.bb} |  4 +-
 .../{libxfixes_5.0.1.bb => libxfixes_5.0.2.bb}     |  4 +-
 ...ard-config_2.17.bb => xkeyboard-config_2.18.bb} |  4 +-
 14 files changed, 56 insertions(+), 121 deletions(-)
 rename meta/recipes-graphics/mesa/{mesa-gl_11.2.2.bb => mesa-gl_12.0.1.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_11.2.2.bb => mesa_12.0.1.bb} (80%)
 delete mode 100644 meta/recipes-graphics/wayland/wayland-protocols/dont-use-AC_CANONICAL.patch
 rename meta/recipes-graphics/wayland/{wayland-protocols_1.3.bb => wayland-protocols_1.4.bb} (80%)
 rename meta/recipes-graphics/wayland/{wayland_1.10.0.bb => wayland_1.11.0.bb} (92%)
 delete mode 100644 meta/recipes-graphics/wayland/weston/make-libwebp-explicitly-configurable.patch
 rename meta/recipes-graphics/wayland/{weston_1.10.0.bb => weston_1.11.0.bb} (95%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.10.2.bb => xf86-input-evdev_2.10.3.bb} (83%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.16.0.bb => xf86-input-libinput_0.19.0.bb} (63%)
 rename meta/recipes-graphics/xorg-lib/{libxfixes_5.0.1.bb => libxfixes_5.0.2.bb} (79%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.17.bb => xkeyboard-config_2.18.bb} (88%)

-- 
2.1.4



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

end of thread, other threads:[~2016-07-18 14:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-15 10:41 [PATCH 0/8] Upgrade mesa, wayland Jussi Kukkonen
2016-07-15 10:41 ` [PATCH 1/8] mesa: Upgrade 11.2.2 -> 12.0.1 Jussi Kukkonen
2016-07-16 19:47   ` Burton, Ross
2016-07-17  9:41     ` Jussi Kukkonen
2016-07-17 19:22       ` Burton, Ross
2016-07-15 10:41 ` [PATCH 2/8] wayland-protocols: Upgrade 1.3 -> 1.4 Jussi Kukkonen
2016-07-15 10:41 ` [PATCH 3/8] wayland: Upgrade 1.10.0 -> 1.11.0 Jussi Kukkonen
2016-07-15 22:15   ` Burton, Ross
2016-07-15 23:25     ` Khem Raj
2016-07-18 13:30       ` Jussi Kukkonen
2016-07-18 14:50         ` Khem Raj
2016-07-15 10:41 ` [PATCH 4/8] weston: " Jussi Kukkonen
2016-07-15 10:41 ` [PATCH 5/8] libxfixes: Upgrade 5.0.1 -> 5.0.2 Jussi Kukkonen
2016-07-15 10:41 ` [PATCH 6/8] xkeyboard-config: Upgrade 2.17 -> 2.18 Jussi Kukkonen
2016-07-15 10:41 ` [PATCH 7/8] xf86-input-evdev: Upgrade 2.10.2 -> 2.10.3 Jussi Kukkonen
2016-07-15 10:41 ` [PATCH 8/8] xf86-input-libinput: Upgrade 0.16.0 -> 0.19.0 Jussi Kukkonen

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.