New commits:

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ecca4ffa23b7edcea1099a9343f77815f8576b3f
commit ecca4ffa23b7edcea1099a9343f77815f8576b3f
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Jun 4 15:00:24 2013 +0200

    dummy: Add missing dfb_surface_flip() call to dummyFlipRegion()

 systems/dummy/dummy.c |    2 ++
 1 file changed, 2 insertions(+)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8c7a85c4be96b551d2347e1f8495e5197373ebad
commit 8c7a85c4be96b551d2347e1f8495e5197373ebad
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Jun 4 14:53:10 2013 +0200

    Core: Add missing include to make surface_allocation.h build standalone.

 src/core/surface_allocation.h |    1 +
 1 file changed, 1 insertion(+)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=5ba4cc71624fe0161c36a4d9e2302d695fae99fe
commit 5ba4cc71624fe0161c36a4d9e2302d695fae99fe
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Jun 4 14:52:26 2013 +0200

    Task: Enhance debug output in SurfaceTask::Setup()

 src/core/Task.cpp |   56 ++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 38 insertions(+), 18 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c3049bdd05f5ddca22c8884140e6aa95f44bf259
commit c3049bdd05f5ddca22c8884140e6aa95f44bf259
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Jun 4 14:51:36 2013 +0200

    Core: Use timeout in GraphicsStateClient when waiting for cookie

 src/core/CoreGraphicsStateClient.cpp |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=051deb23899e95211a6bbdc9aed2c31cc9e32dcf
commit 051deb23899e95211a6bbdc9aed2c31cc9e32dcf
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Jun 4 14:49:32 2013 +0200

    Core: Simplify region destructor, no need for ref counting 
fusion_object_get()

 src/core/layer_region.c |   15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=eb58828790415dbd37d76d12decf28d7c6d9954a
commit eb58828790415dbd37d76d12decf28d7c6d9954a
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Jun 4 14:47:00 2013 +0200

    Core: Add optional timeout to Fifo::waitMost()

 src/core/Fifo.h |   18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=60c42dbb23ebcd2e891c85a8240e6b94b76e5c14
commit 60c42dbb23ebcd2e891c85a8240e6b94b76e5c14
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Jun 4 14:45:41 2013 +0200

    Core: Add ToString<CoreSurfaceAccessFlags> and ToString<DirectFB::TaskFlags>

 src/core/Debug.cpp |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=82a4d14624619c1571edb23ed33deffd857261e3
commit 82a4d14624619c1571edb23ed33deffd857261e3
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Jun 4 14:44:52 2013 +0200

    libvoodoo: Fix child processes not properly cleaned up

 lib/voodoo/server.c |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=82d966cf9655949e0efbef953dafa5e175342ce7
commit 82d966cf9655949e0efbef953dafa5e175342ce7
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Jun 4 14:43:52 2013 +0200

    libfusion: Fix fusion_object_get() which did not always set the return 
value, add some debug

 lib/fusion/object.c |   61 +++++++++++++++++++++++++++++++++++++--------------
 lib/fusion/object.h |    4 ++++
 2 files changed, 49 insertions(+), 16 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=324f8abf5170c112a584ab7717549b9de0c1d803
commit 324f8abf5170c112a584ab7717549b9de0c1d803
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Jun 4 14:38:07 2013 +0200

    libdirect: Add direct_config_get_int_value_with_default()

 lib/direct/conf.c |   13 ++++++++++---
 lib/direct/conf.h |    4 ++++
 2 files changed, 14 insertions(+), 3 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=6e365105e363c3b93c453d8e8d1576db3ea55ce4
commit 6e365105e363c3b93c453d8e8d1576db3ea55ce4
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Jun 4 14:34:37 2013 +0200

    libdirect: Add D_FLAG_PRINTFn() for easy ToString for flags.

 lib/direct/ToString.h |    4 ++++
 1 file changed, 4 insertions(+)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e7cf0e115383da489d9df83d4de7513a51a389ff
commit e7cf0e115383da489d9df83d4de7513a51a389ff
Author: Denis Oliver Kropp <[email protected]>
Date:   Mon Jun 3 14:47:42 2013 +0200

    Options: Add 'gfxcard-stats=[ms]' to print GPU usage statistics.
    
    Drivers should call dfb_gfxcard_switch_busy() when emitting commands 
implicitly.
    
    Example output with gfxcard-stats=500
    
    (*) busy 508348 / 508348 => 100.0%
    (*) busy 524225 / 524225 => 100.0%
    (*) busy 521928 / 521928 => 100.0%
    (*) busy 515693 / 515693 => 100.0%
    Anti-aliased Text                              3.041 secs (* 114.830 
KChars/sec) [ 98.3%]
    (*) busy 480382 / 517720 =>  92.7%
    (*) busy 533396 / 533396 => 100.0%
    (*) busy 516168 / 516168 => 100.0%
    (*) busy 532670 / 532670 => 100.0%
    (*) busy 504957 / 504957 => 100.0%
    Anti-aliased Text (blend)                      3.059 secs (* 114.154 
KChars/sec) [ 98.0%]
    (*) busy 470045 / 615574 =>  76.3%
    (*) busy 628891 / 628891 => 100.0%
    (*) busy 768692 / 768692 => 100.0%
    (*) busy 556269 / 556269 => 100.0%
    (*) busy 608801 / 608801 => 100.0%
    (*) busy 8047457 / 8047457 => 100.0%
    Fill Rectangle                                10.751 secs (* 224.325 
MPixel/sec) [ 17.9%]
    (*) busy 461287 / 603739 =>  76.4%
    (*) busy 538395 / 538395 => 100.0%
    (*) busy 793167 / 793167 => 100.0%
    (*) busy 716207 / 716207 => 100.0%
    (*) busy 9856162 / 9856162 => 100.0%

 src/core/gfxcard.c |   80 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/core/gfxcard.h |   10 +++++++
 src/misc/conf.c    |   21 ++++++++++++++
 src/misc/conf.h    |    2 ++
 4 files changed, 113 insertions(+)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0644f2e4a4c8b9eba014b2b9c19e7009800b416a
commit 0644f2e4a4c8b9eba014b2b9c19e7009800b416a
Author: Denis Oliver Kropp <[email protected]>
Date:   Mon Jun 3 14:17:36 2013 +0200

    Core: Fix READ flag missing lately for destination buffer in case of 
blending.

 src/core/gfxcard.c |   29 ++++++++++-------------------
 1 file changed, 10 insertions(+), 19 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3ace9840773b188033e32845ac65e43360e0f30b
commit 3ace9840773b188033e32845ac65e43360e0f30b
Author: Denis Oliver Kropp <[email protected]>
Date:   Mon May 27 13:49:14 2013 +0200

    Core: Fix shutdown deadlock caused by surface lock held by blocked thread.

 src/core/gfxcard.c        |    3 +++
 src/gfx/generic/generic.c |    3 +++
 2 files changed, 6 insertions(+)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=178776a4cc531be55404724c0b7ecb60ec986330
commit 178776a4cc531be55404724c0b7ecb60ec986330
Author: Denis Oliver Kropp <[email protected]>
Date:   Mon May 27 13:48:32 2013 +0200

    Core: Fix another shutdown issue.

 src/core/layer_region.c |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9209d9849dccde9aa373770683e0492e11ea07b8
commit 9209d9849dccde9aa373770683e0492e11ea07b8
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=846cc60e2309b35688673366405063c9d89fb1dc
commit 846cc60e2309b35688673366405063c9d89fb1dc
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=a0ee2b0d13086a69b12797b1bec69e136b377304
commit a0ee2b0d13086a69b12797b1bec69e136b377304
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 22 15:10:35 2013 +0100

    API: Add preliminary API for engine control.

 include/Makefile.am         |    1 +
 include/directfb_graphics.h |  170 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 171 insertions(+)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=50fcfce8477d4095fe897d46001bf896bc1c119f
commit 50fcfce8477d4095fe897d46001bf896bc1c119f
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 22 14:59:31 2013 +0100

    include: remove accidentally added include which is not there yet

 include/Makefile.am |    1 -
 1 file changed, 1 deletion(-)

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

    Task: Comment out debug dump of all tasks every 1000 pulls.
    
    Signed-off-by: dok <[email protected]>

 src/core/Task.cpp |    2 ++
 1 file changed, 2 insertions(+)

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

    Core: Task manager and Renderer fixes, updates.
    
    Replace follower code by simply checking for different flags (RUNNING,
    DONE) in the 'notifies' list.
    
    Add name to each Renderer for later classification and assigning engine
    configs from directfbrc.
    
    Add TaskManager_DumpTasks().
    
    Use local flip count for WaitForBackBuffer() to fix the newly
    asynchronous Flip call.
    
    Signed-off-by: dok <[email protected]>

 src/core/CoreLayerRegion_includes.h   |   11 ++++
 src/core/CoreLayerRegion_real.cpp     |   50 +++++++++++------
 src/core/Renderer.cpp                 |   10 ++--
 src/core/Renderer.h                   |   37 ++++++++-----
 src/core/Task.cpp                     |   84 +++++++++++++++++++++-------
 src/core/Task.h                       |   52 +++++-------------
 src/core/layer_region.c               |   97 ++++++++++++++++++---------------
 src/display/idirectfbsurface.c        |   44 +++++++++++----
 src/display/idirectfbsurface.h        |    2 +
 src/display/idirectfbsurface_layer.c  |   51 +++++++++++++----
 src/display/idirectfbsurface_window.c |   38 ++++++++++---
 src/gfx/generic/GenefxEngine.cpp      |    3 +
 12 files changed, 309 insertions(+), 170 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4ea05a36bce34d34506c590401842147d1c050c4
commit 4ea05a36bce34d34506c590401842147d1c050c4
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=c0df442b0c7b3247d266c059a2651925e867a6ea
commit c0df442b0c7b3247d266c059a2651925e867a6ea
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 22 13:28:56 2013 +0100

    Core: When no surface client is attached, send frame notification 
immediately.
    
    Signed-off-by: dok <[email protected]>

 src/core/surface.c |   17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9006dc9f3fda57168f1195622349390d357ee14f
commit 9006dc9f3fda57168f1195622349390d357ee14f
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=0ee28d57f3ce63e2f038011f1caf65beae3db357
commit 0ee28d57f3ce63e2f038011f1caf65beae3db357
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=1048cdd804d7858c2a10fc314d292126307b487e
commit 1048cdd804d7858c2a10fc314d292126307b487e
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=f448b6310b8b477edafabb74a8bdb0ae9fb0bcce
commit f448b6310b8b477edafabb74a8bdb0ae9fb0bcce
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=ab97a887d97b8b7abe45dbe81e0e24683a3c6cdc
commit ab97a887d97b8b7abe45dbe81e0e24683a3c6cdc
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 22 01:09:50 2013 +0100

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

 src/core/Debug.cpp |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/core/Debug.h   |    2 ++
 2 files changed, 58 insertions(+)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4c13d95d07f5eace4830876f21c9407600be11fd
commit 4c13d95d07f5eace4830876f21c9407600be11fd
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=2dbc1d0af598270af511fe53acfd6d76b9bdc3fb
commit 2dbc1d0af598270af511fe53acfd6d76b9bdc3fb
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=712503a307160b686dfcdbe5844f5d5258f0c469
commit 712503a307160b686dfcdbe5844f5d5258f0c469
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=ed89359e25564438ab2448bce4c81100b3b8149a
commit ed89359e25564438ab2448bce4c81100b3b8149a
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=d6e6071a1231afe8af152b779e794eb6359cd4e8
commit d6e6071a1231afe8af152b779e794eb6359cd4e8
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue May 21 02:38:18 2013 +0200

    Core: Add some debug to Throttle. Fix warning in CoreSurface_real.
    
    Signed-off-by: Denis Oliver Kropp <[email protected]>

 src/core/CoreGraphicsStateClient.cpp |   12 ++++++++++--
 src/core/CoreSurface_real.cpp        |    2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0c4718fc12cc56a9b8a32b158b620d1c70906cf2
commit 0c4718fc12cc56a9b8a32b158b620d1c70906cf2
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=a3c5e29d1885b64e36b7325782b633107ed04e53
commit a3c5e29d1885b64e36b7325782b633107ed04e53
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=93f01e7dd5a757011cb8ebc3fe54fbf1969636e1
commit 93f01e7dd5a757011cb8ebc3fe54fbf1969636e1
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=f11f13d2c3c585720d9a0d63f52e07f53160366e
commit f11f13d2c3c585720d9a0d63f52e07f53160366e
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=2715680f8102534f363138eba3dea10b5d614ffe
commit 2715680f8102534f363138eba3dea10b5d614ffe
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=ff07c1a1dff6f3f8de2737ebc5ba83f286067472
commit ff07c1a1dff6f3f8de2737ebc5ba83f286067472
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=cd6393a82ef9b186e19d006496ef195e33845b05
commit cd6393a82ef9b186e19d006496ef195e33845b05
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=0c3eea9ed770020815c57d7d351bdfc7d25b8089
commit 0c3eea9ed770020815c57d7d351bdfc7d25b8089
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=1985e3031abd51e2ee5845d89910edee180a7e11
commit 1985e3031abd51e2ee5845d89910edee180a7e11
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=c4ccce41dc527ef5506af7f1a9c75d0da2a30517
commit c4ccce41dc527ef5506af7f1a9c75d0da2a30517
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=4c9a40546e4cbac47b21d3221d0eb0a6c3fdce9b
commit 4c9a40546e4cbac47b21d3221d0eb0a6c3fdce9b
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=6891f7fc29e591d2e21e3f641a652515b3e75764
commit 6891f7fc29e591d2e21e3f641a652515b3e75764
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=0bbbcb9cdb808abdf2de0bf0b9fffb951f225b45
commit 0bbbcb9cdb808abdf2de0bf0b9fffb951f225b45
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=3eec25dae29de2a0ab45cdef39288cbafe821e73
commit 3eec25dae29de2a0ab45cdef39288cbafe821e73
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=5a4566422224b74d56020248ab5abafbc1775601
commit 5a4566422224b74d56020248ab5abafbc1775601
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 15 17:16:19 2013 +0200

    Renderer: fix throttle ref counting
    
    Signed-off-by: dok <[email protected]>

 src/core/Renderer.cpp |   55 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/core/Renderer.h   |   26 ++++-------------------
 2 files changed, 59 insertions(+), 22 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b9a9ada56461728a41fcc97265349f796e18b15e
commit b9a9ada56461728a41fcc97265349f796e18b15e
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=923e37381d63f448118d4e57600fe973c8166175
commit 923e37381d63f448118d4e57600fe973c8166175
Author: Denis Oliver Kropp <[email protected]>
Date:   Wed May 15 17:12:48 2013 +0200

    Core: Enhance flipping / timestamp code
    
    Move flipping cruft into CoreSurface::Flip2(), add timestamp to
    CoreWindow::Repaint(), keep last frame time in surface for clients
    attaching...
    
    Signed-off-by: dok <[email protected]>

 src/core/CoreLayerRegion_real.cpp     |    2 +
 src/core/CoreSurface.flux             |   43 +++++++++++++++++
 src/core/CoreSurface_real.cpp         |   85 +++++++++++++++++++++++++++++++++
 src/core/CoreWindow.flux              |    8 ++++
 src/core/CoreWindow_real.cpp          |    7 +--
 src/core/layer_region.c               |    4 ++
 src/core/surface.c                    |   13 +++--
 src/core/surface.h                    |    5 +-
 src/core/windows.c                    |   52 +++-----------------
 src/core/windows.h                    |    3 +-
 src/display/idirectfbsurface.c        |   52 ++++----------------
 src/display/idirectfbsurface_layer.c  |   10 ++--
 src/display/idirectfbsurface_window.c |    6 ++-
 src/input/idirectfbinputbuffer.c      |    2 +-
 14 files changed, 186 insertions(+), 106 deletions(-)

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

Reply via email to