index
:
~ickle/cairo
1.0
1.2
1.4
1.6
1.8
cairo_backend_t
hax/skia
llvm
master
old/drm
old/stroke-to-path
present-for-psychon
ugl
wip/clip
wip/compositor
wip/drm-i915-old
wip/spans
wip/xcb
wip/xr
xp/canvas
xr
Chris Wilson's cairo repository for Work-in-Progress experimental code.
ickle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-27
polygon: Fix clipping of edges outside of their range
HEAD
master
Chris Wilson
1
-4/+4
2011-07-27
polygon: Don't skip clipped horizontal edges
Chris Wilson
1
-3/+0
2011-07-27
record: Use a bbtree to reduce is-visible checking overheads
Chris Wilson
2
-11/+283
2011-07-27
win32: Fix typos in documentation
Andrea Canciani
1
-2/+2
2011-07-27
surface: Check image parameter in cairo_surface_unmap_image()
Andrea Canciani
1
-1/+5
2011-07-27
win32: Constify
Andrea Canciani
3
-5/+5
2011-07-26
win32: Fix compilation
Andrea Canciani
1
-9/+9
2011-07-26
Fix surface backend structures
Andrea Canciani
3
-3/+18
2011-07-26
quartz: Silence const cast warnings
Andrea Canciani
1
-4/+4
2011-07-26
wrapper: translate the clip by the device transform
Chris Wilson
1
-0/+6
2011-07-26
composite: Pass unbounded extents to initialisation
Chris Wilson
10
-136/+123
2011-07-26
API: map-to-image and create-similar-image
Chris Wilson
42
-361/+1169
2011-07-26
rectangle: speed up the is-intersecting test.
Chris Wilson
1
-12/+4
2011-07-26
wrapper: target to recording needs the inverse transform
Chris Wilson
1
-2/+23
2011-07-26
record: Check the operation against the target device extents.
Chris Wilson
4
-2/+75
2011-07-26
record: Store the untransformed operation extents along with the command
Chris Wilson
5
-104/+210
2011-07-24
xcb: Make composite_opacity_boxes slightly less silly
Chris Wilson
1
-2/+13
2011-07-24
recording: Combine the clip to the recording + target surface extents
Chris Wilson
3
-33/+28
2011-07-24
clip: Short-cut the common condition of intersecting with a single box
Chris Wilson
1
-1/+4
2011-07-24
clip: Skip processing of rectangle-intersection if it wholly subsumes the clip
Chris Wilson
1
-4/+20
2011-07-24
wrapper: Correct translation of clip for wrapper extents
Chris Wilson
3
-15/+47
2011-07-24
wrapper: show-text-glyphs can now operate on constant array of glyphs
Chris Wilson
2
-4/+4
2011-07-24
wrapper: Use the stack for small glyph allocations
Chris Wilson
1
-10/+15
2011-07-24
wrapper: Factor out the common clip handling
Chris Wilson
1
-158/+73
2011-07-24
recording: Move the glyph allocation into the wrapper after checking clip status
Chris Wilson
2
-49/+60
2011-07-24
xcb: set the right members of cairo_color_t for generating the opacity mask
Chris Wilson
1
-10/+6
2011-07-24
image: Fix clip-intersect
Chris Wilson
2
-7/+20
2011-07-24
test: Add clip-intersect
Chris Wilson
4
-0/+96
2011-07-24
test: Exercise replaying basic painting paths
Chris Wilson
14
-0/+530
2011-07-24
recording: Only look for a fill-stroke operation if the target supports one
Chris Wilson
2
-39/+45
2011-07-24
composite: Perform a quick is-clipped for glyphs
Chris Wilson
3
-18/+28
2011-07-24
scaled-font: Single glyph extent computations are worryingly frequent
Chris Wilson
1
-0/+45
2011-07-24
freed-pool: Enlarge the freed cache
Chris Wilson
1
-1/+1
2011-07-24
clip: Embed a single box to avoid a common allocation
Chris Wilson
3
-35/+61
2011-07-23
surface-wrapper: Fix use of uninitialised variable
Chris Wilson
1
-2/+2
2011-07-23
trace: Create a new opcode for recording surface
Chris Wilson
2
-9/+66
2011-07-23
region: Directly handle single rectangle creation in create_rectangles()
Chris Wilson
1
-2/+11
2011-07-23
tests: Another missing ref, this time clip-disjoint-hatching
Chris Wilson
2
-0/+1
2011-07-23
tests: Missing ref images for new recording-surface test
Chris Wilson
4
-0/+3
2011-07-23
image: Apply mask-opacity to clip boxes
Chris Wilson
1
-146/+299
2011-07-23
image: replay the recording surface directly onto the target
Chris Wilson
8
-103/+337
2011-07-23
image: Fix partial clipping of text
Chris Wilson
1
-19/+63
2011-07-23
test: Add a paint-with-alpha variant to test clip-boxes fast path
Chris Wilson
5
-7/+60
2011-07-23
test: Extend recording-surface-pattern to include a SOURCE operator test
Chris Wilson
16
-67/+108
2011-07-23
test: Expand partial-clip-text
Chris Wilson
10
-12/+85
2011-07-22
Check glyph_index range in _index_to_glyph_name
Adrian Johnson
2
-2/+6
2011-07-21
Use new pixman formats
Andrea Canciani
3
-13/+9
2011-07-21
xcb: Work around wrong extent computation in the X server
Uli Schlachter
1
-3/+15
2011-07-21
xcb: Unset the deferred_clear flag on fallback
Uli Schlachter
1
-0/+3
2011-07-21
xcb: Handle deferred_clear in _get_image
Uli Schlachter
1
-0/+11
[next]