On Wed, Sep 19, 2007 at 01:18:33AM +0200, Denis Oliver Kropp wrote: > [EMAIL PROTECTED] wrote: > > New commits: > > http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ea8b81988bad68f38bb791d3ab2f1c0d61185bd6 > > commit ea8b81988bad68f38bb791d3ab2f1c0d61185bd6 > > Author: Ville Syrjala <[EMAIL PROTECTED]> > > Date: Mon Sep 17 22:34:34 2007 +0300 > > > > Add TI OMAP gfxdriver. > > > > No video layer or other fancy stuff yet. > > Enough to run XDirectFB on the Nokia N800 though. > > > > configure.in | 14 +++- > > gfxdrivers/Makefile.am | 7 ++ > > gfxdrivers/omap/Makefile.am | 32 ++++++++ > > gfxdrivers/omap/omap.c | 140 ++++++++++++++++++++++++++++++++++ > > gfxdrivers/omap/omap.h | 48 ++++++++++++ > > gfxdrivers/omap/omap_primary.c | 102 +++++++++++++++++++++++++ > > gfxdrivers/omap/omapfb.h | 163 > > ++++++++++++++++++++++++++++++++++++++++ > > 7 files changed, 505 insertions(+), 1 deletions(-) > > That's cool. XDirectFB being an intermediate step? :)
Who knows :) Maybe I'll try gtk-dfb on it later. Before that I should probably add support for the video layer. Oh and right now only the touch screen works (via tslib) but all of the hardware keys are inoperable. So linux_input should probably be my next victim. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
