| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
recipes using standard autotools
|
| |
|
|
|
|
| |
This also moves the patchs in xf86-video-intel-dri2/ -> xf86-video-intel/
|
| |
|
|
|
|
|
| |
This patch doesn't apply a.t.m to the latest driver (Will come back and rebase
this later)
|
|
|
|
| |
remove this patch because driver options are set in xorg.conf
|
|
|
|
| |
rebase X fastboot patches for latest driver
|
|
|
|
|
| |
These driver options are specified in xorg.conf.
Don't need to apply this patch any more.
|
|
|
|
|
| |
PV should be "2.4.97+git${SRCREV}" according to upstream tag
poky.conf: small typo fix
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5331 311d38ba-8fff-0310-9ca6-ca027cbcb966
|
|
|
|
|
|
| |
build failures
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5315 311d38ba-8fff-0310-9ca6-ca027cbcb966
|
|
|
|
| |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5246 311d38ba-8fff-0310-9ca6-ca027cbcb966
|
|
|
|
| |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5213 311d38ba-8fff-0310-9ca6-ca027cbcb966
|
|
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
|