summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-03[mutex] Hook into pthread lastChris Wilson1-23/+24
2009-09-03[gl] Allocate small number of rectangles on the stackChris Wilson1-14/+29
2009-09-03[gl] Assert that the error is impossible.Chris Wilson1-2/+2
2009-09-03[gl] Remove reference to depth_stencil_texChris Wilson2-3/+0
2009-09-03[test] Fix the order of random points random-intersections-curves*.M Joonas Pihlaja2-14/+20
2009-09-03[image] Check for out of bounds image surface sizes in constructors.M Joonas Pihlaja4-6/+29
2009-09-03[test] Allow tests to XFAIL by putting the cairo_t into an error state.M Joonas Pihlaja1-7/+7
2009-09-03[xlib] solid pictures should only be 1x1Chris Wilson1-1/+1
2009-09-03[polygon] Compute the limit of the limits slightly more efficientlyChris Wilson1-12/+12
2009-09-03[boilerplate] Handle errors whilst creating GL surfaceChris Wilson2-13/+14
2009-09-03[polygon] Fix discard with non-banded disjoint clip boxesChris Wilson2-5/+25
2009-09-03[test] Add clip-disjointChris Wilson5-0/+93
2009-09-02[script] Always create a fallback fontChris Wilson1-19/+27
2009-09-02[script] Attempt to select a font if ! CAIRO_HAS_FT_FONTChris Wilson1-0/+106
2009-09-02[boilerplate/test] Use numerical equality not string equalityChris Wilson2-2/+2
2009-09-02[build] Fix typos in prototype warnings.M Joonas Pihlaja1-1/+1
2009-09-02[build] Hush the Solaris compiler about enum abuse.M Joonas Pihlaja2-2/+27
2009-09-02[build] Refine the -Wno-attribute test to check our use cases.M Joonas Pihlaja3-13/+41
2009-09-02[constructors] Guard against being called without any input files.M Joonas Pihlaja2-2/+12
2009-09-02[trace] Check for __builtin_return_address explicitly.M Joonas Pihlaja2-1/+13
2009-09-02[trace] Replace an open coded test for matrix identity.M Joonas Pihlaja1-4/+1
2009-09-02[trace] Don't crash on unknown enums values.M Joonas Pihlaja1-141/+172
2009-09-02[trace] Check for object stack underflow.M Joonas Pihlaja1-2/+24
2009-09-02[NEWS] Thank the AuroraUX team for facilitating Solaris testing.M Joonas Pihlaja1-0/+5
2009-09-02[trace] Get the tracee program name from the environment.M Joonas Pihlaja2-13/+21
2009-09-02[xlib] Remove stray codeChris Wilson1-11/+2
2009-09-02[xlib] Eliminate GC clippingChris Wilson4-145/+116
2009-09-02[test] Add clip-imageChris Wilson4-0/+96
2009-09-01[xlib] Make xlib_display_t private and rename xlib_screen_info_tChris Wilson5-206/+339
2009-09-01Revert "[freelist] Make _cairo_freepool_alloc_from_new_pool static inline."Chris Wilson2-27/+31
2009-09-01[freelist] Make _cairo_freepool_alloc_from_new_pool static inline.M Joonas Pihlaja2-31/+27
2009-09-01[wrapper] Avoid a void return gccism.M Joonas Pihlaja1-1/+1
2009-09-01[ps] Clip meta-surface to desired extents.Chris Wilson1-3/+43
2009-09-01[ps/pdf] Trim patterns to operation extentsChris Wilson4-35/+319
2009-09-01[boilerplate] Use xlib as fallback reference for xcbChris Wilson1-1/+12
2009-09-01[path] Standalone header-compilationChris Wilson1-2/+2
2009-09-01Compiler warningsChris Wilson2-4/+5
2009-09-01[tee] Rename 'append' to 'add' and add symmetric 'remove'Chris Wilson4-9/+54
2009-09-01[pattern] Remove unused hidden symbol for cairo_pattern_status()Chris Wilson2-6/+4
2009-08-31PDF: Ensure operator is selected before painting surfaceAdrian Johnson1-8/+8
2009-08-31PDF: Flush operators before writing to the PDF streamAdrian Johnson1-0/+4
2009-08-31PDF: Reset alpha to 1.0 before painting a surfaceAdrian Johnson1-1/+7
2009-08-31Update ref imagesAdrian Johnson11-0/+0
2009-08-31PDF: Avoid using patterns when filling a surface with EXTEND_NONEAdrian Johnson1-0/+19
2009-08-31PDF: Avoid using patterns when painting surfaces with EXTEND_NONEAdrian Johnson1-0/+58
2009-08-31PDF: Fix bug when when embedding surfacesAdrian Johnson1-1/+2
2009-08-31[test] Use HAVE_FLOCKFILE instead of _POSIX_C_SOURCE.M Joonas Pihlaja1-3/+2
2009-08-31[trace] Use HAVE_FLOCKFILE/FUNLOCKFILE since configure test for them.M Joonas Pihlaja1-0/+4
2009-08-31[build] Remove duplicate invocation of AC_CHECK_HEADERS.M Joonas Pihlaja1-3/+0
2009-08-30[perf] Trim outliers from chartChris Wilson1-39/+172