New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2e00ae7f14c42cf76cd25451508324a8e3d4ec9c
commit 2e00ae7f14c42cf76cd25451508324a8e3d4ec9c
Author: Denis Oliver Kropp <[email protected]>
Date: Sat May 7 03:08:44 2011 +0200
Core: Add CoreSurface Dispatch, other Calls, etc.
CoreDFB
- CreateSurface
CoreGraphics
- CreateState
- WaitIdle
CoreSurface
- SetConfig
- LockBuffer
- UnlockBuffer
- Flip
- SetPalette
Implement lots more graphics settings / operations, df_andi / df_dok work.
Add dfb_core_get_palette().
Cleanup naming and files.
interfaces/IDirectFBFont/idirectfbfont_ft2.c | 8 +-
.../idirectfbimageprovider_gif.c | 10 +-
.../idirectfbimageprovider_jpeg.c | 16 +-
.../idirectfbimageprovider_png.c | 19 +-
src/core/CoreDFB.c | 138 ++++
src/core/CoreDFB.h | 72 ++
src/core/CoreDFB_internal.h | 52 ++
src/core/CoreGraphics.c | 156 +++++
src/core/CoreGraphics.h | 52 ++
src/core/CoreGraphicsState.c | 719 ++++++++++++++++++++
src/core/CoreGraphicsState.h | 213 ++++++
src/core/CoreGraphicsState_internal.h | 61 ++
src/core/CoreGraphics_internal.h | 58 ++
src/core/CoreSurface.c | 335 +++++++++
src/core/CoreSurface.h | 112 +++
src/core/CoreSurface_internal.h | 58 ++
src/core/CoreWindow.c | 171 +++++
src/core/CoreWindow.h | 78 +++
src/core/CoreWindow_internal.h | 58 ++
src/core/Makefile.am | 27 +-
src/core/core.c | 35 +-
src/core/core.h | 4 +
src/core/core_dfb.c | 137 ----
src/core/core_dfb.h | 72 --
src/core/core_dfb_internal.h | 61 --
src/core/coretypes.h | 1 +
src/core/gfxcard.c | 37 +-
src/core/gfxcard.h | 12 +-
src/core/graphics.c | 106 ---
src/core/graphics.h | 50 --
src/core/graphics_internal.h | 58 --
src/core/graphics_state.c | 303 --------
src/core/graphics_state.h | 120 ----
src/core/graphics_state_internal.h | 61 --
src/core/surface.c | 10 +-
src/core/surface.h | 2 +
src/core/window.c | 170 -----
src/core/window.h | 78 ---
src/core/window_internal.h | 58 --
src/core/windows.c | 3 +-
src/display/idirectfbsurface.c | 50 +-
src/display/idirectfbsurface.h | 3 +-
src/display/idirectfbsurface_window.c | 17 +-
src/idirectfb.c | 12 +-
44 files changed, 2489 insertions(+), 1384 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=51ffd0255757e68bc0edfb942014b2a39acb5dfe
commit 51ffd0255757e68bc0edfb942014b2a39acb5dfe
Author: Denis Oliver Kropp <[email protected]>
Date: Sat May 7 02:50:03 2011 +0200
X11: Lower X11 surface pool priority as it is currently not writable for
slaves.
systems/x11/x11_surface_pool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=029a5d0d2238a44c0f419d563fb41fcbfaa90aaa
commit 029a5d0d2238a44c0f419d563fb41fcbfaa90aaa
Author: Denis Oliver Kropp <[email protected]>
Date: Sat May 7 02:49:38 2011 +0200
SurfacePool: Set shared memory pool to writable for slaves.
src/core/shared_surface_pool.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=10aa9608cefb07cfe6fd4ceee52972622eb70779
commit 10aa9608cefb07cfe6fd4ceee52972622eb70779
Author: Denis Oliver Kropp <[email protected]>
Date: Sat May 7 02:47:41 2011 +0200
configure: Set default Fusion messages size from 1024 to 16384.
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs