From 372b192d134ca797f21cd67278f3fab9c2fea3fc Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 19 Feb 2019 13:37:56 +0100 Subject: [PATCH 1/2] libdrm: Update version from 2.4.96 to 2.4.97 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libdrm 2.4.97 was released on January 22nd, 2019 with the changes below. > Alex Deucher (1): > amdgpu: update to latest marketing names from 18.50 > > Andrey Grodzovsky (3): > amdgpu/test: Add illegal register and memory access test v2 > amdgpu/test: Disable deadlock tests for all non gfx8/9 ASICs. > amdgpu/test: Enable deadlock test for CI family (gfx7) > > Christian König (1): > amdgpu: add VM test to exercise max/min address space > > Daniel Vetter (1): > doc: Rename README&CONTRIBUTING to .rst > > Eric Anholt (2): > Avoid hardcoded strlens in drmParseSubsystemType(). > drm: Attempt to parse SPI devices as platform bus devices. > > Eric Engestrom (6): > xf86drmHash: remove unused loop variable > meson: fix typo in compiler flag > tests: skip drmdevice test if the machine doesn't have any drm device > freedreno: remove always-defined #ifdef > xf86atomic: #undef internal define > README: reflow the project description to improve readability > > François Tigeot (2): > xf86drm: implement drmParseSubsystemType for DragonFly > libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly > > Leo Liu (1): > tests/amdgpu/vcn: fix the nop command in IBs > > Lucas De Marchi (2): > gitignore: sort file > gitignore: add _build > > Marek Olšák (3): > amdgpu: update amdgpu_drm.h > amdgpu: add a faster BO list API > Bump the version to 2.4.97 > > Mauro Rossi (1): > android: Fix 32-bit app crashing in 64-bit Android --- libdrm.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdrm.be0 b/libdrm.be0 index 47a5e9dce..eead18a12 100755 --- a/libdrm.be0 +++ b/libdrm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libdrm-2.4.96-0 +# BEE_VERSION libdrm-2.4.97-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 fcf04eb0d0152f70b6bbb89acfcffe657546cf5d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 19 Feb 2019 13:39:09 +0100 Subject: [PATCH 2/2] mesalib: Update version from 18.3.3 to 18.3.4 From the [announcement][1]: > Mesa 18.3.4 is now available. > > In this release we have: > > A fix in the XvMC state-tracker, which was causing some video attributes to > not take affect. On the video front the VAAPI state tracker has seen > improvements with VP9 streams while the amdgpu driver advertises all available > profiles. > > On Intel side we have compiler fixes and extra PCI IDs for Coffee Lake and > Ice Lake parts. In the Broadcom drivers a couple of memory leaks were > addressed and the NEON assembly should compile properly on armhf. > > Other drivers such as radeonsi, nouveau and freedreno have also seen some > love. The RADV driver has seen addressed to compile correctly with GCC9 > amongst other changes. > > The Xlib based libGL have been addressed to work with X servers, which lacks > the MIT-SHM extension such as XMing. > > To top it up we have a few fixes to the meson build system. [1]: https://lists.freedesktop.org/archives/mesa-dev/2019-February/215484.html --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index 44640fcf4..8f5d7e777 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-18.3.3-0 +# BEE_VERSION mesalib-18.3.4-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.)