Skip to content

Commit

Permalink
xf86-video-amdgpu: Update version from 19.0.0 to 19.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmenzel committed Oct 21, 2019
1 parent b21ebfb commit 287559f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xf86-video-amdgpu.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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
Expand Down

0 comments on commit 287559f

Please sign in to comment.