summaryrefslogtreecommitdiff
path: root/src/cairo-image-surface.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-06image: Propagate error instead of asserting.Chris Wilson1-1/+2
2010-05-05image: Propagate failure from pixman_image_set_clip_region()Chris Wilson1-1/+8
2010-05-04image: Propagate failure from pixman_image_fill_boxes().Chris Wilson1-25/+30
2010-05-04image: Check for pixman image allocation failure during glyphsChris Wilson1-5/+3
2010-05-04image: Replace assert with error returnChris Wilson1-1/+2
2010-05-03image: A few missing tests for malloc failureChris Wilson1-1/+11
2010-05-03fallback: get src_x/y variables right when compositing trapsBenjamin Otte1-1/+3
2010-04-30image: remove useless optimizationBenjamin Otte1-8/+3
2010-04-30fallback: Create pixman image for correct rectangleBenjamin Otte1-4/+4
2010-04-30image: Simplify translation of pattern matrix for composite_trapezoids()Chris Wilson1-3/+1
2010-04-29image: Round down when rendering antialiased boxesBenjamin Otte1-4/+5
2010-04-29Remove excessive semicolonsBenjamin Otte1-1/+1
2010-04-29image: translate source pattern in composite_trapezoids()Benjamin Otte1-1/+7
2010-04-29atomic: Separate bool and old-value compare-and-exchangeAndrea Canciani1-3/+3
2010-04-28image: pixman_image_fill_rectangles() => pixman_image_fill_boxes()Benjamin Otte1-16/+16
2010-04-28pixman_image_composite => pixman_image_composite32Benjamin Otte1-6/+6
2010-04-28image: Generate clear/white/black images when !HAS_ATOMIC_OPSChris Wilson1-0/+10
2010-04-28image: Convert 1x1 samples into solid colors.Chris Wilson1-25/+136
2010-04-27image: Compute sample extentsChris Wilson1-25/+47
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-25clip: Report the surface offset when retrieving the clip maskChris Wilson1-18/+21
2010-04-15Use pixman_image_composite32()Benjamin Otte1-176/+176
2010-04-15image: Make unbounded fixup code not use pixman_fill()Benjamin Otte1-76/+47
2010-03-24Add back support for CAIRO_FORMAT_RGB16_565Oleg Romashin1-1/+15
2010-03-23image: Free traps after conversion from boxes.Chris Wilson1-3/+6
2010-03-22image: Special case wholly unbounded fixups.Chris Wilson1-0/+24
2010-03-02image: Don't rely on clip regions being clipped to surface extents.Chris Wilson1-12/+20
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja1-1/+5
2010-02-28image: Allow reduction of repeat modes for unity scaled patterns.Chris Wilson1-4/+5
2010-02-28image: Fix bug optimizing surface pattern extend modes.M Joonas Pihlaja1-0/+4
2010-02-23image: split cairo_image_surface_coerce()Benjamin Otte1-2/+12
2010-02-12clip: Avoiding derefencing NULL clip_regionChris Wilson1-12/+14
2010-02-12clip: Restrict composite extents to clip extentsChris Wilson1-56/+18
2010-01-25Remove useless pixman version checksBenjamin Otte1-8/+2
2010-01-25image: Prevent deref of NULL clip_regionChris Wilson1-1/+9
2010-01-23Fix image backend compilationAndrea Canciani1-0/+3
2010-01-22image: Implement high level interface.Chris Wilson1-608/+3285
2010-01-22Alter definition of cairo_composite_rectangles_tChris Wilson1-15/+16
2010-01-22spans: Pass multiple rows of identical spans to the renders.Chris Wilson1-47/+32
2010-01-22Add cairo_device_tChris Wilson1-1/+3
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-12-28Fixed documentation typo.Tim Janik1-1/+1
2009-10-21Support component-alpha.Chris Wilson1-14/+41
2009-10-21Make the surface->is_clear logic commonChris Wilson1-44/+3
2009-10-16[surface] Don't AND in the desired content.Chris Wilson1-4/+0
2009-10-16[image] Clone the format for a similar surface with identical contentChris Wilson1-2/+9
2009-09-29[image] Fix masks computation for BGRx formatBenjamin Otte1-3/+3
2009-09-25[image] Return cairo_bool_t from _pixman_format_to_masksBenjamin Otte1-11/+10
2009-09-23[image] Do not trust user supplied data to be clearChris Wilson1-1/+1
2009-09-23[image] Tweak coding styleChris Wilson1-4/+5