summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.12.12 release1.12.12Chris Wilson2013-01-312-1/+25
* test: Refresh refs for aa noise following reduction of the 2-stage compositingChris Wilson2013-01-3134-0/+0
* image: Add a reference for the clone's parent imageChris Wilson2013-01-311-1/+8
* perf: Synchronize before stopping the timersChris Wilson2013-01-311-0/+3
* xlib/shm: More clarification of seqno requiredChris Wilson2013-01-291-3/+3
* xlib/shm: Clarify testing of seqnoChris Wilson2013-01-292-5/+17
* gl/msaa: Don't emit alpha when emitting verticesHenry Song2013-01-291-13/+11
* configure: Include X11.h before testing for usability of Xrender.hChris Wilson2013-01-291-1/+2
* xlib/shm: Appease the compiler for a 'maybe used uninitialised' variableChris Wilson2013-01-291-2/+1
* xlib/shm: Simplify uploading of SHM image dataChris Wilson2013-01-291-10/+12
* xlib/shm: Force synchronisation for scratch SHM image buffersChris Wilson2013-01-291-1/+1
* xlib/shm: Always request a CompletionEvent from ShmPutImageChris Wilson2013-01-292-10/+4
* xlib/shm: Tidy up destroying the mempool for a shm blockChris Wilson2013-01-291-1/+1
* xlib/shm: Tidy creation of the proxy source for ShmPixmapsChris Wilson2013-01-291-7/+3
* xlib/shm: Skip creating new SHM segments if the data is already in the xserverChris Wilson2013-01-291-0/+4
* xlib/shm: Tighten mark-active to the actual CopyArea on the ShmPixmapChris Wilson2013-01-291-1/+2
* perf; Do not allow the backends to optimize away the clear before syncChris Wilson2013-01-281-3/+7
* image: And more fallout from c986a73, restore the absent short runsChris Wilson2013-01-271-18/+16
* Mark _cairo_path_is_simple_quad as privateChris Wilson2013-01-271-1/+1
* image: Fix opaque span fillsChris Wilson2013-01-271-2/+2
* image: Enable inplace compositing with opacities for general routinesChris Wilson2013-01-262-30/+162
* gl/msaa: Add a fast path for fills that are simple quadsMartin Robinson2013-01-253-40/+158
* gl: Use GL_ALPHA textures for CAIRO_CONTENT_ALPHA glyph cachingHenry Song2013-01-253-15/+45
* gl: Fix typos in multisampling detectionHenry Song2013-01-251-3/+3
* gl/msaa: Fix a memory leak in _clip_to_trapsHenry Song2013-01-251-0/+2
* gl: Don't query the display when checking if the context changedHenry Song2013-01-232-18/+8
* xlib: Do not upload the whole image just because we want an entire rowChris Wilson2013-01-232-14/+18
* version: Post-release bump to 1.12.11Chris Wilson2013-01-161-1/+1
* 1.12.10 release1.12.10Chris Wilson2013-01-162-1/+50
* gl: Follow up fix for the previous commitMartin Robinson2013-01-151-1/+1
* gl: Support for non-texture sources and masksHenry Song2013-01-151-0/+3
* gl/msaa: Check for more extensions before using MSAAMartin Robinson2013-01-151-16/+17
* script: Set decompression length prior to calling decompressorsChris Wilson2013-01-141-1/+1
* xlib: Initialise Pixmap for proxy sourcesChris Wilson2013-01-131-1/+2
* compositor: Pass back the internal failureChris Wilson2013-01-131-2/+2
* compositor: Convert image surface into backend sourceChris Wilson2013-01-131-15/+46
* xlib: Handle lack of XRenderFillRectanglesChris Wilson2013-01-134-37/+157
* xlib: Only fallback through the mask intermediate if we can composite the maskChris Wilson2013-01-113-16/+38
* gl/msaa: Rely on the stencil buffer to cache the clipMartin Robinson2013-01-093-17/+46
* gl/msaa: No need to set the clip when maskingMartin Robinson2013-01-091-1/+0
* xcb: _cairo_scaled_font_reset_cache does it own lockingChris Wilson2013-01-091-2/+0
* xlib: map-to-image requires an extentsChris Wilson2013-01-091-1/+2
* stroke: Flip the dev slope as well for computing the cusp on a degeneracyChris Wilson2013-01-091-0/+2
* gstate: Use the polygon intermediate for geometry queriesChris Wilson2013-01-091-12/+12
* scaled-font: Fix use after free when clearing the glyph cacheChris Wilson2013-01-091-2/+3
* scaled-font: Make reset-font-cache threadsafeChris Wilson2013-01-091-35/+31
* gl: Do less work when acquiring and releasing devicesMartin Robinson2013-01-084-24/+301
* image: Allocate a temporary buffer for inline span compositionChris Wilson2013-01-081-4/+20
* scaled-font: Remove a non-threadsafe double-freeze assertChris Wilson2013-01-081-1/+0
* xlib/shm: Only destroy an existing damageChris Wilson2013-01-081-2/+4