index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-29
[perf] Add another stroking micro-benchmark
Chris Wilson
1
-0
/
+36
2009-07-29
[path] Fix iter to handle circular list of buffers
Chris Wilson
2
-2
/
+8
2009-07-29
[path] Remove the broken rel-curve-to as line-to
Chris Wilson
1
-6
/
+0
2009-07-29
[test] Yet another bug in curve-to as line-to.
Chris Wilson
5
-0
/
+102
2009-07-28
Ensure Type 3 fonts do not use the name .notdef in the PS encoding
Adrian Johnson
1
-1
/
+1
2009-07-28
Ensure Type 3 fonts do not add a .notdef glyph
Adrian Johnson
1
-1
/
+1
2009-07-28
PDF: Only Type 3 fonts should include glyph 0 in /ToUnicode
Adrian Johnson
3
-7
/
+15
2009-07-28
[perf] Avoid NULL derefs on broken result files.
Chris Wilson
1
-4
/
+4
2009-07-28
[test] Wrap yet another call to get_image_surface() inside a timeout.
Chris Wilson
1
-0
/
+3
2009-07-28
[script] Add cvi, cvr, mod
Chris Wilson
3
-4
/
+100
2009-07-28
[test] Add timeouts around finishing and converting surfaces to images.
Chris Wilson
1
-4
/
+10
2009-07-28
[test] Test extremely small dash lengths.
M Joonas Pihlaja
4
-0
/
+85
2009-07-28
[path] Remove the erroneous conversion of a 'zero-length' curve-to
Chris Wilson
1
-3
/
+0
2009-07-28
[test] Add degenerate-curve-to
Chris Wilson
5
-0
/
+106
2009-07-27
Mark curve-to-as-line-to as XFAIL for PS backend.
Carl Worth
1
-0
/
+0
2009-07-27
Revert "[path] Convert straight curve-to to line-to"
Carl Worth
1
-12
/
+0
2009-07-27
Revert "[spline] Treat a straight spline as degenerate."
Carl Worth
1
-9
/
+0
2009-07-27
Merge branch 'master' of git.cairographics.org:/git/cairo
Carl Worth
39
-107
/
+947
2009-07-27
Add new test: curve-to-as-line-to
Carl Worth
3
-0
/
+96
2009-07-27
[xlib] Add a timely reminder to ensure that bugs are properly filed.
Chris Wilson
1
-0
/
+6
2009-07-27
[rtree] Merge the common unpin_and_evict_unused() routine
Chris Wilson
2
-2
/
+49
2009-07-27
[paginated] Propagate error return during finish.
Chris Wilson
1
-0
/
+10
2009-07-27
[test] Overlapping glyphs
Chris Wilson
7
-0
/
+128
2009-07-27
[xlib] Fast-path the likely case of retrieving a known xrender_format
Chris Wilson
1
-0
/
+6
2009-07-27
Add a simple rectangle tree (rtree) implementation
Chris Wilson
3
-0
/
+475
2009-07-27
[path] Convert straight curve-to to line-to
Chris Wilson
1
-0
/
+12
2009-07-27
[spline] Treat a straight spline as degenerate.
Chris Wilson
1
-0
/
+9
2009-07-27
[script] Fix reference to font source after transferring to mmap
Chris Wilson
1
-0
/
+6
2009-07-27
[pdf] Eliminate redundant whole-page clip.
Chris Wilson
5
-0
/
+16
2009-07-24
PDF: Fix glyph 0 in toUnicode stream when using user fonts
Adrian Johnson
1
-26
/
+45
2009-07-24
[boilerplate] Fix compilation against old revisions (as old as 1.9.2!)
Chris Wilson
8
-17
/
+50
2009-07-24
[image] Discard redundant clears
Chris Wilson
2
-1
/
+35
2009-07-24
[script] mark scan_read() inline
Chris Wilson
1
-3
/
+3
2009-07-24
[xlib] Check workqueue before taking the display mutex
Chris Wilson
1
-0
/
+6
2009-07-24
[test] Extend radial gradients to check r2 < r1
Chris Wilson
3
-13
/
+23
2009-07-24
[test] Fix use of uninitialized widths.
Chris Wilson
1
-8
/
+5
2009-07-24
[test] Trap SIGFPE
Chris Wilson
1
-0
/
+7
2009-07-24
[scaled-font] cairo_scaled_font_glyph_extents() initialise extents
Chris Wilson
1
-7
/
+16
2009-07-24
[scaled-font] Skip empty glyphs
Chris Wilson
1
-26
/
+31
2009-07-24
[perf] Specify html file on cmdline instead of redirecting all output
Chris Wilson
2
-5
/
+5
2009-07-24
[perf] Compare performance against most recent tag.
Chris Wilson
1
-1
/
+6
2009-07-23
[script] Decompress font sources
Chris Wilson
1
-20
/
+99
2009-07-23
[test] clip representation is no longer surface dependent
Chris Wilson
1
-126
/
+74
2009-07-23
[drm] Add an accelerated image surface.
Chris Wilson
33
-7
/
+5025
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
193
-5903
/
+7741
2009-07-23
[gl] Simplify the common CLEAR of a surface
Chris Wilson
1
-1
/
+24
2009-07-23
[gl] Do not use unchecked GL v1.5 features
Chris Wilson
1
-11
/
+13
2009-07-23
[perf] Add a simple report printer.
Chris Wilson
2
-2
/
+78
2009-07-23
[vg] Compile fixes for EGL boilerplate
Chris Wilson
1
-10
/
+9
2009-07-22
[gl] Enable GL backend for cairo-perf-trace
Chris Wilson
2
-1
/
+6
[next]