index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-pattern.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-03
[pattern] Typo in document
Chris Wilson
1
-1
/
+1
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
2008-06-13
[cairo-pattern] Generate an opaque solid colour if alpha >= 1.
Chris Wilson
1
-0
/
+3
2008-06-13
[cairo-pattern] Try to repaint the evicted surface from the solid surface cache.
Chris Wilson
1
-61
/
+50
2008-06-01
Fix newly detected doc syntax issues
Behdad Esfahbod
1
-1
/
+1
2008-05-24
Avoid deadlock when clearing caches
Jeff Muizelaar
1
-5
/
+12
2008-05-23
Revert "BUGGY: Add surface_backend->acquire_source_image_transformed"
Carl Worth
1
-6
/
+3
2008-05-21
BUGGY: Add surface_backend->acquire_source_image_transformed
Carl Worth
1
-3
/
+6
2008-05-15
[cairo-pattern] Make a free() call conditional
Behdad Esfahbod
1
-1
/
+2
2008-05-09
[cairo-pattern] Extend infinite pattern extents to negative coordinates too
Behdad Esfahbod
1
-9
/
+4
2008-05-06
[cairo-pattern] Repaint existing cached similar solid surfaces.
Chris Wilson
1
-12
/
+50
2008-04-07
Revert "_cairo_pattern_get_extents: Fix to allow for expansion based on filter"
Carl Worth
1
-22
/
+0
2008-04-06
Document default extend modes
Carl Worth
1
-0
/
+3
2008-04-04
_cairo_pattern_get_extents: Fix to allow for expansion based on filter
Carl Worth
1
-0
/
+22
2008-04-04
Replace open-coded transformation with a call to _cairo_matrix_transform_boun...
Carl Worth
1
-34
/
+27
2008-03-26
Use floating-point offsets for color stops
Carl Worth
1
-6
/
+4
2008-03-04
[cairo-pattern] Raise an error for _cairo_pattern_create_solid() failure.
Chris Wilson
1
-2
/
+3
[next]