summaryrefslogtreecommitdiff
path: root/src/cairo-directfb-surface.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-25Remove cairo-directfbEmmanuele Bassi1-545/+0
2015-10-17Fix some surfaces missed in b1192beaAdrian Johnson1-1/+2
2013-05-14directfb: Correctly chain up map-to-image/unmap to the image backendChris Wilson1-2/+2
2012-08-17xlib: Implement SHM fallbacks and fast upload pathsChris Wilson1-1/+5
2012-05-26surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani1-6/+7
2012-03-22directfb: Tweak, tweak, tweak.Chris Wilson1-72/+16
2012-02-09directfb: Discard long broken code and return to basicsChris Wilson1-1659/+283
2012-02-09Replace the ad-hoc surface unwrappers with a function pointerChris Wilson1-0/+1
2011-07-31Remove useless checks for NULL before freeingAndrea Canciani1-4/+2
2011-07-29directfb: Unbreak compilationAndrea Canciani1-5/+4
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-1/+6
2011-07-19build: Fix compilationAndrea Canciani1-0/+1
2011-07-15Implement cairo_backend_tChris Wilson1-0/+3
2010-06-10surface: remove content argument from is_similarAndrea Canciani1-1/+1
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-15Use pixman_image_composite32()Benjamin Otte1-8/+8
2010-01-22Add cairo_device_tChris Wilson1-0/+2
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-10-16[surface] Don't AND in the desired content.Chris Wilson1-2/+0
2009-08-06[directfb] Conditionally use DSPF_BGR555Chris Wilson1-0/+4
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-240/+251
2009-07-14[directfb] Silence compiler warnings.Chris Wilson1-0/+15
2009-06-02[pattern] Pass flags to _cairo_pattern_acquire_surface()Chris Wilson1-0/+1
2009-05-15[xlib] Use minimal depth for similar clones.Chris Wilson1-0/+2
2009-03-28[region] Remove underscores from _cairo_region_*Søren Sandmann1-2/+2
2009-03-28[region] Consistently use rectangles in the API of regionsSøren Sandmann Pedersen1-13/+13
2009-02-15Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()Søren Sandmann1-12/+9
2009-02-02[directfb] Don't access the scaled_font->glyphs cache directlyChris Wilson1-10/+10
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