index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
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
2008-02-28
Remove references to PIXMAN_yuy2 and PIXMAN_yv12 enum values
Carl Worth
1
-3
/
+0
2008-02-27
[cairo-image-surface] Compiler warnings and whitespace.
Chris Wilson
1
-21
/
+24
2008-01-29
[cairo-image-surface.c] Cleanup stride checking and improve docs
Behdad Esfahbod
1
-8
/
+8
2008-01-29
[cairo_image_surface_create_for_data] Document stride error status
Behdad Esfahbod
1
-1
/
+3
2008-01-28
[doc] Stricter syntax check for type names, update test
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Make sure all function names in docs are followed by ()
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[doc] Improve docs for new API
Behdad Esfahbod
1
-4
/
+4
2008-01-28
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-2
/
+2
2008-01-28
Clarify the documentation of stride within cairo_image_surface_create_for_data
Carl Worth
1
-8
/
+15
2008-01-28
Rename cairo_image_surface_stride_for_width to cairo_format_stride_for_width
Carl Worth
1
-10
/
+11
2008-01-28
Add cairo_image_surface_stride_for_width
Carl Worth
1
-10
/
+50
2008-01-28
Rename cairo_format_width to cairo_format_bits_per_pixel and correct its logic
Carl Worth
1
-3
/
+3
2008-01-18
Remove some gratuitous assert statements
Carl Worth
1
-4
/
+1
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
1
-122
/
+14
2008-01-14
[scaled-font] Upgrade glyph mask as needed in case of mixed-format glyphs
Behdad Esfahbod
1
-0
/
+18
2007-12-17
Replace various uses of CAIRO_STACK_BUF_SIZE with a single macro.
Chris Wilson
1
-10
/
+2
2007-10-10
[cairo-image-surface] Dead code elimination.
Chris Wilson
1
-3
/
+0
2007-10-04
[cairo-image-surface] Check for errors whilst cloning.
Chris Wilson
1
-0
/
+7
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-27
/
+20
2007-10-04
[malloc/error] Fixup _cairo_error (CAIRO_STATUS_SUCCESS)!
Chris Wilson
1
-5
/
+7
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-2
/
+8
2007-10-04
[malloc] Take advantage of calloc() argument checking.
Chris Wilson
1
-1
/
+1
2007-10-01
[cairo-image-surface] Avoid trying to create surfaces with invalid strides.
Chris Wilson
1
-1
/
+4
2007-10-01
[cairo-image-surface] Return correct error surfaces.
Chris Wilson
1
-6
/
+59
2007-09-25
[cairo-atomic] Rewrite reference counting using atomic ops.
Chris Wilson
1
-1
/
+1
2007-09-18
Let surfaces specify their native resolution, for fallback purposes
Vladimir Vukicevic
1
-0
/
+2
2007-09-06
Add b8g8r8 formats to cairo-image-surface
Vladimir Vukicevic
1
-0
/
+22
2007-08-22
[cairo-image-surface] Fix comment syntax
Behdad Esfahbod
1
-3
/
+3
2007-08-21
Add support for image fallbacks for X servers with 555 visuals
Carl Worth
1
-0
/
+14
2007-08-21
Add support for image fallbacks for X servers with 565 visuals
Carl Worth
1
-0
/
+16
2007-08-21
Restore the error message for unsupported X server visuals
Carl Worth
1
-0
/
+12
2007-08-21
Use a pixman_format_code to describe the image surface used for xlib fallbacks
Carl Worth
1
-29
/
+58
2007-08-21
Eliminate fragile cairo_internal_format_t
Carl Worth
1
-43
/
+109
2007-08-20
[cairo-image-surface] Simplify device-offset usage
Behdad Esfahbod
1
-5
/
+5
2007-08-17
Plug possible leak of pixman_traps in _cairo_image_surface_composite_trapezoids.
Martin Ejdestig
1
-3
/
+3
2007-08-16
[cairo-image-surface] Avoid malloc(0)
Chris Wilson
1
-0
/
+3
2007-08-16
[boilerplate/xmalloc] Special case malloc(0) and friends.
Chris Wilson
1
-1
/
+1
2007-08-16
[cairo-image-surface] Remove status return for hard-coded CAIRO_STATUS_SUCCESS.
Chris Wilson
1
-8
/
+5
2007-07-18
[fixpt] Fixup malloc usage to use _cairo_malloc_*
Vladimir Vukicevic
1
-1
/
+1
2007-07-18
[fixpt] Create cairo_region wrapper around pixman_region16_t
Vladimir Vukicevic
1
-2
/
+2
2007-07-18
[fixpt] fix up image surface to translate to 16.16 for pixman
Vladimir Vukicevic
1
-11
/
+65
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-6
/
+6
2007-06-21
Fix bug where _cairo_image_surface_composite_trapezoids() computed the wrong ...
Søren Sandmann
1
-1
/
+1
2007-06-21
[pixman] Initial port to standalone pixman library.
Søren Sandmann
1
-186
/
+128
2007-06-07
Add CAIRO_INTERNAL_FORMAT_RGB16_565 and prefer it over deprecated CAIRO_FORMA...
Carl Worth
1
-3
/
+3
2007-05-29
[misc] make _cairo_image_surface_nil_invalid static const
Vladimir Vukicevic
1
-1
/
+1
2007-05-04
[cairo-pattern] Cache surface for solid patterns
Chris Wilson
1
-1
/
+28
2007-04-12
[image] Set hint-metrics on in default font options
Behdad Esfahbod
1
-1
/
+11
2007-04-12
Move pixman_format_t from heap to stack allocations.
Chris Wilson
1
-61
/
+42
[next]