summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version: Bump for snapshot 1.11.41.11.4Chris Wilson2012-03-122-1/+89
* test: Restore 'release-verify-sane-tests' makefile targetChris Wilson2012-03-121-1/+3
* skia: compile fixChris Wilson2012-03-101-0/+1
* stroke: Do not initialise the pen if will not use itChris Wilson2012-03-101-11/+19
* mono-scan-converter: Use edge->is_vertical flagChris Wilson2012-03-101-5/+7
* bentley-ottmann: Sort by edge bounding boxes before computing xChris Wilson2012-03-101-0/+7
* bentley-ottmann: Skip intersection check if the bounds do not overlapChris Wilson2012-03-101-0/+4
* hash: Keep a simple lut in front of the main hashChris Wilson2012-03-101-6/+20
* doc: fix broken linkNis Martensen2012-03-101-1/+1
* doc/xcb: document cairo_xcb_device_get_connectionNis Martensen2012-03-101-0/+10
* doc/xlib/xcb: document get/set_precision APINis Martensen2012-03-102-1/+40
* doc/ps-surface: minor improvementsNis Martensen2012-03-101-3/+5
* doc/ft-font: add reference to cairo_ft_synthesize_tNis Martensen2012-03-101-1/+3
* doc: describe cairo_recording_surface_get_extentsNis Martensen2012-03-101-0/+12
* doc: avoid confusing gtk-doc by double asterisksNis Martensen2012-03-105-115/+115
* doc: move value descriptions upNis Martensen2012-03-101-4/+3
* doc: ensure "compatibility" spellingNis Martensen2012-03-103-15/+15
* doc: symbol names in header and comment must matchNis Martensen2012-03-102-4/+4
* doc: preserve whitespace by using docbook screen tagNis Martensen2012-03-102-11/+11
* doc: fix a few typos found by codespellNis Martensen2012-03-1019-21/+21
* doc: script_mode_t needs at least one line of textNis Martensen2012-03-101-1/+3
* doc: Add colon to Returns statementNis Martensen2012-03-101-1/+1
* doc: do not confuse gtk-doc by @ and double *Nis Martensen2012-03-101-2/+2
* doc: add missing _face to function namesNis Martensen2012-03-101-3/+3
* doc: add colon to .._padded_image_from_imageNis Martensen2012-03-101-1/+1
* doc: add index of new symbols in 1.12Nis Martensen2012-03-101-0/+3
* doc: typoNis Martensen2012-03-101-1/+1
* doc: add missing colons to since tagsNis Martensen2012-03-102-7/+7
* test: Refresh the fallback-resolution reference imagesChris Wilson2012-03-089-1/+19
* surface: Relax assertion about not rendering to a snapshotChris Wilson2012-03-081-1/+3
* gl/msaa: Do not attach a depth-stencil attachment to the default framebufferMartin Robinson2012-03-071-0/+3
* xlib: Apply the glyph offsetChris Wilson2012-03-061-5/+5
* traps: The CompositeTrapezoids requires the unbounded fixup for clippingChris Wilson2012-03-061-1/+69
* traps: Avoid double application of unaligned clip boxesChris Wilson2012-03-061-22/+37
* clip: Use the boxes-intersection routine for computing the clip polygonChris Wilson2012-03-061-8/+18
* image: Add unbounded support to the mono rasteriser fast-pathsChris Wilson2012-03-061-20/+100
* surface-wrapper: Only apply the wrapped transform to the scaled-fontChris Wilson2012-03-061-3/+5
* image: Try performing span composition a row at a timeChris Wilson2012-03-051-23/+114
* image: Add a simple inplace blitter for spansChris Wilson2012-03-053-32/+116
* image: Perform the simple solid-fill spans inplaceChris Wilson2012-03-0512-1/+348
* spans: Handle fallbacks from upload-boxes by reverting to the normal compositeChris Wilson2012-03-051-1/+3
* traps: First attempt to convert curvy unantialiased polygon to scanlinesChris Wilson2012-03-043-0/+78
* traps: Use the mono-scan-converter to reduce the number of trapsChris Wilson2012-03-043-4/+95
* spans,image,gl: Add fast-path for simple copiesChris Wilson2012-03-044-4/+121
* spans: Reduce composite_aligned_boxes with over to source for opaque patternsChris Wilson2012-03-041-3/+8
* image: Add a fast-path for mono-rasterised blitsChris Wilson2012-03-041-51/+144
* image: Perform the general composite operation inplace for mono rasterisationChris Wilson2012-03-042-28/+92
* spans: Retrim extents to clipped polygonChris Wilson2012-03-041-0/+4
* image: Add a fast path for solid-filled polygonsChris Wilson2012-03-042-3/+207
* spans: Pass antialiasing hint down to the backendsChris Wilson2012-03-045-3/+9