[cairo-bugs] [Bug 26197] New: Cairo doesn't build on windows

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jan 24 08:03:14 PST 2010


http://bugs.freedesktop.org/show_bug.cgi?id=26197

           Summary: Cairo doesn't build on windows
           Product: cairo
           Version: 1.9.5
          Platform: Other
        OS/Version: Windows (All)
            Status: NEW
          Severity: blocker
          Priority: medium
         Component: win32 backend
        AssignedTo: cairo-bugs at cairographics.org
        ReportedBy: haakon.sporsheim at gmail.com
         QAContact: cairo-bugs at cairographics.org
                CC: chris at chris-wilson.co.uk


Created an attachment (id=32795)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=32795)
Rename render_row to render_rows

commit 9cd9137843f8f1c3d32bedb6510259ab3638a2c5
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Jan 19 17:11:11 2010 +0000

    spans: Pass multiple rows of identical spans to the renders.

    It is quite common amongst our geometry to have rows of repeated span
    data, for example a rounded rectangle will have repeating data between
    the top and bottom rounded corners. By passing the repeat length to the
    renderers, they may be able to use that information more efficiently,
    and the scan converters can avoid recomputing the same span data.

render_row changed to render_row, but not done properly in
cairo-win32-surface.c.


commit 3a5d71c431dfb251308c3e4e02d2ea4acec90a91
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Jan 19 19:18:54 2010 +0000

    pattern: An EXTEND_NONE surface is not opaque if we sample outside

    Fixes test/clear-source as proposed by Benjamin Otte.

cairo-win32-printing-surface.c is using _cairo_pattern_is_opaque (), but
extents is not passed as an argument.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the cairo-bugs mailing list