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-image-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-13
[image] Add pixel masks for BGRA formats
Chris Wilson
1
-1
/
+9
2009-09-03
[image] Check for out of bounds image surface sizes in constructors.
M Joonas Pihlaja
1
-2
/
+25
2009-08-29
[gl] Use spans for trapezois.
Chris Wilson
1
-3
/
+1
2009-07-24
[image] Discard redundant clears
Chris Wilson
1
-1
/
+34
2009-07-23
[drm] Add an accelerated image surface.
Chris Wilson
1
-0
/
+1
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-67
/
+106
2009-07-16
[xlib] Enable Render support for the extended PDF operators
Chris Wilson
1
-4
/
+6
2009-07-14
Use new pixman extended blend operators
Benjamin Otte
1
-0
/
+31
2009-06-18
Factor out _cairo_image_surface_span_render_row()
Jeff Muizelaar
1
-13
/
+23
2009-06-03
[image] Doc typo.
Chris Wilson
1
-1
/
+1
2009-06-02
[pattern] Pass flags to _cairo_pattern_acquire_surface()
Chris Wilson
1
-0
/
+3
2009-06-01
[image] Eliminate trapezoid array allocation
Chris Wilson
1
-47
/
+45
2009-05-15
[xlib] Use minimal depth for similar clones.
Chris Wilson
1
-0
/
+4
2009-05-05
[image] Treat A1 image surfaces as BILEVEL_ALPHA
Chris Wilson
1
-2
/
+7
2009-05-05
[image] Make _cairo_image_analayze_transparency() more format agnostic
Chris Wilson
1
-10
/
+7
2009-05-05
[image] Return FORMAT_INVALID for an error surface.
Chris Wilson
1
-1
/
+1
2009-04-23
[memfault] Manually inject faults when using stack allocations
Chris Wilson
1
-0
/
+6
2009-03-28
[region] Miscellaneous bug fixes.
Søren Sandmann
1
-1
/
+1
2008-12-18
[image] Eliminate the short-lived context used for coercing.
Chris Wilson
1
-18
/
+24
2008-12-12
[image] Set status on error path.
Chris Wilson
1
-2
/
+2
2008-12-06
[cairo-spans] Implement a span renderer for cairo_image_surface_t.
M Joonas Pihlaja
1
-40
/
+233
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
-6
/
+6
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-8
/
+8
2008-11-28
image: Use unsigned long to compute color masks.
Luo Jinghua
1
-1
/
+1
2008-11-21
[image] Trim image surface size by a few bytes
Chris Wilson
1
-5
/
+6
2008-11-05
[matrix] Compensate pixman_matrix in device space.
Chris Wilson
1
-2
/
+2
2008-11-05
[matrix] Minimise pixman conversion error.
Chris Wilson
1
-8
/
+17
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-3
/
+3
2008-10-28
[image] Remove invalid assert.
Chris Wilson
1
-2
/
+0
2008-10-28
[image] Check create_for_data() to ensure a valid minimum stride.
Chris Wilson
1
-0
/
+12
2008-10-19
[image] Remove unused variable.
Chris Wilson
1
-1
/
+0
2008-10-15
[xlib] Handle 4,20,24,28 depth XImages
Chris Wilson
1
-7
/
+6
2008-10-10
[image] Warn about a potential NULL return after finish().
Chris Wilson
1
-1
/
+2
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
-0
/
+3
2008-09-19
[image] Check for PACKAGE_BUGREPORT availability
Behdad Esfahbod
1
-1
/
+4
2008-09-10
Avoid missing enum warnings with pixman 0.11.9
Carl Worth
1
-0
/
+10
2008-08-28
Move version number to src/cairo-version.h
Behdad Esfahbod
1
-1
/
+2
2008-08-17
[cairo-image-surface] Dead store.
Chris Wilson
1
-6
/
+1
2008-08-07
Check return from pixman_image_set_filter().
Chris Wilson
1
-4
/
+14
2008-06-10
Use 32 bit pixman regions for cairo_region_t
Søren Sandmann
1
-1
/
+1
2008-05-09
[image surface] Rename cairo_image_surface_backend to _cairo_image_surface_ba...
Behdad Esfahbod
1
-3
/
+3
2008-04-14
Fix typo in documentation (missing stride argument)
Kouhei Sutou
1
-1
/
+2
2008-03-26
Remove unused variable
Carl Worth
1
-1
/
+0
2008-03-25
Quiet compiler warnings about unhandled PIXMAN_yuy2 and PIXMAN_yv12
Carl Worth
1
-0
/
+3
2008-03-25
Depend on pixman 0.9.7 for new pixman_format_supported_destination function
Carl Worth
1
-115
/
+85
2008-03-20
Enable PLT avoidance for cairo_image_surface_get_data/stride
Carl Worth
1
-0
/
+2
2008-03-18
Make CAIRO_FORMAT_STRIDE_FOR_WIDTH_BPP available to the cairo internals.
Carl Worth
1
-5
/
+2
2008-03-18
Make _pixman_format_to_masks accept a cairo_format_masks_t structure
Carl Worth
1
-26
/
+22
[next]