index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-directfb-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-11
Merge branch '1.8'
Jeff Muizelaar
1
-0
/
+1
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
1
-0
/
+2
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-1
/
+1
2008-11-21
[directfb] Compile fix with debug enabled.
Chris Wilson
1
-0
/
+1
2008-11-21
[region] Use the caller supplied array for extracting boxes.
Chris Wilson
1
-2
/
+4
2008-11-02
Add an extents argument to the high level surface backend functions
Adrian Johnson
1
-1
/
+2
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-19
/
+14
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-2
/
+2
2008-10-20
[directfb] Unbounded operators are unsupported.
Chris Wilson
1
-0
/
+10
2008-10-20
[directfb] Fallback for SATURATE
Chris Wilson
1
-0
/
+3
2008-10-20
[directfb] Perfom text fallback if emulating clip regions.
Chris Wilson
1
-2
/
+12
2008-10-20
[directfb] When blitting check if we need the un-premultiplied color.
Chris Wilson
1
-24
/
+51
2008-10-20
[directfb] Apply clip to release_dest_image()
Chris Wilson
1
-9
/
+14
2008-10-20
[directfb] Fix OBO in clip.
Chris Wilson
1
-2
/
+2
2008-10-20
[directfb] Force NEAREST.
Chris Wilson
1
-0
/
+5
2008-10-20
[directfb] Track the empty clip rectangle.
Chris Wilson
1
-1
/
+5
2008-10-20
[directfb] Cap the maximum surface size to use for the font cache.
Chris Wilson
1
-3
/
+7
2008-10-20
[directfb] Only use the pure BLIT for integer translations.
Chris Wilson
1
-7
/
+23
2008-10-20
[directfb] Tweak _categorize_operation().
Chris Wilson
1
-12
/
+25
2008-10-20
[directfb] Support ROI cloning.
Chris Wilson
1
-7
/
+4
2008-10-20
[directfb] Rename backend structure.
Chris Wilson
1
-13
/
+24
2008-10-20
[directfb] Whitespace.
Chris Wilson
1
-745
/
+733
2008-10-20
[directfb] Simplify return from _directfb_get_operator().
Chris Wilson
1
-70
/
+68
2008-10-20
[directfb] Use the solid pattern cache.
Chris Wilson
1
-54
/
+18
2008-10-19
[directfb] Return an error surface on create() failure.
Chris Wilson
1
-11
/
+10
2008-10-19
[directfb] Simplifiy ADD_TRI
Chris Wilson
1
-17
/
+13
2008-10-19
[directfb] Add missing error status
Chris Wilson
1
-0
/
+1
2008-10-19
[directfb] Correct fixed-to-double conversion.
Chris Wilson
1
-56
/
+54
2008-10-19
[directfb] Fix error propagation from surface_create()
Chris Wilson
1
-94
/
+114
2008-10-19
[directfb] Compile fix.
Chris Wilson
1
-2
/
+2
2008-10-19
Review backend->create_similar()
Chris Wilson
1
-8
/
+10
2008-09-27
clone_similar(): s/device_offset/clone_offset/
Chris Wilson
1
-6
/
+6
2008-09-27
Allow cloning sub-regions of similar surfaces.
Chris Wilson
1
-5
/
+9
2008-08-09
[dfb] fix crashes due to cached glyphs going away during operation
Vladimir Vukicevic
1
-19
/
+54
2008-08-09
[dfb] optimize DirectFB blits
Vladimir Vukicevic
1
-286
/
+113
2008-08-09
[dfb] correctly handle case of 0 boxes in clip region
Vladimir Vukicevic
1
-0
/
+2
2008-08-09
[dfb] Propagate clip correctly to surface returned from acquire_dest_image
Vladimir Vukicevic
1
-9
/
+54
2008-08-09
[dfb] convert RUN_CLIPPED macro to function with helpers
Vladimir Vukicevic
1
-55
/
+186
2008-05-23
[cairo-xlib] Fix show_glyphs when failing to upload a glyph
Behdad Esfahbod
1
-1
/
+2
2008-03-01
[cairo-directfb] Fixed bug in clone_similar() (src_x added twice).
Claudio Ciccani
1
-1
/
+1
2008-01-02
[cairo-directfb] Optimize blend functions in fill_rectangles(), too.
Claudio Ciccani
1
-1
/
+24
2007-12-18
[directfb] Fix header include order to include cairoint.h first
Behdad Esfahbod
1
-3
/
+2
2007-12-17
[directfb] replace u32 with uint32_t
Benjamin Otte
1
-3
/
+3
2007-12-11
[cairo-directfb] Support some environment variables
Claudio Ciccani
1
-22
/
+77
2007-12-10
[cairo-directfb] Merging from directfb.org
Claudio Ciccani
1
-381
/
+466
2007-10-10
Fix some trivial syntax warnings for -ansi.
Chris Wilson
1
-8
/
+8
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-27
/
+22
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-9
/
+23
2007-08-31
Revert "[cairo-gstate] Avoid copying untransformed glyphs."
Chris Wilson
1
-1
/
+1
2007-08-31
[cairo-gstate] Avoid copying untransformed glyphs.
Chris Wilson
1
-1
/
+1
[next]