summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-23xlib: Cache the subsurface PictureChris Wilson1-27/+52
2011-11-23surface: Bump reference count around finishChris Wilson2-25/+32
2011-11-23subsurface: Support caching for cloned subsurfacesChris Wilson2-0/+32
2011-11-23xlib: Handle subsurfaces correctlyChris Wilson1-0/+99
2011-11-23xlib: ADD only reduces to SOURCE for alpha-only targetsChris Wilson1-2/+6
2011-11-23subsurface: And remove the dead code for releasing complex sourceChris Wilson1-14/+0
2011-11-23image: Remove dubious "optimisations" for acquired source imagesChris Wilson1-29/+0
2011-11-23subsurface: Simplify acquire_source_imageChris Wilson1-115/+21
2011-11-23image: Only unwrap a subsurface if the sample is fully containedChris Wilson1-14/+16
2011-11-21cairo_surface_observer_mode_t: Remove trailing comma.Murray Cumming1-1/+1
2011-11-21polygon-intersection: Finish any edges upon intersectionChris Wilson1-4/+9
2011-11-18xcb: Fix typoAndrea Canciani1-1/+1
2011-11-18perf: Compile fix, add the index to cairo_perf_report_load()Chris Wilson2-2/+2
2011-11-18xcb: Handle SHM exhaustion gracefullyChris Wilson1-4/+6
2011-11-18Revert "xcb: Fix xcb-huge-image-shm"Chris Wilson1-1/+1
2011-11-15xcb: Fix xcb-huge-image-shmUli Schlachter1-1/+1
2011-11-15xcb: Fix some invalid castsUli Schlachter1-9/+11
2011-11-12test: Do not open files in non-existing dirsAndrea Canciani1-18/+20
2011-11-12test: Use cairo_test_list_t for the main test listAndrea Canciani2-20/+7
2011-11-12boilerplate: Fix svg extensionAndrea Canciani1-4/+4
2011-11-12Remove useless checks for NULL before freeingAndrea Canciani3-50/+24
2011-11-12Use xstrdup instead of xmalloc when possibleAndrea Canciani2-12/+4
2011-11-12test: Reuse cairo_test_logv()Andrea Canciani1-2/+1
2011-11-12boilerplate: Remove unused thread id parameterAndrea Canciani29-98/+9