summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-04[test] Add a test for all the pixman formatsyuvBenjamin Otte3-0/+119
2009-11-04Planar support for cairo_image_surface_create_for_pixman_format()Benjamin Otte2-4/+7
2009-11-04Disable YUV formatsBenjamin Otte3-9/+4
2009-11-04Export cairo_image_surface_create_with_pixman_format()Benjamin Otte5-24/+26
2009-11-04[xlib] Use correct number when checking if points are out of rangeBenjamin Otte1-8/+8
2009-11-04[test] Add "target=raster" to testBenjamin Otte1-1/+1
2009-11-04[xlib] Fix new Composite testBenjamin Otte2-11/+20
2009-11-04[test] Add a test exposing bugs in XRenderCompositeBenjamin Otte3-0/+82
2009-11-02build: Add -pthread to real_pthread_CFLAGSChris Wilson2-29/+34
2009-11-02sphinx: Add required pthread libsBenjamin Otte2-3/+3
2009-11-02sphinx: Add required pthread libsChris Wilson2-2/+10
2009-11-02[test] Update upscale test to expose an Xlib failureBenjamin Otte5-1/+3
2009-10-30path: Skip any secondary degenerate line-to segments.Chris Wilson1-3/+10
2009-10-30path: Misclassification of rectilinear after degenerate line-toChris Wilson1-49/+52
2009-10-29Provide a builtin implementation of isspace() and isdigit()Adrian Johnson4-17/+28
2009-10-27xlib: Set has_component_alpha = FALSE for gradient PicturesChris Wilson1-0/+1
2009-10-26scaled-font: Fix documentation examples with incorrect derefsChris Wilson1-10/+10
2009-10-26gitignore: Add forgotten cairo-perf-printChris Wilson1-0/+1
2009-10-26perf: Fix comparisonsChris Wilson1-7/+15
2009-10-25wideint: Protect 64_32_div for non-HAVE_UINT16_T systemsChris Wilson1-0/+5
2009-10-23[pattern] Compute zero extents for empty patternsChris Wilson1-3/+24
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja64-711/+718
2009-10-21Support component-alpha.Chris Wilson14-134/+234
2009-10-21[gl] Do not clear internal surfaces.Chris Wilson1-15/+31
2009-10-21Make the surface->is_clear logic commonChris Wilson5-54/+68
2009-10-21[doc] Add comments on when surfaces are cleared on construction.Chris Wilson1-0/+9
2009-10-20[test] Add surface-pattern-operatorAndrea Canciani7-0/+122
2009-10-19[test] Update rotate-image-surface-paintChris Wilson8-38/+45
2009-10-19atomic: correct libatomic_ops version of _cairo_atomic_int_cmpxchgLuo Jinghua1-1/+1
2009-10-18[gstate] Apply target device offsets to patterns immediatelyBenjamin Otte3-94/+10
2009-10-18[clip] Remove non-existing functions from headerBenjamin Otte1-9/+0
2009-10-18[path] Fix compiler warningsBenjamin Otte1-4/+3
2009-10-18[xlib] Fix compiler warningsBenjamin Otte1-4/+4
2009-10-17[test] Add radial-gradient-sourceChris Wilson5-0/+118
2009-10-16[surface] Don't AND in the desired content.Chris Wilson13-62/+10
2009-10-16[image] Clone the format for a similar surface with identical contentChris Wilson1-2/+9
2009-10-16[fallback] Create intermediate surface with same content.Chris Wilson1-5/+7
2009-10-15Increment version to 1.9.5Carl Worth1-1/+1
2009-10-15Add mising images to REFERENCE_IMAGES list.Carl Worth1-0/+8
2009-10-15Mark in-fill-empty-trapezoid as an XFAIL test.Carl Worth2-2/+7
2009-10-15Update version to 1.9.4Carl Worth1-1/+1
2009-10-15Remove stale references to non-existant reference images.Carl Worth1-7/+0
2009-10-15NEWS: Update with correct data for 1.9.4 snapshotCarl Worth1-2/+1
2009-10-15[build] Check compiler flags using AC_TRY_LINK instead of AC_TRY_COMPILE.M Joonas Pihlaja1-11/+8
2009-10-15[surface] Avoid double application of device offset when calling fill()Chris Wilson1-6/+35
2009-10-15[test] Add clip-device-offsetBenjamin Otte5-0/+82
2009-10-15[build] Link against pthread-stubsChris Wilson7-11/+22
2009-10-15[atomic] Fallback to libatomic-ops-devChris Wilson6-20/+63
2009-10-15[pattern] Compute extents for gradientsChris Wilson1-58/+126
2009-10-02PDF: Fix regression caused by 1ae5a419Adrian Johnson1-4/+8