summaryrefslogtreecommitdiff
path: root/src/cairo-image-surface.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-18[image] Eliminate the short-lived context used for coercing.Chris Wilson1-18/+24
2008-12-12[image] Set status on error path.Chris Wilson1-2/+2
2008-12-06[cairo-spans] Implement a span renderer for cairo_image_surface_t.M Joonas Pihlaja1-40/+233
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-6/+6
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-8/+8
2008-11-28image: Use unsigned long to compute color masks.Luo Jinghua1-1/+1
2008-11-21[image] Trim image surface size by a few bytesChris Wilson1-5/+6
2008-11-05[matrix] Compensate pixman_matrix in device space.Chris Wilson1-2/+2
2008-11-05[matrix] Minimise pixman conversion error.Chris Wilson1-8/+17
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-3/+3
2008-10-28[image] Remove invalid assert.Chris Wilson1-2/+0
2008-10-28[image] Check create_for_data() to ensure a valid minimum stride.Chris Wilson1-0/+12
2008-10-19[image] Remove unused variable.Chris Wilson1-1/+0
2008-10-15[xlib] Handle 4,20,24,28 depth XImagesChris Wilson1-7/+6
2008-10-10[image] Warn about a potential NULL return after finish().Chris Wilson1-1/+2
2008-09-27clone_similar(): s/device_offset/clone_offset/Chris Wilson1-3/+3
2008-09-27Allow cloning sub-regions of similar surfaces.Chris Wilson1-0/+3
2008-09-19[image] Check for PACKAGE_BUGREPORT availabilityBehdad Esfahbod1-1/+4
2008-09-10Avoid missing enum warnings with pixman 0.11.9Carl Worth1-0/+10
2008-08-28Move version number to src/cairo-version.hBehdad Esfahbod1-1/+2
2008-08-17[cairo-image-surface] Dead store.Chris Wilson1-6/+1
2008-08-07Check return from pixman_image_set_filter().Chris Wilson1-4/+14
2008-06-10Use 32 bit pixman regions for cairo_region_tSøren Sandmann1-1/+1
2008-05-09[image surface] Rename cairo_image_surface_backend to _cairo_image_surface_ba...Behdad Esfahbod1-3/+3
2008-04-14Fix typo in documentation (missing stride argument)Kouhei Sutou1-1/+2
2008-03-26Remove unused variableCarl Worth1-1/+0
2008-03-25Quiet compiler warnings about unhandled PIXMAN_yuy2 and PIXMAN_yv12Carl Worth1-0/+3
2008-03-25Depend on pixman 0.9.7 for new pixman_format_supported_destination functionCarl Worth1-115/+85
2008-03-20Enable PLT avoidance for cairo_image_surface_get_data/strideCarl Worth1-0/+2
2008-03-18Make CAIRO_FORMAT_STRIDE_FOR_WIDTH_BPP available to the cairo internals.Carl Worth1-5/+2
2008-03-18Make _pixman_format_to_masks accept a cairo_format_masks_t structureCarl Worth1-26/+22
2008-03-18Move assertion failure for unsupported masks up one levelCarl Worth1-25/+37
2008-03-10Remember the results of _cairo_image_analyze_transparencyAdrian Johnson1-6/+15
2008-03-10Move analyze_image_transparency in to cairo-image-surface.cAdrian Johnson1-0/+29
2008-03-04[cairo-png] Use cairo_format_stride_for_width()Chris Wilson1-0/+1
2008-03-04[cairo-image-surface] Harden cairo_format_stride_for_width().Chris Wilson1-2/+12
2008-02-28Remove references to PIXMAN_yuy2 and PIXMAN_yv12 enum valuesCarl Worth1-3/+0
2008-02-27[cairo-image-surface] Compiler warnings and whitespace.Chris Wilson1-21/+24
2008-01-29[cairo-image-surface.c] Cleanup stride checking and improve docsBehdad Esfahbod1-8/+8
2008-01-29[cairo_image_surface_create_for_data] Document stride error statusBehdad Esfahbod1-1/+3
2008-01-28[doc] Stricter syntax check for type names, update testBehdad Esfahbod1-1/+1
2008-01-28[doc] Make sure all function names in docs are followed by ()Behdad Esfahbod1-2/+2
2008-01-28[doc] Improve docs for new APIBehdad Esfahbod1-4/+4
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-2/+2
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-2/+2
2008-01-28Clarify the documentation of stride within cairo_image_surface_create_for_dataCarl Worth1-8/+15
2008-01-28Rename cairo_image_surface_stride_for_width to cairo_format_stride_for_widthCarl Worth1-10/+11
2008-01-28Add cairo_image_surface_stride_for_widthCarl Worth1-10/+50
2008-01-28Rename cairo_format_width to cairo_format_bits_per_pixel and correct its logicCarl Worth1-3/+3