index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-11
[xlib] Discard clip if larger than glyph extents
Chris Wilson
3
-0
/
+65
2009-09-10
[surface] Early return for (region IN white)
Chris Wilson
1
-0
/
+7
2009-09-10
[clip] Simplify applying a box clip
Chris Wilson
2
-39
/
+48
2009-09-10
[xlib] Fix extraction of GC during XCloseDisplay()
Chris Wilson
1
-1
/
+1
2009-09-09
[twin] Initialise all properties
Chris Wilson
1
-0
/
+2
2009-09-08
[spans] Correct offsets for trapezoids
Chris Wilson
1
-2
/
+2
2009-09-08
[build] Improve handling of missing test apparatus
Chris Wilson
1
-0
/
+7
2009-09-08
[gl] Supply extents for acquire source image
Chris Wilson
1
-1
/
+5
2009-09-06
[xlib] Protect ourselves from liars that claim to have a 64k window
Chris Wilson
1
-2
/
+25
2009-09-05
[configure] Add option to disable trace.
Chris Wilson
1
-0
/
+7
2009-09-04
[gl] compile fix.
Chris Wilson
1
-1
/
+2
2009-09-04
[xlib] Enable pad_reflect by default
Chris Wilson
1
-7
/
+12
2009-09-04
[fallback] Only eliminate the clip if the operation is bounded
Chris Wilson
1
-15
/
+42
2009-09-03
[win32] Remove unused clone_similar()
Chris Wilson
2
-57
/
+2
2009-09-03
[mutex] Hook into pthread last
Chris Wilson
1
-23
/
+24
2009-09-03
[gl] Allocate small number of rectangles on the stack
Chris Wilson
1
-14
/
+29
2009-09-03
[gl] Assert that the error is impossible.
Chris Wilson
1
-2
/
+2
2009-09-03
[gl] Remove reference to depth_stencil_tex
Chris Wilson
2
-3
/
+0
2009-09-03
[image] Check for out of bounds image surface sizes in constructors.
M Joonas Pihlaja
1
-2
/
+25
2009-09-03
[xlib] solid pictures should only be 1x1
Chris Wilson
1
-1
/
+1
2009-09-03
[polygon] Compute the limit of the limits slightly more efficiently
Chris Wilson
1
-12
/
+12
2009-09-03
[boilerplate] Handle errors whilst creating GL surface
Chris Wilson
1
-8
/
+8
2009-09-03
[polygon] Fix discard with non-banded disjoint clip boxes
Chris Wilson
2
-5
/
+25
2009-09-02
[xlib] Remove stray code
Chris Wilson
1
-11
/
+2
2009-09-02
[xlib] Eliminate GC clipping
Chris Wilson
4
-145
/
+116
2009-09-01
[xlib] Make xlib_display_t private and rename xlib_screen_info_t
Chris Wilson
5
-206
/
+339
2009-09-01
Revert "[freelist] Make _cairo_freepool_alloc_from_new_pool static inline."
Chris Wilson
2
-27
/
+31
2009-09-01
[freelist] Make _cairo_freepool_alloc_from_new_pool static inline.
M Joonas Pihlaja
2
-31
/
+27
2009-09-01
[wrapper] Avoid a void return gccism.
M Joonas Pihlaja
1
-1
/
+1
2009-09-01
[ps] Clip meta-surface to desired extents.
Chris Wilson
1
-3
/
+43
2009-09-01
[ps/pdf] Trim patterns to operation extents
Chris Wilson
4
-35
/
+319
2009-09-01
[path] Standalone header-compilation
Chris Wilson
1
-2
/
+2
2009-09-01
Compiler warnings
Chris Wilson
2
-4
/
+5
2009-09-01
[tee] Rename 'append' to 'add' and add symmetric 'remove'
Chris Wilson
2
-7
/
+52
2009-09-01
[pattern] Remove unused hidden symbol for cairo_pattern_status()
Chris Wilson
2
-6
/
+4
2009-08-31
PDF: Ensure operator is selected before painting surface
Adrian Johnson
1
-8
/
+8
2009-08-31
PDF: Flush operators before writing to the PDF stream
Adrian Johnson
1
-0
/
+4
2009-08-31
PDF: Reset alpha to 1.0 before painting a surface
Adrian Johnson
1
-1
/
+7
2009-08-31
PDF: Avoid using patterns when filling a surface with EXTEND_NONE
Adrian Johnson
1
-0
/
+19
2009-08-31
PDF: Avoid using patterns when painting surfaces with EXTEND_NONE
Adrian Johnson
1
-0
/
+58
2009-08-31
PDF: Fix bug when when embedding surfaces
Adrian Johnson
1
-1
/
+2
2009-08-30
[bo-rectangular] Fix assertion failure with insertion sort
Chris Wilson
1
-0
/
+4
2009-08-29
Use the more generic is_box when doing simple extent checks
Chris Wilson
4
-5
/
+5
2009-08-29
[clip] Correctly compute a geometric mask for a rectilinear + arbitrary
Chris Wilson
1
-9
/
+38
2009-08-29
[clip] Apply surface offset when combining with clip mask
Chris Wilson
6
-57
/
+56
2009-08-29
[clip] Pass in destination offset for combining with clip-mask
Chris Wilson
3
-29
/
+34
2009-08-29
Fix build on systems with older Xrender headers.
Damian Frank
3
-34
/
+93
2009-08-29
[script] Fix use of freed list
Chris Wilson
1
-1
/
+1
2009-08-29
[path] Return the canonical box.
Chris Wilson
2
-36
/
+24
2009-08-29
[scaled-font] Fix implementation-face refleak
Chris Wilson
1
-1
/
+8
[next]