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
/
cairoint.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-24
Add back support for CAIRO_FORMAT_RGB16_565
Oleg Romashin
1
-1
/
+1
2010-03-01
api: Introduce CAIRO_FORMAT_INVALID formally in the API.
M Joonas Pihlaja
1
-2
/
+2
2010-02-23
image: split cairo_image_surface_coerce()
Benjamin Otte
1
-2
/
+6
2010-01-25
Give cairo_surface_mark_dirty() the slim hidden treatment
Benjamin Otte
1
-0
/
+1
2010-01-22
misc: Only use custom lround() under DISABLE_SOME_FLOATING_POINT
Chris Wilson
1
-0
/
+5
2010-01-22
xcb: Refresh.
Chris Wilson
1
-0
/
+16
2010-01-22
drm: Add backends for i915 and i965.
Chris Wilson
1
-0
/
+2
2010-01-22
image: Implement high level interface.
Chris Wilson
1
-15
/
+6
2010-01-22
surface-fallback: Convert to composite rectangles
Chris Wilson
1
-2
/
+1
2010-01-22
types: Move cairo_scaled_glyph_t to cairo-types-private.h
Chris Wilson
1
-26
/
+0
2010-01-22
stroke: Convert rectilinear paths to boxes.
Chris Wilson
1
-0
/
+7
2010-01-22
fill: Convert rectilinear paths to boxes.
Chris Wilson
1
-0
/
+5
2010-01-22
path: Compute coarse bounds upon construction.
Chris Wilson
1
-5
/
+4
2010-01-22
gstate: Skip ops with a clear mask.
Chris Wilson
1
-0
/
+3
2010-01-22
pattern: Add convenience patterns for stock colours
Chris Wilson
1
-1
/
+2
2010-01-22
pattern: An EXTEND_NONE surface is not opaque if we sample outside
Chris Wilson
1
-1
/
+2
2010-01-22
spans: Add a Bentley-Ottmann variant on the Tor scan converter
Chris Wilson
1
-9
/
+0
2010-01-22
boxes: Enable generation of boxes from rectilinear polygons.
Chris Wilson
1
-0
/
+5
2010-01-22
boxes: Enable tessellation
Chris Wilson
1
-0
/
+5
2010-01-22
Alter definition of cairo_composite_rectangles_t
Chris Wilson
1
-7
/
+7
2010-01-22
spans: Pass multiple rows of identical spans to the renders.
Chris Wilson
1
-2
/
+2
2010-01-22
Add cairo_device_t
Chris Wilson
1
-0
/
+1
2010-01-22
Remove content matching from snapshot lookup.
Chris Wilson
1
-2
/
+1
2010-01-22
Constify stroke style and matrices.
Chris Wilson
1
-22
/
+22
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-12
/
+0
2009-11-11
Improve stroking of densely dashed styles
Andrea Canciani
1
-0
/
+20
2009-10-29
Provide a builtin implementation of isspace() and isdigit()
Adrian Johnson
1
-0
/
+16
2009-10-22
[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.
M Joonas Pihlaja
1
-6
/
+6
2009-10-21
Support component-alpha.
Chris Wilson
1
-68
/
+1
2009-10-21
Make the surface->is_clear logic common
Chris Wilson
1
-1
/
+0
2009-10-16
[surface] Don't AND in the desired content.
Chris Wilson
1
-4
/
+0
2009-09-25
[image] Return cairo_bool_t from _pixman_format_to_masks
Benjamin Otte
1
-1
/
+1
2009-09-11
[xlib] Discard clip if larger than glyph extents
Chris Wilson
1
-0
/
+6
2009-09-01
[ps/pdf] Trim patterns to operation extents
Chris Wilson
1
-0
/
+49
2009-09-01
[pattern] Remove unused hidden symbol for cairo_pattern_status()
Chris Wilson
1
-1
/
+0
2009-08-29
[gl] Use spans for trapezois.
Chris Wilson
1
-4
/
+14
2009-08-29
[cairoint.h] Add missing cairo_private to debug prototypes.
Chris Wilson
1
-2
/
+2
2009-08-29
[tessellate] Rectangular special case
Chris Wilson
1
-0
/
+5
2009-08-29
[clip] Cache intermediate clip masks.
Chris Wilson
1
-0
/
+3
2009-08-29
[gstate] Convert simple mask() into a paint()
Chris Wilson
1
-4
/
+5
2009-08-29
[debug] Path printer
Chris Wilson
1
-0
/
+3
2009-08-29
[fill] Use trivial rectilinear_to_traps
Chris Wilson
1
-0
/
+5
2009-08-29
[polygon] Return status from path ops
Chris Wilson
1
-3
/
+3
2009-08-29
[slope] Inline _cairo_slope_init()
Chris Wilson
1
-17
/
+0
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
1
-7
/
+21
2009-08-29
[tessellator] Special case rectilinear tessellation
Chris Wilson
1
-6
/
+12
2009-08-29
[fallback] Avoid going through traps for trivial regions.
Chris Wilson
1
-0
/
+5
2009-08-29
[traps] Increase exponential expansion factor.
Chris Wilson
1
-5
/
+3
2009-08-29
[traps] Compute extents on demand.
Chris Wilson
1
-9
/
+0
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-42
/
+60
[next]