2006-12-23 01:15:54 +00:00
Snapshots of cairo and glitz for mozilla usage.
2005-02-24 20:11:04 +00:00
2005-06-04 07:03:29 +00:00
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/.
2005-02-24 20:11:04 +00:00
VERSIONS:
2010-04-06 02:28:54 +00:00
cairo (12d521df8acc483b2daa844d4f05dc2fe2765ba6)
2012-04-20 04:07:56 +00:00
pixman (0.24.2)
2005-02-24 20:11:04 +00:00
2007-04-04 01:09:15 +00:00
==== Patches ====
Some specific things:
max-font-size.patch: Clamp freetype font size to 1000 to avoid overflow issues
2007-08-02 07:00:53 +00:00
win32-logical-font-scale.patch: set CAIRO_WIN32_LOGICAL_FONT_SCALE to 1
2007-06-13 22:49:19 +00:00
nonfatal-assertions.patch: Make assertions non-fatal
2007-08-09 18:54:17 +00:00
2008-01-29 19:00:57 +00:00
buggy-repeat.patch: Unconditionally turn on buggy-repeat handling to bandaid bug 413583.
2008-11-06 07:48:23 +00:00
cairo-version-fixes.patch: fix up cairo-version.c/cairo-version.h for in-place builds
2008-11-09 23:40:55 +00:00
win32-ddb-dib.patch: fix for bug 455513; not upstream yet pending feebdack
2009-01-28 09:39:35 +00:00
win32-vertically-offset-glyph.patch: bug 454098; vertical positioning errors when drawing glyph runs including delta-y offsets on screen via GDI
2009-01-28 09:36:23 +00:00
2009-02-06 22:33:13 +00:00
ignore-rank0.patch: bug 474886; Not redrawing the background when changing page on flickr
2009-02-10 08:34:51 +00:00
win32-canvas-glyph-position.patch: bug 475092; horizontal positioning errors when drawing glyph runs with delta-y offsets to canvas through win32-font
2009-02-24 16:53:31 +00:00
win32-cleartype-clipping.patch: bug 445087; some glyphs are clipped, mainly on right-hand edge, when ClearType is enabled and drawing to RGBA canvas
2009-06-18 20:44:02 +00:00
on-edge.patch: reverts the in-fill semantic change.
2009-03-20 20:02:45 +00:00
wrap-source_image.patch: make sure we don't free the source image until we're done with it.
zero-sized.patch: deal with zero sized surface in ways less likely to crash.
2009-05-13 09:39:19 +00:00
text-path-filling-threshold.patch: use path filling instead of platform glyph rasterization at a smaller size threshold of 256 device pixels, if the backend supports native filling (which we assume will be fast).
2009-06-18 20:44:02 +00:00
zombie-face.patch: bug 486974; leak and possible crash with @font-face{src:url()}. Upstream commit: 0238fe2cafea2e1ed19bb222117bd73ee6898d4d
2009-06-22 19:01:50 +00:00
win32-raster.patch: bug 498689; use scanline rasterizer on win32
2009-08-26 17:05:44 +00:00
quartz-falback.patch: try to fix Quartz fallback-to-pixman path; possiby incorrect and obsoleted by Andrea Canciani patch
quartz-repeating-radial-gradients.patch: use Quartz to render repeating radial gradients instead of falling back
quartz-const-globals.patch: make some Quartz color function data const globals instead of local variables
quartz-minimze-gradient-repeat.patch: reduce the number of gradient stop repetitions we use, to improve quality of Quartz's gradient rendering
2009-11-02 17:20:40 +00:00
quartz-first-stop.patch: return the first stop for negative positions on the gradient line of a nonrepeating linear gradient
2009-12-24 07:23:28 +00:00
quartz-glyph-extents.patch: bug 534260; work around incorrect glyph extents returned by quartz for anomalous empty glyphs
2010-05-19 03:04:33 +00:00
quartz-state.patch: bug 522859; refactor cairo-quartz-surface so that state local to a drawing operation is stored in a cairo_quartz_drawing_state_t instead of the surface
2010-06-01 02:09:44 +00:00
quartz-cache-CGImageRef.patch: cache CGImageRef for a CGBitmapContext; when we reuse it, Quartz will cache stuff, improving performance
quartz-remove-snapshot.patch: remove broken implementation of backend snapshot
quartz-cglayers.patch: add support for cairo surfaces backed by CGLayers
2010-06-18 09:24:15 +00:00
quartz-cglayers-fix-fallback.patch: Bug 572912; fix bug in fallback code in previous patch
2010-11-11 20:31:23 +00:00
quartz-get-image.patch: Bug 575521; add a way to get the image surface associated with a surface
2010-12-17 07:33:07 +00:00
quartz-create-for-data.patch: Bug 575521; add a way to create quartz surfaces backed with application-provided data
2010-01-18 15:36:43 +00:00
premultiply-alpha-solid-gradients.patch: bug 539165; multiply the solid color by the alpha component before using it for a solid surface
2010-03-05 00:10:42 +00:00
xlib-initialize-members.path: bug 548793; initialize XRender version if the server doesn't have the extension
2010-04-06 02:28:54 +00:00
remove-comma: remove a comma from enum
d2d.patch: add d2d support
fix-zero-len-graident.patch: fix zero length gradients
fix-clip-copy.patch: fix clip copying
fix-clip-region-simplification.patch: fixes a bug in clip region simplifications
expand-in-stroke-limits.patch: expand the in-stroke limits to avoid a bug
d2d-dwrite.patch: update the d2d/dwrite stuff
add-a-stash-of-cairo_t-s.patch: use the stash to avoid malloc/freeing cairo_t's
bgr.patch: fix image wrapping
disable-server-graidents.patch: disable server-side gradients
clip-invariant.patch: make rasterization closer to being clip invariant
fix-unnecessary-fallback.patch: avoid unnecessary fallback
handle-a1-upload.patch: handle a1 image uploads through converter
surface-clipper.patch: remove an incorrect optimization
fix-win32-show-glyphs-clipping.patch: fix a clipping bug
native-clipping.patch: Add support for a native clipping api
quartz-is-clear.patch: Propagate the quartz is_clear flag.
2010-04-29 10:25:02 +00:00
cairo-qt-compile.patch: Fix compile error, return not reached, and clone_similar interface
2010-06-10 18:20:37 +00:00
dwrite-glyph-extents.patch: Add padding to extents of antialiased glyphs, to avoid unwanted clipping. (bug 568191)
2010-06-15 19:15:01 +00:00
fix-ps-output.patch: PS: Add missing 'q' when resetting clip path (42b5cac7668625c9761113ff72b47af5cfd10377)
2010-06-15 19:34:09 +00:00
ensure-text-flushed.patch: PDF-operators: ensure text operations flushed before emitting clip (42b5cac7668625c9761113ff72b47af5cfd10377)
2010-06-27 08:03:16 +00:00
fix-xcopyarea-with-clips.patch: 5d07307b691afccccbb15f773d5231669ba44f5a
2010-06-16 08:32:26 +00:00
cairo-x-visual.patch: make valid visua for cairo_xlib_surface_create_with_xrender_format (55037bfb2454a671332d961e061c712ab5471580)
2010-07-15 21:07:44 +00:00
win32-transparent-surface.patch: add API so we can create a win32 surface for an HDC and indicate the surface has an alpha channel
2010-07-17 06:52:35 +00:00
cairo_qt_glyphs.patch: Drop X surface from Qt surface, add support for new qt glyphs api
2010-07-22 22:22:51 +00:00
empty-clip-rectangles.patch: f2fa15680ec3ac95cb68d4957557f06561a7dc55
empty-clip-extents.patch: b79ea8a6cab8bd28aebecf6e1e8229d5ac017264
clip-rects-surface-extents.patch: 108b1c7825116ed3f93aa57384bbd3290cdc9181
2010-08-02 14:00:21 +00:00
disable-previous-scaled-font-cache.patch: Disable the previous-scaled-font-cache until we figure out our ctm handling (#583035)
2010-08-03 01:26:27 +00:00
copyarea-with-alpha.patch: support simple overlapping self copies in (some) color_alpha xlib surfaces. https://bugs.freedesktop.org/show_bug.cgi?id=29250
2010-08-02 14:00:21 +00:00
2010-08-18 00:08:57 +00:00
fix-clip-test.patch: Use y 498c10032ea3f8631a928cd7df96766f2c8ddca4
2010-11-12 01:42:22 +00:00
quartz-refactor-surface-setup.patch: Extract the surface-source setup chunk of _cairo_quartz_setup_state into its own function
2010-11-12 01:42:22 +00:00
quartz-fix-PAD.patch: Treat PAD like NONE instead of REPEAT
2010-11-12 01:42:22 +00:00
quartz-mask-non-OVER.patch: Don't use CGContextSetAlpha to optimize alpha masking for non-OVER operators
2010-11-12 01:42:22 +00:00
quartz-layers-content.patch: Store cairo content type in CGLayer surfaces
2010-11-12 01:43:42 +00:00
quartz-optimize-OVER.patch: Optimize OVER to SOURCE for opaque patterns
2010-11-19 16:56:06 +00:00
quartz-check-imageSurfaceEquiv.patch: Drop cairo_quartz_surface_t's "imageSurfaceEquiv" member variable if we have problems creating it
2011-01-19 08:27:54 +00:00
disable-subpixel-antialiasing.patch: Add API to disable subpixel antialiasing completely for a target surface
2011-01-19 08:27:54 +00:00
tee-surfaces-pointwise.patch: Composite tee subsurfaces pointwise if possible
2011-01-19 08:27:54 +00:00
pattern_get_surface-no-error.patch: Don't put a pattern into error if cairo_pattern_get_surface fails
2011-01-21 03:26:39 +00:00
missing-cairo-clip-init.diff: Missing cairo_clip_init call in cairo_gstate_show_text_glyphs lead to crash
2011-01-21 03:26:39 +00:00
fix-cairo-win32-print-gdi-error.diff: Don't use fwprintf with char* format. Flush stderr so that all error messages appears before exit.
2011-03-08 00:17:37 +00:00
pixman-image-transform.patch: Reset the transform on pixman images when using them as destinations.
2011-07-11 13:14:12 +00:00
fix-cairo-surface-wrapper-flush-build-warning.patch: Ensures that _cairo_surface_wrapper_flush always returns a status, to silence the build warning
2011-08-19 15:26:23 +00:00
fixup-unbounded.patch: Hack to work around bad assumption.
2011-08-27 00:02:03 +00:00
quartz-get-image-performance: Make cairo_quartz_get_image faster in the failure case by not flushing unless we are going to succeed.
2011-09-02 13:15:54 +00:00
lround-c99-only.patch: Only use lround in C99 programs.
2011-09-14 18:44:15 +00:00
unicode-printing.patch: Print as unicode (bug 454532)
2012-01-05 23:40:01 +00:00
quartz-mark-dirty.patch: Add a quartz implementation of mark_dirty_rectangle (bug 715704)
2012-01-31 05:15:23 +00:00
expose-snapshot.patch: Make functions to add snapshots public, as well as allow creating null surfaces publically. (bug 715658)
2012-03-22 15:37:19 +00:00
fix-build-with-Werror=return-type.patch: Fix builds with -Werror=return-type (bug 737909)
2012-05-03 19:21:52 +00:00
avoid-extend-none.patch: Avoid incorrectly using EXTEND_NONE (bug 751668)
2012-07-01 23:49:34 +00:00
win32-ExtCreatePen-zero-size.patch: Don't pass zero width or dash lengths to ExtCreatePen (bug 768348)
2012-07-25 09:35:28 +00:00
d2d-repeating-gradients.patch: Minimize number of gradient stops added to handle repeating with path fills (bug 768775)
2012-08-17 20:43:21 +00:00
xlib-glyph-clip-region.patch: bug 709477, addressed upstream by be1ff2f45fdbc69537e513834fcffa0435e63073
2012-09-13 02:57:25 +00:00
gdi-RGB24-ARGB32.patch: bug 788794
2012-09-17 04:25:24 +00:00
dwrite-font-printing.patch: bug 468568; don't substitute a GDI font for a DWrite font if the name tables aren't equal
2012-09-26 09:34:30 +00:00
d2d-gradient-ensure-stops.patch: bug 792903, ensure we don't set num_stops to 0
2012-10-22 23:37:28 +00:00
setlcdfilter_in_tree.patch: bug 790139; force cairo to use FT_Library_SetLcdFilter from our in tree library rather than picking it up from the system
dwrite-font-match-robustness.patch: bug 717178, don't crash when _name_tables_match is passed a nil scaled-font
2012-10-05 21:46:02 +00:00
2012-11-23 16:57:10 +00:00
handle-multi-path-clip.patch: bug 813124, handle multiple clip paths correctly
2010-11-18 12:37:45 +00:00
win32-gdi-font-cache.patch: Bug 717178, cache GDI font faces to reduce usage of GDI resources
2013-01-02 06:18:53 +00:00
win32-gdi-font-cache-no-HFONT.patch: Bug 717178, don't cache GDI font faces when an HFONT belonging to the caller is passed in
2013-02-07 00:24:52 +00:00
fix-win32-font-assertion.patch: Bug 838617, fix assertion from bug 717178 that was in the wrong place
2013-03-25 22:12:09 +00:00
xlib-flush-glyphs.patch: bug 839745, flush glyphs when necessary
2013-06-23 05:10:44 +00:00
dasharray-zero-gap.patch: bug 885585, ensure strokes get painted when the gaps in a dash array are all zero length
2008-03-05 05:44:55 +00:00
==== pixman patches ====
2010-05-07 20:48:33 +00:00
pixman-android-cpu-detect.patch: Add CPU detection support for Android, where we can't reliably access /proc/self/auxv.
2009-12-13 21:00:31 +00:00
pixman-rename-and-endian.patch: include cairo-platform.h for renaming of external symbols and endian macros
2008-01-29 19:00:57 +00:00
2010-05-05 15:23:54 +00:00
NOTE: we previously supported ARM assembler on MSVC, this has been removed because of the maintenance burden
2010-11-30 06:38:47 +00:00
pixman-export.patch: use cairo_public for PIXMAN_EXPORT to make sure pixman symbols are not exported in libxul
2012-04-20 04:07:56 +00:00
pixman-limits.patch: include limits.h for SIZE_MAX
2012-01-02 18:15:04 +00:00
2012-05-11 02:12:52 +00:00
pixman-lowres-interp.patch: Use lower quality interpolation for more speed.
2012-05-15 22:26:16 +00:00
pixman-bilinear-fastpath.patch: Bilinear fast paths for non-neon
2012-07-11 16:58:17 +00:00
pixman-16-bit-pipeline.patch: 16 bit pipeline for dithering
2012-07-04 15:42:29 +00:00
pixman-dither.patch: Add dithering of 16 bit gradients
2012-10-23 09:03:12 +00:00
quartz-support-color-emoji-font.patch: support Apple Color Emoji font in cairo-quartz backend
2012-10-23 09:05:53 +00:00
use-show-text-glyphs-if-glyph-path-fails.patch: fall back to show_text_glyphs even at huge sizes if scaled_font_glyph_path didn't work
2012-12-04 01:26:16 +00:00
pixman-enable-altivec-acceleration.patch: enable building the altivec acceleration
2008-11-04 15:43:45 +00:00
==== disable printing patch ====
disable-printing.patch: allows us to use NS_PRINTING to disable printing.
2013-03-07 15:13:28 +00:00
==== cairo clamp bounday patch ====
cairo-clamp-boundary.patch: don't call pixman_fill with negative starts or negative sizes