From 8f8c2330b8fe9af2815540296a3e40524041eca6 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 7 Sep 2017 10:25:29 +0200 Subject: [PATCH 1/2] libdrm: Update version from 2.4.82 to 2.4.83 Announcement [1]: > Boyuan Zhang (1): > tests/amdgpu: add uvd encode unit tests > > Chih-Wei Huang (2): > android: add rules to build amdgpu.ids > android: amdgpu: fix build break > > Daniel Stone (1): > configure.ac: Bump version to 2.4.83 > > Emil Velikov (1): > xf86drm: continue with next device if drmProcessUsbDevice fails > > Eric Engestrom (4): > radeon: add fallthrough annotation > freedreno: remove dead error path > freedreno/msm: remove dead error path > freedreno: prevent deadlock in error path > > Flora Cui (1): > test/amdgpu: fix test failure for SI > > Gurchetan Singh (1): > xf86drm: continue after drmProcessPlatformDevice failure > > Hawking Zhang (2): > tests/amdgpu: bypass UVD CS tests on raven > tests/amdgpu: bypass VCE tests on raven > > Jan Vesely (2): > amdgpu: Add FX-9800P Bristol Ridge iGPU id > drmsltest: Check expected neighbours > > Jason Ekstrand (1): > drm: Pull new modifier uapi into drm_fourcc and drm_mode > > Monk Liu (3): > amdgpu: fix missing mutex unlock before return > amdgpu: fix race issue between two bo functions(v2) > amdgpu: merge and cleanup amdgpu_bo_free > > Philipp Zabel (1): > etnaviv: fix etna_bo_from_name [1] https://lists.freedesktop.org/archives/dri-devel/2017-August/151077.html --- libdrm.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdrm.be0 b/libdrm.be0 index 0c95a9c11..9375e5644 100755 --- a/libdrm.be0 +++ b/libdrm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libdrm-2.4.82-0 +# BEE_VERSION libdrm-2.4.83-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From ca7becd3445942f96fa2742863c1b13083ee447a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 7 Sep 2017 10:35:31 +0200 Subject: [PATCH 2/2] mesalib: Update version from 17.1.7 to 17.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes [1]: > Mesa 17.1.8 Release Notes / August 28, 2017 > > […] > > ### Bug fixes ### > > * Bug 101910 - [BYT] ES31-CTS.functional.copy_image.non_compressed.viewclass_96_bits.rgb32f_rgb32f > * Bug 102308 - segfault in glCompressedTextureSubImage3D > > […] [1] https://www.mesa3d.org/relnotes/17.1.8.html --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index ec6521fb6..203ecd7b9 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-17.1.7-0 +# BEE_VERSION mesalib-17.1.8-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)