index
:
~joonas/cairo
master
no-pixman-ref
pthreads
tor-clip-fix
wip/master-tor-merge-sort
wip/master-tor-ordered-x
wip/os2-walsh
wip/tiled-span-renderer
joonas's cairo branches
joonas
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-image-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-06
image: Propagate error instead of asserting.
Chris Wilson
1
-1
/
+2
2010-05-05
image: Propagate failure from pixman_image_set_clip_region()
Chris Wilson
1
-1
/
+8
2010-05-04
image: Propagate failure from pixman_image_fill_boxes().
Chris Wilson
1
-25
/
+30
2010-05-04
image: Check for pixman image allocation failure during glyphs
Chris Wilson
1
-5
/
+3
2010-05-04
image: Replace assert with error return
Chris Wilson
1
-1
/
+2
2010-05-03
image: A few missing tests for malloc failure
Chris Wilson
1
-1
/
+11
2010-05-03
fallback: get src_x/y variables right when compositing traps
Benjamin Otte
1
-1
/
+3
2010-04-30
image: remove useless optimization
Benjamin Otte
1
-8
/
+3
2010-04-30
fallback: Create pixman image for correct rectangle
Benjamin Otte
1
-4
/
+4
2010-04-30
image: Simplify translation of pattern matrix for composite_trapezoids()
Chris Wilson
1
-3
/
+1
2010-04-29
image: Round down when rendering antialiased boxes
Benjamin Otte
1
-4
/
+5
2010-04-29
Remove excessive semicolons
Benjamin Otte
1
-1
/
+1
2010-04-29
image: translate source pattern in composite_trapezoids()
Benjamin Otte
1
-1
/
+7
2010-04-29
atomic: Separate bool and old-value compare-and-exchange
Andrea Canciani
1
-3
/
+3
2010-04-28
image: pixman_image_fill_rectangles() => pixman_image_fill_boxes()
Benjamin Otte
1
-16
/
+16
2010-04-28
pixman_image_composite => pixman_image_composite32
Benjamin Otte
1
-6
/
+6
2010-04-28
image: Generate clear/white/black images when !HAS_ATOMIC_OPS
Chris Wilson
1
-0
/
+10
2010-04-28
image: Convert 1x1 samples into solid colors.
Chris Wilson
1
-25
/
+136
2010-04-27
image: Compute sample extents
Chris Wilson
1
-25
/
+47
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-04-25
clip: Report the surface offset when retrieving the clip mask
Chris Wilson
1
-18
/
+21
2010-04-15
Use pixman_image_composite32()
Benjamin Otte
1
-176
/
+176
2010-04-15
image: Make unbounded fixup code not use pixman_fill()
Benjamin Otte
1
-76
/
+47
2010-03-24
Add back support for CAIRO_FORMAT_RGB16_565
Oleg Romashin
1
-1
/
+15
2010-03-23
image: Free traps after conversion from boxes.
Chris Wilson
1
-3
/
+6
2010-03-22
image: Special case wholly unbounded fixups.
Chris Wilson
1
-0
/
+24
2010-03-02
image: Don't rely on clip regions being clipped to surface extents.
Chris Wilson
1
-12
/
+20
2010-03-01
api: Introduce CAIRO_FORMAT_INVALID formally in the API.
M Joonas Pihlaja
1
-1
/
+5
2010-02-28
image: Allow reduction of repeat modes for unity scaled patterns.
Chris Wilson
1
-4
/
+5
2010-02-28
image: Fix bug optimizing surface pattern extend modes.
M Joonas Pihlaja
1
-0
/
+4
2010-02-23
image: split cairo_image_surface_coerce()
Benjamin Otte
1
-2
/
+12
2010-02-12
clip: Avoiding derefencing NULL clip_region
Chris Wilson
1
-12
/
+14
2010-02-12
clip: Restrict composite extents to clip extents
Chris Wilson
1
-56
/
+18
2010-01-25
Remove useless pixman version checks
Benjamin Otte
1
-8
/
+2
2010-01-25
image: Prevent deref of NULL clip_region
Chris Wilson
1
-1
/
+9
2010-01-23
Fix image backend compilation
Andrea Canciani
1
-0
/
+3
2010-01-22
image: Implement high level interface.
Chris Wilson
1
-608
/
+3285
2010-01-22
Alter definition of cairo_composite_rectangles_t
Chris Wilson
1
-15
/
+16
2010-01-22
spans: Pass multiple rows of identical spans to the renders.
Chris Wilson
1
-47
/
+32
2010-01-22
Add cairo_device_t
Chris Wilson
1
-1
/
+3
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-12-28
Fixed documentation typo.
Tim Janik
1
-1
/
+1
2009-10-21
Support component-alpha.
Chris Wilson
1
-14
/
+41
2009-10-21
Make the surface->is_clear logic common
Chris Wilson
1
-44
/
+3
2009-10-16
[surface] Don't AND in the desired content.
Chris Wilson
1
-4
/
+0
2009-10-16
[image] Clone the format for a similar surface with identical content
Chris Wilson
1
-2
/
+9
2009-09-29
[image] Fix masks computation for BGRx format
Benjamin Otte
1
-3
/
+3
2009-09-25
[image] Return cairo_bool_t from _pixman_format_to_masks
Benjamin Otte
1
-11
/
+10
2009-09-23
[image] Do not trust user supplied data to be clear
Chris Wilson
1
-1
/
+1
2009-09-23
[image] Tweak coding style
Chris Wilson
1
-4
/
+5
[next]