summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-27image: And more fallout from c986a73, restore the absent short runsChris Wilson1-18/+16
2013-01-27Mark _cairo_path_is_simple_quad as privateChris Wilson1-1/+1
2013-01-27image: Fix opaque span fillsChris Wilson1-2/+2
2013-01-26image: Enable inplace compositing with opacities for general routinesChris Wilson2-30/+162
2013-01-25gl/msaa: Add a fast path for fills that are simple quadsMartin Robinson3-40/+158
2013-01-25gl: Use GL_ALPHA textures for CAIRO_CONTENT_ALPHA glyph cachingHenry Song3-15/+45
2013-01-25gl: Fix typos in multisampling detectionHenry Song1-3/+3
2013-01-25gl/msaa: Fix a memory leak in _clip_to_trapsHenry Song1-0/+2
2013-01-23gl: Don't query the display when checking if the context changedHenry Song2-18/+8
2013-01-23xlib: Do not upload the whole image just because we want an entire rowChris Wilson2-14/+18
2013-01-16version: Post-release bump to 1.12.11Chris Wilson1-1/+1
2013-01-161.12.10 releaseChris Wilson2-1/+50
2013-01-15gl: Follow up fix for the previous commitMartin Robinson1-1/+1
2013-01-15gl: Support for non-texture sources and masksHenry Song1-0/+3
2013-01-15gl/msaa: Check for more extensions before using MSAAMartin Robinson1-16/+17
2013-01-14script: Set decompression length prior to calling decompressorsChris Wilson1-1/+1
2013-01-13xlib: Initialise Pixmap for proxy sourcesChris Wilson1-1/+2
2013-01-13compositor: Pass back the internal failureChris Wilson1-2/+2
2013-01-13compositor: Convert image surface into backend sourceChris Wilson1-15/+46
2013-01-13xlib: Handle lack of XRenderFillRectanglesChris Wilson4-37/+157
2013-01-11xlib: Only fallback through the mask intermediate if we can composite the maskChris Wilson3-16/+38
2013-01-09gl/msaa: Rely on the stencil buffer to cache the clipMartin Robinson3-17/+46
2013-01-09gl/msaa: No need to set the clip when maskingMartin Robinson1-1/+0
2013-01-09xcb: _cairo_scaled_font_reset_cache does it own lockingChris Wilson1-2/+0
2013-01-09xlib: map-to-image requires an extentsChris Wilson1-1/+2
2013-01-09stroke: Flip the dev slope as well for computing the cusp on a degeneracyChris Wilson1-0/+2
2013-01-09gstate: Use the polygon intermediate for geometry queriesChris Wilson1-12/+12
2013-01-09scaled-font: Fix use after free when clearing the glyph cacheChris Wilson1-2/+3
2013-01-09scaled-font: Make reset-font-cache threadsafeChris Wilson1-35/+31
2013-01-08gl: Do less work when acquiring and releasing devicesMartin Robinson4-24/+301
2013-01-08image: Allocate a temporary buffer for inline span compositionChris Wilson1-4/+20
2013-01-08scaled-font: Remove a non-threadsafe double-freeze assertChris Wilson1-1/+0
2013-01-08xlib/shm: Only destroy an existing damageChris Wilson1-2/+4
2013-01-08xlib/shm: Discard damage upon shm finishChris Wilson3-0/+13
2013-01-08scaled-font: Hold the scaled font mutex whilst reaping from the global cacheChris Wilson1-2/+7
2013-01-08scaled-font: Assert if attempting to finish a frozen fontChris Wilson1-0/+12
2013-01-08scaled-font: Free the cached glyphs from the font before taking the global lockChris Wilson1-1/+20
2013-01-08scaled-font: Always hold the mutex even for single glyph probesChris Wilson1-20/+21
2013-01-08script: Thaw the scaled font cache on the error pathChris Wilson1-1/+3
2013-01-08script: Simply exchange source/dest images for _set_source_imageChris Wilson1-5/+14
2013-01-08script: Attempt to decompress images in placeChris Wilson3-167/+247
2013-01-07image: Call pixman without a mask for opaque regions of inplace_spansChris Wilson1-10/+47
2013-01-06xlib: Simplify source creation by use of map-to-imageChris Wilson1-59/+33
2013-01-06xlib/shm: Only mark the shm pixmap as active if we upload into itChris Wilson1-9/+14
2013-01-05script: Recompress strings using LZO whilst binding tracesChris Wilson7-56/+227
2013-01-04gl: Better handling of clear surfacesMartin Robinson1-6/+37
2013-01-04boilerplate/glx: Add a target with multisampling and stencil supportMartin Robinson1-74/+96
2013-01-04gobject: Fix my typo s/TEST/TEXT/ in the previous commitChris Wilson1-1/+1
2013-01-04gobject: Fix "text_cluster_flags_get_type" typoKouhei Sutou1-1/+1
2013-01-03gl/msaa: Only clear parts of the stencil buffer we will useHenry Song3-11/+44