| .. |
|
.cvsignore
|
Initial import of libpixregion
|
2003-02-25 08:05:26 +00:00 |
|
fbedge.c
|
Switch to use new fbRasterizeTrapezoid. Gut old IcRasterizeTrapezoid implementation. Remove lots of code, (and all the bugs with it).
|
2005-01-21 10:26:28 +00:00 |
|
fbedgeimp.h
|
Avoid buffer ovverrun when trapezoid's right edge is on a pixel boundary.
|
2005-01-21 10:38:42 +00:00 |
|
fbtrap.c
|
Switch to use new fbRasterizeTrapezoid. Gut old IcRasterizeTrapezoid implementation. Remove lots of code, (and all the bugs with it).
|
2005-01-21 10:26:28 +00:00 |
|
ic.c
|
Do nothing if src image has width or height == 0 to avoid potential divide-by-zero.
|
2005-01-04 11:55:36 +00:00 |
|
icblt.c
|
Rename exported Ic* and PixRegion* functions, types, enums to be prefixed pixman (or PIXMAN for enum values)
|
2003-12-10 14:20:05 +00:00 |
|
icbltone.c
|
Rename exported Ic* and PixRegion* functions, types, enums to be prefixed pixman (or PIXMAN for enum values)
|
2003-12-10 14:20:05 +00:00 |
|
iccolor.c
|
Correct over-eager renames of the form pixman_thing_tName into pixman_thing_name. It was inevitable really this would happen!
|
2003-12-10 15:23:11 +00:00 |
|
iccompose.c
|
Switch from two different buggy mod macros to a new MOD macro which should work in C89 or C99.
|
2004-10-27 07:26:36 +00:00 |
|
icformat.c
|
Added pixman_format_get_masks and fixed a few format issues
|
2004-09-12 06:06:50 +00:00 |
|
icimage.c
|
Added pixman_format_get_masks and fixed a few format issues
|
2004-09-12 06:06:50 +00:00 |
|
icimage.h
|
Rename __internal_linkage to pixman_private.
|
2004-12-23 11:10:08 +00:00 |
|
icint.h
|
Switch to use new fbRasterizeTrapezoid. Gut old IcRasterizeTrapezoid implementation. Remove lots of code, (and all the bugs with it).
|
2005-01-21 10:26:28 +00:00 |
|
icpixels.c
|
Correct over-eager renames of the form pixman_thing_tName into pixman_thing_name. It was inevitable really this would happen!
|
2003-12-10 15:23:11 +00:00 |
|
icrect.c
|
Fix to actually call pixman_fill_rect_32bpp in the 32 bpp case. Thanks to TOKUNAGA Hiroyuki <tkng@xem.jp>. (pixman_fill_rect_8bpp, pixman_fill_rect_32bpp): Fix typo in naming: bbp -> bpp.
|
2004-12-23 11:00:01 +00:00 |
|
icrop.h
|
Restore extern tag for variable declarations, (accidentally removed when recently removing extern from function prototypes).
|
2005-01-07 12:14:40 +00:00 |
|
icstipple.c
|
Rename exported Ic* and PixRegion* functions, types, enums to be prefixed pixman (or PIXMAN for enum values)
|
2003-12-10 14:20:05 +00:00 |
|
ictransform.c
|
Switch to use new fbRasterizeTrapezoid. Gut old IcRasterizeTrapezoid implementation. Remove lots of code, (and all the bugs with it).
|
2005-01-21 10:26:28 +00:00 |
|
ictrap.c
|
Switch to use new fbRasterizeTrapezoid. Gut old IcRasterizeTrapezoid implementation. Remove lots of code, (and all the bugs with it).
|
2005-01-21 10:26:28 +00:00 |
|
ictri.c
|
Switch to use new fbRasterizeTrapezoid. Gut old IcRasterizeTrapezoid implementation. Remove lots of code, (and all the bugs with it).
|
2005-01-21 10:26:28 +00:00 |
|
icutil.c
|
Rename exported Ic* and PixRegion* functions, types, enums to be prefixed pixman (or PIXMAN for enum values)
|
2003-12-10 14:20:05 +00:00 |
|
Makefile.am
|
Add missing files to satisfy make distcheck.
|
2005-01-21 10:59:33 +00:00 |
|
pixman-xserver-compat.h
|
Add pixman-xserver-compat.h, (that was supposed to go in a couple of commits ago).
|
2005-01-21 10:52:55 +00:00 |
|
pixman.h
|
Use 32-bits for pixman_bits_t, even on 64-bit platforms. This should fix bug #2335 as well as rendering problems seen on 64-bit platforms.
|
2005-01-26 09:10:15 +00:00 |
|
pixregion.c
|
Fix bogus names such as PIXMAN_FORMAT_NAME_AR_GB32 that were left over from a broken search-and-replace. Normalize structure defintions, (eg. struct _pixman_region16_t -> struct pixman_region16). Normalize indentation.
|
2004-04-16 08:32:53 +00:00 |
|
pixregionint.h
|
Fix bogus names such as PIXMAN_FORMAT_NAME_AR_GB32 that were left over from a broken search-and-replace. Normalize structure defintions, (eg. struct _pixman_region16_t -> struct pixman_region16). Normalize indentation.
|
2004-04-16 08:32:53 +00:00 |
|
renderedge.c
|
Switch to use new fbRasterizeTrapezoid. Gut old IcRasterizeTrapezoid implementation. Remove lots of code, (and all the bugs with it).
|
2005-01-21 10:26:28 +00:00 |
|
renderedge.h
|
Switch to use new fbRasterizeTrapezoid. Gut old IcRasterizeTrapezoid implementation. Remove lots of code, (and all the bugs with it).
|
2005-01-21 10:26:28 +00:00 |
|
slim_internal.h
|
Rename __internal_linkage to pixman_private.
|
2004-12-23 11:10:08 +00:00 |