summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-driver
Commit message (Collapse)AuthorAgeFilesLines
* Adds xf86-video-intel_git.bbRobert Bragg2008-10-305-0/+23
| | | | This also moves the patchs in xf86-video-intel-dri2/ -> xf86-video-intel/
* [xf86-video-intel-dri2] Updates 004_reduce_driver_boottime.patchRobert Bragg2008-10-302-64/+7
|
* [xf86-video-intel-dri2] comments out reduce_driver_boottime.patchRobert Bragg2008-10-301-3/+6
| | | | | This patch doesn't apply a.t.m to the latest driver (Will come back and rebase this later)
* xf86-video-intel-dri2: delete 007_disable_tiling_and_enable_UXA.patchPeng Li2008-10-291-28/+0
| | | | remove this patch because driver options are set in xorg.conf
* xf86-video-intel-dri2: rebase X fastboot patchesPeng Li2008-10-294-55/+32
| | | | rebase X fastboot patches for latest driver
* xf86-video-intel-dri2: don't apply patch "007_disable_tiling_and_enable_UXA"Peng Li2008-10-291-2/+1
| | | | | These driver options are specified in xorg.conf. Don't need to apply this patch any more.
* xf86-video-intel-dri2: update PVPeng Li2008-10-291-1/+1
| | | | | PV should be "2.4.97+git${SRCREV}" according to upstream tag poky.conf: small typo fix
* Adds support for GEM + DRI2Robert Bragg2008-10-139-0/+246
| | | | | | | | DRI2 is disabled by default though since running with metacity-clutter seems to cause a lock up. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5484 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xf86-video-intel: DEPEND on virtual/libgl, not mesaRichard Purdie2008-09-301-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5331 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xf86-video-common.inc: Fix typo that revmoved the xserver DEPENDS leading to ↵Richard Purdie2008-09-291-1/+1
| | | | | | build failures git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5315 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xf86-video-intel: mark as x86 onlyMarcin Juszkiewicz2008-09-231-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5246 311d38ba-8fff-0310-9ca6-ca027cbcb966
* xf86-video-intel: add missing dependenciesMarcin Juszkiewicz2008-09-221-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5213 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg2008-09-228-0/+64
of kdrive and building mesa. It's a big commit and it's still rather rough around the edges, but there is a desire to get this in early so people can review the work and help polish the changes. Some of the notable bits: • DRI support in mesa and the X server. (configured in machine conf via MACHINE_DRI_MODULES variable) • XCB backend for xlib • A fairly lite X server build with lots of legacy modules disabled. I'm sure there is plenty of other fairly low hanging fruit if we want to put more effort into reducing the size of the xserver build. Currently the server build comes in @ ~2.3MB vs a kdrive fbdev server build @ ~1MB. E.g xaa could be made conditional to save ~320K. Of course the kdrive server doesn't include glx stuff, which is a pretty big chunk. Also thanks to hrw, since I nabbed a some patches from him for this, and RP, for various bits of Poky style advice. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5205 311d38ba-8fff-0310-9ca6-ca027cbcb966