gecko-dev/gfx/cairo
2006-02-10 02:52:23 +00:00
..
cairo fix bustage 2006-02-10 02:51:12 +00:00
glitz Misc thebes/cairo win32 compilation fixes 2006-01-13 15:57:59 +00:00
libpixman Cairo push/pop group patch fixes; win32 alphablend fix; b=326333, fbcompose.c problem causing missing svg text patch; initial part of cairogfx transparency fix 2006-02-08 01:44:57 +00:00
.cvsignore Make --enable-cairo work for windows/msvc by switching it over to our build system. Bug 290518, r=vlad, pavlov. 2005-04-19 17:19:47 +00:00
cairo-debug-helpers.patch Import a bunch of more up to date local cairo patches, notably fixes to win32 clipping. 2006-01-18 22:15:25 +00:00
cairo-win32-alphablend.patch Fix thebes performance regressions from bug 326471 landing: snap clip rects to integers; remove some bogus RGB24 format checks from cairo; fix device offsets for fast text output. r=stuart 2006-02-10 02:20:35 +00:00
cairo-win32-clip.patch Import a bunch of more up to date local cairo patches, notably fixes to win32 clipping. 2006-01-18 22:15:25 +00:00
device-offset-scale.patch Fix thebes performance regressions from bug 326471 landing: snap clip rects to integers; remove some bogus RGB24 format checks from cairo; fix device offsets for fast text output. r=stuart 2006-02-10 02:20:35 +00:00
fbcompose-bandaid.patch Cairo push/pop group patch fixes; win32 alphablend fix; b=326333, fbcompose.c problem causing missing svg text patch; initial part of cairogfx transparency fix 2006-02-08 01:44:57 +00:00
Makefile.in cairo landing: update to cairo 0.9.1+ 2005-08-20 05:34:03 +00:00
mozilla-misc.patch Cairo push/pop group patch fixes; win32 alphablend fix; b=326333, fbcompose.c problem causing missing svg text patch; initial part of cairogfx transparency fix 2006-02-08 01:44:57 +00:00
push-pop-group.patch update patch with bustage fix 2006-02-10 02:52:23 +00:00
README Fix thebes performance regressions from bug 326471 landing: snap clip rects to integers; remove some bogus RGB24 format checks from cairo; fix device offsets for fast text output. r=stuart 2006-02-10 02:20:35 +00:00

Snapshots of cairo and glitz 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.

We only include the relevant parts of each release (generally, src/*.[ch]),
as we have Makefile.in's that integrate into the Mozilla build system.  For
documentation and similar, please see the official tarballs at
http://www.cairographics.org/.

VERSIONS:

  cairo 1.1.1 (cvs - 2006-02-02)
  glitz 0.5.2 (cvs - 2006-01-10)

***** NOTE FOR VISUAL C++ 6.0 *****

VC6 cannot build pixman from cairo.  Therefore, VC6 builds are not supported
if cairo is enabled.  Please upgrade to VC7.1/8.

==== Patches ====

Last update: 09 Feb 2006

mozilla-misc.patch
  - Misc compilation fixes for pixman (submitted upstream)
  - temporary moz_cairo_set_target API (not for upstream)
  - mac compilation fix for cairo-atsui-font.c for 10.2 SDK (maybe should
    be upstream?)
  - cairo-features.h.in - add cairo-platform.h include and hard-code the
    cairo version (not for upstream)
  - #if 0'ing out DllMain in win32-surface.c -- not needed, since
    we don't use cairo multithreaded, and DllMain interferes
    with libxul's DllMain. (not for usptream)
  - #if 0'ing out bits to get rid of multithreaded stuff in cairoint.h
    (not for upstream)

cairo-debug-helpers.patch
  - some stuff for cairo-debug.[ch]

fbcompose-bandaid.patch (Updated 7 Feb 06)
  - Workaround for https://bugs.freedesktop.org/show_bug.cgi?id=5777

cairo-win32-clip.patch
  - Make mark_dirty() reset a surface's clip, so that we can call it
    when we RestoreDC() after native win32 drawing (submitted upstream)
  - Rework win32 surface clip and extents handling for correctness
    (submitted upstream)

cairo-win32-alphablend.patch (Updated 9 Feb 06)
  - Use AlphaBlend if the dst surface is either RGB24 or ARGB32, not
    just RGB24 
  - Add cairo_win32_surface_get_dc()
    (Submitted upstream: https://bugs.freedesktop.org/show_bug.cgi?id=5845)

  - Remove RGB24 format check in fast win32-font.c path (we can still use GDI)
  - Add GdiFlush() calls before each image surface get

device-offset-scale.patch (Updated 7 Feb 06)
  - Move device offset/scale handling into surface layer; large rework
    of device offset/scale.  (submitted upstream)

push-pop-group.patch (Updated 9 Feb 06)
  - Implementation of push/pop group API; depends on device-offset-scale.
    (submitted upstream)
  - Add push_group_with_content() to select COLOR/COLOR_ALPHA/ALPHA