summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-10-12pdf: don't use '\' to split strings across multiple linesAdrian Johnson1-1/+1
2014-10-10image: Corrected extents calculationsBill Spitzak6-153/+176
2014-10-10xcb: Use image fallback for GOOD/BEST filtersBill Spitzak1-18/+16
2014-10-10xcb: Add switches for whether XRender supports GOOD/BEST filteringBill Spitzak2-1/+15
2014-10-10xlib: Use image fallback for GOOD/BEST filtersBill Spitzak1-9/+14
2014-10-10xlib: Add symbols to indicate if XRender supports GOOD/BEST filteringBill Spitzak1-0/+2
2014-10-10image: Move filter decision to _cairo_pattern_analyze_filterBill Spitzak2-14/+44
2014-10-09test: Teach check-preprocessor-syntax.sh about -inlines.hChris Wilson1-2/+2
2014-10-03Get make check back to a happy spotBryce Harrington2-4/+4
2014-10-03Declare as private the new cairo_lines_compare_at_y symbolBryce Harrington1-3/+4
2014-10-03quartz: Check for quartz surface type before conversionBryce Harrington1-1/+1
2014-10-03quartz-image: Fix buildAndrea Canciani2-4/+4
2014-10-03quartz: Fix buildAndrea Canciani1-14/+8
2014-10-02image: Eliminate self-intersections for the pixman traps compositorChris Wilson1-0/+32
2014-10-02tor: Enable analytic processing for starting rowsChris Wilson1-10/+17
2014-10-02tor: Perform analytic coverage over the pixel not sample pointsChris Wilson1-18/+49
2014-09-30tor: Review full-row walkerChris Wilson1-52/+34
2014-09-30tor: Fix loss of precision from projection onto sample gridChris Wilson1-157/+174
2014-09-29src: check the surface backend for NULLRavi Nanjundappa4-5/+60
2014-09-29stroke,traps: Emit join without loss of precisionChris Wilson8-257/+530
2014-09-24arc: Insert the initial point on the arcChris Wilson1-0/+4
2014-09-23Fix compilation with bionic libcAdrian Johnson5-11/+24
2014-09-22Don't return NULL to clients when getting deviceBryce Harrington2-4/+7
2014-09-22Don't return NULL to clients when getting imageBryce Harrington3-3/+3
2014-09-19gl: Increase default VBO size on GL to 1MBryce Harrington2-1/+7
2014-09-19gl: Track the VBO size as a property of the ctxBryce Harrington4-15/+17
2014-09-19cairo-gl: Make VBO size run-time settableBryce Harrington4-4/+30
2014-09-17Disable font options for xcb.Bryce Harrington1-1/+7
2014-09-14win32 printing: fix image scale when GDI scale is not identityAdrian Johnson1-0/+1
2014-09-12xcb: Initialize font options from Xft resourcesLukáš Lalinský5-3/+435
2014-09-11qt: Suppress warnings in qt backend buildRavi Nanjundappa1-3/+6
2014-08-28Fix _cairo_mesh_pattern_equal() when cairo_mesh_patch_t structs are differentMaks Naumov1-1/+1
2014-08-27Fix font x_scale value in _compute_transform()Maks Naumov1-1/+1
2014-08-27src: Fix memory issue reported by cppcheck static analysis toolRavi Nanjundappa1-1/+3
2014-08-25traps,xcb: Set the box count after filteringChris Wilson2-4/+5
2014-08-23traps,xcb: Prefilter zero-area boxes when converting trapsChris Wilson2-22/+35
2014-08-23xcb: Correctly check for image surface for inplace uploadUli Schlachter1-1/+2
2014-08-21Fix width and height args for _cairo_xcb_connection_copy_area()Maks Naumov1-1/+1
2014-08-19win32 print: fix cache_frozen assertionsRodrigo Rivas Costa1-1/+7
2014-08-14V5: Use NEAREST filter when possibleBill Spitzak3-20/+26
2014-08-01xlib: Undo debug hack to force fallbacksChris Wilson1-1/+1
2014-07-25V6 image: Use convolution filters for sample reconstruction when downscalingBill Spitzak2-2/+420
2014-07-24xlib: Fix mispelling in a commentBryce Harrington1-1/+1
2014-07-24cairo-wideint: Fix typo in two cairo_uint128 functionsBryce Harrington1-4/+4
2014-07-10skia : Add Debug support for skia backendRavi Nanjundappa1-11/+17
2014-07-09clang-cl: Use size of the pointer explicitlyJeff Muizelaar1-1/+1
2014-07-08skia: update the source to build with the latest skiaRavi Nanjundappa3-28/+54
2014-07-07xcb: make use of _cairo_surface_is_xcb to check for surface typeRavi Nanjundappa4-4/+19
2014-06-30Don't use __FUNCTION__ as a string literalJeff Muizelaar1-6/+4
2014-06-05src : Fix warn_unused_result warnings from gccRavi Nanjundappa2-5/+5