New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e00a93bb7b8ceeff2ce878452e6297b263ae0d7d
commit e00a93bb7b8ceeff2ce878452e6297b263ae0d7d
Author: Denis Oliver Kropp <[email protected]>
Date:   Fri Jul 26 17:16:25 2013 +0200

    X11: Add DFBEGL crap, breaks normal display at the moment.
    
    Signed-off-by: Denis Oliver Kropp <[email protected]>

 systems/x11/EGLDisplayX11.cpp  |  272 +++++++++++++
 systems/x11/EGLDisplayX11.h    |  137 +++++++
 systems/x11/Makefile.am        |   44 ++-
 systems/x11/X11EGLImpl.cpp     |  849 ++++++++++++++++++++++++++++++++++++++++
 systems/x11/X11EGLImpl.h       |  235 +++++++++++
 systems/x11/primary.c          |  159 ++++++--
 systems/x11/x11.c              |   50 ++-
 systems/x11/x11.h              |    4 +
 systems/x11/x11_surface_pool.c |  225 +++++++++--
 systems/x11/x11_surface_pool.h |   20 +
 systems/x11/x11_window_pool.c  |  671 +++++++++++++++++++++++++++++++
 systems/x11/x11input.c         |    4 +-
 systems/x11/xwindow.c          |    4 +-
 13 files changed, 2593 insertions(+), 81 deletions(-)

_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to