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