New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=574f48db3e0f6fff9950236e94351ef9a814b1d3
commit 574f48db3e0f6fff9950236e94351ef9a814b1d3
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 22 15:10:35 2013 +0100

    API: Add preliminary API for engine control.

 include/directfb_graphics.h |  170 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 170 insertions(+)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=020b36d5926f93e0f77fc67ccbb22e1cfe4a55ae
commit 020b36d5926f93e0f77fc67ccbb22e1cfe4a55ae
Author: Denis Oliver Kropp <[email protected]>
Date:   Thu May 23 12:30:06 2013 +0100

    IDirectFBSurface: Check for shutdown in DrawString() and DrawGlyph().

 src/display/idirectfbsurface.c |    6 ++++++
 1 file changed, 6 insertions(+)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=f93e6d08658bce1e068a065bf6b4e009912bd184
commit f93e6d08658bce1e068a065bf6b4e009912bd184
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 22 17:51:11 2013 +0100

    libfusion: In fusion_object_get() check for refs > 0 before returning the 
object.

 lib/fusion/object.c |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9d1b1581ab082b93457032a0f047fa927acbef4c
commit 9d1b1581ab082b93457032a0f047fa927acbef4c
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 22 13:35:58 2013 +0100

    WM: Replace linked list in deactivate_all by enumerating over all objects 
in pool.
    
    Signed-off-by: dok <[email protected]>

 src/core/wm.c |  159 +++++++++++++++++++++++++--------------------------------
 1 file changed, 69 insertions(+), 90 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3e3f474eb84aa66ca200408d881a509ae1f8e0fb
commit 3e3f474eb84aa66ca200408d881a509ae1f8e0fb
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 22 13:25:52 2013 +0100

    Core: Add ToString<DFBSurfaceFlipFlags> and 
ToString<DFBDisplayLayerBufferMode>
    
    Signed-off-by: dok <[email protected]>

 src/core/Debug.cpp |   65 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/core/Debug.h   |    2 ++
 2 files changed, 66 insertions(+), 1 deletion(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=afb4e48c30517e9ce768cbbbab351b7c1307bf9a
commit afb4e48c30517e9ce768cbbbab351b7c1307bf9a
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 22 13:24:49 2013 +0100

    include: Add DFBSurfaceFlipFlags to directfb_strings.h
    
    Signed-off-by: dok <[email protected]>

 include/Makefile.am |    4 ++++
 1 file changed, 4 insertions(+)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=af416732c3b0185cf654a19c5db6f4335110c42c
commit af416732c3b0185cf654a19c5db6f4335110c42c
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 22 13:19:34 2013 +0100

    libfusion: Add single app ref tracing code for 'trace-ref' option.

 lib/fusion/ref.c |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=312dc67093e5d19ad5f072fdbb06ab4765b21ea0
commit 312dc67093e5d19ad5f072fdbb06ab4765b21ea0
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 22 11:44:53 2013 +0100

    configure: Fix fusion kernel module default.

 configure.in |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=17e288d67672a0ea3c4813d4b12dfb7f2bc1e91a
commit 17e288d67672a0ea3c4813d4b12dfb7f2bc1e91a
Author: Andreas Shimokawa <[email protected]>
Date:   Tue May 21 17:05:23 2013 +0200

    drmkms: replace DLCONF_ with CLRCF_ where appropriate.

 systems/drmkms/drmkms_layer.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=05a51e5393b47e0c3675232e6a02b2019b7046b0
commit 05a51e5393b47e0c3675232e6a02b2019b7046b0
Author: Kazunori Kobayashi <[email protected]>
Date:   Tue May 14 15:36:13 2013 +0900

    drmkms: fix framebuffer allocation size
    
    config.size.h has the real height of an image, so framebuffer size
    calculation for packed color formats is done successfully.
    However the framebuffer size in planar or semi-planar formats is
    set incorrectly because the chroma plane size isn't added to the size.
    This patch multiplies the pitch by drm_fake_height, which is takes into
    account the size of the chroma plane.
    
    Signed-off-by: Kazunori Kobayashi <[email protected]>

 systems/drmkms/drmkms_surface_pool.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3997bc889a3f11318b8453a71f3bc1cd51b7b288
commit 3997bc889a3f11318b8453a71f3bc1cd51b7b288
Author: Andreas Shimokawa <[email protected]>
Date:   Tue May 21 16:13:25 2013 +0200

    drmkms: in drmkmsPlaneTestRegion() and drmkmsPlayeSetRegion() check if 
colorkey and opacity are supported.

 systems/drmkms/drmkms_layer.c |   17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a1fd2e4dde9f4585da4b00dc1848879d9ee1a68a
commit a1fd2e4dde9f4585da4b00dc1848879d9ee1a68a
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue May 21 02:39:57 2013 +0200

    Core: Add option 'dfb-error-shutdown-timeout' to propagate shutdown timeout 
via IDirectFB::Release(). Fix recent shutdown logic bug missing 
dfb_gfx_cleanup().
    
    Signed-off-by: Denis Oliver Kropp <[email protected]>

 src/core/core.c |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4fff47e5f0b04f70ef7086441cc94b913832917e
commit 4fff47e5f0b04f70ef7086441cc94b913832917e
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue May 21 02:35:40 2013 +0200

    IComaComponent: Allocate listeners array only if num_notifications is != 0. 
Fix leak of listeners array.
    
    Signed-off-by: Denis Oliver Kropp <[email protected]>

 lib/fusiondale/coma/icomacomponent.c |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b398436fc392c358ed17b665c38a61bb8b4c7c0b
commit b398436fc392c358ed17b665c38a61bb8b4c7c0b
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue May 21 01:54:17 2013 +0200

    GP2D: Enable blending when destination has no alpha. Fix font rendering.

 gfxdrivers/gp2d/gp2d_blt.c |   25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9d699262730733912f685d320f95adc5aad775be
commit 9d699262730733912f685d320f95adc5aad775be
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:50:17 2013 +0100

    configure: use automatic variable names in AC_ARG_ENABLE()/AC_ARG_WITH()
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=787bef8ff4dd1fb75ba198c03e811e80b70dbf6a
commit 787bef8ff4dd1fb75ba198c03e811e80b70dbf6a
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:48:22 2013 +0100

    configure: remove superfluous code
    
    This aligns AC_ARG_ENABLE() and AC_ARG_WITH() calls with the rest of
    this file
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |   35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e5c71e760813844c8c2b7b7ac3827407d29f616a
commit e5c71e760813844c8c2b7b7ac3827407d29f616a
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:21:40 2013 +0100

    configure: fix various configure options related to fusion sound
    
    The name of the variables is different than what the code checked
    when those options are specified on the command line. The variable
    name is the option, prefixed with enable_ and dash replaced by
    underscore
    
    At the same time, fix some related typos.
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |   32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=bd0b2b97a2a0592b15bc4f240d80db9447a5e5a6
commit bd0b2b97a2a0592b15bc4f240d80db9447a5e5a6
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:09:54 2013 +0100

    configure: fix use of undeclared variable have_fusionsound
    
    In addition, HAVE_FUSIONSOUND is set in a different place already,
    based on $enable_fusionsound
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1db17055c6a1c2fc9c9dbd5d13a22841bff78340
commit 1db17055c6a1c2fc9c9dbd5d13a22841bff78340
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:04:38 2013 +0100

    configure: fix wave music provider and sound driver configuration
    
    The wave music provider is now forced to be built if the sound driver
    was enabled, and otherwise based on the --with-wave configure option
    
    In addition, the wave sound driver was not built previously, even if
    enabled during configure
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=573630d754cada180f9d4f0d7a8305ff435eb2c8
commit 573630d754cada180f9d4f0d7a8305ff435eb2c8
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:15:55 2013 +0100

    configure: fix --enable-multi-kernel configure option
    
    Previously, adding --enable-multi-kernel to the configure options disabled
    use of the fusion kernel device
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b0f203c50a0dd6b1ae74d82c7dfb940687c1767a
commit b0f203c50a0dd6b1ae74d82c7dfb940687c1767a
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:00:08 2013 +0100

    configure.in: use AC_HELP_STRING() and properly quote all strings
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |  167 +++++++++++++++++++++++++++++++---------------------------
 1 file changed, 88 insertions(+), 79 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7d4a6c7750d3061770835974032bf36a17fbb7cc
commit 7d4a6c7750d3061770835974032bf36a17fbb7cc
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:51:20 2013 +0100

    configure: --with-gfxdrivers=all does not build all drivers
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=35a976ff9fc40669b85781853b52f2ea75c5613a
commit 35a976ff9fc40669b85781853b52f2ea75c5613a
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:50:55 2013 +0100

    configure: fix --enable-gstreamer option parsing
    
    Previously, it was impossible to enable gstreamer using --enable-gstreamer
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=25424135e769d73d1b59667210a9e7d24c58c2e7
commit 25424135e769d73d1b59667210a9e7d24c58c2e7
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:50:33 2013 +0100

    configure: fix MNG configure option typo
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=cd3b81eae2d735bb1223f73a790509007578cdd8
commit cd3b81eae2d735bb1223f73a790509007578cdd8
Author: André Draszik <[email protected]>
Date:   Thu May 16 10:55:11 2013 +0100

    whitespace
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in                      |   28 +++++-----
 lib/fusiondale/Makefile.am        |    2 +-
 lib/fusionsound/Makefile.am       |    4 +-
 lib/sawman/SaWManManager_real.cpp |    2 +-
 lib/sawman/sawman_updates.c       |  112 ++++++++++++++++++-------------------
 lib/sawman/sawman_window.c        |   64 ++++++++++-----------
 proxy/dispatcher/Makefile.am      |    4 +-
 7 files changed, 108 insertions(+), 108 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=326484c0ac93f815bcccb801502770d8ed96fa85
commit 326484c0ac93f815bcccb801502770d8ed96fa85
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 15 17:24:05 2013 +0200

    Core: Fix software fallbacks in gfxcard code.
    
    Signed-off-by: dok <[email protected]>

 src/core/gfxcard.c |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=87514a7129cd13142be10db5701ff33a47cedd88
commit 87514a7129cd13142be10db5701ff33a47cedd88
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 15 17:15:51 2013 +0200

    Core: Stop dispatcher again in core shutdown
    
    Signed-off-by: dok <[email protected]>

 src/core/core.c |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=522349046b437a7d03665cbc8cb42c97dca6c69d
commit 522349046b437a7d03665cbc8cb42c97dca6c69d
Author: André Draszik <[email protected]>
Date:   Wed May 15 14:43:01 2013 +0100

    Renderer/Throttle: don't delete this if it is still alive
    
    Throttle::unref() should only delete 'this', if the ref_count went down
    to 0, not when ref_count is != 0. This fixes various segfaults.
    
    Signed-off-by: André Draszik <[email protected]>

 src/core/Renderer.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to