Update to 2.7.1
Bug fixes since 2.7.0: ---------------------- * KMS: Hook up output properties for RANDR, (this allows output properties to be controlled in the KMS case just as in the UMS case). [Zhenyu Wang <zhenyu.z.wang@intel.com>] * Fix multiplication error when computing required batch space. This could fix any number of cases where the driver did inexplicable things (due to having computed the wrong size). [Keith Packard <keithp@keithp.com>] * Hold reference to video binding table until all rects are painted. This prevent general chaos in the buffer manager. [Keith Packard <keithp@keithp.com>] * Split i915 textured video commands to fit into batch buffers. Video and 3D setup commands share the same batch buffer, so without this fix, various problems could occur when video and 3D clients were both heavily active at the same time. [Keith Packard <keithp@keithp.com>] * Fix crash with XV with large virtual display (> 2049). [Albert Damen <albrt@gmx.net>] * Provide missing value to 3D_STATE_VERTEX_BUFFERS command. We don't know that this was causing any problem, but the change does bring the driver into conformance with what the specification says the hardware requires here. [Keith Packard <keithp@keithp.com>]
This commit is contained in:
parent
714e6c8dbe
commit
1731ffb08f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233802
4 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xf86-video-intel
|
||||
PORTVERSION= 2.7.0
|
||||
PORTVERSION= 2.7.1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (xorg/driver/xf86-video-intel-2.7.0.tar.bz2) = 5832172ac69b9a066a202e1578a5d3c8
|
||||
SHA256 (xorg/driver/xf86-video-intel-2.7.0.tar.bz2) = 16d0f15a504916b68f94f2606dd5f401a4709c8e092195a0365b03113c684d94
|
||||
SIZE (xorg/driver/xf86-video-intel-2.7.0.tar.bz2) = 781254
|
||||
MD5 (xorg/driver/xf86-video-intel-2.7.1.tar.bz2) = 0eed17138da18ff1fb2b8ab0f076d957
|
||||
SHA256 (xorg/driver/xf86-video-intel-2.7.1.tar.bz2) = 255c0d54249cc0132f743254a43c21fac695fab2139c8ed96a07cf3c628e5f42
|
||||
SIZE (xorg/driver/xf86-video-intel-2.7.1.tar.bz2) = 780625
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xf86-video-intel
|
||||
PORTVERSION= 2.7.0
|
||||
PORTVERSION= 2.7.1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (xorg/driver/xf86-video-intel-2.7.0.tar.bz2) = 5832172ac69b9a066a202e1578a5d3c8
|
||||
SHA256 (xorg/driver/xf86-video-intel-2.7.0.tar.bz2) = 16d0f15a504916b68f94f2606dd5f401a4709c8e092195a0365b03113c684d94
|
||||
SIZE (xorg/driver/xf86-video-intel-2.7.0.tar.bz2) = 781254
|
||||
MD5 (xorg/driver/xf86-video-intel-2.7.1.tar.bz2) = 0eed17138da18ff1fb2b8ab0f076d957
|
||||
SHA256 (xorg/driver/xf86-video-intel-2.7.1.tar.bz2) = 255c0d54249cc0132f743254a43c21fac695fab2139c8ed96a07cf3c628e5f42
|
||||
SIZE (xorg/driver/xf86-video-intel-2.7.1.tar.bz2) = 780625
|
||||
|
|
Loading…
Reference in a new issue