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-02-13
[perf] Test non-antialiased fill.
Chris Wilson
1
-0
/
+21
2009-02-13
[perf] Env variable to ignore similar targets whilst benchmarking.
Chris Wilson
1
-0
/
+3
2009-02-13
[perf] Split can_run? into a separate precondition.
Chris Wilson
25
-8
/
+89
2009-02-13
[perf] Extend range of testing.
Chris Wilson
1
-5
/
+5
2009-02-13
[perf] Fix infinite loop in text
Chris Wilson
1
-4
/
+3
2009-02-13
[test] Free ref_name in fallback-resolution.
Chris Wilson
1
-0
/
+2
2009-02-13
[path] Inline path ops during append_to_context()
Chris Wilson
1
-18
/
+58
2009-02-13
Inline _cairo_restrict_value()
Chris Wilson
4
-33
/
+35
2009-02-13
[surface] Move the meta-data copy-on-snapshot to the generic layer.
Chris Wilson
2
-14
/
+27
2009-02-13
[surface] Separate the mime-data from the user-data.
Chris Wilson
5
-43
/
+77
2009-02-13
Merge branch '1.8'
Chris Wilson
1
-1
/
+4
2009-02-13
[cairo] Describe the restrictions upon cairo_set_tolerance()
Chris Wilson
1
-1
/
+4
2009-02-12
[NEWS] Add API changes.
Chris Wilson
1
-1
/
+19
2009-02-12
[script] Expose a normal xlib window for replay
Chris Wilson
1
-56
/
+66
2009-02-12
Divert pclose to _pclose for MSVC
Jeff Muizelaar
1
-0
/
+1
2009-02-12
Merge branch '1.8'
Chris Wilson
1
-2
/
+15
2009-02-12
[png] Correct documentation to avoid reference to NULL
Chris Wilson
1
-2
/
+15
2009-02-11
Correct the reference image for the rotate-image-surface-paint test
Søren Sandmann
1
-0
/
+0
2009-02-11
[test] Add cairo_test_NaN and use it in place of strtod
Jeff Muizelaar
3
-2
/
+17
2009-02-10
[test] Add crtdbg.h include
Jeff Muizelaar
1
-0
/
+4
2009-02-10
Use _cairo_round() instead of round()
Jeff Muizelaar
1
-4
/
+2
2009-02-10
Add _cairo_round()
Jeff Muizelaar
1
-0
/
+9
2009-02-10
[test] Don't embed preprocessor directives inside macros
Jeff Muizelaar
3
-15
/
+16
2009-02-09
[test] Allocate glyph array with malloc
Jeff Muizelaar
1
-1
/
+3
2009-02-09
[test] define isnan() on MSVC
Jeff Muizelaar
1
-0
/
+4
2009-02-10
Remove zero size data array for compilation with MSVC
Jeff Muizelaar
1
-3
/
+2
2009-02-09
[test] Avoid C99 designated initializers
Jeff Muizelaar
1
-10
/
+10
2009-02-09
[test] Define INFINITY on MSVC
Jeff Muizelaar
2
-5
/
+2
2009-02-06
Don't distribute cairo-features.h (#19992)
Behdad Esfahbod
1
-4
/
+3
2009-02-06
[test] Fix "make dist"
Behdad Esfahbod
2
-1
/
+1
2009-02-05
[test] Fix the definition of INFINITY
Jeff Muizelaar
1
-1
/
+1
2009-02-04
Elaborate the meaning of arithmetic rounding as done by _cairo_lround()
Jeff Muizelaar
1
-1
/
+1
2009-02-03
[test] Define INFINITY if it hasn't been defined.
Jeff Muizelaar
2
-20
/
+5
2009-02-02
[directfb] Don't access the scaled_font->glyphs cache directly
Chris Wilson
1
-10
/
+10
2009-01-31
[util/malloc-stats] Do a single backtrace_symbols() call
Behdad Esfahbod
1
-8
/
+50
2009-01-31
[util] Fix memset bug in malloc-stats
Behdad Esfahbod
1
-5
/
+4
2009-01-31
[util] Don't link backtrace-symbols into malloc-stats
Behdad Esfahbod
1
-1
/
+1
2009-01-30
Trivial warning fixes.
Chris Wilson
2
-3
/
+2
2009-01-30
Revert "[png] Complete the idempotent read_png() -> write_png()"
Chris Wilson
1
-14
/
+0
2009-01-30
[util] Use a hash-table for malloc-stats.
Chris Wilson
1
-47
/
+103
2009-01-29
[test] Compile again without memfault.
Chris Wilson
1
-10
/
+16
2009-01-29
[skiplist] Provide an initial stack allocated pool.
Chris Wilson
3
-34
/
+21
2009-01-29
[stroker] Rectilinear dashing.
Chris Wilson
10
-102
/
+437
2009-01-29
[ft] Improve error status propagation.
Chris Wilson
1
-33
/
+32
2009-01-29
[ft] Distinguish fatal backend errors whilst constructing scaled fonts.
Chris Wilson
1
-12
/
+26
2009-01-29
[scaled-font] Differentiate fatal error when creating fonts
Chris Wilson
1
-1
/
+7
2009-01-29
[scaled-font] Guard against invalid matrices when creating the scaled font.
Chris Wilson
1
-2
/
+20
2009-01-29
[surface] Fix memleak of along set_mime_data() error path
Chris Wilson
1
-2
/
+6
2009-01-29
[ps] Free images after emitting patterns.
Chris Wilson
2
-2
/
+19
2009-01-29
[png] Avoid a double free of the memory stream after error.
Chris Wilson
1
-1
/
+1
[next]