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-pattern.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-25
[pattern] Fix comment typo
Behdad Esfahbod
1
-1
/
+1
2008-12-18
[pattern] Use a solid pattern for a uniform gradient.
Chris Wilson
1
-15
/
+39
2008-12-12
[pattern] Compute the combined color content.
Chris Wilson
1
-1
/
+2
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-18
/
+18
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-17
/
+17
2008-11-19
[pattern] Cosmetic.
Chris Wilson
1
-1
/
+1
2008-11-13
Add CairoScript backend.
Chris Wilson
1
-0
/
+255
2008-11-13
[cairoint.h] Remove unused PLT entries.
Chris Wilson
1
-1
/
+0
2008-11-05
[pattern] Split the translation between the matrix and [xy]_offset
Chris Wilson
1
-2
/
+5
2008-11-05
[matrix] Minimise pixman conversion error.
Chris Wilson
1
-1
/
+2
2008-10-30
[pattern] Reduce likelihood of range overflow with large downscaling.
Chris Wilson
1
-0
/
+19
2008-10-30
[pattern] Tweak REFLECT HACK
Chris Wilson
1
-143
/
+136
2008-10-30
[pattern] Support unbounded surfaces.
Chris Wilson
1
-0
/
+3
2008-10-30
[gstate] Use _cairo_pattern_black for the default source.
Chris Wilson
1
-5
/
+7
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-43
/
+27
2008-10-30
[pattern] Do not recompute the inverse if setting an identical matrix.
Chris Wilson
1
-0
/
+3
2008-10-30
Review users of cairo_rectangle_int_t for incorrect unsigned promotion.
Chris Wilson
1
-5
/
+8
2008-10-30
[pattern] Allow the projected surface extents to be negative.
Chris Wilson
1
-4
/
+4
2008-10-14
[pattern] Correctly optimize away fractional translations.
Chris Wilson
1
-8
/
+10
2008-10-14
[pattern] Only perform non-integer optimization for identity matrices.
Chris Wilson
1
-10
/
+6
2008-10-13
[pattern] Optimize away fractional translation for NEAREST patterns.
Chris Wilson
1
-0
/
+35
2008-10-12
[pattern] Rescale the linear pattern matrix to avoid overflow.
Chris Wilson
1
-6
/
+42
2008-10-09
[pattern] Remove incorrect assert.
Chris Wilson
1
-1
/
+0
2008-10-07
[pattern] After cloning adjust [xy]_offset if possible.
Chris Wilson
1
-3
/
+13
2008-10-07
Fixup a couple of trivials doc warnings.
Chris Wilson
1
-3
/
+2
2008-09-29
[pattern] Fix up OBO introduced to cloned area
Chris Wilson
1
-4
/
+4
2008-09-29
[pattern] Improve handling of filter radius and optimize when possible.
Owen W. Taylor
1
-35
/
+78
2008-09-29
_cairo_pattern_get_extents: Fix to allow for expansion based on filter
Carl Worth
1
-0
/
+22
2008-09-29
[pattern] Fix acquiring outside of source bounds
Owen W. Taylor
1
-31
/
+32
2008-09-29
[pattern] Remove the hack to support cloning surface patterns.
Owen W. Taylor
1
-4
/
+1
2008-09-27
clone_similar(): s/device_offset/clone_offset/
Chris Wilson
1
-3
/
+3
2008-09-27
Allow cloning sub-regions of similar surfaces.
Chris Wilson
1
-2
/
+13
2008-09-23
[pattern] Beware unsigned wrap-around with pathological surface patterns.
Chris Wilson
1
-2
/
+2
2008-09-23
Return the real error status for set_user_data()
Chris Wilson
1
-1
/
+1
2008-09-10
Rename _init_pattern_with_snapshot to _cairo_pattern_init_snapshot
Carl Worth
1
-0
/
+30
2008-08-11
[pattern] Unbounded patterns should have infinite extents.
Chris Wilson
1
-2
/
+3
2008-08-07
Check return from pixman_image_set_filter().
Chris Wilson
1
-2
/
+7
2008-08-07
[pattern] Set the reference count for stack allocations to 0.
Chris Wilson
1
-3
/
+13
2008-07-03
[cairo-pattern] Fix crash in solid-pattern-surface cache
Behdad Esfahbod
1
-4
/
+3
2008-06-24
Cleanup _set_error functions a bit
Behdad Esfahbod
1
-2
/
+5
2008-06-19
Add a create_solid_pattern_surface surface backend method
Behdad Esfahbod
1
-8
/
+2
2008-06-19
[cairo-surface] Remove optional pattern argument from create_similar_solid()
Behdad Esfahbod
1
-2
/
+1
2008-06-19
[cairo-pattern] Clean up _cairo_pattern_acquire_surface_for_solid()
Behdad Esfahbod
1
-20
/
+34
2008-06-19
Remove opaque solid pattern COLOR_ALPHA optimization from call sites
Behdad Esfahbod
1
-8
/
+2
2008-06-19
[cairo-pattern] In init_solid() convert COLOR_ALPHA to COLOR if color is opaque
Behdad Esfahbod
1
-3
/
+3
2008-06-19
[cairo-pattern] Don't call _cairo_stock_color() directly
Behdad Esfahbod
1
-7
/
+2
2008-06-19
[cairo-pattern] Remove stale comment
Behdad Esfahbod
1
-1
/
+0
2008-06-19
Rename cairo_* global vars to _cairo_*
Behdad Esfahbod
1
-1
/
+1
2008-06-19
[cairo-pattern] Fix solid surface cache to check for content match too
Behdad Esfahbod
1
-5
/
+15
2008-06-19
[cairo-pattern] Band-aid for the solid surface cache.
Chris Wilson
1
-2
/
+7
[next]