2006-12-23 04:15:54 +03:00
Snapshots of cairo and glitz for mozilla usage.
2005-02-24 23:11:04 +03:00
2005-06-04 11:03:29 +04: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 23:11:04 +03:00
VERSIONS:
2010-04-06 06:28:54 +04:00
cairo (12d521df8acc483b2daa844d4f05dc2fe2765ba6)
2012-04-20 08:07:56 +04:00
pixman (0.24.2)
2005-02-24 23:11:04 +03:00
2007-04-04 05:09:15 +04:00
==== Patches ====
Some specific things:
max-font-size.patch: Clamp freetype font size to 1000 to avoid overflow issues
2007-08-02 11:00:53 +04:00
win32-logical-font-scale.patch: set CAIRO_WIN32_LOGICAL_FONT_SCALE to 1
2007-06-14 02:49:19 +04:00
nonfatal-assertions.patch: Make assertions non-fatal
2007-08-09 22:54:17 +04:00
2008-01-29 22:00:57 +03:00
buggy-repeat.patch: Unconditionally turn on buggy-repeat handling to bandaid bug 413583.
2008-11-06 10:48:23 +03:00
cairo-version-fixes.patch: fix up cairo-version.c/cairo-version.h for in-place builds
2008-11-10 02:40:55 +03:00
win32-ddb-dib.patch: fix for bug 455513; not upstream yet pending feebdack
2009-01-28 12:39:35 +03: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 12:36:23 +03:00
2009-02-07 01:33:13 +03:00
ignore-rank0.patch: bug 474886; Not redrawing the background when changing page on flickr
2009-02-10 11:34:51 +03: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 19:53:31 +03: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-19 00:44:02 +04:00
on-edge.patch: reverts the in-fill semantic change.
2009-03-20 23:02:45 +03: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 13:39:19 +04: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-19 00:44:02 +04:00
zombie-face.patch: bug 486974; leak and possible crash with @font-face{src:url()}. Upstream commit: 0238fe2cafea2e1ed19bb222117bd73ee6898d4d
2009-06-22 23:01:50 +04:00
win32-raster.patch: bug 498689; use scanline rasterizer on win32
2009-08-26 21:05:44 +04: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 20:20:40 +03:00
quartz-first-stop.patch: return the first stop for negative positions on the gradient line of a nonrepeating linear gradient
2009-12-24 10:23:28 +03:00
quartz-glyph-extents.patch: bug 534260; work around incorrect glyph extents returned by quartz for anomalous empty glyphs
2010-05-19 07:04:33 +04: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 06:09:44 +04: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 13:24:15 +04:00
quartz-cglayers-fix-fallback.patch: Bug 572912; fix bug in fallback code in previous patch
2010-11-11 23:31:23 +03:00
quartz-get-image.patch: Bug 575521; add a way to get the image surface associated with a surface
2010-12-17 10:33:07 +03:00
quartz-create-for-data.patch: Bug 575521; add a way to create quartz surfaces backed with application-provided data
2010-01-18 18:36:43 +03: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 03:10:42 +03:00
xlib-initialize-members.path: bug 548793; initialize XRender version if the server doesn't have the extension
2010-04-06 06:28:54 +04: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 14:25:02 +04:00
cairo-qt-compile.patch: Fix compile error, return not reached, and clone_similar interface
2010-06-10 22:20:37 +04:00
dwrite-glyph-extents.patch: Add padding to extents of antialiased glyphs, to avoid unwanted clipping. (bug 568191)
2010-06-15 23:15:01 +04:00
fix-ps-output.patch: PS: Add missing 'q' when resetting clip path (42b5cac7668625c9761113ff72b47af5cfd10377)
2010-06-15 23:34:09 +04:00
ensure-text-flushed.patch: PDF-operators: ensure text operations flushed before emitting clip (42b5cac7668625c9761113ff72b47af5cfd10377)
2010-06-27 12:03:16 +04:00
fix-xcopyarea-with-clips.patch: 5d07307b691afccccbb15f773d5231669ba44f5a
2010-06-16 12:32:26 +04:00
cairo-x-visual.patch: make valid visua for cairo_xlib_surface_create_with_xrender_format (55037bfb2454a671332d961e061c712ab5471580)
2010-07-16 01:07:44 +04: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 10:52:35 +04:00
cairo_qt_glyphs.patch: Drop X surface from Qt surface, add support for new qt glyphs api
2010-07-23 02:22:51 +04:00
empty-clip-rectangles.patch: f2fa15680ec3ac95cb68d4957557f06561a7dc55
empty-clip-extents.patch: b79ea8a6cab8bd28aebecf6e1e8229d5ac017264
clip-rects-surface-extents.patch: 108b1c7825116ed3f93aa57384bbd3290cdc9181
2010-08-02 18:00:21 +04:00
disable-previous-scaled-font-cache.patch: Disable the previous-scaled-font-cache until we figure out our ctm handling (#583035)
2010-08-03 05:26:27 +04: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 18:00:21 +04:00
2010-08-18 04:08:57 +04:00
fix-clip-test.patch: Use y 498c10032ea3f8631a928cd7df96766f2c8ddca4
2010-11-12 04:42:22 +03:00
quartz-refactor-surface-setup.patch: Extract the surface-source setup chunk of _cairo_quartz_setup_state into its own function
2010-11-12 04:42:22 +03:00
quartz-fix-PAD.patch: Treat PAD like NONE instead of REPEAT
2010-11-12 04:42:22 +03:00
quartz-mask-non-OVER.patch: Don't use CGContextSetAlpha to optimize alpha masking for non-OVER operators
2010-11-12 04:42:22 +03:00
quartz-layers-content.patch: Store cairo content type in CGLayer surfaces
2010-11-12 04:43:42 +03:00
quartz-optimize-OVER.patch: Optimize OVER to SOURCE for opaque patterns
2010-11-19 19:56:06 +03:00
quartz-check-imageSurfaceEquiv.patch: Drop cairo_quartz_surface_t's "imageSurfaceEquiv" member variable if we have problems creating it
2011-01-19 11:27:54 +03:00
disable-subpixel-antialiasing.patch: Add API to disable subpixel antialiasing completely for a target surface
2011-01-19 11:27:54 +03:00
tee-surfaces-pointwise.patch: Composite tee subsurfaces pointwise if possible
2011-01-19 11:27:54 +03:00
pattern_get_surface-no-error.patch: Don't put a pattern into error if cairo_pattern_get_surface fails
2011-01-21 06:26:39 +03:00
missing-cairo-clip-init.diff: Missing cairo_clip_init call in cairo_gstate_show_text_glyphs lead to crash
2011-01-21 06:26:39 +03: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 03:17:37 +03:00
pixman-image-transform.patch: Reset the transform on pixman images when using them as destinations.
2011-07-11 17:14:12 +04: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 19:26:23 +04:00
fixup-unbounded.patch: Hack to work around bad assumption.
2011-08-27 04:02:03 +04: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 17:15:54 +04:00
lround-c99-only.patch: Only use lround in C99 programs.
2011-09-14 22:44:15 +04:00
unicode-printing.patch: Print as unicode (bug 454532)
2012-01-06 03:40:01 +04:00
quartz-mark-dirty.patch: Add a quartz implementation of mark_dirty_rectangle (bug 715704)
2012-01-31 09:15:23 +04:00
expose-snapshot.patch: Make functions to add snapshots public, as well as allow creating null surfaces publically. (bug 715658)
2012-03-22 19:37:19 +04:00
fix-build-with-Werror=return-type.patch: Fix builds with -Werror=return-type (bug 737909)
2012-05-03 23:21:52 +04:00
avoid-extend-none.patch: Avoid incorrectly using EXTEND_NONE (bug 751668)
2012-07-02 03:49:34 +04:00
win32-ExtCreatePen-zero-size.patch: Don't pass zero width or dash lengths to ExtCreatePen (bug 768348)
2012-07-25 13:35:28 +04:00
d2d-repeating-gradients.patch: Minimize number of gradient stops added to handle repeating with path fills (bug 768775)
2012-08-18 00:43:21 +04:00
xlib-glyph-clip-region.patch: bug 709477, addressed upstream by be1ff2f45fdbc69537e513834fcffa0435e63073
2012-09-13 06:57:25 +04:00
gdi-RGB24-ARGB32.patch: bug 788794
2012-09-17 08:25:24 +04: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 13:34:30 +04:00
d2d-gradient-ensure-stops.patch: bug 792903, ensure we don't set num_stops to 0
2012-10-23 03:37:28 +04: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-06 01:46:02 +04:00
2012-11-23 20:57:10 +04:00
handle-multi-path-clip.patch: bug 813124, handle multiple clip paths correctly
2010-11-18 15:37:45 +03:00
win32-gdi-font-cache.patch: Bug 717178, cache GDI font faces to reduce usage of GDI resources
2013-01-02 10:18:53 +04: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 04:24:52 +04:00
fix-win32-font-assertion.patch: Bug 838617, fix assertion from bug 717178 that was in the wrong place
2013-03-26 02:12:09 +04:00
xlib-flush-glyphs.patch: bug 839745, flush glyphs when necessary
2013-06-23 09:10:44 +04:00
dasharray-zero-gap.patch: bug 885585, ensure strokes get painted when the gaps in a dash array are all zero length
2013-11-12 23:11:50 +04:00
cairo-mask-extends-bug.patch: bug 918671, sometimes when building a mask we wouldn't clear it properly. This is fixed in cairo 1.12
2014-01-28 09:14:23 +04:00
ft-no-subpixel-if-surface-disables.patch: bug 929451, don't use subpixel aa for ft fonts on surfaces that don't support it
2015-10-22 00:56:25 +03:00
win32-printing-axis-swap.patch: bug 1205854, workaround for Windows printer drivers that can't handle swapped X and Y axes
2016-05-18 02:55:29 +03:00
no-pixman-image-reuse-across-threads.patch: bug 1273701, picked from 71e8a4c23019b01aa43b334fcb2784c70daae9b5
2008-03-05 08:44:55 +03:00
==== pixman patches ====
2010-05-08 00:48:33 +04:00
pixman-android-cpu-detect.patch: Add CPU detection support for Android, where we can't reliably access /proc/self/auxv.
2009-12-14 00:00:31 +03:00
pixman-rename-and-endian.patch: include cairo-platform.h for renaming of external symbols and endian macros
2008-01-29 22:00:57 +03:00
2010-05-05 19:23:54 +04:00
NOTE: we previously supported ARM assembler on MSVC, this has been removed because of the maintenance burden
2010-11-30 09:38:47 +03:00
pixman-export.patch: use cairo_public for PIXMAN_EXPORT to make sure pixman symbols are not exported in libxul
2012-04-20 08:07:56 +04:00
pixman-limits.patch: include limits.h for SIZE_MAX
2012-01-02 22:15:04 +04:00
2012-05-11 06:12:52 +04:00
pixman-lowres-interp.patch: Use lower quality interpolation for more speed.
2012-05-16 02:26:16 +04:00
pixman-bilinear-fastpath.patch: Bilinear fast paths for non-neon
2012-07-11 20:58:17 +04:00
pixman-16-bit-pipeline.patch: 16 bit pipeline for dithering
2012-07-04 19:42:29 +04:00
pixman-dither.patch: Add dithering of 16 bit gradients
2012-10-23 13:03:12 +04:00
quartz-support-color-emoji-font.patch: support Apple Color Emoji font in cairo-quartz backend
2012-10-23 13:05:53 +04: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 05:26:16 +04:00
pixman-enable-altivec-acceleration.patch: enable building the altivec acceleration
2013-09-05 00:53:54 +04:00
win32-d3dsurface9.patch: Create a win32 d3d9 surface to support LockRect
2013-09-19 09:23:30 +04:00
win32-avoid-extend-pad-fallback: Avoid falling back to pixman when using EXTEND_PAD
2015-06-05 18:05:34 +03:00
support-new-style-atomic-primitives.patch: Support the __atomic_* primitives for atomic operations
2008-11-04 18:43:45 +03:00
==== disable printing patch ====
disable-printing.patch: allows us to use NS_PRINTING to disable printing.
2013-03-07 19:13:28 +04:00
==== cairo clamp bounday patch ====
cairo-clamp-boundary.patch: don't call pixman_fill with negative starts or negative sizes