summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-09-06svg: Don't embed CMYK Jpeg imagesAdrian Johnson1-0/+3
2013-09-05surface: Inherit device scale in cairo_surface_create_similar()Alexander Larsson1-0/+7
2013-09-05surface: Merge scratch construction into _cairo_surface_create_scratchAlexander Larsson13-147/+145
2013-09-05surface: Opencode create_similarAlexander Larsson1-3/+30
2013-09-05surface: expose the device scaleAlexander Larsson6-28/+61
2013-09-05spans,traps: Undo device transform from source matrix for recording replaysChris Wilson2-5/+23
2013-09-05gstate: Handle device scale on surface as sourceAlexander Larsson4-16/+23
2013-09-05gstate: Move device-scale font scaling to gstateAlexander Larsson3-31/+13
2013-09-05subsurface: Handle device scalesAlexander Larsson1-3/+18
2013-09-05default-context: Inherit device scale in push_group surfaceAlexander Larsson1-0/+4
2013-09-05gstate: Respect device transform in strokeAlexander Larsson1-3/+12
2013-09-05image: Use convolution filters for sample reconstruction when downscalingKrzysztof KosiƄski1-10/+55
2013-08-26Make "make check" happyChris Wilson1-0/+6
2013-08-23win32: Prevent double-free of similar imagesChris Wilson2-2/+4
2013-08-23Provide backwards compatibilty with old pixmanChris Wilson7-18/+85
2013-08-19gl: Return surface in error when creating oversized texture surfacesMartin Robinson1-11/+22
2013-08-19gl/msaa: Clean up msaa depth/stencil buffer for OpenGLESHenry Song1-1/+2
2013-08-13surface_get_extents: Reject finished or error surfaceUli Schlachter1-0/+12
2013-08-13push_group: Refuse working with unusable surfaceUli Schlachter1-0/+5
2013-08-13surface: Error out on finished surfacesUli Schlachter1-0/+19
2013-08-04[ft] Ensure alignment of bitmaps received from FreeTypeBehdad Esfahbod1-0/+9
2013-08-04[ft] Fix alignmentBehdad Esfahbod1-6/+3
2013-07-29[ft] Add missing includeBehdad Esfahbod1-0/+1
2013-07-29[ft] Fix mathBehdad Esfahbod1-7/+2
2013-07-29Support 2bit and 4bit embedded bitmapsBehdad Esfahbod1-1/+51
2013-07-28type1-subset: Don't try to rename non winansi glyphsAdrian Johnson1-2/+10
2013-07-15gl/msaa: Always use scissor when clippingHenry Song1-5/+5
2013-07-15gl/msaa: Disable stencil and scissor during framebuffer blitHenry Song1-0/+28
2013-07-15gl/msaa: Properly destroy stencil buffer clip cacheHenry Song2-1/+6
2013-07-05Towards support loading color glyphs from FreeTypeBehdad Esfahbod1-3/+38
2013-07-05[ft] Fix wrong assumptionsBehdad Esfahbod1-7/+3
2013-07-05[ft] Fix memory bug in copying bitmapsBehdad Esfahbod1-3/+1
2013-07-04xcb: Fix some uninitialized variable warningsUli Schlachter1-3/+3
2013-07-04image compositor: Always finish the span rendererUli Schlachter1-3/+4
2013-06-28gl: Move glGetUniformLocation to shader compile time.Eric Anholt4-48/+70
2013-06-21check: Fix check-def.sh for variations in GCC's linkerChris Wilson1-1/+1
2013-06-21test: Use the highest precision rendering for shapes for generating ref resultsChris Wilson1-0/+4
2013-06-21xml: Handle clip-boxes in the updated cairo_clip_tChris Wilson1-5/+72
2013-06-20svg: Unwrap recording surfacesChris Wilson1-2/+14
2013-06-20gstate: Speed up stroked path extentsChris Wilson1-12/+12
2013-06-20image: Mark the data as owned after stealing the snapshot's imageChris Wilson1-1/+1
2013-06-20pdf: Fix compiler warning for use of unitialised variable along error pathChris Wilson1-1/+1
2013-06-20pdf: Improve consistency in use of cairo_int_status_tChris Wilson4-134/+136
2013-06-20gl: Quell warning about incompatible pointer typeBryce W. Harrington1-1/+1
2013-06-20pdf: Assure compiler that data, data_size will always be initializedBryce W. Harrington1-1/+3
2013-06-20type1-subset: Fix typos in function commentBryce W. Harrington1-7/+7
2013-06-20type1-subset: Quell warning about uninitialized array_startBryce W. Harrington1-0/+1
2013-06-18scaled-font: Prevent a recursive mutex lock for removing a failed glyphChris Wilson1-0/+4
2013-06-18recording: Prevent invalid memory access with zero length command arrayChris Wilson1-0/+3
2013-06-11recording: Fix inconsistent usage of types for indicesChris Wilson2-11/+11