summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-02mono-scan-converter: Fix increment of x coordinate of an edge while scan conv...image_backendTaekyun Kim1-1/+1
2012-01-02spans: Fast paths for composition of single unaligned boxTaekyun Kim4-32/+397
2012-01-02subsurface: Fix pattern matrix when painting subsurface to snapshotTaekyun Kim1-1/+1
2012-01-02bo-rect: Ignore empty boxes when tessellationTaekyun Kim1-1/+3
2012-01-02traps: Check if clip path is actually exist before destructionTaekyun Kim1-1/+2
2012-01-02spans: Correctly check whether clipping is needed or notTaekyun Kim1-0/+3
2012-01-02spans: Fix creation of clip surface regarding antialias of clip pathsTaekyun Kim1-95/+126
2012-01-02traps: Check clip path before we call mask_func directlyTaekyun Kim1-1/+1
2011-12-16gl: Fix the offset of non-texture source surfacesHEADmasterMartin Robinson1-1/+1
2011-12-16egl: do not destroy dummy_surface if it does not existPekka Paalanen1-1/+2
2011-12-16gl/msaa: Scissor simple rectangular clipsMartin Robinson1-27/+53
2011-12-15test: Use fork() on MacOS XAndrea Canciani1-4/+1
2011-12-15gl/msaa: Ignore the antialiasing property of the clip.Martin Robinson1-4/+10
2011-12-15gl/msaa: If stenciling the clip fails, reset the color mask.Martin Robinson1-0/+1
2011-12-15gl: Disable the msaa compositor by default (for release testing)Chris Wilson1-2/+12
2011-12-12gl: Set the destination for swap buffers, required by EGL at leastChris Wilson1-1/+4
2011-12-11xcb: Add a special case for recording surfaceUli Schlachter1-0/+70
2011-12-11xcb: Move the surface picture setup into its own functionUli Schlachter1-22/+30
2011-12-11xcb: Silence compiler warnings about ignored return valuesUli Schlachter2-2/+9
2011-12-11xcb: Silence a compiler warning for mixing type and internal type enumsUli Schlachter1-1/+1
2011-12-10doc: fix typosAdrian Johnson1-3/+3
2011-12-10ps: simplify the EPS save and restoreAdrian Johnson1-7/+3
2011-12-09gl: Track surface references through operandsChris Wilson2-0/+5
2011-12-09gl: fix bug in _cairo_gl_surface_embedded_operand_init()Chuanbo Weng2-2/+1
2011-12-08xcb: Fix invalid casts from cairo_content_t to cairo_format_tUli Schlachter1-4/+4
2011-12-07gl: Decouple the glyph upon evictionChris Wilson5-90/+81
2011-12-07doc: Add documentation for cairo_raster_source_patternChris Wilson3-0/+241
2011-12-07gl: Prevent leak of the white source used with glyph masksChris Wilson1-4/+7
2011-12-07gl: Defer stencil allocation until useChris Wilson3-19/+42
2011-12-06test: Exercise copy/filling unsorted rectanglesChris Wilson5-0/+152
2011-12-06Clip rectangles are not necessarily YSortedKeith Packard1-1/+1
2011-12-06test: reference ref images after tweaking polygon clippingChris Wilson16-0/+0
2011-12-06polygon: Tweak the y-coordinates of the edge so that it is inside the clipChris Wilson1-0/+12
2011-12-06polygon: Assert that we add edges that are wholly contained by the clipChris Wilson1-1/+42
2011-12-06gl: Re-enable the CLEAR optimisationChris Wilson1-4/+2
2011-12-06pdf: avoid using pdf patterns to paint/fill translucent linear/radial gradientsAdrian Johnson1-35/+58
2011-12-06pdf: avoid using pdf patterns to paint/fill opaque linear/radial gradientsAdrian Johnson2-34/+205
2011-12-06ps: allow embedding of cmyk jpeg imagesAdrian Johnson1-5/+21
2011-12-06pdf: allow embedding of cmyk jpeg imagesAdrian Johnson1-3/+15
2011-12-06ps: avoid padding images if the padding is not required to fill the extentsAdrian Johnson1-24/+35
2011-12-06pdf: don't use patterns with padded imagesAdrian Johnson1-115/+131
2011-12-06type1-subset: remove unused variablesAdrian Johnson1-4/+4
2011-12-06truetype-subset: remove unused variableAdrian Johnson1-2/+0
2011-12-05xlib-xcb: Implement surface_set_drawableUli Schlachter1-1/+5
2011-12-05xcb: Fixup some internal state in set_{drawable,size}Uli Schlachter4-4/+37
2011-12-05gl: Unbreak the glyph cacheChris Wilson2-14/+12
2011-12-05fallback: fix the offset for paintingChris Wilson1-2/+2
2011-12-05gl: Set the device offset on map-to-imageChris Wilson1-0/+2
2011-12-05gl: Propagate clip regionChris Wilson3-1/+4
2011-12-05gl: Substitute the white source for the default patternChris Wilson1-0/+3