summaryrefslogtreecommitdiffstats
path: root/meta/packages/drm
Commit message (Collapse)AuthorAgeFilesLines
* drm/mesa: Bump PR due to pkgconfig changesRichard Purdie2009-07-071-1/+1
| | | | 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>
* libdrm: Package test utilsRichard Purdie2009-04-212-3/+46
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libdrm: 2.4.4 -> 2.4.7Richard Purdie2009-04-142-2519/+2
|
* libdrm: Cleanup poulsbo patch slightly furtherRichard Purdie2009-02-052-132/+1
|
* libdrm: Add patch for poulsboRichard Purdie2009-02-052-1/+2650
|
* libdrm: 1.4.0 -> 1.4.4Richard Purdie2009-01-151-0/+0
|
* classes/autotools_stage.bbclass: Add autotools_stage class to simplify ↵Richard Purdie2008-12-302-10/+2
| | | | recipes using standard autotools
* drm: Fix libpthreads-stubs name in DEPENDSRichard Purdie2008-11-042-2/+2
|
* libdrm: Add missing DEPENDS on pthread-stubsRichard Purdie2008-11-042-0/+3
|
* Deletes libdrm_2.3.1 since we now have libdrm_2.4.0Robert Bragg2008-10-301-10/+0
|
* drm : add libdrm_2.4.0.bbPeng Li2008-10-281-0/+10
| | | | This is a GEM dependency. DRI2 will need GEM support
* Adds support for GEM + DRI2Robert Bragg2008-10-131-0/+17
| | | | | | | | 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
* 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