From 287559f988d818321d37f1bbb2e789aab734c56b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 21 Oct 2019 16:20:07 +0200 Subject: [PATCH] xf86-video-amdgpu: Update version from 19.0.0 to 19.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From the announcement: > Flora Cui (1): > dri2: reply to client for WaitMSC request in any case > > Michel Dänzer (13): > Retry get_fb_ptr in get_fb > dri3: Always flush glamor before sharing pixmap storage with clients > dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULL > Remove dri2_drawable_crtc parameter consider_disabled > present: Check that we can get a KMS FB for flipping > Don't disable page flipping completely with SW cursor > gitlab-ci: Use templates from wayland/ci-templates > present: Also check pixmap pitch in check_flip with current xserver > present: Don't check pixmap pitch in check_flip with current DC > present: Don't check pixmap pitch in check_flip with non-DC >= 3.34 > Don't set up black scanout buffer if LeaveVT is called from CloseScreen > Don't unreference FBs of pixmaps from different screens in LeaveVT > Bump version for the 19.1.0 release --- xf86-video-amdgpu.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xf86-video-amdgpu.be0 b/xf86-video-amdgpu.be0 index 0f511809e..b157c9394 100755 --- a/xf86-video-amdgpu.be0 +++ b/xf86-video-amdgpu.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xf86-video-amdgpu-19.0.0-1 +# BEE_VERSION xf86-video-amdgpu-19.1.0-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.) @@ -15,7 +15,7 @@ SRCURL[0]="https://www.x.org/releases/individual/driver/xf86-video-amdgpu-${PKGV ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=(/src/mariux/patches/0001-modesetting-add-tile-property-support.patch) +# PATCHURL+=() ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not