index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-image-compositor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-27
image: And more fallout from c986a73, restore the absent short runs
Chris Wilson
1
-18
/
+16
2013-01-27
image: Fix opaque span fills
Chris Wilson
1
-2
/
+2
2013-01-26
image: Enable inplace compositing with opacities for general routines
Chris Wilson
1
-29
/
+161
2013-01-08
image: Allocate a temporary buffer for inline span composition
Chris Wilson
1
-4
/
+20
2013-01-07
image: Call pixman without a mask for opaque regions of inplace_spans
Chris Wilson
1
-10
/
+47
2012-10-31
image: Add a couple of tracepoints for spans fallbacks
Chris Wilson
1
-1
/
+2
2012-08-17
xlib: Implement SHM fallbacks and fast upload paths
Chris Wilson
1
-10
/
+16
2012-08-12
image: Temporarily resurrect the old non-pixman glyph compositor
Chris Wilson
1
-0
/
+285
2012-06-15
image: Fix up glyphs compositing
Chris Wilson
1
-36
/
+24
2012-06-09
Use the new pixman_glyph_cache_t API that will be in pixman 0.28.0
Søren Sandmann Pedersen
1
-248
/
+113
2012-06-01
image: Fix bugs related to glyph mask creation
Søren Sandmann Pedersen
1
-2
/
+2
2012-05-31
image: Upconvert glyphs through a WHITE source when adding to the glyph mask
Chris Wilson
1
-19
/
+55
2012-05-20
image: Tidy lerp8x4
Chris Wilson
1
-9
/
+4
2012-04-30
Revert "Use pixman glyphs"
Søren Sandmann Pedersen
1
-101
/
+212
2012-04-30
Use pixman glyphs
Søren Sandmann Pedersen
1
-212
/
+101
2012-04-29
image: Add a little bit of debugging to show number of boxes being drawn
Chris Wilson
1
-3
/
+3
2012-04-28
image: Avoid overflow when computing lerp spans for a8
Chris Wilson
1
-8
/
+8
2012-04-26
image: Fix typo in _blit_spans()
Chris Wilson
1
-1
/
+1
2012-04-19
image: Split inline SRC composition
Chris Wilson
1
-58
/
+96
2012-03-23
image: Fix leak of white solid color for masked composition of CLEAR
Chris Wilson
1
-1
/
+5
2012-03-12
image: Support SRC compositing with in the inline span-compositor
Chris Wilson
1
-10
/
+96
2012-03-06
image: Add unbounded support to the mono rasteriser fast-paths
Chris Wilson
1
-20
/
+100
2012-03-05
image: Try performing span composition a row at a time
Chris Wilson
1
-23
/
+114
2012-03-05
image: Add a simple inplace blitter for spans
Chris Wilson
1
-32
/
+116
2012-03-05
image: Perform the simple solid-fill spans inplace
Chris Wilson
1
-1
/
+348
2012-03-04
spans,image,gl: Add fast-path for simple copies
Chris Wilson
1
-0
/
+2
2012-03-04
image: Add a fast-path for mono-rasterised blits
Chris Wilson
1
-51
/
+144
2012-03-04
image: Perform the general composite operation inplace for mono rasterisation
Chris Wilson
1
-28
/
+92
2012-03-04
image: Add a fast path for solid-filled polygons
Chris Wilson
1
-3
/
+206
2012-03-04
spans: Pass antialiasing hint down to the backends
Chris Wilson
1
-0
/
+1
2012-02-28
spans+image: Fix clipping with polygons and spans
Chris Wilson
1
-16
/
+20
2012-02-15
win32: Rebase on the new compositor infrastructure
Chris Wilson
1
-0
/
+39
2011-11-24
gl: Prevent the traps compositor from exploding
Chris Wilson
1
-1
/
+7
2011-09-30
fill: Fix unantialiased rectilinear-fill-to-boxes
Chris Wilson
1
-1
/
+1
2011-09-30
image: Enable use of LERP_SRC for masked source composition
Chris Wilson
1
-1
/
+31
2011-09-14
image: fix compilation of spans with LERP
Chris Wilson
1
-3
/
+2
2011-09-14
image: Adapt to updated pixman lerp operators
Chris Wilson
1
-2
/
+6
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-0
/
+1545