diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2009-05-13 00:35:27 +0000 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2009-05-13 00:35:27 +0000 |
commit | 1731ffb08fcd7017b94d9be1746744c5712c912f (patch) | |
tree | 2032512a1e33ee03bec91e66886c90881549fd45 /x11-drivers/xf86-video-intel | |
parent | 714e6c8dbe92f379c0581952e537ac7682dc6f3b (diff) | |
download | ports-1731ffb08fcd7017b94d9be1746744c5712c912f.tar.gz ports-1731ffb08fcd7017b94d9be1746744c5712c912f.zip |
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>]
Notes
Notes:
svn path=/head/; revision=233802
Diffstat (limited to 'x11-drivers/xf86-video-intel')
-rw-r--r-- | x11-drivers/xf86-video-intel/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-intel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-drivers/xf86-video-intel/Makefile b/x11-drivers/xf86-video-intel/Makefile index a25d2860c010..67e150e1ee3a 100644 --- a/x11-drivers/xf86-video-intel/Makefile +++ b/x11-drivers/xf86-video-intel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-intel -PORTVERSION= 2.7.0 +PORTVERSION= 2.7.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-intel/distinfo b/x11-drivers/xf86-video-intel/distinfo index e0d79323c36f..954e3df937f5 100644 --- a/x11-drivers/xf86-video-intel/distinfo +++ b/x11-drivers/xf86-video-intel/distinfo @@ -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 |