index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-12
version: Bump for snapshot 1.11.4
1.11.4
Chris Wilson
2
-1
/
+89
2012-03-12
test: Restore 'release-verify-sane-tests' makefile target
Chris Wilson
1
-1
/
+3
2012-03-10
skia: compile fix
Chris Wilson
1
-0
/
+1
2012-03-10
stroke: Do not initialise the pen if will not use it
Chris Wilson
1
-11
/
+19
2012-03-10
mono-scan-converter: Use edge->is_vertical flag
Chris Wilson
1
-5
/
+7
2012-03-10
bentley-ottmann: Sort by edge bounding boxes before computing x
Chris Wilson
1
-0
/
+7
2012-03-10
bentley-ottmann: Skip intersection check if the bounds do not overlap
Chris Wilson
1
-0
/
+4
2012-03-10
hash: Keep a simple lut in front of the main hash
Chris Wilson
1
-6
/
+20
2012-03-10
doc: fix broken link
Nis Martensen
1
-1
/
+1
2012-03-10
doc/xcb: document cairo_xcb_device_get_connection
Nis Martensen
1
-0
/
+10
2012-03-10
doc/xlib/xcb: document get/set_precision API
Nis Martensen
2
-1
/
+40
2012-03-10
doc/ps-surface: minor improvements
Nis Martensen
1
-3
/
+5
2012-03-10
doc/ft-font: add reference to cairo_ft_synthesize_t
Nis Martensen
1
-1
/
+3
2012-03-10
doc: describe cairo_recording_surface_get_extents
Nis Martensen
1
-0
/
+12
2012-03-10
doc: avoid confusing gtk-doc by double asterisks
Nis Martensen
5
-115
/
+115
2012-03-10
doc: move value descriptions up
Nis Martensen
1
-4
/
+3
2012-03-10
doc: ensure "compatibility" spelling
Nis Martensen
3
-15
/
+15
2012-03-10
doc: symbol names in header and comment must match
Nis Martensen
2
-4
/
+4
2012-03-10
doc: preserve whitespace by using docbook screen tag
Nis Martensen
2
-11
/
+11
2012-03-10
doc: fix a few typos found by codespell
Nis Martensen
19
-21
/
+21
2012-03-10
doc: script_mode_t needs at least one line of text
Nis Martensen
1
-1
/
+3
2012-03-10
doc: Add colon to Returns statement
Nis Martensen
1
-1
/
+1
2012-03-10
doc: do not confuse gtk-doc by @ and double *
Nis Martensen
1
-2
/
+2
2012-03-10
doc: add missing _face to function names
Nis Martensen
1
-3
/
+3
2012-03-10
doc: add colon to .._padded_image_from_image
Nis Martensen
1
-1
/
+1
2012-03-10
doc: add index of new symbols in 1.12
Nis Martensen
1
-0
/
+3
2012-03-10
doc: typo
Nis Martensen
1
-1
/
+1
2012-03-10
doc: add missing colons to since tags
Nis Martensen
2
-7
/
+7
2012-03-08
test: Refresh the fallback-resolution reference images
Chris Wilson
9
-1
/
+19
2012-03-08
surface: Relax assertion about not rendering to a snapshot
Chris Wilson
1
-1
/
+3
2012-03-07
gl/msaa: Do not attach a depth-stencil attachment to the default framebuffer
Martin Robinson
1
-0
/
+3
2012-03-06
xlib: Apply the glyph offset
Chris Wilson
1
-5
/
+5
2012-03-06
traps: The CompositeTrapezoids requires the unbounded fixup for clipping
Chris Wilson
1
-1
/
+69
2012-03-06
traps: Avoid double application of unaligned clip boxes
Chris Wilson
1
-22
/
+37
2012-03-06
clip: Use the boxes-intersection routine for computing the clip polygon
Chris Wilson
1
-8
/
+18
2012-03-06
image: Add unbounded support to the mono rasteriser fast-paths
Chris Wilson
1
-20
/
+100
2012-03-06
surface-wrapper: Only apply the wrapped transform to the scaled-font
Chris Wilson
1
-3
/
+5
2012-03-05
image: Try performing span composition a row at a time
Chris Wilson
1
-23
/
+114
2012-03-05
image: Add a simple inplace blitter for spans
Chris Wilson
3
-32
/
+116
2012-03-05
image: Perform the simple solid-fill spans inplace
Chris Wilson
12
-1
/
+348
2012-03-05
spans: Handle fallbacks from upload-boxes by reverting to the normal composite
Chris Wilson
1
-1
/
+3
2012-03-04
traps: First attempt to convert curvy unantialiased polygon to scanlines
Chris Wilson
3
-0
/
+78
2012-03-04
traps: Use the mono-scan-converter to reduce the number of traps
Chris Wilson
3
-4
/
+95
2012-03-04
spans,image,gl: Add fast-path for simple copies
Chris Wilson
4
-4
/
+121
2012-03-04
spans: Reduce composite_aligned_boxes with over to source for opaque patterns
Chris Wilson
1
-3
/
+8
2012-03-04
image: Add a fast-path for mono-rasterised blits
Chris Wilson
1
-51
/
+144
2012-03-04
image: Perform the general composite operation inplace for mono rasterisation
Chris Wilson
2
-28
/
+92
2012-03-04
spans: Retrim extents to clipped polygon
Chris Wilson
1
-0
/
+4
2012-03-04
image: Add a fast path for solid-filled polygons
Chris Wilson
2
-3
/
+207
2012-03-04
spans: Pass antialiasing hint down to the backends
Chris Wilson
5
-3
/
+9
[next]