summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* xlib/shm: Fix typo in creation of a SHM imageChris Wilson2013-01-031-5/+3
* gl: Provide a fast emitter for solid spansChris Wilson2012-12-301-5/+50
* gl: Provide a fast emitter for solid glyphsChris Wilson2012-12-301-13/+49
* gl: Use vfunc for vertex emissionChris Wilson2012-12-306-114/+190
* perf/chart: Contract the default output filenamesChris Wilson2012-12-291-3/+1
* perf/chart: Show the geometric average as an extra columnChris Wilson2012-12-291-1/+111
* Revert "xlib/shm: Do not trigger a surplus event from XShmPutImage"Chris Wilson2012-12-291-1/+1
* xlib/shm: Do not trigger a surplus event from XShmPutImageChris Wilson2012-12-291-1/+1
* xlib/shm: Rate-limit events and only use as necessaryChris Wilson2012-12-292-35/+79
* gl: Cleanup selection of multisampling modeMartin Robinson2012-12-283-21/+22
* xlib/shm: Populate send_event and serialChris Wilson2012-12-231-0/+4
* doc: Add CAIRO_MIME_TYPE_UNIQUE_ID to list of supported mime typesAdrian Johnson2012-12-221-1/+2
* type1-subset: always include subroutine 4 (hint replacement idiom)David Maxwell2012-12-221-2/+2
* [ft] Fix resizing of bitmap fontsBehdad Esfahbod2012-12-211-32/+34
* [ft] Remove ancient check for FT_Bitmap_Size.y_ppemBehdad Esfahbod2012-12-212-17/+1
* [Minor] Improve loggingBehdad Esfahbod2012-12-212-1/+3
* xlib/shm: Fix memory leakAdam Jackson2012-12-181-1/+1
* xcb: Fix xcb-huge-subimageUli Schlachter2012-12-171-14/+58
* test: Add xcb-huge-subimageUli Schlachter2012-12-173-0/+82
* context: Use recording surfaces for unbounded groupsUli Schlachter2012-12-171-9/+14
* Revert "gl/msaa: Share the depth/stencil buffer among all surfaces"Martin Robinson2012-12-173-124/+38
* boilerplate-xcb: Ignore MappingNotify eventsUli Schlachter2012-12-171-2/+8
* gl: Add BGRA download support for GLES2Martin Robinson2012-12-103-26/+44
* gl/msaa: Share the depth/stencil buffer among all surfacesMartin Robinson2012-12-083-38/+124
* gl/msaa: Use GL_IMG_multisampled_render_to_texture when availableChuanbo Weng2012-12-053-3/+41
* gl: Properly disable ctx->spans when necessaryHenry Song2012-12-051-4/+10
* gl/msaa: Also setmsaa_active to true for non-texture surfacesHenry Song2012-12-051-0/+1
* gl: Flush context upon evicting a gradientHenry Song2012-12-011-0/+2
* mempool: Reduce the assertion into an alignment adjustment for the baseChris Wilson2012-12-012-7/+16
* script: Fix map-to-image/unmap stack manipulationsChris Wilson2012-11-281-3/+3
* trace: Do not forcibly add surfaces to the dictionaryChris Wilson2012-11-281-18/+32
* trace: Fix operand emission for map-to-image and unmap-imageChris Wilson2012-11-271-24/+34
* recording: Append new elements to the end of the bbtree chainZozó Teki2012-11-101-1/+4
* version: Post-release bump to 1.12.9Chris Wilson2012-11-041-1/+1
* 1.12.8 release1.12.8Chris Wilson2012-11-042-1/+43
* type1-subset: remove unused variableAdrian Johnson2012-11-031-4/+0
* type1-subset: fix memory leakAdrian Johnson2012-11-031-19/+33
* xlib/shm: Need IncludeInferiors when creating the source fallbackChris Wilson2012-11-021-0/+14
* stroke: Fix calling '_cairo_spline_intersect' for in-bounds checking of splinesChris Wilson2012-11-021-1/+1
* test: Add stroke-clippedChris Wilson2012-11-023-0/+55
* pen: Tighten checking for bevel (start==stop) joinsChris Wilson2012-11-011-2/+2
* gl: Tune the default VBO size to reduce overhead on embedded devicesChris Wilson2012-11-011-2/+4
* xlib: Fixup standalone header compilation for 'make check'Chris Wilson2012-11-011-0/+1
* spans: Do not assume that we manage to perform the clip geometricallyChris Wilson2012-11-011-2/+6
* util/show-polygon: Show the limited range of each edgeChris Wilson2012-11-011-4/+48
* stroke: Precompute the line half-widthChris Wilson2012-11-011-8/+9
* image: Add a couple of tracepoints for spans fallbacksChris Wilson2012-10-312-4/+12
* xlib/shm: Fix bogus assertion without shm availableChris Wilson2012-10-311-1/+1
* pen: First check whether the in/out edges lie within the single pen vertexChris Wilson2012-10-314-28/+32
* xlib: Apply the image offsets to the destination rather the sourceChris Wilson2012-10-301-12/+10