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-glitz-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-97
/
+116
2009-07-14
[glitz] Extended blend mode support
Chris Wilson
1
-20
/
+60
2009-06-02
Add more surface snapshots providers
Paolo Bonzini
1
-1
/
+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
/
+3
2009-01-29
[glitz] use image fallback if the cairo_content_t is unsupported
Paolo Bonzini
1
-1
/
+1
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
1
-0
/
+2
2008-11-30
glitz: Replace specified color with an opaque one if dst surface don't have a...
Luo Jinghua
1
-6
/
+12
2008-11-26
[glitz] Fix clone_similar().
Chris Wilson
1
-321
/
+137
2008-11-26
glitz: Apply fixup to unbounded operators to clear area outside of mask
Luo Jinghua
1
-13
/
+66
2008-11-25
glitz: set correct parameters for linear and radial pattern.
Luo Jinghua
1
-10
/
+10
2008-11-25
glitz: fixup another stupid bug in fill_rectangles.
Luo Jinghua
1
-3
/
+5
2008-11-23
glitz: set clone_offset_{x, y} on success in clone_similar.
Luo Jinghua
1
-0
/
+2
2008-11-23
glitz: fixup a stupid bug in get_image.
Luo Jinghua
1
-5
/
+9
2008-11-22
glitz: bring glitz backend to more or less working state.
Nicolas Bruguier
1
-166
/
+163
2008-11-21
[region] Use the caller supplied array for extracting boxes.
Chris Wilson
1
-0
/
+1
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-24
/
+18
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-1
/
+1
2008-10-19
Review backend->create_similar()
Chris Wilson
1
-6
/
+11
2008-10-15
[glitz] Disable caching of solid surfaces.
Chris Wilson
1
-0
/
+7
2008-09-29
[glitz] Compile fix for typo.
Chris Wilson
1
-3
/
+3
2008-09-27
clone_similar(): s/device_offset/clone_offset/
Chris Wilson
1
-9
/
+9
2008-09-27
Allow cloning sub-regions of similar surfaces.
Chris Wilson
1
-0
/
+10
2008-06-19
[cairo-surface] Remove optional pattern argument from create_similar_solid()
Behdad Esfahbod
1
-2
/
+1
2008-06-19
Remove opaque solid pattern COLOR_ALPHA optimization from call sites
Behdad Esfahbod
1
-4
/
+1
2008-06-13
Allocate the correct pattern type on the stack.
Chris Wilson
1
-2
/
+2
2008-03-26
Use floating-point offsets for color stops
Carl Worth
1
-1
/
+1
2008-01-17
[cairo-region] Review status propagation.
Chris Wilson
1
-23
/
+27
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
1
-13
/
+7
2007-12-19
Don't leak memory upon failed realloc.
Jim Meyering
1
-2
/
+4
2007-10-10
[cairo-glitz-surface] Propagate errors from set_image().
Chris Wilson
1
-8
/
+20
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-51
/
+38
2007-10-04
[malloc/error] Fixup _cairo_error (CAIRO_STATUS_SUCCESS)!
Chris Wilson
1
-12
/
+12
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-7
/
+26
2007-10-04
[malloc] Take advantage of calloc() argument checking.
Chris Wilson
1
-1
/
+1
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
2007-08-20
Fix device_offset misuse in all glyph surface uses
Behdad Esfahbod
1
-4
/
+4
2007-07-23
[cairo-glitz-surface] Compile fix.
Chris Wilson
1
-10
/
+9
2007-07-18
[fixpt] Fixup malloc usage to use _cairo_malloc_*
Vladimir Vukicevic
1
-1
/
+1
2007-07-18
[fixpt] Create cairo_region wrapper around pixman_region16_t
Vladimir Vukicevic
1
-10
/
+55
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-10
/
+10
2007-07-10
[Glitz] fix compilation.
Jinghua Luo
1
-40
/
+64
2007-07-02
Merge branch 'master' of git+ssh://sandmann@git.freedesktop.org/git/cairo
Søren Sandmann Pedersen
1
-5
/
+29
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-5
/
+29
2007-06-21
[pixman] Initial port to standalone pixman library.
Søren Sandmann
1
-31
/
+95
2007-05-09
[cairo-pattern] Return status from _cairo_pattern_init_copy()
Chris Wilson
1
-3
/
+9
2007-05-08
glitz: kill some compiler warnings.
Jinghua Luo
1
-2
/
+9
2007-05-08
glitz: fix a typo preventing build glitz backend from succeeding.
Jinghua Luo
1
-1
/
+1
2007-05-04
[cairo-pattern] Cache surface for solid patterns
Chris Wilson
1
-1
/
+39
[next]