New commits:

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d73280093ebe0858290fbb8c4bd290e8b873b52f
commit d73280093ebe0858290fbb8c4bd290e8b873b52f
Author: Denis Oliver Kropp <[email protected]>
Date:   Thu Jun 7 16:07:52 2012 +0200

    Core: No longer use dfb_surface_set/get_stereo_eye() outside of surface.c 
(remove there soon as well).
    
    The left/right state is part of the graphics state now. Two interfaces can 
have different settings now.
    
    Works also via secure fusion.
    
    And should avoid some race conditions that had been there...
    
    Add dfb_gfx_copy_regions_stereo(), dfb_back_to_front_copy_stereo() and 
dfb_gfx_copy_stereo(), remove dfb_gfx_copy_to_stereo() again.
    
    Add CoreGraphicsState::SetFrom() and SetTo().

 src/core/CoreGraphicsState.flux     |   40 ++++++++++
 src/core/CoreGraphicsStateClient.c  |   20 ++++-
 src/core/CoreGraphicsState_real.cpp |   28 +++++++
 src/core/CoreSurface_real.cpp       |   24 +-----
 src/core/gfxcard.c                  |   18 +++-
 src/core/layer_region.c             |   33 +++------
 src/core/state.c                    |    2 +
 src/core/state.h                    |   37 +++++++++-
 src/core/surface.c                  |   30 ++++++++
 src/core/surface.h                  |   25 ------
 src/display/idirectfbsurface.c      |   18 ++++-
 src/display/idirectfbsurface.h      |    2 +
 src/gfx/generic/generic.c           |    8 ++-
 src/gfx/util.c                      |  141 ++++++++++++++++++++++++-----------
 src/gfx/util.h                      |   25 ++++++-
 systems/x11/x11input.c              |   20 ++----
 wm/default/default.c                |    9 --
 17 files changed, 330 insertions(+), 150 deletions(-)

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

Reply via email to