summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* xlib/shm: Discard damage upon shm finishChris Wilson2013-01-083-0/+13
* scaled-font: Hold the scaled font mutex whilst reaping from the global cacheChris Wilson2013-01-081-2/+7
* scaled-font: Assert if attempting to finish a frozen fontChris Wilson2013-01-081-0/+12
* scaled-font: Free the cached glyphs from the font before taking the global lockChris Wilson2013-01-081-1/+20
* scaled-font: Always hold the mutex even for single glyph probesChris Wilson2013-01-081-20/+21
* script: Thaw the scaled font cache on the error pathChris Wilson2013-01-081-1/+3
* image: Call pixman without a mask for opaque regions of inplace_spansChris Wilson2013-01-071-10/+47
* xlib: Simplify source creation by use of map-to-imageChris Wilson2013-01-061-59/+33
* xlib/shm: Only mark the shm pixmap as active if we upload into itChris Wilson2013-01-061-9/+14
* gl: Better handling of clear surfacesMartin Robinson2013-01-041-6/+37
* gl/msaa: Only clear parts of the stencil buffer we will useHenry Song2013-01-033-11/+44
* gl/msaa: Avoid the stencil buffer when possible during maskingAlejandro G. Castro2013-01-031-15/+53
* gl/msaa: Add full support for masking with the SOURCE operatorHenry Song2013-01-033-49/+152
* gl: Support the GL_IMG_texture_npot extensionChuanbo Weng2013-01-031-1/+2
* Add missing local slim proto for cairo_recording_surface_createChris Wilson2013-01-031-0/+1
* scaled-font: Mention ownership of returned object from get_font_face()Chris Wilson2013-01-031-1/+2
* xlib: Avoid copying the source twice if it is an imageChris Wilson2013-01-031-10/+27
* stroke: Make the incremental trapezoid stroker optionally available againChris Wilson2013-01-0312-30/+1489
* xlib: Use SHM transport for ordinary image uploadsChris Wilson2013-01-031-23/+77
* 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
* 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-211-10/+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
* 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
* 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
* recording: Append new elements to the end of the bbtree chainZozó Teki2012-11-101-1/+4
* 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
* pen: Tighten checking for bevel (start==stop) joinsChris Wilson2012-11-011-2/+2