summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-15svg: show_text_glyphs supportsvg-textTatsuhiko Miyabe4-47/+549
2012-06-15image: Fix up glyphs compositingChris Wilson1-36/+24
2012-06-14subsurface: Disable subsurface-set-snapshot as it creates a ref cycleHenry Song1-0/+6
2012-06-14quart-image: Fix compilationAndrea Canciani1-1/+1
2012-06-09Use the new pixman_glyph_cache_t API that will be in pixman 0.28.0Søren Sandmann Pedersen5-249/+121
2012-06-08polygon-reduce: Reduce broken stopped-edge continuationChris Wilson1-105/+52
2012-06-08tor-scan-converter: Always recompute min-height following edge removalChris Wilson1-3/+6
2012-06-08spans-compositor: After polygon intersection the fill rule is always non-zeroChris Wilson1-0/+2
2012-06-07scaled-font: Take lock around disposing of an empty page upon alloc failureChris Wilson1-0/+2
2012-06-07cff-subsetting: Ignore charset for non cid fontsAdrian Johnson1-7/+9
2012-06-04composite-rectangles,scaled-font: Use accurate extents if the font is brokenChris Wilson3-4/+14
2012-06-02pdf: fix the offset of padded imagesAdrian Johnson2-6/+12
2012-06-01Erradicate internal use of cairo_surface_get_type()Chris Wilson5-8/+6
2012-06-01Erradicate internal use of cairo_surface_get_content()Chris Wilson5-9/+6
2012-06-01image: Fix bugs related to glyph mask creationSøren Sandmann Pedersen1-2/+2
2012-05-31surface: replace map-to-image clone's use of user_data with parent pointerChris Wilson3-14/+7
2012-05-31gl: Add missing cairo-private to _cairo_gl_composite_with_clipChris Wilson1-1/+1
2012-05-31surface: Eliminate PLT entries for map-to-imageChris Wilson1-4/+12
2012-05-31image: silence make checkChris Wilson3-3/+4
2012-05-31gl: Do correct translation and lerp in gl-traps-compositor.Chuanbo Weng1-8/+14
2012-05-31image: Upconvert glyphs through a WHITE source when adding to the glyph maskChris Wilson1-19/+55
2012-05-31pdf: Don't use extents when acquiring a RASTER_SOURCE patternAdrian Johnson1-13/+4
2012-05-31test: Restore bug-seams referenceChris Wilson2-0/+0
2012-05-30configure.ac: remove annoying change of INSTALL fileYuanhan Liu1-1/+1
2012-05-30gl: Do no access ctx after release during map-to-imageChris Wilson1-8/+8
2012-05-30gl: use _cairo_gl_operand_copy to fix unblanced reference countYuanhan Liu1-2/+2
2012-05-27pdf: merge _emit_recording_surface and _emit_recording_subsurface into the on...Adrian Johnson1-86/+26
2012-05-27ps: check if EXTEND_PAD group can be painted with EXTEND_NONEAdrian Johnson1-6/+25
2012-05-27pdf: fix smask gradient bboxAdrian Johnson1-3/+26
2012-05-26surface: Kill imagesurf temporary variableChris Wilson1-14/+5
2012-05-26image: Propagate errors from clone_subimageChris Wilson1-7/+19
2012-05-26quartz: Provide a valid implementation of map_to_imageAndrea Canciani1-132/+71
2012-05-26quartz: Mark surfaces created clear as is_clearAndrea Canciani1-0/+3
2012-05-26quartz: Silence warningAndrea Canciani1-2/+3
2012-05-26surface: Use the internal map/unmapAndrea Canciani6-44/+46
2012-05-26surface: Only use non-NULL extents for internal mappingAndrea Canciani2-4/+14
2012-05-26surface: Make backend-specific map/unmap functions symmetricAndrea Canciani11-47/+48
2012-05-26surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani17-39/+51
2012-05-26surface: Define private map/unmap functionsAndrea Canciani4-73/+222
2012-05-26png: Implement conversion of CAIRO_FORMAT_RGB30 to stringAndrea Canciani1-0/+1
2012-05-26build: Do not replace existing filesAndrea Canciani1-1/+1
2012-05-26build: Allow autogen-eration on systems without GTK-docAndrea Canciani1-3/+3
2012-05-24gl: Use core GL_STENCIL8_DEPTH24 for gl_flavor=desktopChris Wilson1-1/+1
2012-05-23gl: Fix compilation failure for flush cleanup.Martin Robinson1-2/+2
2012-05-23gl: Simplify switching between primitive typesHEADmasterMartin Robinson3-34/+41
2012-05-23test: Increase surface size for get-path-extentsChris Wilson1-1/+1
2012-05-23test/record90: Rotate the reference so that it is wholly visibleChris Wilson4-1/+1
2012-05-23test: Refresh unbounded-operatorChris Wilson2-0/+0
2012-05-23bo-rectangular: Emit subsummed boxes for overlapping edgesChris Wilson1-2/+3
2012-05-23test: Exercise rectangular bo bugChris Wilson3-0/+77