index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test-fallback-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-3
/
+1
2009-05-15
[xlib] Use minimal depth for similar clones.
Chris Wilson
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-09-27
clone_similar(): s/device_offset/clone_offset/
Chris Wilson
1
-4
/
+4
2008-09-27
Allow cloning sub-regions of similar surfaces.
Chris Wilson
1
-0
/
+4
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-2
/
+2
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
1
-3
/
+2
2007-10-05
[test-surfaces] Mark the test backend as static.
Chris Wilson
1
-2
/
+2
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-1
/
+1
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-6
/
+6
2007-05-08
[test-fallback-surface] Destroy the backing image on malloc failure.
Chris Wilson
1
-0
/
+1
2007-04-09
Implement clone_surface for test-fallback-surface.
Chris Wilson
1
-1
/
+21
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-2
/
+2
2007-03-20
Oops. Remove cairo-mutex-private.h include from test surfaces
Behdad Esfahbod
1
-1
/
+0
2007-03-20
Include cairo-mutex-private.h in test backends
Behdad Esfahbod
1
-0
/
+1
2007-03-13
[test-surfaces] Prefix public symbols with _cairo
Behdad Esfahbod
1
-4
/
+4
2006-09-05
slim_hidden_proto: Move smeicolon from definition to use for consistency and ...
Carl Worth
1
-1
/
+1
2006-09-05
Add many missing slim_hidden calls to bypass PLT entries for local use of pub...
Carl Worth
1
-0
/
+3
2006-06-06
Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.
Carl Worth
1
-5
/
+5
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-2
/
+2
2006-05-24
New API: Add new function cairo_surface_get_content
Carl Worth
1
-1
/
+2
2006-05-04
Rename cairo_rectangle_t to cairo_rectangle_fixed_t.
Robert O'Callahan
1
-12
/
+12
2006-02-28
Add testing for cairo_surface_get_type.
Carl Worth
1
-0
/
+1
2006-01-17
Big change to the test infrastructure and supporting internals. The goal now ...
Carl Worth
1
-3
/
+3
2005-12-20
Add some comments describing what a cairo_meta_surface_t is.
Carl Worth
1
-28
/
+0
2005-12-19
Use _cairo_surface_paint rather than _cairo_surface_fill_rectangle as only th...
Carl Worth
1
-2
/
+6
2005-12-16
Return a test_fallback_surface_t rather than a cairo_image_surface_t for bett...
Carl Worth
1
-3
/
+7
2005-12-16
Add a new option --enable-test-surfaces.
Carl Worth
1
-0
/
+225