summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-09svg, test: Refer to output filename by variable, not a hardcoded valueHEADmasterBryce W. Harrington1-1/+1
2013-09-09test: Ensure output dirs exist, falling back to current dir if neededBryce W. Harrington13-55/+66
2013-09-09test: Make cairo_test_mkdir() usable throughout tests.Bryce W. Harrington2-5/+8
2013-09-09test: Fix several tests to place output files in the output directoryBryce W. Harrington11-17/+30
2013-09-09test: Don't ignore test output files left in test directoryBryce W. Harrington1-4/+0
2013-09-06svg: Don't embed CMYK Jpeg imagesAdrian Johnson1-0/+3
2013-09-06Downscaling requires pixman 0.30Adrian Johnson1-1/+1
2013-09-05script: Add support for replaying device-scaleChris Wilson1-0/+48
2013-09-05trace: Record set-device-scaleChris Wilson1-0/+12
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-05test: Allow CAIRO_TEST_MODE to independently enable extended testingChris Wilson1-4/+18
2013-09-05tests: Add device scale test to "full" testrun similar to offsetsAlexander Larsson3-57/+77
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-09-05Bump version for new development tree, 1.13.1Chris Wilson1-2/+2
2013-08-26Post-release version bumpChris Wilson1-1/+1
2013-08-261.12.16 releaseChris Wilson2-1/+56
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 Wilson8-19/+86
2013-08-19gl: Return surface in error when creating oversized texture surfacesMartin Robinson3-11/+111
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-13api-special-cases: Also test contextsUli Schlachter1-21/+1153
2013-08-11perf: Move macro-benchmark documentation to cairo-tracesBryce W. Harrington1-69/+20
2013-08-11HACKING: Make mention of the separate cairo-traces repoBryce W. Harrington1-4/+5
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-29Revert accidentally committed stuffBehdad Esfahbod1-3/+3
2013-07-29[ft] Add missing includeBehdad Esfahbod2-3/+4
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