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