gecko-dev/gfx/cairo
2005-03-14 16:16:23 +00:00
..
cairo Bug 285803 - cairo build bustage on AIX 2005-03-14 16:16:23 +00:00
libpixman Bug 285803 - cairo build bustage on AIX 2005-03-14 16:16:23 +00:00
font-backend.diff Bug 285307 - upstream patch to check that a cairo font backend was 2005-03-09 16:34:21 +00:00
quartz-surface.diff
README Bug 285803 - cairo build bustage on AIX 2005-03-14 16:16:23 +00:00
stdint.diff Bug 285803 - cairo build bustage on AIX 2005-03-14 16:16:23 +00:00

Snapshots of cairo and libpixman for mozilla usage.  Where possible,
these should be official releases from the cairo project as-is.  If
changes are necessary, they should be documented below and the patch
file included in this directory.

VERSIONS:

  cairo 0.3.0
  libpixman 0.1.3

PATCHES:

  quartz-surface.diff - quartz backend get/set surface behave
    differently than cairo expects, so partially transparent objects
    tend to blend towards opaque the more that is drawn.  Short term
    inefficient workaround of clearing the buffer on each set.

  font-backend.diff - upstream patch to configure.in to make sure
    that a font backend is available.

  stdint.diff - add checking for appropriate stdint.h/inttypes.h
    header to include.  Needed for AIX.