summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-13test: Compare content of files of the same typewip/test-nocrashAndrea Canciani1-3/+3
2011-11-13test: Add semantic check hookAndrea Canciani382-477/+486
2011-11-12test: Do not open files in non-existing dirsAndrea Canciani1-18/+20
2011-11-12test: Use cairo_test_list_t for the main test listAndrea Canciani2-20/+7
2011-11-12boilerplate: Fix svg extensionAndrea Canciani1-4/+4
2011-11-12Remove useless checks for NULL before freeingAndrea Canciani3-50/+24
2011-11-12Use xstrdup instead of xmalloc when possibleAndrea Canciani2-12/+4
2011-11-12test: Reuse cairo_test_logv()Andrea Canciani1-2/+1
2011-11-12boilerplate: Remove unused thread id parameterAndrea Canciani29-98/+9
2011-11-12test: Remove unused thread fieldAndrea Canciani2-189/+123
2011-11-12test: Remove dead codeAndrea Canciani3-194/+0
2011-11-12test: Re-enable pass-throughAndrea Canciani2-14/+7
2011-11-12Improve the documentation of the flagsAndrea Canciani5-26/+24
2011-11-12Sort option flagsAndrea Canciani5-28/+28
2011-11-11boilerplate: Provide close callback after opening any2ppm outputAndrea Canciani2-4/+11
2011-11-09cairo-script: Don't ask for inlining of a cold-path functionAndrea Canciani1-1/+1
2011-11-09Silence some 'unused var' warningsAndrea Canciani3-5/+1
2011-11-09xml: Fix backend structureAndrea Canciani1-26/+11
2011-11-09default-context: Fix 'make check'Andrea Canciani1-2/+2
2011-11-09cogl: Fix 'make check'Andrea Canciani1-4/+6
2011-11-09vg: Fix buildAndrea Canciani1-117/+34
2011-11-09quartz-image: Fix buildAndrea Canciani1-24/+32
2011-11-02stroke: Fix typosAndrea Canciani2-4/+4
2011-11-02gl: Initialize spans on the contextChris Wilson1-2/+5
2011-10-27Merge branch 'master' of git://cairographics.org/git/cairoChris Wilson33-50/+5246
2011-10-27xlib: Check pixman format before trying to create an image surface for itCarlos Garcia Campos1-6/+9
2011-10-26rectangle: Fix warningAndrea Canciani1-1/+2
2011-10-17Avoid defining inline when compling C++ on MSVC.Ehsan Akhgari1-0/+2
2011-10-15gl/msaa: Fix glScissor boundsMartin Robinson1-8/+12
2011-10-15Merge branch 'master' of git://cairographics.org/git/cairoChris Wilson38-56/+1046
2011-10-14xlib-xpChris Wilson2-7/+12
2011-10-14xlib: Reduce the composite traps operator for when the dest is clearChris Wilson1-0/+6
2011-10-14gl/msaa: Markup the new symbols as private for PLT hidingChris Wilson1-2/+2
2011-10-14image: Maximum number of spans can be upto (extents->width + 1)Taekyun Kim1-2/+5
2011-10-13gl/msaa: Support for solid color strokes.Martin Robinson3-4/+151
2011-10-13gl/msaa: Add clipping supportMartin Robinson5-10/+139
2011-10-13gl/msaa: Implement basic solid color fillMartin Robinson4-12/+274
2011-10-13gl/msaa: Introduce an MSAA compositor for OpenGLMartin Robinson3-0/+114
2011-10-13ft: Add missing break to enable BGR subpixel renderingChris Wilson1-7/+8
2011-10-13test: Add text-antialias-subpixel-{,v}{bgr,rgb}Uli Schlachter10-0/+124
2011-10-12recording-surface: Initialize optimize-clears before use in snapshottingChris Wilson1-0/+1
2011-10-12gstate: Prevent leak of old clip when creating a group with translationChris Wilson1-0/+1
2011-10-12spans: Refresh polygon limits after trimming the composite extentsChris Wilson3-13/+43
2011-10-12recording-surface: Optimize away anything below an opaque fillChris Wilson1-0/+9
2011-10-12recording-surface: Free the contents of the command array when clearingChris Wilson1-2/+16
2011-10-12clip: Replace the original clip when transformingChris Wilson1-1/+5
2011-10-12clip: Free the freed clip pool on resetChris Wilson1-0/+1
2011-10-12surface-clipper: Fix path leak due to typoChris Wilson1-1/+1
2011-10-12test: Add clip-polygonsChris Wilson5-0/+113
2011-10-12spans: Propagate internal status when retrieving the clip surfaceChris Wilson3-2/+30