| .. |
|
.cvsignore
|
Remove dead code from cairo-meta-surface: vestiges of meta-surface backend implementations of composite, fill_rectangles, composite_trapezoids, set_clip_region, and old_show_glyphs.
|
2005-12-14 16:45:39 +00:00 |
|
fbcompose.c
|
Bug #4260, Reviewed by B. Biggs
|
2005-09-12 05:55:11 +00:00 |
|
fbedge.c
|
Optimize spans where the same value is being added to multiple pixels. This improves the speed of rasterizing wide trapezoids.
|
2005-08-01 18:01:24 +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 |
|
fbmmx.c
|
Only include xmmintrin.h if USE_SSE is defined.
|
2005-09-18 19:52:08 +00:00 |
|
fbmmx.h
|
Special case alpha values of 0 and 0xff. (fbCompositeSrc_8888x8888mmx): Add an MMX implementation for a common operation when using pixman.
|
2005-08-18 19:13:06 +00:00 |
|
fbpict.c
|
Bug #4414, reviewed by otaylor, cworth.
|
2005-09-18 19:34:36 +00:00 |
|
fbpict.h
|
Bug #4260, Reviewed by B. Biggs
|
2005-09-12 05:55:11 +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 |
|
icblt.c
|
Finish up merging the optimization work from jaymz.
|
2005-07-30 10:23:21 +00:00 |
|
icbltone.c
|
Some fixes for warnings from sparse (Part of bug #4208, Kjartan Maraas)
|
2005-08-27 19:32:57 +00:00 |
|
iccolor.c
|
s/Ic/Fb/g This gets read of most of the [Ii][cC]'s the rest will probably dealt with on a case by case basis.
|
2005-06-24 20:13:19 +00:00 |
|
icformat.c
|
s/Ic/Fb/g This gets read of most of the [Ii][cC]'s the rest will probably dealt with on a case by case basis.
|
2005-06-24 20:13:19 +00:00 |
|
icimage.c
|
Add extended repeat modes, copied from XRender.
|
2005-10-09 09:09:53 +00:00 |
|
icimage.h
|
Make space for the new bits needed by expand.
|
2005-10-09 14:29:54 +00:00 |
|
icint.h
|
Port MMX code from xserver to pixman.
|
2005-08-16 16:50:25 +00:00 |
|
icpixels.c
|
s/Ic/Fb/g This gets read of most of the [Ii][cC]'s the rest will probably dealt with on a case by case basis.
|
2005-06-24 20:13:19 +00:00 |
|
icrect.c
|
Add extended repeat modes, copied from XRender.
|
2005-10-09 09:09:53 +00:00 |
|
icrop.h
|
Merge over most of the low-hanging renames from xserver/fb.
|
2005-06-25 15:03:17 +00:00 |
|
icstipple.c
|
s/Ic/Fb/g This gets read of most of the [Ii][cC]'s the rest will probably dealt with on a case by case basis.
|
2005-06-24 20:13:19 +00:00 |
|
ictransform.c
|
Convert file encodings from ISO-8859 to UTF-8.
|
2005-03-02 07:43:33 +00:00 |
|
ictrap.c
|
Some fixes for warnings from sparse (Part of bug #4208, Kjartan Maraas)
|
2005-08-27 19:32:57 +00:00 |
|
ictri.c
|
s/Ic/Fb/g This gets read of most of the [Ii][cC]'s the rest will probably dealt with on a case by case basis.
|
2005-06-24 20:13:19 +00:00 |
|
icutil.c
|
Merge over most of the low-hanging renames from xserver/fb.
|
2005-06-25 15:03:17 +00:00 |
|
Makefile.am
|
Fix a typo in the last commit.
|
2005-08-16 19:54:05 +00:00 |
|
pixman-remap.h
|
Remove duplicate definitions of pixman_color_to_pixel and pixman_composite.
|
2005-11-21 11:46:40 +00:00 |
|
pixman-xserver-compat.h
|
Port fbcompose.c from xserver into pixman. Add #defines for gradients, convolution filters, and indexed colour formats to keep the patch small. Use pixman regions instead of X server regions as appropriate.
|
2005-08-10 21:10:11 +00:00 |
|
pixman.h
|
Add extended repeat modes, copied from XRender.
|
2005-10-09 09:09:53 +00:00 |
|
pixregion.c
|
When width/height are 0, copy the src to the dest, don't just return. (#3017)
|
2005-08-22 12:15:28 +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
|
Add only-just-better-than-ASCII-art diagram showing all macros used in locating sub-pixel sample rows/columns.
|
2005-02-21 13:29:22 +00:00 |
|
slim_internal.h
|
Convert file encodings from ISO-8859 to UTF-8.
|
2005-03-02 07:43:33 +00:00 |