index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pixman
Age
Commit message (
Expand
)
Author
Files
Lines
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
2005-01-21
Fix snapshot URL in description
Carl Worth
1
-1
/
+1
2005-01-21
Add notes for snapshot 0.1.3.
Carl Worth
4
-2
/
+37
2005-01-21
Add missing files to satisfy make distcheck.
Carl Worth
2
-0
/
+5
2005-01-21
Update for changed www directory on server.
Carl Worth
2
-1
/
+4
2005-01-21
Add pixman-xserver-compat.h, (that was supposed to go in a couple of commits ...
Carl Worth
2
-0
/
+101
2005-01-21
Avoid buffer ovverrun when trapezoid's right edge is on a pixel boundary.
Carl Worth
2
-3
/
+10
2005-01-21
Switch to use new fbRasterizeTrapezoid. Gut old IcRasterizeTrapezoid implemen...
Carl Worth
10
-1377
/
+53
2005-01-21
Merge in changes from xserver, (mostly just whitespace).
Carl Worth
2
-9
/
+17
2005-01-18
Add pristine files from the X server containing Keith's newer point-sampling ...
Carl Worth
6
-0
/
+833
2005-01-13
(IcRasterizeTrapezoid): Fix the above correction so that it doesn't force 0 a...
Carl Worth
2
-2
/
+9
2005-01-13
Force alpha to 0 when the left edge is entirely above top. (This is a workaro...
Carl Worth
2
-2
/
+18
2005-01-07
Restore extern tag for variable declarations, (accidentally removed when rece...
Carl Worth
3
-2
/
+9
2005-01-04
Do nothing if src image has width or height == 0 to avoid potential divide-by...
Carl Worth
2
-0
/
+11
2004-12-23
Rename __internal_linkage to pixman_private.
Carl Worth
7
-41
/
+69
2004-12-23
Fix to actually call pixman_fill_rect_32bpp in the 32 bpp case. Thanks to TOK...
Carl Worth
2
-5
/
+13
2004-12-20
Special case solid color rectangle fills.
Alexander Larsson
2
-23
/
+158
2004-10-28
Abort release-publish if there's already a published tar file with the curren...
Carl Worth
3
-12
/
+28
2004-10-27
Put the tag command back which was accidentally removed from the instructions.
Carl Worth
2
-1
/
+8
2004-10-27
Suggest "cvs -q update -Ad" as an alternative to checkout.
SNAPSHOT_0_1_2
Carl Worth
2
-0
/
+4
2004-10-27
Update date since 0.1.2 release didn't get pushed out until today.
Carl Worth
6
-36
/
+88
2004-10-27
Switch from two different buggy mod macros to a new MOD macro which should wo...
Carl Worth
5
-20
/
+30
2004-10-13
Fix email address in ChangeLog
Carl Worth
1
-1
/
+1
2004-10-13
Add notes for snapshot 0.1.2
Carl Worth
3
-2
/
+31
2004-09-12
Added pixman_format_get_masks and fixed a few format issues
David Reveman
5
-3
/
+59
2004-09-11
Added function for setting component alpha
David Reveman
5
-1
/
+22
2004-09-11
Fixed clipping
David Reveman
2
-1
/
+13
2004-09-11
Byte-order fix
David Reveman
3
-0
/
+20
2004-09-11
Added support for both transform and repeat
David Reveman
5
-4
/
+61
2004-05-06
Leave clientClipType as CT_NONE if region is NULL (thanks to Vladimir Vukicev...
Carl Worth
3
-2
/
+11
2004-04-16
Add RELEASING file
SNAPSHOT_0_1_1
Carl Worth
1
-0
/
+71
2004-04-16
Add notes for snapshot 0.1.1
Carl Worth
3
-1
/
+28
[next]