New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=beab80191a61967d5b1a75e9a468f11265f40d15
commit beab80191a61967d5b1a75e9a468f11265f40d15
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date: Fri Jun 22 10:45:15 2007 +0300
Also make sure fix.ypanstep is not zero before using it.
systems/fbdev/fbdev.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=6447b0f8ae8ad7212a8a74e9596f5c19870f7a48
commit 6447b0f8ae8ad7212a8a74e9596f5c19870f7a48
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date: Wed Jun 20 23:12:37 2007 +0300
Make sure fix.xpanstep is not zero before using it.
systems/fbdev/fbdev.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=da50bb89855497db778d4fe5c8c951d3a74fb07b
commit da50bb89855497db778d4fe5c8c951d3a74fb07b
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date: Sun Jun 17 13:25:24 2007 +0300
Eliminate libsysfs dependency from i2c detection.
Recent changes in sysfs layout broke the i2c detection. Fix the problem
and remove the dependency on libsysfs. Use of libsysfs is no longer
recommended by the kernel developers.
gfxdrivers/matrox/Makefile.am | 1 -
gfxdrivers/matrox/matrox_maven.c | 81 +++++++++++++++++++-------------------
2 files changed, 41 insertions(+), 41 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1a0ac5594506b71189346be53e84615f09820ac8
commit 1a0ac5594506b71189346be53e84615f09820ac8
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date: Fri Jun 15 16:19:45 2007 +0200
Thanks to Daniel Laird for Video Provider Events!
include/directfb.h | 92 +++++++++++++++++++++++++++++++++--
src/input/idirectfbinputbuffer.c | 42 ++++++++++++++++
src/media/idirectfbvideoprovider.c | 41 ++++++++++++++++
3 files changed, 169 insertions(+), 6 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=66d8693e2b45db7c26c7d22c70781dce2e2fdbab
commit 66d8693e2b45db7c26c7d22c70781dce2e2fdbab
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date: Mon Jun 4 13:39:01 2007 +0200
Implemented StartDrawing/StopDrawing() for states.
When a surface is being rendered to, its graphics
state is set to DRAWING. Upon Flip() the state is
flushed.
Each sub surface interface has a reference to its
parent and a list of its children.
The new mechanism needs to be enabled via "startstop"
option.
StartDrawing/StopDrawing() can be implemented by the
graphics driver. e.g. to keep track dirty surfaces
and defer flipping if it would reveal other's drawing.
src/core/gfxcard.c | 98 ++++++++++++++++++++++++---
src/core/gfxcard.h | 118 +++++++++++++++++++++++---------
src/core/state.c | 4 +
src/core/state.h | 46 +++++++++++++-
src/display/idirectfbdisplaylayer.c | 2 +-
src/display/idirectfbsurface.c | 88 ++++++++++++++++++++++++-
src/display/idirectfbsurface.h | 11 +++
src/display/idirectfbsurface_layer.c | 21 +++++-
src/display/idirectfbsurface_layer.h | 1 +
src/display/idirectfbsurface_window.c | 22 +++++-
src/display/idirectfbsurface_window.h | 1 +
src/gfx/util.c | 9 +++
src/idirectfb.c | 8 +-
src/misc/conf.c | 7 ++
src/misc/conf.h | 2 +
src/windows/idirectfbwindow.c | 2 +-
16 files changed, 382 insertions(+), 58 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs