[Libreoffice-commits] Changes to 'feature/opengl-canvas'

Thorsten Behrens thorsten at kemper.freedesktop.org
Mon Jan 30 16:10:34 PST 2012


New branch 'feature/opengl-canvas' available with the following commits:
commit ba6993884f219b6892c0475de01f28c810382ddf
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Tue Jan 31 01:07:48 2012 +0100

    Add opengl canvas implementation.
    
    Adds opengl canvas implementation - display-list-based, all
    rendering done as textured geometry. Needs shader support.
    
    Currently compiles and works on Linux, Mac should be ~easy to
    add, win32 eventually.

commit e4bc5be63792e1865ce0e8cc85ea02a01f4b7ea9
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Tue Jan 31 01:04:10 2012 +0100

    XCanvas does no longer imply XBitmapCanvas
    
    Remove the implication that XCanvas IS-A XBitmapCanvas, i.e. one can
    access underlying pixels. That's a preparation for display-list based
    canvas implementations, and was a rather silly assumption in the first
    place.
    
    Also fixes up all client sites.

commit f5f7e300bf74cf6f3f2613d5b0b1a9b638b3235e
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Tue Jan 31 00:52:50 2012 +0100

    Add 7-segment display polygon generator to basegfx.
    
    Basegfx gets a basegfx::tools::number2PolyPolygon method that
    converts a number 0-9 into a 7-segment digit display polygon.



More information about the Libreoffice-commits mailing list