summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-12skia: Compile fix for changes to map-to-imageChris Wilson1-11/+5
2012-08-11damage: Update tail pointer after allocating new chunkChris Wilson1-1/+2
2012-08-11gl: Fudge gradient color generation to handle multiple stops at 0Chris Wilson1-0/+29
2012-08-11gl: Use a wide texture ramp to emulate a linear step functionChris Wilson1-3/+4
2012-08-11xlib: Silence compiler warningChris Wilson1-4/+5
2012-08-11gl: Remove unused variableChris Wilson1-1/+0
2012-08-11egl: s/EGL_KHR_surfaceless_opengl/EGL_KHR_surfaceless_context/Chris Wilson1-2/+3
2012-08-11trace: Fix propagation of CAIRO_TRACE_OUTDIR to childrenChris Wilson1-1/+1
2012-08-03type1 subset: ensure encoding includes all glyphsAdrian Johnson1-2/+2
2012-07-31cff subsetting: widths can be floating pointAdrian Johnson1-11/+11
2012-07-26gl: use absolute value for color difference between gradient stopsHenry Song1-4/+4
2012-07-25gl: Fallback for copy_boxes if src/dst do not belong to the same deviceChris Wilson1-2/+7
2012-07-25gl: translate proper matrix depending up type of gl_operandHenry Song1-2/+20
2012-07-24quartz: Use the correct transform when replaying recording surfacesAndrea Canciani1-6/+10
2012-07-24quartz: Never acquire recording surfacesHenry (Yu) Song - SISA1-19/+67
2012-07-24clip: Transform clip path in _cairo_clip_intersect_clip_path_transformed()Henry (Yu) Song - SISA1-0/+2
2012-07-24xcb: Fix make checkAndrea Canciani1-0/+2
2012-07-12gl: copy_boxes() does not support copying from a non-texture sourceChuanbo Weng1-0/+3
2012-07-12gl: Create a new texture surface if the source surface type is gl-windowChuanbo Weng1-0/+3
2012-07-12gl: Set is_clear flag to FALSE after map_to_imageDongyeon Kim1-0/+1
2012-07-12perf/chart: Render a solid bar if the column is too narrow for the gradientChris Wilson1-22/+31
2012-07-11gl: Add the compile fix that I forgot to add to the previous commitChris Wilson1-1/+1
2012-07-11gl: Destroy glyph cache surface during finishHenry Song1-3/+3
2012-07-10gl: generate correct gradient color textureHenry Song1-2/+2
2012-07-09xlib: If a sample accesses outside of a repeating image, upload it allChris Wilson1-7/+13
2012-07-09test: Add example from bug-51910Chris Wilson3-0/+92
2012-07-09test: Add a simple exercise for raster sampling of subpixel geometryChris Wilson5-0/+118
2012-07-05cff: initialise variable to prevent valgrind warningAdrian Johnson1-0/+1
2012-07-05cff: use correct size for bufferAdrian Johnson1-1/+1
2012-07-04cff: convert '.' to locale specific decimal point before using sscanfAdrian Johnson1-1/+25
2012-06-29boilerplate/gl: Round fractional window sizes upChris Wilson1-9/+14
2012-06-29ft: Indentation fixup for _get_bitmap_surface()Chris Wilson1-7/+7
2012-06-26gl: Set correct operation extents.Chuanbo Weng1-1/+6
2012-06-25xcb: Correctly handle a recording surface's extentsUli Schlachter1-11/+37
2012-06-25xcb: Handle recording surfaces differentlyUli Schlachter1-7/+3
2012-06-24gl: Set correct clip rectangle for non-texture destination surfacesChuanbo Weng1-5/+22
2012-06-24stroke: Skip inserting a round-join if within toleranceChris Wilson1-5/+9
2012-06-24stroke: Use round-joins near inflection points of splinesChris Wilson1-3/+14
2012-06-24test: Exercise bug in joining together spline segments around cuspsChris Wilson3-0/+97
2012-06-20gl: Trim the glyph mask to the operation extentsChris Wilson1-0/+5
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