summaryrefslogtreecommitdiff
path: root/driver/xf86-video-intel/src/xvmc
AgeCommit message (Collapse)Author
2010-07-18Update the intel driver to (mostly) a backport of 2.12.Owain Ainsworth
It is missing a few commits that I have yet to verify (ones that try and continue if we lock the gpu rendering engine and can't reset it, for example) taht will be verified and sent out for extra testing soon. Should contain a bunch of speedups and some correctness improvements (though rendercheck still gives some errors that I am looking into). This has been in snaps since the first day of c2k10, any known issues with just this driver have (to my knowledge) been fixed since. A problem with macbooks pointed out by otto happens with both this and the in-tree driver and thus doesn't stop this moving forward. As well as the 2.12 improvements, this driver also has a backport (partially aided by the backports in RHEL 5 kindly provided by Dave Airlie) from the kms code of modesetting support for ironlake (arrandale and clarkdale: the IGDs build into intel nehalem cpu dies) which has been tested on a number of chipsets. Note that Display port and eDP displays have not yet been worked on (and probably won't until I can find a displayport monitor), but VGA and lvds at least are known to work, sure beats vesa. "no objection on my side" matthieu@, prodding (as always) from princess marco.
2010-05-23Pull in the changes in rendering that I skipped when i backportedOwain Ainsworth
changes from later intel versions (after the UMS removal). 95% of this is the xvmc reworks that makes that code even halfway sane. xvmc is now enabled by default on 965+. Tested by many on tech@, thanks! ok matthieu@
2010-05-10*sigh* there is always one (in this case two).Owain Ainsworth
These files were missing from the last commit. (due to shuffling the cvs diff between old driver and new one was 155246 lines, so two files isn't that bad...)
2010-05-10Update the intel driver to 2.9.1 plus backports.Owain Ainsworth
2.9.1 is the last version of the intel DDX that supports UMS (User modesetting), with 2.10 onwards being purely KMS only. As such, this driver contains backports of almost every correctness or performance related fix to the rendering layer in later intel drivers. This driver *REQUIRES* a GEM enabled kernel. it claims to support non-gem mode but this is essentially unmaintained and due to the way the abstraciton works is slow, if it works at all (it often does not). You have been warned. tested by many many people on tech over the last few weeks.
2009-06-25update to xf86-video-intel 2.7.1. Tested by many.Matthieu Herrb
2009-01-26never define XF86DRI_MM after configure. 2.4.x still had the ttm bitsOwain Ainsworth
which haven't made it into a released libdrm. This prevents collisions with the libdrm version just commited (which wouldn't build otherwise).
2008-10-12xf86-video-intel 2.4.2. Has been in snapshots for weeks. Ok oga@.Matthieu Herrb
2008-06-29update to xf86-video-intel 2.3.2. Tested among others by okan@.Matthieu Herrb
2008-05-21Update to xf86-video-intel 2.3.1. Tested by many.Matthieu Herrb
2007-11-24merge xf86-video-intel 2.2.0Matthieu Herrb
2007-03-18regen with automake 1.9.6p2Matthieu Herrb
2006-12-16regenMatthieu Herrb
2006-11-27regen with OpenBSD autotoolsMatthieu Herrb
2006-11-26Importing xf86-video-i810 1.7.2Matthieu Herrb