summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-31/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Update git recipe for latest versionsRichard Purdie2010-02-051-5/+8
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Add m4_pattern_allowRichard Purdie2009-11-271-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Fix typoRichard Purdie2009-11-261-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Fix macro in .m4 fileRichard Purdie2009-11-261-1/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Update patchesRichard Purdie2009-08-141-4/+10
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Convert to SRCPVRichard Purdie2009-07-021-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite_git: Drop DEFAULT_PREFERENCERichard Purdie2009-06-301-2/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* drm/mesa/xorg-video-inte/xorg-xserver: Update PV revisionsRichard Purdie2009-06-261-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Update git recipe (dependency on xkeyboard-config and ↵Richard Purdie2009-06-041-2/+3
| | | | | | need to enable dga for the intel 2D driver Signed-off-by: Richard Purdie <richard@ted.(none)>
* xserver-xf86: Split xorg.conf from main xserver packageRichard Purdie2009-05-311-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Add missing DEPENDS on dri2protoRichard Purdie2009-05-261-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-dri-lite: Drop dri2 version and enable dri2 by defaultRichard Purdie2009-05-191-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Add patch to disable dolt and fix build breakageRichard Purdie2009-01-171-0/+1
|
* poky-fixed-revisions.inc: Update xserver-xf86-dri and inputproto revisionsRichard Purdie2009-01-171-1/+1
|
* xserver-x86: Fix m4 autoconf macroRichard Purdie2008-11-051-1/+1
|
* [xserver-xf86-dri-lite_git.bb] bumps the PRRobert Bragg2008-10-301-1/+1
|
* [xserver-xf86-dri-lite] Bumps the PV and explicitly disables dri2Robert Bragg2008-10-301-3/+3
|
* xserver-xf86-dri-lite : apply xserver-boottime.patchPeng Li2008-10-291-1/+2
| | | | This patch is used to measure xserver boot time
* Adds support for GEM + DRI2Robert Bragg2008-10-131-0/+9
| | | | | | | | 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
* fixes noPanoramiXExtension missing symbol problem when server tries to load ↵Robert Bragg2008-09-261-1/+2
| | | | | | libdri git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5296 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Some fixes for the xorg.conf for xserver-xf86-dri-liteRobert Bragg2008-09-221-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5219 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg2008-09-221-0/+10
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