New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7982b09b68f45182d2b98ead917f8c9a831da31a
commit 7982b09b68f45182d2b98ead917f8c9a831da31a
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 28 22:52:58 2007 +0200

    Added missing <sys/types.h> include.

 lib/fusion/fusion.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0496e6e3a38e01aa5b0fc07472a60776de9d0ffd
commit 0496e6e3a38e01aa5b0fc07472a60776de9d0ffd
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 28 22:08:17 2007 +0200

    Added direct_thread_get_tid().

 lib/direct/thread.c |    8 ++++++++
 lib/direct/thread.h |    5 +++++
 2 files changed, 13 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1a80a3bad8b8cbba34f8004fb67759b878483c5c
commit 1a80a3bad8b8cbba34f8004fb67759b878483c5c
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 28 22:08:34 2007 +0200

    Added fusion_dispatcher_tid().

 lib/fusion/fusion.c |   11 +++++++++++
 lib/fusion/fusion.h |    5 +++++
 2 files changed, 16 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=eea7bfaf9bc0cad1660ed6dea4989c1774f08564
commit eea7bfaf9bc0cad1660ed6dea4989c1774f08564
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 28 19:49:49 2007 +0200

    Added fusion_skirmish_wait() and fusion_skirmish_notify().
    
    When you hold the lock you can wait until you get notified,
    where others can get the lock while you're waiting.
    
    At the moment it requires the notifier to acquire the lock.

 lib/fusion/lock.c |   44 ++++++++++++++++++++++++++++++++++++++++++++
 lib/fusion/lock.h |    7 +++++++
 2 files changed, 51 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a5f613e79af04a098f03b0d9614b9e2fbfe5f0ff
commit a5f613e79af04a098f03b0d9614b9e2fbfe5f0ff
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 28 18:08:52 2007 +0200

    API break!
    
    Support destructor context pointer.
    
    Added "ctx" argument to fusion_object_pool_create().
    Added "ctx" argument to FusionObjectDestructor.

 lib/fusion/object.c      |    7 +++++--
 lib/fusion/object.h      |    3 ++-
 src/core/layer_context.c |    4 ++--
 src/core/layer_region.c  |    4 ++--
 src/core/palette.c       |    4 ++--
 src/core/surfaces.c      |    4 ++--
 src/core/windows.c       |    4 ++--
 wm/unique/context.c      |    4 ++--
 wm/unique/decoration.c   |    4 ++--
 wm/unique/window.c       |    4 ++--
 10 files changed, 23 insertions(+), 19 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=5984bb10163cff00318939c01251e9f5c3acd196
commit 5984bb10163cff00318939c01251e9f5c3acd196
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 28 17:06:04 2007 +0200

    Keeps API compatibility.
    
    Added fusion_reactor_attach/dispatch_channel() with the older
    calls using channel zero.

 lib/fusion/fusion.c          |    2 +-
 lib/fusion/fusion_internal.h |    1 +
 lib/fusion/object.h          |   24 ++++++++++++++
 lib/fusion/reactor.c         |   71 ++++++++++++++++++++++++++++++++----------
 lib/fusion/reactor.h         |   41 ++++++++++++++++++------
 lib/fusion/types.h           |    6 ++--
 6 files changed, 114 insertions(+), 31 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=626ad855b335426e44da22f52a70f1c82a6a266b
commit 626ad855b335426e44da22f52a70f1c82a6a266b
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 28 14:33:51 2007 +0200

    Removed call_arg option from dispatch callback. It will be used for 
something else.

 lib/fusion/reactor.c   |    6 ++----
 lib/fusion/reactor.h   |    1 -
 tests/fusion_reactor.c |    2 +-
 3 files changed, 3 insertions(+), 6 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4ba4f45f8db7e8b7a6145562e0ebfb9d08b3ed10
commit 4ba4f45f8db7e8b7a6145562e0ebfb9d08b3ed10
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 28 11:48:18 2007 +0200

    Follow FusionCall API changes.

 systems/fbdev/fbdev.c |   37 ++++++++++++++++++++++---------------
 systems/osx/primary.c |   24 +++++++++++++++---------
 systems/osx/primary.h |   13 +++++++++----
 systems/sdl/primary.c |   27 ++++++++++++++++-----------
 systems/sdl/primary.h |   13 +++++++++----
 systems/vnc/primary.c |   24 +++++++++++++++---------
 systems/vnc/primary.h |   13 +++++++++----
 systems/x11/primary.c |   26 +++++++++++++++-----------
 systems/x11/primary.h |   13 +++++++++----
 tests/fusion_stream.c |   16 ++++++++++------
 10 files changed, 129 insertions(+), 77 deletions(-)


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

Reply via email to