index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
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
2010-04-15
Use pixman_image_composite32()
Benjamin Otte
1
-8
/
+8
2010-01-22
Add cairo_device_t
Chris Wilson
1
-0
/
+2
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-10-16
[surface] Don't AND in the desired content.
Chris Wilson
1
-2
/
+0
2009-08-06
[directfb] Conditionally use DSPF_BGR555
Chris Wilson
1
-0
/
+4
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-240
/
+251
2009-07-14
[directfb] Silence compiler warnings.
Chris Wilson
1
-0
/
+15
2009-06-02
[pattern] Pass flags to _cairo_pattern_acquire_surface()
Chris Wilson
1
-0
/
+1
2009-05-15
[xlib] Use minimal depth for similar clones.
Chris Wilson
1
-0
/
+2
2009-03-28
[region] Remove underscores from _cairo_region_*
Søren Sandmann
1
-2
/
+2
2009-03-28
[region] Consistently use rectangles in the API of regions
Søren Sandmann Pedersen
1
-13
/
+13
2009-02-15
Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()
Søren Sandmann
1
-12
/
+9
2009-02-02
[directfb] Don't access the scaled_font->glyphs cache directly
Chris Wilson
1
-10
/
+10
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
[next]