New branch 'old-surface-core-1.1' available with the following commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=41f8f6d887f6d438cb3a33d6f6f564fdebe5f72e
commit 41f8f6d887f6d438cb3a33d6f6f564fdebe5f72e
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date:   Tue Aug 28 22:42:32 2007 +0300

    Fix directfbrc location in the manual page.
    
    Document the actual directfbrc location in the manual page. This requires
    expansion of $sysconfdir so borrow the AS_AC_EXPAND m4 macro from GStreamer.

 Makefile.am          |    2 ++
 autogen.sh           |    2 +-
 configure.in         |    1 +
 docs/directfbrc.5.in |    6 +++---
 m4/as-ac-expand.m4   |   43 +++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 50 insertions(+), 4 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ac433161f92f7d4b4ff385ab3f0d08aa022f8e86
commit ac433161f92f7d4b4ff385ab3f0d08aa022f8e86
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date:   Tue Aug 28 15:41:14 2007 +0200

    Added direct_cleanup_handler_{add/remove} to install a cleanup handler 
called upon exit.

 lib/direct/direct.c |  119 +++++++++++++++++++++++++++++++++++++++++++++++---
 lib/direct/direct.h |   11 ++++-
 lib/direct/types.h  |    1 +
 src/core/core.c     |   15 +++---
 4 files changed, 130 insertions(+), 16 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=24ba5b97afa0e9a226f2a8c55e92ede06186c724
commit 24ba5b97afa0e9a226f2a8c55e92ede06186c724
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date:   Mon Aug 27 22:38:37 2007 +0300

    Silence a compiler warning.

 inputdrivers/linux_input/linux_input.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2243a147b2666eae62c9bfe5dd867ade98023348
commit 2243a147b2666eae62c9bfe5dd867ade98023348
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date:   Mon Aug 27 22:01:51 2007 +0300

    Constify linux_input.c.

 inputdrivers/linux_input/linux_input.c |   60 ++++++++++++++++---------------
 1 files changed, 31 insertions(+), 29 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9f1b6bb30cf33b330063eab648cae0e9f8060da5
commit 9f1b6bb30cf33b330063eab648cae0e9f8060da5
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date:   Mon Aug 27 21:47:45 2007 +0300

    Boolify linux_input.c.

 inputdrivers/linux_input/linux_input.c |   44 +++++++++++++++----------------
 1 files changed, 21 insertions(+), 23 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3398f8ea692cc3b2d74333b2091f7e51edf75364
commit 3398f8ea692cc3b2d74333b2091f7e51edf75364
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date:   Mon Aug 27 21:01:52 2007 +0200

    Fixed build on big endian machines.

 gfxdrivers/radeon/radeon.c |   42 ++++++++++++------------------------------
 1 files changed, 12 insertions(+), 30 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=95a2db0d6de709c981213badd82b88c4f4bb62b6
commit 95a2db0d6de709c981213badd82b88c4f4bb62b6
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date:   Mon Aug 27 16:02:19 2007 +0200

    Moved FUSION_ID_MASTER definition to types.h.

 lib/fusion/protocol.h |    3 ---
 lib/fusion/types.h    |    2 ++
 2 files changed, 2 insertions(+), 3 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4ea96d58b9c406d551d4f34122c97664aebea476
commit 4ea96d58b9c406d551d4f34122c97664aebea476
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Aug 27 13:06:58 2007 +0200

    Fixed single app core built.

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0dc3aaf22106cfbcf91e3188b5e2fbcce7333177
commit 0dc3aaf22106cfbcf91e3188b5e2fbcce7333177
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Aug 27 11:36:08 2007 +0200

    Moved call to dfb_core_activate() after call to dfb_wm_post_init().
    
    Consistent with 1.0 branch now.

 src/directfb.c  |    2 ++
 src/idirectfb.c |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=6578543e7361093c31fa3899c144907547018cd9
commit 6578543e7361093c31fa3899c144907547018cd9
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Aug 20 10:19:10 2007 +0200

    Use a Skirmish to synchronize slaves with the master's post core 
initialization.
    
    The new function dfb_core_activate() will allow other processes to join.

 src/core/core.c |   45 +++++++++++++++++++++++++++++++++++++++++----
 src/core/core.h |    7 ++++++-
 src/idirectfb.c |    2 ++
 3 files changed, 49 insertions(+), 5 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a4a0a5a5bb7689b8b72ce773751baf0df115602b
commit a4a0a5a5bb7689b8b72ce773751baf0df115602b
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Wed Aug 15 19:56:33 2007 +0200

    Debug and error messages for window creation.

 src/core/layer_context.c            |    2 ++
 src/core/windows.c                  |    6 ++++--
 src/core/wm.c                       |    1 +
 src/display/idirectfbdisplaylayer.c |    2 ++
 4 files changed, 9 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0a6a1806bcf06bcffa70119a40632ddf602f877f
commit 0a6a1806bcf06bcffa70119a40632ddf602f877f
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Wed Aug 15 13:57:23 2007 +0200

    Fixed uninitialized result in dfb_fbdev_pan().

 systems/fbdev/fbdev.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=410bd09ccec82df4aafd0fae6c5e0e679d20cf54
commit 410bd09ccec82df4aafd0fae6c5e0e679d20cf54
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Wed Aug 15 13:54:26 2007 +0200

    Fixed unitialized values in scaling code.

 src/gfx/generic/stretch_hvx_16.h             |    4 ++--
 src/gfx/generic/stretch_hvx_32.h             |    4 ++--
 src/gfx/generic/stretch_hvx_8.h              |    4 ++--
 src/gfx/generic/stretch_hvx_88.h             |    4 ++--
 src/gfx/generic/stretch_up_down_16.h         |    4 ++++
 src/gfx/generic/stretch_up_down_32.h         |    4 ++++
 src/gfx/generic/stretch_up_down_32_indexed.h |    4 ++++
 src/gfx/generic/stretch_up_down_8.h          |    4 ++++
 src/gfx/generic/stretch_up_down_88.h         |    4 ++++
 9 files changed, 28 insertions(+), 8 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=129666b60a0c5a52b95b13945fd07054ef7cf492
commit 129666b60a0c5a52b95b13945fd07054ef7cf492
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Wed Aug 15 13:08:15 2007 +0200

    Fix warnings and indention.

 src/display/idirectfbscreen.c |   65 +++++++++++++++++++++--------------------
 1 files changed, 33 insertions(+), 32 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=31d5c0facbc6cc62dd4daafa99946c3abaaaf1e5
commit 31d5c0facbc6cc62dd4daafa99946c3abaaaf1e5
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Wed Aug 15 13:01:28 2007 +0200

    Calculate binary version from micro-binary age.

 configure.in      |    4 +++-
 rules/nmfile.make |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=651c2b75a6f970ad026853cc4cf7bc22a0e2816b
commit 651c2b75a6f970ad026853cc4cf7bc22a0e2816b
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Tue Aug 14 20:20:48 2007 +0200

    Format fixes in Voodoo.

 lib/voodoo/manager.c |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a65f7e879b3890184a7d2d6853137f141d530427
commit a65f7e879b3890184a7d2d6853137f141d530427
Author: Mike Crowe <[EMAIL PROTECTED]>
Date:   Wed Aug 15 00:34:46 2007 +0300

    Fix potential SEGV in linux_input
    
    I've managed to provoke a segfault in DirectFB by unplugging a USB
    input device.
    
    linux_input_EventThread divides the result of reading from the input
    device by sizeof(levt) prior to checking for error. Because the type
    of sizeof may be unsigned the int result of read is promoted
    to unsigned prior to the division. This means that a read error will
    cause readlen to contain a number larger than the size of the array
    causing the following loop to exceed its bounds.
    
    This patch defers the division until the value is known to be positive.

 README                                 |    1 +
 inputdrivers/linux_input/linux_input.c |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=fcf291b803dcceb0382daa8e48c69a9804ba0f5b
commit fcf291b803dcceb0382daa8e48c69a9804ba0f5b
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date:   Mon Aug 13 22:18:29 2007 +0300

    Silence some automake warnings.

 configure.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b0308b0308eabc54b66ec37a55b4a847c5aa4669
commit b0308b0308eabc54b66ec37a55b4a847c5aa4669
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date:   Tue Aug 14 23:53:03 2007 +0300

    Reset besvcnt to 0 prior to disabling the backend scaler.
    
    Sometimes the BES would not turn off with just BESCTL. It seems besvcnt
    not being programmed to zero has something to do with it since resetting
    BESGLOBCTL before BESCTL seems to help.

 gfxdrivers/matrox/matrox.c     |    2 ++
 gfxdrivers/matrox/matrox_bes.c |    7 ++++++-
 2 files changed, 8 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=871a13e047b5df17ef3675176a03072627aea2d5
commit 871a13e047b5df17ef3675176a03072627aea2d5
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Aug 13 18:50:04 2007 -0700

    Fusion 7.0: Messages are aligned on a 4 byte boundary now.

 lib/fusion/fusion.c |    3 ++-
 lib/fusion/types.h  |    6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=426ba4bad03ff44ccf6173876fe74f69a5679919
commit 426ba4bad03ff44ccf6173876fe74f69a5679919
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Aug 13 18:07:44 2007 +0200

    Rearrange locks to avoid dead locks in certain circumstances.

 lib/direct/debug.c |   40 ++++++++++++++++++++++++++--------------
 1 files changed, 26 insertions(+), 14 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d5f1f33a01e241afee5fa28c81043fbe278555cc
commit d5f1f33a01e241afee5fa28c81043fbe278555cc
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Aug 13 16:20:40 2007 +0200

    Do FBIOPAN_DISPLAY ioctls directly.

 systems/fbdev/fbdev.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ce8ef558b1648fecf963bbb4ed5404271ec6cd10
commit ce8ef558b1648fecf963bbb4ed5404271ec6cd10
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Aug 13 16:07:36 2007 +0200

    Fix transfer of errno from master to slaves when doing ioctls.

 systems/fbdev/fbdev.c |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0993b65a989a1e641553f73bec1c520b39e46aa9
commit 0993b65a989a1e641553f73bec1c520b39e46aa9
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Aug 13 02:36:48 2007 +0200

    Fix 64bit implementations of RGB32 source and destination color keying.

 src/gfx/generic/generic_64.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


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

Reply via email to