summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-driver
AgeCommit message (Collapse)AuthorFiles
2009-08-14Various PR bumpsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-02xorg: Convert SRCREV -> SRCPVRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-30xf86-video-intel_git: Drop DEFAULT_PREFERENCERichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-26drm/mesa/xorg-video-inte/xorg-xserver: Update PV revisionsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-09xf86-input-vmmouse: Add RDEPENDS on xf86-input-mouseRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-09Add xf86-input-vmmouseRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-04xf86-video-intel: Disable xvmc explicitly and don't use dolt in the git versionRichard Purdie3
Signed-off-by: Richard Purdie <richard@ted.(none)>
2009-06-04xf86-input-keyboard: Upate git version PVRichard Purdie1
Signed-off-by: Richard Purdie <richard@ted.(none)>
2009-05-31xf86-intel-video: 2.7.0 -> 2.7.1Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-04-21xf86-video-intel: 2.6.99.903 -> 2.7.0Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-04-14xf86-input-evdev: 2.1.1 -> 2.2.1Richard Purdie1
2009-04-14xf86-input-synaptics 0.99.3 -> 1.1.0Richard Purdie1
2009-04-14xf86-input-synaptics 0.99.3 -> 1.1.0Richard Purdie1
2009-04-14xf86-intel-video: Drop now unneeded dri2 versionRichard Purdie1
2009-04-14xf86-video-intel: 2.6.0 -> 2.6.99.903Richard Purdie1
2009-01-21Add xf86-video-vmware driverRichard Purdie1
2009-01-17xf86-video-intel: 2.4.2 -> 2.6.0Richard Purdie3
2009-01-16xf86-input-mouse: 1.3.0 -> 1.4.0Richard Purdie1
2009-01-16xf86-input-keyboard: 1.3.1 -> 1.3.2Richard Purdie1
2009-01-16xf86-input-synaptics: 0.15 -> 0.99.3Richard Purdie1
2009-01-16xf86-input-evdev: 2.0.4 -> 2.1.1Richard Purdie1
2008-12-30classes/autotools_stage.bbclass: Add autotools_stage class to simplify ↵Richard Purdie1
recipes using standard autotools
2008-11-05xf86-input-mouse: Fix header files includedRichard Purdie2
2008-10-30Adds xf86-video-intel_git.bbRobert Bragg5
This also moves the patchs in xf86-video-intel-dri2/ -> xf86-video-intel/
2008-10-30[xf86-video-intel-dri2] Updates 004_reduce_driver_boottime.patchRobert Bragg2
2008-10-30[xf86-video-intel-dri2] comments out reduce_driver_boottime.patchRobert Bragg1
This patch doesn't apply a.t.m to the latest driver (Will come back and rebase this later)
2008-10-29xf86-video-intel-dri2: delete 007_disable_tiling_and_enable_UXA.patchPeng Li1
remove this patch because driver options are set in xorg.conf
2008-10-29xf86-video-intel-dri2: rebase X fastboot patchesPeng Li4
rebase X fastboot patches for latest driver
2008-10-29xf86-video-intel-dri2: don't apply patch "007_disable_tiling_and_enable_UXA"Peng Li1
These driver options are specified in xorg.conf. Don't need to apply this patch any more.
2008-10-29xf86-video-intel-dri2: update PVPeng Li1
PV should be "2.4.97+git${SRCREV}" according to upstream tag poky.conf: small typo fix
2008-10-13Adds support for GEM + DRI2Robert Bragg9
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
2008-09-30xf86-video-intel: DEPEND on virtual/libgl, not mesaRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5331 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-29xf86-video-common.inc: Fix typo that revmoved the xserver DEPENDS leading to ↵Richard Purdie1
build failures git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5315 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-23xf86-video-intel: mark as x86 onlyMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5246 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-22xf86-video-intel: add missing dependenciesMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5213 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-22Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg8
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