New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ca1e4870488e958f75173a0c976ff22803b8f777
commit ca1e4870488e958f75173a0c976ff22803b8f777
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Thu Oct 25 13:32:15 2007 +0200
Join multicast group if family is AF_INET and IN_MULTICAST is true.
Use bind() instead of connect() for receiving UDP data.
lib/direct/stream.c | 38 ++++++++++++++++++++++++++++++++++++--
1 files changed, 36 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2a8f97199f058438ab5e13e1f999ff0f09d630b6
commit 2a8f97199f058438ab5e13e1f999ff0f09d630b6
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date: Thu Oct 18 15:57:41 2007 +0200
Added debug and error messsages to dfb_layer_context_set_configuration().
src/core/layer_context.c | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4c4779da8668439971ec24cedf3708e6a65dbaf2
commit 4c4779da8668439971ec24cedf3708e6a65dbaf2
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date: Thu Oct 18 15:50:13 2007 +0200
If alpha is zero, still check for RGB when looking up the index.
src/core/colorhash.c | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=90805b32d60bfa401b17943fd91497521783b7bd
commit 90805b32d60bfa401b17943fd91497521783b7bd
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Mon Oct 15 08:47:32 2007 +0200
Sleep 2ms when read returns 0, to avoid CPU hogging.
Thanks to Luis Mondesi lemsx1 gmail.
README | 2 ++
inputdrivers/keyboard/keyboard.c | 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8493ac1fa3f84f64bb1f506ce5816bff5e0cd644
commit 8493ac1fa3f84f64bb1f506ce5816bff5e0cd644
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Sun Oct 14 18:27:48 2007 +0200
Fixed alignment issues by applying VOODOO_MSG_ALIGN() on each message block.
lib/voodoo/manager.c | 27 ++++++++++++++++-----------
lib/voodoo/message.h | 2 +-
2 files changed, 17 insertions(+), 12 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=5f55d293f87bba0d3fb6cb83e416103547fcf1f2
commit 5f55d293f87bba0d3fb6cb83e416103547fcf1f2
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Sun Oct 14 18:26:56 2007 +0200
Initialize libdirect in DirectFBCreate() already.
src/directfb.c | 3 +++
src/idirectfb.c | 4 ++++
2 files changed, 7 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=70c6c7e9f5c0bf7804ca1d95b97694dcb78a155c
commit 70c6c7e9f5c0bf7804ca1d95b97694dcb78a155c
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Sun Oct 14 17:37:41 2007 +0200
Implemented some more requestor/dispatcher methods.
proxy/dispatcher/idirectfb_dispatcher.c | 57 ++++++++++++++-
proxy/dispatcher/idirectfb_dispatcher.h | 6 ++
.../dispatcher/idirectfbdisplaylayer_dispatcher.c | 78 ++++++++++++++++++++
proxy/dispatcher/idirectfbscreen_dispatcher.c | 49 ++++++++++++
proxy/dispatcher/idirectfbscreen_dispatcher.h | 5 +
proxy/requestor/idirectfb_requestor.c | 32 ++++++++-
proxy/requestor/idirectfbdisplaylayer_requestor.c | 74 +++++++++++++++++--
proxy/requestor/idirectfbscreen_requestor.c | 36 ++++++++-
8 files changed, 321 insertions(+), 16 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8c5228098ca8f20aed89ad2500dc7029a7029bfe
commit 8c5228098ca8f20aed89ad2500dc7029a7029bfe
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Sun Oct 14 17:31:19 2007 +0200
Fixed possible deadlock in
IDirectFBDataBuffer_File_WaitForDataWithTimeout().
src/media/idirectfbdatabuffer_file.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=bfd4d67832ddf3779d176dcceced855a168865b9
commit bfd4d67832ddf3779d176dcceced855a168865b9
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Sun Oct 14 16:10:32 2007 +0200
usleep(0) -> usleep(1)
lib/direct/util.h | 2 +-
lib/fusion/lock.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3f91e3681fb1e1f727e3d4b7eb0c49dbb8f28f5e
commit 3f91e3681fb1e1f727e3d4b7eb0c49dbb8f28f5e
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Sun Oct 14 16:09:30 2007 +0200
Workaround redefinition of SIZEOF_LONG in FT2 headers.
interfaces/IDirectFBFont/idirectfbfont_ft2.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4d52c25402ffa405cd7130c0a871edae6b15b55c
commit 4d52c25402ffa405cd7130c0a871edae6b15b55c
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Sun Oct 14 14:44:25 2007 +0200
[builtin-fusion]
SHMPool:
- Return DFB_NOSHAREDMEMORY if reaquested allocation exceeds the maximum
address of the pool.
Ref:
- Added _fusion_ref_change() (implements fusion_ref_up/down())
- When local references must be dropped, do not modify the FusionRef
directly, use _fusion_ref_change() instead.
Skirmish:
- When fusion_skirmish_wait() gets called with a timeout value, check
whether the timeout expired *before* sleeping.
lib/fusion/fusion.c | 45 ++++++++++++--------------
lib/fusion/fusion_internal.h | 8 ++++-
lib/fusion/lock.c | 32 ++++++++++---------
lib/fusion/ref.c | 71 +++++++++++++++++-------------------------
lib/fusion/shm/pool.c | 3 ++
5 files changed, 77 insertions(+), 82 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=20c2489dd20f899ef60388a907846af7d7b94b95
commit 20c2489dd20f899ef60388a907846af7d7b94b95
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Sat Oct 13 01:00:40 2007 +0200
Translate characters to indices in IDirectFBFont::GetKerning().
src/media/idirectfbfont.c | 32 +++++++++++++++++++++++++-------
1 files changed, 25 insertions(+), 7 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d377f95f3e53ded86c09574e649a97a2c81582c4
commit d377f95f3e53ded86c09574e649a97a2c81582c4
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Sun Oct 28 09:33:45 2007 +0100
Fixed merge of DFIFF optimization.
.../idirectfbimageprovider_dfiff.c | 26 +++++++++++++++++--
1 files changed, 23 insertions(+), 3 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=00136523ba3b27b0393ffced27633a244b25365e
commit 00136523ba3b27b0393ffced27633a244b25365e
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Fri Oct 12 20:46:15 2007 +0200
The source rectangle 'rect' argument to dfb_gfx_copy() and
dfb_gfx_copy_to() is const now.
src/gfx/util.c | 17 ++++++++---------
src/gfx/util.h | 4 ++--
2 files changed, 10 insertions(+), 11 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=693f9175fda8d59f773956e6388938e9ec24f16a
commit 693f9175fda8d59f773956e6388938e9ec24f16a
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Fri Oct 12 00:55:25 2007 +0200
Clear stacking class flags before parsing layer-stacking option.
src/misc/conf.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=45a4079effbd3b9af7634e5a525332f2d825e607
commit 45a4079effbd3b9af7634e5a525332f2d825e607
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Fri Oct 12 00:46:11 2007 +0200
Added "no-init-layer [= <id>]" option to disable initialization of layers.
Primary layer is initialized by default, use this option to avoid that.
src/misc/conf.c | 33 +++++++++++++++++++++++++++------
1 files changed, 27 insertions(+), 6 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d62122576772057c0bf0896d2ee77f4b2d18cd19
commit d62122576772057c0bf0896d2ee77f4b2d18cd19
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Fri Oct 12 00:32:28 2007 +0200
Set default stacking classes for primary layer.
This fixes the need to set "layer-stacking" in the directfbrc.
src/misc/conf.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0ab152404346230cf328fb5cd06470399b9762ab
commit 0ab152404346230cf328fb5cd06470399b9762ab
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Fri Sep 21 18:40:04 2007 +0200
more ignores
systems/fbdev/.gitignore | 1 +
tests/.gitignore | 1 +
tools/.gitignore | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d1ac4bc9eff8192089a0963d0e6a6ae30c87ca19
commit d1ac4bc9eff8192089a0963d0e6a6ae30c87ca19
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Thu Oct 11 12:01:34 2007 +0200
Ignore files.
interfaces/IDirectFBVideoProvider/.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2a958dc0c89cf3ae0aac976fe1a33c4d05e26e9c
commit 2a958dc0c89cf3ae0aac976fe1a33c4d05e26e9c
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Tue Oct 9 03:46:06 2007 +0200
Made argument to fusion_skirmish_lock_count() const.
Added unimplemented fusion_skirmish_lock_count() for single app.
lib/fusion/lock.c | 16 ++++++++++++++--
lib/fusion/lock.h | 2 +-
2 files changed, 15 insertions(+), 3 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c1cc0cf574622442e1f52638433faac90d8ca7e4
commit c1cc0cf574622442e1f52638433faac90d8ca7e4
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Thu Oct 11 16:07:54 2007 +0200
Added dfb_gfxcard_get_driver_data().
src/core/gfxcard.c | 8 ++++++++
src/core/gfxcard.h | 1 +
2 files changed, 9 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=916aac69c59ce0fbf4da0d3e3ed2ae33ed4a8537
commit 916aac69c59ce0fbf4da0d3e3ed2ae33ed4a8537
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Mon Oct 8 23:37:22 2007 +0200
Make DFIFF fast for the standard case again (60->483 MPixel/sec).
Added support for sub surfaces with proper clipping/offset.
Check for unscaled and unclipped loading without format conversion
and just use dfb_surface_write_buffer().
.../idirectfbimageprovider_dfiff.c | 105 ++++++++++++++------
1 files changed, 74 insertions(+), 31 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=372d1b00c8d4ef7c134cb78ccd2ac1a6f387f816
commit 372d1b00c8d4ef7c134cb78ccd2ac1a6f387f816
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Mon Oct 8 11:16:28 2007 +0200
Fixed missing error return in IDirectFB_CreateDataBuffer().
src/idirectfb.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=746abc66ad04780a6a47123a9dd22e3f3100920e
commit 746abc66ad04780a6a47123a9dd22e3f3100920e
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Mon Oct 8 11:15:50 2007 +0200
Improved debug messages in thread code.
Added "Direct/Thread/Init" domain to watch creation, wait,
startup, initialization, notification ...
lib/direct/thread.c | 41 ++++++++++++++++++++++++++++-------------
1 files changed, 28 insertions(+), 13 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=90e503527d02b19685eb2c31cef5555ca6fffab1
commit 90e503527d02b19685eb2c31cef5555ca6fffab1
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Sun Oct 7 19:55:40 2007 +0200
Big smooth scaler restructuring and cleanup. Added DSBLIT_COLORKEY_PROTECT
to
prohibit writing the color that the destination surface uses as a source
color key.
This is used internally at the moment.
Removed messages from non-debug mode.
include/directfb.h | 9 +
src/core/state.h | 18 +-
src/gfx/generic/generic.c | 560 +++++++++++++++----------------
src/gfx/generic/stretch_hvx_16.h | 77 +++--
src/gfx/generic/stretch_hvx_32.h | 48 ++-
src/gfx/generic/stretch_hvx_N.h | 121 +++++++
src/gfx/generic/stretch_up_down_16.h | 80 ++---
src/gfx/generic/stretch_up_down_32.h | 80 ++---
src/gfx/generic/stretch_up_down_table.h | 59 ++++
9 files changed, 616 insertions(+), 436 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8096fde236c83d9679036012247c011a8c751414
commit 8096fde236c83d9679036012247c011a8c751414
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Thu Oct 4 10:35:32 2007 +0200
Made smooth scaling support source rectangles not starting at 0,0.
src/gfx/generic/generic.c | 23 ++++++++---------------
1 files changed, 8 insertions(+), 15 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=10d7cfea2d268cd931e7c39d3d55eb4c7ea78777
commit 10d7cfea2d268cd931e7c39d3d55eb4c7ea78777
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Mon Oct 8 11:58:40 2007 +0200
Fixed illness in processing read data in serial driver and fixed error
path. (2)
inputdrivers/serialmouse/serialmouse.c | 81 ++++++++++++++++----------------
1 files changed, 41 insertions(+), 40 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=daae652c54bffc8a50d7fa730607830a075c2ac4
commit daae652c54bffc8a50d7fa730607830a075c2ac4
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Mon Oct 8 11:54:47 2007 +0200
Fixed illness in processing read data in serial driver and fixed error path.
inputdrivers/serialmouse/serialmouse.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c1f44cdaa67179f82709ece30f192ce7ffc50510
commit c1f44cdaa67179f82709ece30f192ce7ffc50510
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Mon Oct 8 11:42:59 2007 +0200
Check for dead local references in fusion_ref_zero_lock()/trylock().
lib/fusion/fusion.c | 41 +++++++++++++++++++++++++++++++++++++++++
lib/fusion/fusion_internal.h | 3 +++
lib/fusion/ref.c | 6 ++++++
3 files changed, 50 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=296a9ed3572833bf8567cfc97dda992bf3285f21
commit 296a9ed3572833bf8567cfc97dda992bf3285f21
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Mon Oct 8 11:18:28 2007 +0200
Fixed missing DSCAPS_SHARED.
src/idirectfb.c | 3 ++-
tools/dfbg.c | 3 +++
2 files changed, 5 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2b16b0455b541719c64986acdf9f3d1bd2fb9615
commit 2b16b0455b541719c64986acdf9f3d1bd2fb9615
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Thu Oct 4 17:29:09 2007 +0200
Added DSCAPS_SHARED for creating shared surfaces, not using local
(malloced) memory pool.
(dummy version for old surface core)
include/directfb.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=5e1bedc531da002b69c0a7c2c1e2cb46616c9f93
commit 5e1bedc531da002b69c0a7c2c1e2cb46616c9f93
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Thu Oct 4 13:54:36 2007 +0200
Fix usage of hardcoded /dev/mem while the error message was already using
DEV_MEM macro.
systems/devmem/devmem.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b2595e73596c94a8243d1920e85dad08fa5d4867
commit b2595e73596c94a8243d1920e85dad08fa5d4867
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Thu Oct 4 13:51:01 2007 +0200
Fix redefinition of MIN by including <sys/param.h> earlier.
lib/fusion/arena.c | 1 +
lib/fusion/fusion.c | 1 +
lib/fusion/lock.c | 2 ++
lib/fusion/object.c | 2 ++
lib/fusion/property.c | 1 +
lib/fusion/reactor.c | 2 ++
lib/fusion/ref.c | 1 +
lib/fusion/shm/heap.c | 1 +
lib/fusion/shm/shm.c | 1 +
9 files changed, 12 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4c498fd31e1cdfa2dcb8636c65b9492a3c5f30dc
commit 4c498fd31e1cdfa2dcb8636c65b9492a3c5f30dc
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Thu Oct 4 13:49:14 2007 +0200
Fix redefinition of HAVE_STDLIB_H in jconf.h by undefing it before
including jpeglib.h as last.
.../idirectfbimageprovider_jpeg.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9a5da84f22b47d613dfdafdec6cca2e97dda9d0f
commit 9a5da84f22b47d613dfdafdec6cca2e97dda9d0f
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Wed Oct 3 00:49:53 2007 +0200
Added mutex and condition for thread initialization and revert recent
priority initialization via pthread_attr_t.
No more DIRECT_THREAD_WAIT_CREATE.
No more sched_yield().
lib/direct/thread.c | 81 ++++++++++++++++++++++----------------------------
1 files changed, 36 insertions(+), 45 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d20dec2ccd996e48785742534892599cc661e31a
commit d20dec2ccd996e48785742534892599cc661e31a
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Tue Oct 2 18:39:36 2007 +0200
Enable using premultiplied ARGB4444, too.
interfaces/IDirectFBFont/idirectfbfont_ft2.c | 13 +++++++++++--
src/core/fonts.c | 2 +-
2 files changed, 12 insertions(+), 3 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ecac8e73f776d4007af499523f9dadc886719407
commit ecac8e73f776d4007af499523f9dadc886719407
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Tue Oct 2 18:37:41 2007 +0200
Instead of emitting vertices instantly, store them in a buffer that is
submitted on EmitCommands() (this way DrawString() is about 45% faster with my
9200SE).
R100/R200: Dropped some blend functions when destination format is A8
((INV)DEST alpha never worked because A8 isn't really supported as dest format).
R300: Implemented BLEND_COLORALPHA, COLORIZE, PREMULTCOLOR with some
limitations (source must be premultiplied and COLORALPHA+ALPHABLEND isn't
supported at all).
Switch to version 1.1
gfxdrivers/radeon/r100_3d.c | 767 ++++++++++++---------------------------
gfxdrivers/radeon/r200_3d.c | 761 ++++++++++++--------------------------
gfxdrivers/radeon/r200_state.c | 2 +-
gfxdrivers/radeon/r300_3d.c | 581 +++++++++++------------------
gfxdrivers/radeon/r300_state.c | 57 +++-
gfxdrivers/radeon/radeon.c | 91 ++++--
gfxdrivers/radeon/radeon.h | 20 +-
gfxdrivers/radeon/radeon_3d.h | 30 +--
gfxdrivers/radeon/radeon_regs.h | 64 ++--
9 files changed, 855 insertions(+), 1518 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=85a4385eb723897981bf424f74f25a26dcb45636
commit 85a4385eb723897981bf424f74f25a26dcb45636
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Fri Sep 21 16:12:56 2007 +0200
Initialize scheduling priority & co right away via pthread_attr_t.
lib/direct/thread.c | 43 +++++++++++++++++++++++++++----------------
1 files changed, 27 insertions(+), 16 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=151ca965f907c6580175eb4c8a30224bbe790c5f
commit 151ca965f907c6580175eb4c8a30224bbe790c5f
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date: Thu Sep 27 22:04:35 2007 +0300
Add linux-input-devices and tslib-devices options
These options can be used to specify a list of devices to use. If these
are specified the normal probing using standard device names is not
performed.
docs/directfbrc.5.in | 8 +++
inputdrivers/linux_input/linux_input.c | 91 +++++++++++++++++++-------------
inputdrivers/tslib/tslib.c | 60 ++++++++++++++-------
src/misc/conf.c | 56 +++++++++++++++++++
src/misc/conf.h | 4 ++
5 files changed, 163 insertions(+), 56 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8c23f89f0bfce542fa807cfb7f8e156a23eff58f
commit 8c23f89f0bfce542fa807cfb7f8e156a23eff58f
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date: Thu Sep 27 14:58:58 2007 +0300
Add a new option [no-]linux-input-grab.
[no-]linux-input-grab will control whether linux_input will grab the
devices. This is useful in cases where multiple processes want to receive
input events.
docs/directfbrc.5.in | 5 ++++
inputdrivers/linux_input/linux_input.c | 33 +++++++++++++++++++------------
src/misc/conf.c | 8 +++++++
src/misc/conf.h | 1 +
4 files changed, 34 insertions(+), 13 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0173761f2c7e00dce1d25c7b9460f5d0dd65ff9f
commit 0173761f2c7e00dce1d25c7b9460f5d0dd65ff9f
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Tue Sep 25 12:06:19 2007 +0200
Added option "[no-]font-premult" for premultiplication in case of ARGB
glyph images. Default is enabled.
src/core/fonts.c | 2 +-
src/misc/conf.c | 8 ++++++++
src/misc/conf.h | 2 ++
3 files changed, 11 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=f21d2cbe74276e08c70edcf294997f611efbe4bc
commit f21d2cbe74276e08c70edcf294997f611efbe4bc
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Tue Sep 25 10:26:49 2007 +0200
Don't use page flipping, but blitting, if rotation is active.
src/core/layer_region.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs