Commit Graph

21 Commits

Author SHA1 Message Date
Yu Ke 5e2162039e libdrm: upgrade to latest version 2.4.21
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-06-29 17:13:36 +01:00
Yu Ke 663fddca98 libdrm: meta data update
add the description, homepage,
and change the variable order according to the style guide

Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-06-29 17:13:36 +01:00
Joshua Lock 4d1f39af75 autotools: deprecate autotools_stage class
Move the functionality into autotools and ensure all our Poky recipes are no
longer using it.
Keep the autools_stage class around for OE compatability but just have it
inherit autools.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-27 17:11:28 +01:00
Joshua Lock 2c2994718c libdrm: bump version to 2.4.17 as required by mesa 7.7
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-10 14:34:02 +00:00
Richard Purdie 4cb58790da xorg: Bulk version upgrades
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-03 00:29:41 +00:00
Richard Purdie c6868ce84e libdrm: Create a common include file and att virtual/libx11 to DEPENDS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-27 12:11:11 +00:00
Richard Purdie 6391725f94 libdrm: 2.4.7 -> 2.4.15
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-26 23:19:09 +00:00
Richard Purdie 8aaffe702a drm/mesa: Bump PR due to pkgconfig changes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-07 15:17:22 +01:00
Richard Purdie a36becf4f8 drm/mesa/xorg-video-inte/xorg-xserver: Update PV revisions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-26 17:39:59 +01:00
Richard Purdie 1370ba3fc0 libdrm: Package test utils
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-04-21 17:37:39 +01:00
Richard Purdie d620ad6a40 libdrm: 2.4.4 -> 2.4.7 2009-04-14 15:30:24 +01:00
Richard Purdie a6789f5b75 libdrm: Cleanup poulsbo patch slightly further 2009-02-05 15:02:30 +00:00
Richard Purdie f06b34bf89 libdrm: Add patch for poulsbo 2009-02-05 14:08:41 +00:00
Richard Purdie 5d12760e34 libdrm: 1.4.0 -> 1.4.4 2009-01-15 19:49:49 +00:00
Richard Purdie e380b48602 classes/autotools_stage.bbclass: Add autotools_stage class to simplify recipes using standard autotools 2008-12-30 17:07:04 +00:00
Richard Purdie 94b399858d drm: Fix libpthreads-stubs name in DEPENDS 2008-11-04 21:26:52 +00:00
Richard Purdie 9d0ed30faf libdrm: Add missing DEPENDS on pthread-stubs 2008-11-04 19:21:12 +00:00
Robert Bragg 47de743346 Deletes libdrm_2.3.1 since we now have libdrm_2.4.0 2008-10-30 18:26:07 +00:00
Peng Li 262e18f3ae drm : add libdrm_2.4.0.bb
This is a GEM dependency. DRI2 will need GEM support
2008-10-28 11:20:17 +08:00
Robert Bragg 10650210e7 Adds support for GEM + DRI2
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-10-13 15:23:14 +00:00
Robert Bragg 3de4627417 Adds recipes to support building X servers based on the xfree86 DDX instead
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
2008-09-22 13:33:19 +00:00