index
:
~jrmuizel/cairo
master
stroke-to-path2
Unnamed repository; edit this file to name it for gitweb.
jrmuizel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-26
[xlib] DO_XCOPYAREA and DO_XTILE optimizations break with Window source
Benjamin Otte
1
-0
/
+2
2009-08-10
[qt] Fix compilation
Chris Wilson
1
-21
/
+42
2009-08-10
[xlib] Rewrite UNSUPPORTED() avoiding gcc-ism
Chris Wilson
1
-4
/
+3
2009-08-10
[quartz] Compile fix for show_glyphs
Andrea Canciani
1
-2
/
+2
2009-08-10
[surface] Check for a NULL snapshot
Chris Wilson
1
-13
/
+15
2009-08-10
[quartz] Use the implementation font-face not the associated
Chris Wilson
1
-4
/
+2
2009-08-10
[scaled-font] Update API documentation
Chris Wilson
1
-2
/
+1
2009-08-09
[quartz] Fix one more compile error
Andrea Canciani
1
-1
/
+1
2009-08-09
[quartz] Attempt to fix compile errors
Chris Wilson
1
-9
/
+9
2009-08-06
[gl] Move hidden cairo_gl_surface_create() proto to header
Chris Wilson
2
-1
/
+2
2009-08-06
[pattern] Invalid access beyond end of freed-pool
Chris Wilson
1
-1
/
+3
2009-08-06
[path] Extend identical lines.
Chris Wilson
2
-3
/
+35
2009-08-06
[matrix] Use hypot()
Chris Wilson
1
-2
/
+2
2009-08-06
[surface] Protect against the user setting a fallback resolution of 0.
Chris Wilson
1
-0
/
+8
2009-08-06
[directfb] Conditionally use DSPF_BGR555
Chris Wilson
1
-0
/
+4
2009-07-31
Merge branch 'gl-glyph-cache'
Chris Wilson
13
-328
/
+1207
2009-07-31
[gl] Use scissors rather than allocating a temporary depth buffer.
Chris Wilson
3
-100
/
+32
2009-07-31
Revert "[gl] Fixup unbounded regions after spans"
Chris Wilson
1
-61
/
+7
2009-07-31
[spans] Emit empty rows.
Chris Wilson
1
-0
/
+15
2009-07-31
[gl] Return status from _render_glyphs()
Chris Wilson
1
-2
/
+4
2009-07-31
[boilerplate] Conditionally tweak the xlib surface
Chris Wilson
1
-0
/
+3
2009-07-31
[xlib] Use server-side gradients.
Chris Wilson
4
-33
/
+290
2009-07-31
[xlib] Disable extended repeat modes if RENDER < 0.10
Chris Wilson
1
-0
/
+4
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-28
[gl] Fixup unbounded regions after spans
Chris Wilson
1
-7
/
+61
2009-07-28
[gl] Cache texture snapshots.
Chris Wilson
3
-127
/
+204
2009-07-28
[gl] Replace DrawPixels with TexSubImage
Chris Wilson
1
-33
/
+27
2009-07-28
[gl] Disable the EXTEND_REFLECT convertor
Chris Wilson
1
-1
/
+1
2009-07-28
[gl] Trim glyphs to surface/clip extents.
Chris Wilson
1
-3
/
+18
2009-07-28
[gl] Render glyphs to an intermediate mask as opposed to falling back.
Chris Wilson
1
-112
/
+194
2009-07-28
[gl] Fallback for overlapping glyphs.
Chris Wilson
8
-23
/
+66
2009-07-28
[gl] Only unlock the glyph cache when full.
Chris Wilson
1
-3
/
+7
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
[gl] Move check for vertex buffer support to individual operations.
Chris Wilson
2
-8
/
+12
2009-07-28
[gl] Separate out supported operator check.
Chris Wilson
3
-32
/
+26
2009-07-28
[gl] Unthaw font along contended path.
Chris Wilson
1
-2
/
+2
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
[path] Remove the erroneous conversion of a 'zero-length' curve-to
Chris Wilson
1
-3
/
+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
[gl] Actually remove the glyph from the rtree on scaled_font_fini
Chris Wilson
3
-2
/
+19
2009-07-27
[gl] Switch to using the common rtree implementation.
Chris Wilson
3
-408
/
+89
2009-07-27
[gl] Fix handling of clip for glyphs (clip-operator test).
Eric Anholt
1
-1
/
+42
2009-07-27
[gl] Switch the glyph cache to using VBOs.
Eric Anholt
1
-57
/
+120
2009-07-27
[gl] Start adding glyph cache support.
Eric Anholt
4
-50
/
+965
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
[next]