summaryrefslogtreecommitdiff
path: root/src/cairo-directfb-surface.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-11Merge branch '1.8'Jeff Muizelaar1-0/+1
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-1/+1
2008-11-21[directfb] Compile fix with debug enabled.Chris Wilson1-0/+1
2008-11-21[region] Use the caller supplied array for extracting boxes.Chris Wilson1-2/+4
2008-11-02Add an extents argument to the high level surface backend functionsAdrian Johnson1-1/+2
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-19/+14
2008-10-22Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson1-2/+2
2008-10-20[directfb] Unbounded operators are unsupported.Chris Wilson1-0/+10
2008-10-20[directfb] Fallback for SATURATEChris Wilson1-0/+3
2008-10-20[directfb] Perfom text fallback if emulating clip regions.Chris Wilson1-2/+12
2008-10-20[directfb] When blitting check if we need the un-premultiplied color.Chris Wilson1-24/+51
2008-10-20[directfb] Apply clip to release_dest_image()Chris Wilson1-9/+14
2008-10-20[directfb] Fix OBO in clip.Chris Wilson1-2/+2
2008-10-20[directfb] Force NEAREST.Chris Wilson1-0/+5
2008-10-20[directfb] Track the empty clip rectangle.Chris Wilson1-1/+5
2008-10-20[directfb] Cap the maximum surface size to use for the font cache.Chris Wilson1-3/+7
2008-10-20[directfb] Only use the pure BLIT for integer translations.Chris Wilson1-7/+23
2008-10-20[directfb] Tweak _categorize_operation().Chris Wilson1-12/+25
2008-10-20[directfb] Support ROI cloning.Chris Wilson1-7/+4
2008-10-20[directfb] Rename backend structure.Chris Wilson1-13/+24
2008-10-20[directfb] Whitespace.Chris Wilson1-745/+733
2008-10-20[directfb] Simplify return from _directfb_get_operator().Chris Wilson1-70/+68
2008-10-20[directfb] Use the solid pattern cache.Chris Wilson1-54/+18
2008-10-19[directfb] Return an error surface on create() failure.Chris Wilson1-11/+10
2008-10-19[directfb] Simplifiy ADD_TRIChris Wilson1-17/+13
2008-10-19[directfb] Add missing error statusChris Wilson1-0/+1
2008-10-19[directfb] Correct fixed-to-double conversion.Chris Wilson1-56/+54
2008-10-19[directfb] Fix error propagation from surface_create()Chris Wilson1-94/+114
2008-10-19[directfb] Compile fix.Chris Wilson1-2/+2
2008-10-19Review backend->create_similar()Chris Wilson1-8/+10
2008-09-27clone_similar(): s/device_offset/clone_offset/Chris Wilson1-6/+6
2008-09-27Allow cloning sub-regions of similar surfaces.Chris Wilson1-5/+9
2008-08-09[dfb] fix crashes due to cached glyphs going away during operationVladimir Vukicevic1-19/+54
2008-08-09[dfb] optimize DirectFB blitsVladimir Vukicevic1-286/+113
2008-08-09[dfb] correctly handle case of 0 boxes in clip regionVladimir Vukicevic1-0/+2
2008-08-09[dfb] Propagate clip correctly to surface returned from acquire_dest_imageVladimir Vukicevic1-9/+54
2008-08-09[dfb] convert RUN_CLIPPED macro to function with helpersVladimir Vukicevic1-55/+186
2008-05-23[cairo-xlib] Fix show_glyphs when failing to upload a glyphBehdad Esfahbod1-1/+2
2008-03-01[cairo-directfb] Fixed bug in clone_similar() (src_x added twice).Claudio Ciccani1-1/+1
2008-01-02[cairo-directfb] Optimize blend functions in fill_rectangles(), too.Claudio Ciccani1-1/+24
2007-12-18[directfb] Fix header include order to include cairoint.h firstBehdad Esfahbod1-3/+2
2007-12-17[directfb] replace u32 with uint32_tBenjamin Otte1-3/+3
2007-12-11[cairo-directfb] Support some environment variablesClaudio Ciccani1-22/+77
2007-12-10[cairo-directfb] Merging from directfb.orgClaudio Ciccani1-381/+466
2007-10-10Fix some trivial syntax warnings for -ansi.Chris Wilson1-8/+8
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-27/+22
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-9/+23
2007-08-31Revert "[cairo-gstate] Avoid copying untransformed glyphs."Chris Wilson1-1/+1
2007-08-31[cairo-gstate] Avoid copying untransformed glyphs.Chris Wilson1-1/+1