index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pixman
Age
Commit message (
Expand
)
Author
Files
Lines
2005-08-22
When width/height are 0, copy the src to the dest, don't just return. (#3017)
Owen Taylor
2
-1
/
+6
2005-08-21
Fix a typo in the last change.
Billy Biggs
2
-1
/
+5
2005-08-21
Remove warning about fbCompositeTrans_0888xnx0888 not being tested on big-end...
Billy Biggs
3
-12
/
+21
2005-08-20
Fix for bug #4140:
Billy Biggs
2
-1
/
+9
2005-08-18
Special case alpha values of 0 and 0xff. (fbCompositeSrc_8888x8888mmx): Add a...
Billy Biggs
4
-12
/
+108
2005-08-18
Special case projective transforms so we can avoid doing the expensive 64-bit...
Billy Biggs
2
-78
/
+163
2005-08-18
For the source operator, the output should be cleared if the mask is zero. Th...
Billy Biggs
3
-4
/
+24
2005-08-17
Only mangle exported symbols. This is sufficient and makes debugging a lot ea...
Billy Biggs
2
-260
/
+19
2005-08-16
Fix a typo in the last commit.
Billy Biggs
2
-1
/
+5
2005-08-16
Split the MMX code into a separate libtool library to avoid applying the MMX ...
Billy Biggs
3
-2
/
+35
2005-08-16
Port MMX code from xserver to pixman.
Billy Biggs
7
-217
/
+3286
2005-08-11
Fix to be correct for arbitrary xDst values.
Billy Biggs
2
-6
/
+63
2005-08-10
Add support for filling 1bpp images (used to clear A1 masks).
Billy Biggs
2
-0
/
+26
2005-08-10
Port fbcompose.c from xserver into pixman. Add #defines for gradients, convol...
Billy Biggs
8
-2917
/
+4082
2005-08-10
Union with empty rectangle should yield SUCCESS, not FAILURE
Keith Packard
2
-1
/
+6
2005-08-10
From Keith Packard <keithp@keithp.com>,
Carl Worth
5
-62
/
+310
2005-08-05
Fix problems in render fb implementation found by rendercheck:
Jeff Muizelaar
2
-59
/
+156
2005-08-05
Temporarily disable the 24bpp WORKING_UNALIGNED_INT because of a crash when u...
Jeff Muizelaar
2
-3
/
+18
2005-08-05
Fix fbGetDrawable
Jeff Muizelaar
2
-3
/
+9
2005-08-05
Fix some of the 4 bit per channel PICT definitions
Jeff Muizelaar
2
-3
/
+9
2005-08-05
Fix up the fast-path compositing operators; those are useful for sources with...
Jeff Muizelaar
2
-205
/
+244
2005-08-01
Optimize spans where the same value is being added to multiple pixels. This i...
Billy Biggs
3
-26
/
+220
2005-08-01
fix typo
Amaury Jacquot
2
-1
/
+5
2005-07-30
Finish up merging the optimization work from jaymz.
Jeff Muizelaar
4
-173
/
+170
2005-07-30
s/uint(8|16|32)_t/CARD(8|16|32)/
Jeff Muizelaar
2
-140
/
+157
2005-07-30
Add some optimizations from jaymz. Also adds some compile warnings that will ...
Jeff Muizelaar
2
-100
/
+504
2005-07-28
Add -head to LIBPIXMAN_VERSION after tagging with SNAPSHOT_0_1_6.
Carl Worth
3
-2
/
+7
2005-07-28
Add notes for snapshot 0.1.6.
Carl Worth
3
-1
/
+31
2005-07-27
Fix units for stride return to be FbStip-sized. : ---------------------------...
Owen Taylor
2
-1
/
+6
2005-07-16
Add call to fbCompositeSrcSrc_nxn that I missed.
Jeff Muizelaar
2
-0
/
+11
2005-07-14
Whitespace fix. (pixman_image_destroy): Fix leak of the clip region associate...
Carl Worth
2
-1
/
+11
2005-07-09
Begin merging in newer fb code.
Jeff Muizelaar
2
-2
/
+187
2005-07-09
More misc merging. Mostly s/pixman_composite/fbComposite/.
Jeff Muizelaar
2
-36
/
+48
2005-07-09
More misc merging. Mostly stuff like s/uint32_t/CARD32/.
Jeff Muizelaar
2
-313
/
+329
2005-06-25
Merge over most of the low-hanging renames from xserver/fb.
Jeff Muizelaar
9
-447
/
+501
2005-06-25
Fix broken build on older gcc's caused by overzealous s/IC_/FB_/g
Jeff Muizelaar
2
-1
/
+6
2005-06-24
s/Ic/Fb/g This gets read of most of the [Ii][cC]'s the rest will probably dea...
Jeff Muizelaar
18
-776
/
+802
2005-06-24
selective s/Ic/fb/g.
Jeff Muizelaar
10
-397
/
+413
2005-06-24
s/IC_/FB_/g
Jeff Muizelaar
11
-194
/
+215
2005-06-23
s/IcCombine/fbCombine/
Jeff Muizelaar
2
-136
/
+167
2005-06-23
s/pixman_compositeOperand/FbCompositeOperand/g.
Jeff Muizelaar
3
-286
/
+345
2005-06-23
s/pixman_bits_t/FbBits/s
Jeff Muizelaar
7
-133
/
+164
2005-06-23
more merging:
Jeff Muizelaar
2
-15
/
+33
2005-06-23
Start the xserver/fb -> libpixman merging with a copy optimization.
Jeff Muizelaar
3
-1
/
+33
2005-05-26
Split clipping into separate source and destination operand clips. By default...
Keith Packard
4
-15
/
+66
2005-05-18
Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_1_5.
Carl Worth
2
-1
/
+6
2005-05-18
Add notes for snapshot 0.1.5.
Carl Worth
3
-1
/
+25
2005-05-18
Clear pointers to NULL after destroying/freeing them.
Carl Worth
2
-3
/
+14
2005-05-18
Declare pixman_fixed16_16_t properly as int32_t rather than just int. Reporte...
Carl Worth
2
-2
/
+7
2005-05-12
libpixman creates an A8 format object and sometimes forgets to destroy (when ...
Keith Packard
2
-5
/
+17
[next]