index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-10
[surface] Early return for (region IN white)
Chris Wilson
1
-0
/
+7
2009-09-01
[ps/pdf] Trim patterns to operation extents
Chris Wilson
1
-0
/
+162
2009-08-29
[gl] Use spans for trapezois.
Chris Wilson
1
-17
/
+10
2009-08-29
Introduce cairo_tee_surface_t
Chris Wilson
1
-0
/
+11
2009-08-10
[surface] Check for a NULL snapshot
Chris Wilson
1
-13
/
+15
2009-08-06
[surface] Protect against the user setting a fallback resolution of 0.
Chris Wilson
1
-0
/
+8
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-628
/
+229
2009-07-04
[surface] Refactor meta-surface clone
Chris Wilson
1
-61
/
+79
2009-07-04
[meta] Cache replays when used as a pattern source
Chris Wilson
1
-22
/
+70
2009-07-03
Export meta-surface
Chris Wilson
1
-1
/
+1
2009-07-02
[surface] Allocate temporary region on stack
Chris Wilson
1
-8
/
+5
2009-07-01
[surface] Expose a SURFACE_TYPE_MISMATCH nil object
Chris Wilson
1
-1
/
+3
2009-06-18
[cairo-surface] Handle the all clipped out case for regions.
M Joonas Pihlaja
1
-3
/
+31
2009-06-13
[surface] Give ownership of the snapshot to the snapshotter.
Chris Wilson
1
-1
/
+14
2009-06-13
[surface] Mark cairo_surface_show_page() with begin-modification
Chris Wilson
1
-1
/
+1
2009-06-05
[atomic] Hide compiler warnings
Chris Wilson
1
-3
/
+3
2009-06-02
Add a generic cow-snapshotting framework
Chris Wilson
1
-64
/
+208
2009-06-01
[surface] Assign a unique id to the surface.
Chris Wilson
1
-0
/
+25
2009-06-01
[surface] Speed up cairo_surface_get_mime_data().
Chris Wilson
1
-15
/
+18
2009-05-22
[surface] Early return if the backend cannot clone an image
Chris Wilson
1
-1
/
+5
2009-05-22
[surface] Provide nil-surface for INVALID_SIZE
Chris Wilson
1
-1
/
+3
2009-05-15
[debug] Check image contents using memcheck.
Chris Wilson
1
-9
/
+23
2009-05-15
[xlib] Use minimal depth for similar clones.
Chris Wilson
1
-1
/
+6
2009-05-06
[user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTED
Behdad Esfahbod
1
-0
/
+1
2009-03-30
[surface] Propagate region allocation failure.
Chris Wilson
1
-11
/
+10
2009-03-29
Silence compiler warnings for CAIRO_STATUS_LAST_STATUS
Chris Wilson
1
-0
/
+1
2009-03-28
[region] Add cairo_region_intersect_rectangle() and _subtract_rectangle()
Søren Sandmann
1
-8
/
+1
2009-03-28
[region] Expand rect to rectangle in a couple of names
Søren Sandmann Pedersen
1
-2
/
+2
2009-03-28
[region] Remove underscores from _cairo_region_*
Søren Sandmann
1
-7
/
+7
2009-03-28
[region] Consistently use rectangles in the API of regions
Søren Sandmann Pedersen
1
-17
/
+8
2009-03-28
[region] Get rid of clip->has_region
Søren Sandmann
1
-1
/
+1
2009-03-28
[region] Make cairo_region_t a malloced object.
Søren Sandmann
1
-15
/
+14
2009-02-18
Fix a const warning in _cairo_user_data_array_foreach()
Jeff Muizelaar
1
-1
/
+1
2009-02-15
Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()
Søren Sandmann
1
-27
/
+17
2009-02-13
[surface] Move the meta-data copy-on-snapshot to the generic layer.
Chris Wilson
1
-3
/
+27
2009-02-13
[surface] Separate the mime-data from the user-data.
Chris Wilson
1
-21
/
+21
2009-01-29
[surface] Fix memleak of along set_mime_data() error path
Chris Wilson
1
-2
/
+6
2009-01-29
[surface] add CAIRO_STATUS_INVALID_SIZE
Paolo Bonzini
1
-0
/
+1
2008-12-18
Query the backend to see if we can repaint the solid pattern.
Chris Wilson
1
-17
/
+24
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
1
-0
/
+53
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-2
/
+2
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-30
/
+30
2008-11-25
[path] Compute approximate extents.
Chris Wilson
1
-3
/
+5
2008-11-21
[region] Use the caller supplied array for extracting boxes.
Chris Wilson
1
-7
/
+8
2008-11-21
[surface] Make the error surfaces have a NULL backend.
Chris Wilson
1
-16
/
+6
2008-11-19
[surface] Replay meta surfaces to a similar surface.
Chris Wilson
1
-2
/
+28
2008-11-07
[surface] Pass a separate closure for the mime-type destroy notifier.
Chris Wilson
1
-3
/
+6
2008-11-05
[surface] Don't allocate a structure for mime_data == NULL.
Chris Wilson
1
-7
/
+10
2008-11-03
[mime-data] Copy a reference to the mime-data on snapshotting.
Chris Wilson
1
-23
/
+54
2008-11-03
[mime-data] Allow embedding of arbitrary mime-types.
Chris Wilson
1
-19
/
+72
[next]