Commit Graph

22 Commits

Author SHA1 Message Date
Richard Purdie 8886fa1145 xserver-xf86-dri-lite: Update git recipe for latest versions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05 12:13:47 +00:00
Richard Purdie 3f27fdaf59 xserver-xf86-dri-lite: Add m4_pattern_allow
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-27 00:10:24 +00:00
Richard Purdie 6834d3c9eb xserver-xf86-dri-lite: Fix typo
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-26 23:19:38 +00:00
Richard Purdie 0d4c056ca5 xserver-xf86-dri-lite: Fix macro in .m4 file
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-26 23:15:21 +00:00
Richard Purdie 28e4e3b431 xserver-xf86-dri-lite: Update patches
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-14 18:05:34 +01:00
Richard Purdie 166121923f xserver-xf86-dri-lite: Convert to SRCPV
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-02 13:07:09 +01:00
Richard Purdie 12f7cfe586 xserver-xf86-dri-lite_git: Drop DEFAULT_PREFERENCE
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-30 18:01:51 +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 a8427b9d92 xserver-xf86-dri-lite: Update git recipe (dependency on xkeyboard-config and need to enable dga for the intel 2D driver
Signed-off-by: Richard Purdie <richard@ted.(none)>
2009-06-04 19:43:12 +01:00
Richard Purdie ea26c2105d xserver-xf86: Split xorg.conf from main xserver package
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-31 22:17:58 +01:00
Richard Purdie 4e1e40562f xserver-xf86-dri-lite: Add missing DEPENDS on dri2proto
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-26 22:54:29 +01:00
Richard Purdie 25185d5bb2 xserver-dri-lite: Drop dri2 version and enable dri2 by default
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-19 21:06:56 +01:00
Richard Purdie e9ee1e5cef xserver-xf86-dri-lite: Add patch to disable dolt and fix build breakage 2009-01-17 18:24:27 +00:00
Richard Purdie b010c24c22 poky-fixed-revisions.inc: Update xserver-xf86-dri and inputproto revisions 2009-01-17 18:22:26 +00:00
Richard Purdie d9dfbf4e12 xserver-x86: Fix m4 autoconf macro 2008-11-05 00:03:56 +00:00
Robert Bragg b74cb8ace0 [xserver-xf86-dri-lite_git.bb] bumps the PR 2008-10-30 18:26:06 +00:00
Robert Bragg 9807c58b5a [xserver-xf86-dri-lite] Bumps the PV and explicitly disables dri2 2008-10-30 18:26:06 +00:00
Peng Li 8fea3faa89 xserver-xf86-dri-lite : apply xserver-boottime.patch
This patch is used to measure xserver boot time
2008-10-29 22:17:00 +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 503cb726a2 fixes noPanoramiXExtension missing symbol problem when server tries to load libdri
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5296 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-26 13:41:17 +00:00
Robert Bragg 4353685020 Some fixes for the xorg.conf for xserver-xf86-dri-lite
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5219 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-22 17:19:02 +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