New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=78fb8328026c9ab82f43c31470929da9abb12cbc
commit 78fb8328026c9ab82f43c31470929da9abb12cbc
Author: Andreas Shimokawa <[email protected]>
Date:   Mon Apr 25 00:05:19 2011 +0200

    proxy: compile fix

 proxy/requestor/idirectfbsurface_requestor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1edf99eea4b49f087d992e03b26c0b3ea154dbb5
commit 1edf99eea4b49f087d992e03b26c0b3ea154dbb5
Author: Denis Oliver Kropp <[email protected]>
Date:   Sun Apr 24 21:57:41 2011 +0200

    Proxy: Add dispatcher code for IDirectFBSurface::Read() which seemed lost.

 proxy/dispatcher/idirectfbsurface_dispatcher.c |  190 ++++++++++++++++++++++++
 1 files changed, 190 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b6e6a13b3318c0388148daf9de3f174ce55a57fc
commit b6e6a13b3318c0388148daf9de3f174ce55a57fc
Author: Andreas Shimokawa <[email protected]>
Date:   Sun Apr 24 21:45:27 2011 +0200

    Voodoo: discard unsupported DSDESC_PALETTE and DSDESC_PREALLOCATED flags

 proxy/dispatcher/idirectfb_dispatcher.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=39dc45c1e31527eed4ac34c5eb8851f262c5055c
commit 39dc45c1e31527eed4ac34c5eb8851f262c5055c
Author: Andreas Shimokawa <[email protected]>
Date:   Sun Apr 24 20:00:09 2011 +0200

    Voodoo: Dispatcher and Requestor for IDirectFBSurface::FillTrapezoids()

 proxy/dispatcher/idirectfbsurface_dispatcher.c |   34 ++++++++++++++++++++++++
 proxy/dispatcher/idirectfbsurface_dispatcher.h |    2 +
 proxy/requestor/idirectfbsurface_requestor.c   |   18 ++++++++++++
 3 files changed, 54 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=58ba16ef4f670b2bad58bf497b0eb1881a4b9c6f
commit 58ba16ef4f670b2bad58bf497b0eb1881a4b9c6f
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed Apr 20 21:41:34 2011 +0200

    Proxy: Fix IDirectFBSurface_Requestor::GetSubSurface() to finish the 
request before constructing IDirectFBSurface Requestor

 proxy/requestor/idirectfbsurface_requestor.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=40eee037f1e76936c0f0090afefb9c2d933b8253
commit 40eee037f1e76936c0f0090afefb9c2d933b8253
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed Mar 16 20:48:16 2011 +0100

    proxy: Add IDirectFBDisplayLayer::GetRotation() implementations.

 .../dispatcher/idirectfbdisplaylayer_dispatcher.c  |   22 +++++++++++++
 .../dispatcher/idirectfbdisplaylayer_dispatcher.h  |    1 +
 proxy/requestor/idirectfbdisplaylayer_requestor.c  |   33 ++++++++++++++++++++
 3 files changed, 56 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4128e04c0f5c926e75e000899742691074b01883
commit 4128e04c0f5c926e75e000899742691074b01883
Author: Andreas Shimokawa <[email protected]>
Date:   Sun Apr 24 23:37:43 2011 +0200

    proxy: Fixes for MSVC.
    
    + Fix in IDirectFBDisplayLayer::GetConfiguration()

 proxy/dispatcher/idirectfb_dispatcher.c            |   91 ++++++-------
 proxy/dispatcher/idirectfb_dispatcher.h            |   31 +++++
 proxy/dispatcher/idirectfbdatabuffer_dispatcher.c  |   56 +++++---
 .../dispatcher/idirectfbdisplaylayer_dispatcher.c  |   10 +-
 proxy/dispatcher/idirectfbeventbuffer_dispatcher.c |    1 -
 .../dispatcher/idirectfbimageprovider_dispatcher.c |    4 +-
 proxy/dispatcher/idirectfbpalette_dispatcher.c     |   20 ++-
 proxy/dispatcher/idirectfbscreen_dispatcher.c      |    7 +-
 proxy/dispatcher/idirectfbsurface_dispatcher.c     |   71 ++++++-----
 proxy/requestor/idirectfb_requestor.c              |   95 +++++++++-----
 proxy/requestor/idirectfbdatabuffer_requestor.c    |    1 -
 proxy/requestor/idirectfbdisplaylayer_requestor.c  |   26 ++--
 proxy/requestor/idirectfbeventbuffer_requestor.c   |    1 -
 proxy/requestor/idirectfbimageprovider_requestor.c |    3 +-
 proxy/requestor/idirectfbscreen_requestor.c        |   21 ++-
 proxy/requestor/idirectfbsurface_requestor.c       |  139 ++++++++++----------
 proxy/requestor/idirectfbwindow_requestor.c        |    6 +-
 17 files changed, 333 insertions(+), 250 deletions(-)

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

Reply via email to