aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-intel
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.7.1Robert Noland2009-05-132-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: svn path=/head/; revision=233802
* Update to 2.7.0Robert Noland2009-05-073-6/+5
| | | | Notes: svn path=/head/; revision=233386
* Update Xorg server to 1.6.0Robert Noland2009-04-042-4/+4
| | | | | | | | | | | o Update randrproto, libXrandr and xrandr to 1.3.0 o Update xf86-video-intel to 2.6.3 o Update other less common drivers as needed o Mark a bunch of un-maintained input drivers ignored o Update the various slave X server ports as well Notes: svn path=/head/; revision=231570
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-232-4/+4
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* Update x11-drivers/xf86-video-intel to 2.4.3.Florent Thoumie2008-12-222-4/+4
| | | | Notes: svn path=/head/; revision=224618
* Update x11-drivers/xf86-video-intel to 2.4.2.Florent Thoumie2008-09-022-4/+4
| | | | Notes: svn path=/head/; revision=219657
* Update x11-drivers/xf86-video-intel to 2.4.0.Florent Thoumie2008-07-312-4/+4
| | | | Notes: svn path=/head/; revision=217880
* Update to 2.3.2.Xin LI2008-07-233-5/+7
| | | | | | | Approved by: -x11@ (rnoland) Notes: svn path=/head/; revision=217339
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update x11-drivers/xf86-video-intel to 2.2.1.Florent Thoumie2008-04-012-4/+4
| | | | Notes: svn path=/head/; revision=210325
* Rollback to xf86-video-intel 2.1.1 before anyone notices.Florent Thoumie2008-01-022-4/+4
| | | | Notes: svn path=/head/; revision=204843
* Update x11-drivers/xf86-video-intel to 2.2.0.Florent Thoumie2008-01-022-4/+4
| | | | Notes: svn path=/head/; revision=204839
* - Update X.org ports to 7.3.Florent Thoumie2007-09-132-4/+4
| | | | | | | | | | | - Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@ Notes: svn path=/head/; revision=199427
* xf86-video-intel: update to 2.1.0Eric Anholt2007-07-053-4/+6
| | | | | | | | This version readds support for all known i830 laptops, adds support for G33/Q33/Q35, 945GME, and 965GME, and includes many stability improvements. Notes: svn path=/head/; revision=195022
* Add xf86-video-intel driver that obsoletes xf86-video-i810 one. It willDejan Lesjak2007-05-314-0/+47
eventually replace it in xorg-drivers metaport. Prodded and tested by: lx Notes: svn path=/head/; revision=192479