summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-17gl/msaa: Add ARB multisampling supportHenry (Yu) Song7-47/+334
2012-05-16pdf: check if EXTEND_PAD group can be painted with EXTEND_NONEAdrian Johnson1-4/+22
2012-05-14stroke: Don't drop clockwise==0 linesChris Wilson16-11/+3
2012-05-14spans: Debug input paths and polygonsChris Wilson2-0/+5
2012-05-14arc: Use user endpoint for final stepChris Wilson1-12/+17
2012-05-12gl: Provide a shader implementation of repeat wrap modesAlexandros Frantzis4-21/+90
2012-05-12gl: Simplify GL wrap parameter setting codeAlexandros Frantzis1-14/+15
2012-05-11clip: Apply clip boxes to the clip surfaceChris Wilson3-9/+77
2012-05-11spans: Only fallback for a clipmask if unboundedChris Wilson6-1/+2
2012-05-11traps,spans-compositor: Avoid mistreating unaligned clips as alignedChris Wilson2-3/+23
2012-05-11spans-compositor: Add tracepoints for debuggingChris Wilson1-1/+21
2012-05-11spans-compositor: Handle unaligned unbounded boxesChris Wilson1-16/+51
2012-05-11test: Fix tighten-bounds reference imagesChris Wilson4-0/+0
2012-05-11gl: Reject SOURCE + mask in composite_boxes()Chris Wilson1-4/+10
2012-05-11gl: Convert CLEAR to DEST_OUT when there's a mask for composite_boxes.Chuanbo Weng1-1/+13
2012-05-10damage: Prevent reducing an error objectChris Wilson1-1/+1
2012-05-10damage: Prevent accumulating damage to an error objectChris Wilson1-0/+3
2012-05-10damage: Avoid freeing the NIL error objectChris Wilson1-0/+3
2012-05-09c_surface_set_mime_data: Remove duplicate "Since"Uli Schlachter1-2/+0
2012-05-09check-doc-syntax: Find duplicate "Since:" tagsUli Schlachter1-1/+4
2012-05-09check-doc-syntax: Make this work againUli Schlachter1-1/+1
2012-05-08gl/msaa: Add support for unbounded operatorsHenry (Yu) Song1-0/+100
2012-05-08gl/msaa: Support for maskingHenry (Yu) Song2-23/+122
2012-05-08gl/msaa: Support for texture sourcesHenry (Yu) Song3-66/+15
2012-05-08gl/msaa: Prevent stroke overlapHenry (Yu) Song1-0/+36
2012-05-05Remove some dead codeUli Schlachter1-5/+0
2012-05-05Remove some unused functionsUli Schlachter2-80/+0
2012-05-04gl: fix the translate value in copy_boxes.Chuanbo Weng1-1/+1
2012-05-01Split finish into multiple stagesChris Wilson1-9/+23
2012-05-01snapshot: Avoid triggering assertion for grabbing the target during destroyChris Wilson2-1/+10
2012-05-01snapshot: Hold a reference to target whilst queryingChris Wilson1-8/+43
2012-04-30Revert "Use pixman glyphs"Søren Sandmann Pedersen4-108/+212
2012-04-30Use pixman glyphsSøren Sandmann Pedersen4-212/+108
2012-04-29version: Post release bump to 1.12.3Chris Wilson1-1/+1
2012-04-29version: bump for cairo-1.12.2 releaseChris Wilson2-1/+41
2012-04-29check-doc-syntax: Only parse the source files for incorrect tagsChris Wilson1-5/+8
2012-04-29check-doc-syntax: Fix handling of return value in make checkChris Wilson1-0/+2
2012-04-29path-stroke-boxes: Fix degenerate end-caps for anti-clockwise pathsChris Wilson1-32/+28
2012-04-29test: Update degenerate-solid-dash referenceChris Wilson6-0/+0
2012-04-29gstate: Correctly compact degenerate dash segmentsChris Wilson1-19/+18
2012-04-29test: Fix array lengths for degenerate-solid-dashChris Wilson2-2/+2
2012-04-29gstate: Reduce degenerate dash to solidChris Wilson1-5/+30
2012-04-29image: Add a little bit of debugging to show number of boxes being drawnChris Wilson1-3/+3
2012-04-29test: Exercise degenerate dashes that are wholly solidChris Wilson3-0/+70
2012-04-29test: Exercise clip inversion imperfectionsChris Wilson5-0/+57
2012-04-29Satisfy check-doc-syntax.awk for unimplemented functionsChris Wilson1-0/+4
2012-04-28image: Avoid overflow when computing lerp spans for a8Chris Wilson1-8/+8
2012-04-27Update the remaining backends to handle a NULL extents for _cairo_surface_get...Chris Wilson5-15/+25
2012-04-27snapshot: Perform the cow under a mutexChris Wilson12-52/+96
2012-04-27image: Allow a snapshot to steal the original memory upon finishChris Wilson3-0/+22