Skip to content

Update libdrm to 2.4.97 and Mesa 18.3.4 #1040

Merged
merged 2 commits into from
Feb 21, 2019
Merged

Commits on Feb 19, 2019

  1. libdrm: Update version from 2.4.96 to 2.4.97

    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
    pmenzel committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    372b192 View commit details
    Browse the repository at this point in the history
  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
    pmenzel committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    fcf04eb View commit details
    Browse the repository at this point in the history