diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-04-20 17:22:16 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-12 08:51:09 +0100 |
commit | febb87bfc3cdd78e1352b195c824911881d76c4e (patch) | |
tree | 613ef6af194e1b658816188975b0f1e393d256ce /meta/recipes-graphics/mesa/mesa-gl_17.0.2.bb | |
parent | 9ef73fbeba5dd95e1cf4c5afebe98a2d76a8df2e (diff) | |
download | poky-febb87bfc3cdd78e1352b195c824911881d76c4e.tar.gz |
mesa: Update to version 17.0.4
This commit apply bug fixes found in both mesa 17.0.2 and mesa 17.0.3
releases.
- Mesa 17.0.4 is a bug fix release which fixes the following bugs
found since the 17.0.3 release:
Bug 99515 - SIGSEGV MAPERR on Android nougat-x86 with mesa 17.0.0rc
Bug 100391 - SachaWillems deferredmultisampling asserts
Bug 100452 - push_constants host memory leak when resetting command buffer
Bug 100582 - [GEN8+] piglit.spec.arb_stencil_texturing.glblitframebuffer
corrupts state.gl_texture* assertions
- Mesa 17.0.3 is a bug fix release which fixes the following bugs
found since the 17.0.2 release:
Bug 96743 - [BYT, HSW, SKL, BXT, KBL] GPU hangs with GfxBench 4.0 CarChase
Bug 99246 - [d3dadapter+radeonsi & bisect] EVE-Online : hang on wormhole sight
Bug 100061 - LODQ instruction generated with invalid dst mask
Bug 100182 - Flickering in The Talos Principle on Sky Lake GT4.
Bug 100201 - Windows scons build with MSVC toolchain and LLVM 4.0 fails
(From OE-Core rev: 70ad501c9c49318dbed7e0c3adfd4fea1a59f7ac)
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_17.0.2.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_17.0.2.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.0.2.bb b/meta/recipes-graphics/mesa/mesa-gl_17.0.2.bb deleted file mode 100644 index e3604f30bb..0000000000 --- a/meta/recipes-graphics/mesa/mesa-gl_17.0.2.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | require mesa_${PV}.bb | ||
2 | |||
3 | SUMMARY += " (OpenGL only, no EGL/GLES)" | ||
4 | |||
5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:" | ||
6 | |||
7 | PROVIDES = "virtual/libgl virtual/mesa" | ||
8 | |||
9 | S = "${WORKDIR}/mesa-${PV}" | ||
10 | |||
11 | PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | ||
12 | |||
13 | EXCLUDE_FROM_WORLD = "1" | ||