index
:
~podain/cairo
1.0
1.10
1.2
1.4
1.6
1.8
bug_fix
clip_surface
image_backend
image_backend_clip_bug
master
spans
Unnamed repository; edit this file to name it for gitweb.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pixman
Age
Commit message (
Expand
)
Author
Files
Lines
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.
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.
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
2005-04-28
Set image->pCompositeClip here. (IcComputeCompositeRegion) src/icrect.c (pixm...
Owen Taylor
3
-9
/
+23
2005-04-27
Don't use pixman_compositeSrc_8888x8888 when the source is x8r8g8b8 or x8b8g8r8.
Owen Taylor
2
-2
/
+5
2005-03-29
src/pixman.h: add AIX to the test for inttypes.h
Tor Lillqvist
2
-2
/
+6
2005-03-11
Set format->depth correctly instead of just using the bpp.
Owen Taylor
2
-1
/
+10
2005-03-07
Increment version to 0.1.4-head post-snapshot.
Carl Worth
2
-1
/
+3
2005-03-07
Add notes on using -head suffix for PIXMAN_VERSION.
SNAPSHOT_0_1_4
Carl Worth
2
-11
/
+19
2005-03-07
Add notes for snapshot 0.1.4.
Carl Worth
3
-1
/
+29
2005-03-04
Intersect bounds of trapezoids with the bounds of the destination surface bef...
Carl Worth
2
-3
/
+31
2005-03-04
Add comment from xserver's mitrap.c.
Carl Worth
2
-2
/
+10
2005-03-03
Add pixman_add_trapezoids
David Reveman
3
-2
/
+30
2005-03-03
Port from render/mipict.c.
Carl Worth
4
-1
/
+49
2005-03-03
Add a few more things that might be helpful when moving more files over from ...
Carl Worth
2
-4
/
+15
2005-03-03
Move definitions of MIN and MAX macros from ictrap.c to icint.h.
Carl Worth
3
-4
/
+10
2005-03-03
Remove dead "if (!format)" code which also makes things more in synch with th...
Carl Worth
2
-52
/
+38
2005-03-03
Restore original copyright and license which must have been inadvertently cha...
Carl Worth
2
-21
/
+24
2005-03-02
Fix comment to clarify that libpixman regards the xserver repository as its c...
Carl Worth
2
-8
/
+17
2005-03-02
Convert file encodings from ISO-8859 to UTF-8.
Carl Worth
20
-21
/
+30
2005-02-21
Add only-just-better-than-ASCII-art diagram showing all macros used in locati...
Carl Worth
2
-11
/
+58
2005-02-21
Move definition of __inline for non-gcc from ic.c to icint.h so it applies to...
Carl Worth
3
-7
/
+10
2005-02-06
Add AC_PREREQ(2.54) to help the Debian auto-guess-which-configure-version hack.
Owen Taylor
2
-0
/
+7
2005-01-26
Use 32-bits for pixman_bits_t, even on 64-bit platforms. This should fix bug ...
Carl Worth
2
-10
/
+16
2005-01-21
Fix typo
SNAPSHOT_0_1_3
Carl Worth
1
-1
/
+1
[next]