summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-xserver/xserver-xf86-dri-lite
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-2716-1063/+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: upgrade to 1.8.99.904 (1.9 RC4)Yu Ke2010-07-082-16/+45
| | | | | | | Also update the releated x driver PR value, since they need recompile to match the new xserver ABI Signed-off-by: Yu Ke <ke.yu@intel.com>
* xserver-xf86-dri-lite: Update git recipe for latest versionsRichard Purdie2010-02-051-0/+22
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xorg: Bulk version upgradesRichard Purdie2010-02-031-0/+19
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri: Fix for recent autoconf+automakeRichard Purdie2010-02-021-0/+13
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Add m4_pattern_allowRichard Purdie2009-11-271-3/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Fix macro in .m4 fileRichard Purdie2009-11-261-0/+18
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Update patchesRichard Purdie2009-08-145-2/+801
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86: Split xorg.conf from main xserver packageRichard Purdie2009-05-311-87/+0
| | | | 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/+12
|
* Adds support for GEM + DRI2Robert Bragg2008-10-134-0/+85
| | | | | | | | 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
* removes SubSection "Display" from xorg.confRobert Bragg2008-09-261-3/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5297 311d38ba-8fff-0310-9ca6-ca027cbcb966
* fixes noPanoramiXExtension missing symbol problem when server tries to load ↵Robert Bragg2008-09-261-0/+50
| | | | | | 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-43/+60
| | | | 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-222-0/+86
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