summaryrefslogtreecommitdiff
path: root/src/cairo-image-compositor.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-20image: Tidy lerp8x4Chris Wilson1-9/+4
2012-04-30Revert "Use pixman glyphs"Søren Sandmann Pedersen1-101/+212
2012-04-30Use pixman glyphsSøren Sandmann Pedersen1-212/+101
2012-04-29image: Add a little bit of debugging to show number of boxes being drawnChris Wilson1-3/+3
2012-04-28image: Avoid overflow when computing lerp spans for a8Chris Wilson1-8/+8
2012-04-26image: Fix typo in _blit_spans()Chris Wilson1-1/+1
2012-04-19image: Split inline SRC compositionChris Wilson1-58/+96
2012-03-23image: Fix leak of white solid color for masked composition of CLEARChris Wilson1-1/+5
2012-03-12image: Support SRC compositing with in the inline span-compositorChris Wilson1-10/+96
2012-03-06image: Add unbounded support to the mono rasteriser fast-pathsChris Wilson1-20/+100
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 Wilson1-32/+116
2012-03-05image: Perform the simple solid-fill spans inplaceChris Wilson1-1/+348
2012-03-04spans,image,gl: Add fast-path for simple copiesChris Wilson1-0/+2
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 Wilson1-28/+92
2012-03-04image: Add a fast path for solid-filled polygonsChris Wilson1-3/+206
2012-03-04spans: Pass antialiasing hint down to the backendsChris Wilson1-0/+1
2012-02-28spans+image: Fix clipping with polygons and spansChris Wilson1-16/+20
2012-02-15win32: Rebase on the new compositor infrastructureChris Wilson1-0/+39
2011-11-24gl: Prevent the traps compositor from explodingChris Wilson1-1/+7
2011-09-30fill: Fix unantialiased rectilinear-fill-to-boxesChris Wilson1-1/+1
2011-09-30image: Enable use of LERP_SRC for masked source compositionChris Wilson1-1/+31
2011-09-14image: fix compilation of spans with LERPChris Wilson1-3/+2
2011-09-14image: Adapt to updated pixman lerp operatorsChris Wilson1-2/+6
2011-09-12Introduce a new compositor architectureChris Wilson1-0/+1545