New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=dbe3807c183416fb30086bd42512ac10cb87572a
commit dbe3807c183416fb30086bd42512ac10cb87572a
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Apr 5 23:20:59 2011 +0100

    Release 1.4.12, updated NEWS and ChangeLog

 ChangeLog |  199 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS      |   38 ++++++++++++
 2 files changed, 237 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=afda5eb53d5394bef8ddd7c3829de9a87b97f41f
commit afda5eb53d5394bef8ddd7c3829de9a87b97f41f
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Apr 5 23:06:49 2011 +0100

    configure: bump version to 1.4.12

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0a412f0532be70d0c045a6706469c21859fc1fd5
commit 0a412f0532be70d0c045a6706469c21859fc1fd5
Author: Denis Oliver Kropp <[email protected]>
Date:   Tue Apr 5 23:05:03 2011 +0100

    voodoo: Use 32bit message serials.
    
    Sorry for breaking compatibility...

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d519914d857d5389896649f5606b0fa24966a794
commit d519914d857d5389896649f5606b0fa24966a794
Author: Phil Edworthy <[email protected]>
Date:   Tue Feb 8 15:42:48 2011 +0000

    sh772x: Remove restriction for only one NV12 layer
    
    The BEU driver can handle any mixture of color formats on each of
    inputs.
    
    Signed-off-by: Phil Edworthy <[email protected]>
    Signed-off-by: Andreas Shimokawa <[email protected]>

 gfxdrivers/sh772x/sh7722_layer.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ca633fe06f7dcc8505b9dab0e473e87a6266316c
commit ca633fe06f7dcc8505b9dab0e473e87a6266316c
Author: Phil Edworthy <[email protected]>
Date:   Tue Feb 8 09:17:08 2011 +0000

    sh772x: Fix DSPF_RGB24 handling
    
    Signed-off-by: Phil Edworthy <[email protected]>
    Signed-off-by: Andreas Shimokawa <[email protected]>

 gfxdrivers/sh772x/sh7722_layer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=6d490b4a2cb444cba16001fc7ff4ea8baa331f52
commit 6d490b4a2cb444cba16001fc7ff4ea8baa331f52
Author: Phil Edworthy <[email protected]>
Date:   Fri Feb 4 16:39:36 2011 +0000

    sh772x: Bump version of libshjpeg (minor API change)
    
    Signed-off-by: Phil Edworthy <[email protected]>
    Signed-off-by: Andreas Shimokawa <[email protected]>

 configure.in                    |    2 +-
 gfxdrivers/sh772x/sh7722_jpeg.c |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1267c6367e29f184e27dd91ec31b17044d2a7f21
commit 1267c6367e29f184e27dd91ec31b17044d2a7f21
Author: Phil Edworthy <[email protected]>
Date:   Thu Dec 16 11:53:56 2010 +0000

    sh772x: Update calls to libshjpeg for current api
    
    Signed-off-by: Phil Edworthy <[email protected]>
    Signed-off-by: Andreas Shimokawa <[email protected]>

 gfxdrivers/sh772x/sh7722_jpeg.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=6695a75840c61c1a4f7530b149921782df34c0fa
commit 6695a75840c61c1a4f7530b149921782df34c0fa
Author: Andreas Shimokawa <[email protected]>
Date:   Mon Feb 7 15:32:08 2011 +0100

    vnc: compile fix (include directfb_util.h)
    (cherry picked from commit 00942ece717e94d1ea172679deed47170d28ffe3)

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c6a3483ffa05484dd1ffcb6b465b9218f60699ec
commit c6a3483ffa05484dd1ffcb6b465b9218f60699ec
Author: Andreas Shimokawa <[email protected]>
Date:   Mon Feb 7 13:04:12 2011 +0100

    sh772x: Register phys memory with UIOMux
    
    This is patch significantly improves the performance on sh772x devices.
    
    The sh772x gfx code uses an external library (libshbeu) to access the
    BEU hardware. In order for this library to understand that the virtual
    addresses passed to it are for contiguous memory, the memory must be
    registered with another external library (UIOMux).
    
    Signed-off-by: Phil Edworthy <[email protected]>
    (cherry picked from commit b37828dd5dcd970a207b81fa771c71acb3b5aa26)

 configure.in               |    3 +++
 systems/devmem/Makefile.am |    4 ++--
 systems/devmem/devmem.c    |    8 ++++++++
 3 files changed, 13 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d5da8ef260d445d5bb3ca1af4bcd1bd1158d4300
commit d5da8ef260d445d5bb3ca1af4bcd1bd1158d4300
Author: Andreas Shimokawa <[email protected]>
Date:   Mon Feb 7 12:48:34 2011 +0100

    sh772x: Use pkg-config to detect and use SH772x dependencies.
    
    Signed-off-by: Phil Edworthy <[email protected]>
    (cherry picked from commit c65413eee0f2ed8ed09d6c84b0b2762321b0ce87)

 configure.in                  |    6 +++++-
 gfxdrivers/sh772x/Makefile.am |    6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a382aa0d24ddbece3de0b6a971cdf2f28846d179
commit a382aa0d24ddbece3de0b6a971cdf2f28846d179
Author: Andreas Shimokawa <[email protected]>
Date:   Mon Feb 7 12:43:38 2011 +0100

    sh772x: Update calls to libshbeu for new api
    
    Tested on MS7724 board (SH7724) using df_andi
    
    Signed-off-by: Phil Edworthy <[email protected]>
    (cherry picked from commit 4916fc886ca855857bfbedb3e0ce43498639e38c)

 gfxdrivers/sh772x/sh7722.c       |   26 ++++++++++++-------
 gfxdrivers/sh772x/sh7722_layer.c |   51 +++++++++++++++++++------------------
 gfxdrivers/sh772x/sh7722_types.h |    4 +-
 3 files changed, 44 insertions(+), 37 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3724bfe1f6f53b011a6e5cc283c67f88520bb7f1
commit 3724bfe1f6f53b011a6e5cc283c67f88520bb7f1
Author: Andreas Shimokawa <[email protected]>
Date:   Mon Jan 17 13:30:18 2011 +0100

    gfxcard:
    bugfix: when falling back to triangles in dfb_gfxcard_filltrapezoids() the
    return value of card->funcs.FillTriangle() what misinterpreted.

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=811a8c01a12994c9f8074c2d6a643759fc413e3d
commit 811a8c01a12994c9f8074c2d6a643759fc413e3d
Author: André Draszik <[email protected]>
Date:   Wed Dec 15 17:32:32 2010 +0000

    build: fix out of tree builds

 gfxdrivers/ati128/Makefile.am                 |    2 +-
 gfxdrivers/cle266/Makefile.am                 |    2 +-
 gfxdrivers/cyber5k/Makefile.am                |    2 +-
 gfxdrivers/davinci/Makefile.am                |    2 +-
 gfxdrivers/ep9x/Makefile.am                   |    2 +-
 gfxdrivers/gl/Makefile.am                     |    2 +-
 gfxdrivers/i810/Makefile.am                   |    2 +-
 gfxdrivers/i830/Makefile.am                   |    2 +-
 gfxdrivers/mach64/Makefile.am                 |    2 +-
 gfxdrivers/matrox/Makefile.am                 |    2 +-
 gfxdrivers/neomagic/Makefile.am               |    2 +-
 gfxdrivers/nsc/Makefile.am                    |    2 +-
 gfxdrivers/nvidia/Makefile.am                 |    2 +-
 gfxdrivers/omap/Makefile.am                   |    2 +-
 gfxdrivers/pxa3xx/Makefile.am                 |    2 +-
 gfxdrivers/radeon/Makefile.am                 |    2 +-
 gfxdrivers/savage/Makefile.am                 |    2 +-
 gfxdrivers/sh772x/Makefile.am                 |    2 +-
 gfxdrivers/sis315/Makefile.am                 |    2 +-
 gfxdrivers/tdfx/Makefile.am                   |    2 +-
 gfxdrivers/unichrome/Makefile.am              |    2 +-
 gfxdrivers/vmware/Makefile.am                 |    2 +-
 inputdrivers/dbox2remote/Makefile.am          |    3 ++-
 inputdrivers/dreamboxremote/Makefile.am       |    3 ++-
 inputdrivers/dynapro/Makefile.am              |    3 ++-
 inputdrivers/elo/Makefile.am                  |    3 ++-
 inputdrivers/gunze/Makefile.am                |    3 ++-
 inputdrivers/h3600_ts/Makefile.am             |    3 ++-
 inputdrivers/joystick/Makefile.am             |    3 ++-
 inputdrivers/keyboard/Makefile.am             |    2 +-
 inputdrivers/lirc/Makefile.am                 |    6 +++---
 inputdrivers/mutouch/Makefile.am              |    3 ++-
 inputdrivers/penmount/Makefile.am             |    3 ++-
 inputdrivers/ps2mouse/Makefile.am             |    3 ++-
 inputdrivers/serialmouse/Makefile.am          |    3 ++-
 inputdrivers/sonypi/Makefile.am               |    3 ++-
 inputdrivers/tslib/Makefile.am                |    3 ++-
 inputdrivers/ucb1x00_ts/Makefile.am           |    3 ++-
 inputdrivers/wm97xx_ts/Makefile.am            |    3 ++-
 inputdrivers/zytronic/Makefile.am             |    3 ++-
 interfaces/IDirectFBFont/Makefile.am          |    2 +-
 interfaces/IDirectFBImageProvider/Makefile.am |    2 +-
 interfaces/IDirectFBVideoProvider/Makefile.am |    2 +-
 proxy/dispatcher/Makefile.am                  |    4 ++--
 proxy/requestor/Makefile.am                   |    4 ++--
 src/display/Makefile.am                       |    2 +-
 src/gfx/Makefile.am                           |    2 +-
 src/gfx/generic/Makefile.am                   |    2 +-
 src/input/Makefile.am                         |    2 +-
 src/media/Makefile.am                         |    2 +-
 src/misc/Makefile.am                          |    2 +-
 src/windows/Makefile.am                       |    2 +-
 systems/devmem/Makefile.am                    |    2 +-
 systems/dummy/Makefile.am                     |    2 +-
 systems/fbdev/Makefile.am                     |    2 +-
 systems/osx/Makefile.am                       |    2 +-
 systems/sdl/Makefile.am                       |    2 +-
 systems/vnc/Makefile.am                       |    2 +-
 systems/x11/Makefile.am                       |    2 +-
 tests/Makefile.am                             |    2 +-
 tools/Makefile.am                             |    2 +-
 wm/default/Makefile.am                        |    2 +-
 wm/unique/Makefile.am                         |    2 +-
 wm/unique/classes/Makefile.am                 |    2 +-
 wm/unique/devices/Makefile.am                 |    2 +-
 65 files changed, 85 insertions(+), 69 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=cf97dc3db41a138e03645e128bc74ac98a074ae2
commit cf97dc3db41a138e03645e128bc74ac98a074ae2
Author: André Draszik <[email protected]>
Date:   Mon Nov 29 18:04:49 2010 +0000

    configure.in: fix linotype formatting by using AC_HELP_STRING

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=5073855e4756a3be09e505372229b406821094cd
commit 5073855e4756a3be09e505372229b406821094cd
Author: André Draszik <[email protected]>
Date:   Mon Nov 29 18:01:38 2010 +0000

    configure.in: fix some PKG_CHECK_MODULES lines

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

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d6e7eada56fb3e6c9d12b1445c626a5ac9b7c4c8
commit d6e7eada56fb3e6c9d12b1445c626a5ac9b7c4c8
Author: André Draszik <[email protected]>
Date:   Mon Nov 29 15:33:39 2010 +0000

    whitespace & indentation

 interfaces/IDirectFBFont/idirectfbfont_lino.c | 2622 ++++++++++++------------
 src/core/gfxcard.c                            |  162 +-
 src/directfb.c                                |    2 +-
 src/gfx/Makefile.am                           |    1 -
 src/gfx/util.c                                |    2 -
 src/input/Makefile.am                         |    1 -
 6 files changed, 1393 insertions(+), 1397 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=cfbf92472cb3cee7bd82559e30d3b21176fb48a5
commit cfbf92472cb3cee7bd82559e30d3b21176fb48a5
Author: André Draszik <[email protected]>
Date:   Mon Nov 22 10:27:51 2010 +0000

    Revert "If a dlopen()'ed module did not register itself, try to dlsym() and 
call"
    
    This reverts commit f1a8923dc6a4499e0bb24814e3e251753850043b.
    
    Currently, DirectFB's lib/direct/modules.c will try to call a function with
    a name of shared_library_name with lib and .so removed in case the module
    did not have an __attribute__((constructor)) function. This works for many
    cases of the existing modules in the DirectFB source tree, but not for all:
    
    1) the constructor function name of many (but not all) modules has had the
    string "_ctor" added a while ago.
    
    2) some modules don't fit into this naming scheme (all which use the
    DIRECT_INTERFACE_IMPLEMENTATION macro to implement an interface), as they
    use different cApITAliSaTION rules for the function type name vs. the
    shared library name (e.g. IDirectFBImageProvider_GIF_ctor() vs.
    libidirectfbimageprovider_gif.so).
    
    These two actually mean that trying to call a 'default' constructor function
    after dlopen() has not been useful for quite a while.

 lib/direct/modules.c |   35 +++++++----------------------------
 1 files changed, 7 insertions(+), 28 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b368aac6b87cf760264d66cf5c0286cd1dbeb02d
commit b368aac6b87cf760264d66cf5c0286cd1dbeb02d
Author: Andreas Shimokawa <[email protected]>
Date:   Mon Nov 22 12:19:57 2010 +0100

    gfxcard: support clipping for vertical and horizontal flips
    
    this does not work in combination with DSBLIT_ROTATE_ flags yet.
    The software driver cant combine DSBLIT_FLIP_ and DSBLIT_ROTATE_ anyway,
    correct clipping here would cause a segfault in generic.c.

 src/core/gfxcard.c |   44 +++++++++++++++++++++-----------------------
 1 files changed, 21 insertions(+), 23 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=77b3439ca4ee99fcd9a616c989bfd1c3e4e73739
commit 77b3439ca4ee99fcd9a616c989bfd1c3e4e73739
Author: Andreas Shimokawa <[email protected]>
Date:   Wed Nov 17 16:15:05 2010 +0100

    core: added option to disable core signal handler for emergency shutdowns
    
    This is helpful for applications that have their own signal handler that
    deinializes DirectFB resources.
    
    the new options are:
    
    core-sighandler     (default, same behaviour as before)
    no-core-sighandler

 src/core/core.c |    6 ++++--
 src/misc/conf.c |    9 +++++++++
 src/misc/conf.h |    2 ++
 3 files changed, 15 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=f46caa17db499699b44af63af8a7beb0bc37f180
commit f46caa17db499699b44af63af8a7beb0bc37f180
Author: Sven Neumann <[email protected]>
Date:   Wed Nov 10 14:30:40 2010 +0100

    font: add font attributes to control the hinting algorithm
    
    Add font attributes to control the hinting algorithm used by the
    FreeType font provider:
    
      DFFA_AUTOHINTING forces use of the auto-hinter over the font's
      native hinter.
    
      DFFA_SOFTHINTING selects a lighter hinting algorithm. It
      generates glyphs which are more fuzzy but better resemble
      their original shape. It implies use of the auto-hinter.

 include/directfb.h                           |    8 +++++++-
 interfaces/IDirectFBFont/idirectfbfont_ft2.c |   17 ++++++++++++++---
 2 files changed, 21 insertions(+), 4 deletions(-)

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

Reply via email to