New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2dbc1d0af598270af511fe53acfd6d76b9bdc3fb
commit 2dbc1d0af598270af511fe53acfd6d76b9bdc3fb
Author: Kazunori Kobayashi <[email protected]>
Date:   Tue May 14 15:36:13 2013 +0900

    drmkms: fix framebuffer allocation size
    
    config.size.h has the real height of an image, so framebuffer size
    calculation for packed color formats is done successfully.
    However the framebuffer size in planar or semi-planar formats is
    set incorrectly because the chroma plane size isn't added to the size.
    This patch multiplies the pitch by drm_fake_height, which is takes into
    account the size of the chroma plane.
    
    Signed-off-by: Kazunori Kobayashi <[email protected]>

 systems/drmkms/drmkms_surface_pool.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to