summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-05gl: Decouple glyphs on shutdown from the scaled font cachesChris Wilson3-10/+47
2011-12-05gl: Embed the operand rather than a pattern into the glyph cacheChris Wilson2-31/+19
2011-12-05gl: Use the embedded operand to allow passing sources aroundChris Wilson8-209/+136
2011-12-05gl: Propagate surface texture to embedded operandChris Wilson1-1/+1
2011-12-05gl: Check against user-provided invalid sizesChris Wilson3-0/+9
2011-12-05gl: Make the backend struct staticChris Wilson2-4/+5
2011-12-02doc: Drop the gtk-doc markup from _cairo_radial_pattern_focus_is_insideChris Wilson1-3/+3
2011-12-02doc: add CAIRO_DEVICE_TYPE_COGLChris Wilson1-0/+1
2011-12-02doc: Add new antialias symbolsChris Wilson1-0/+6
2011-12-02script: Add documentationChris Wilson2-23/+148
2011-12-02doc: Add sections for cairo-scriptChris Wilson1-0/+13
2011-12-02doc: Add similar-image, map-to-image, unmap-imageChris Wilson1-0/+3
2011-12-02xcb: Silence a compiler warning for mixing status and internal status enumsChris Wilson1-1/+1
2011-12-02Add cairo_xcb_surface_set_drawableKeith Packard4-0/+76
2011-12-02Create XCB documentation.Keith Packard2-1/+10
2011-12-02cairo-xcb: gtk-doc doesn't like _ in parameter namesKeith Packard1-24/+24
2011-11-25gl: Even repeating subsurfaces need to be clonedChris Wilson1-4/+3
2011-11-25subsurface: Replace any existing snapshotChris Wilson3-3/+5
2011-11-25gl: And enable subsurface caching of the clonesChris Wilson1-24/+31
2011-11-25gl: Temporarily clone a subsurface as requiredChris Wilson1-4/+73
2011-11-25trace: Remove the warning about the unstable formatChris Wilson1-1/+0
2011-11-25script: Prefer polymorphorism for mesh path constructionChris Wilson1-111/+47
2011-11-25Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson23-577/+692
2011-11-24gl: Prevent the traps compositor from explodingChris Wilson10-28/+105
2011-11-24gl: Embed a operand into the surface for pass-throughChris Wilson2-45/+72
2011-11-24gl: Avoid cleaning up an uninitialised composite upon UNSUPPORTEDChris Wilson1-0/+3
2011-11-24gl: Fallback for complex subsurfacesChris Wilson7-96/+113
2011-11-24gl: Correctly offset sub-image uploadsChris Wilson1-12/+21
2011-11-23gl: Update glyphs to use cairo_gl_source_tChris Wilson4-25/+39
2011-11-23gl: Properly prepare the source when compositing glyphs with a mask.Martin Robinson1-9/+13
2011-11-23gl: Fix offset for non-texture surface patternsMartin Robinson1-5/+4
2011-11-23gl/msaa: Fix scissor boundsMartin Robinson2-11/+3
2011-11-23subsurface: Fix 'make check'Andrea Canciani1-1/+1
2011-11-23xlib: Eliminate redundant copies of subsurfacesChris Wilson1-101/+106