summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-10damage: Prevent reducing an error objectHEADmasterChris 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
2012-04-26image: Fix typo in _blit_spans()Chris Wilson1-1/+1
2012-04-25xlib: Fix inline conversion for TrueColor PutImageChris Wilson1-2/+1
2012-04-25xlib: Allow applications to create 0x0 surfacesChris Wilson1-1/+8
2012-04-23pdf: Fix wrong allocation in _cairo_pdf_surface_add_source_surfaceJeff Mahoney1-1/+1
2012-04-23gl: Fix creation of gradient ramps for GLESv2Alexandros Frantzis1-1/+11
2012-04-23win32: compilation fix for recent private/inline header separationDimiter Stanev1-1/+1
2012-04-23ps: support all image typesAdrian Johnson1-4/+37
2012-04-23pdf: support all image typesAdrian Johnson1-10/+31
2012-04-21stroke(boxes): Convert the dash step back into device units before incrementingChris Wilson4-1/+1
2012-04-19gl: Uses the inline clip function, so update its includeChris Wilson1-1/+1
2012-04-19dash: Increment dash_remain by the next segment to reduce accumulation errorsChris Wilson1-1/+1
2012-04-19dash: Use a epsilon compare for stepping the dashChris Wilson2-1/+3
2012-04-19Split cairo-list into struct+inlinesChris Wilson25-171/+234
2012-04-19Split cairo-surface-subsurface-private into struct+inlinesChris Wilson9-37/+80
2012-04-19Split cairo-error-private into struct+inlinesChris Wilson3-7/+53