Age | Commit message (Expand) | Author | Files | Lines |
2006-01-09 | Use uint32_t instead of uint; | Anders Carlsson | 1 | -0/+7 |
2006-01-04 | 2005-10-10 David Reveman <davidr@novell.com> | Carl Worth | 1 | -1/+21 |
2006-01-04 | Originally: 2005-10-10 David Reveman <davidr@novell.com> | Carl Worth | 1 | -0/+13 |
2005-11-21 | Remove duplicate definitions of pixman_color_to_pixel and pixman_composite. | Carl Worth | 1 | -0/+5 |
2005-11-18 | Remove spurios INT_ prefixes which break the build with very recent binutils. | Carl Worth | 1 | -0/+5 |
2005-10-09 | Make space for the new bits needed by expand. | Billy Biggs | 1 | -0/+4 |
2005-10-09 | Add extended repeat modes, copied from XRender. | Billy Biggs | 1 | -0/+10 |
2005-09-18 | Only include xmmintrin.h if USE_SSE is defined. | Billy Biggs | 1 | -0/+4 |
2005-09-18 | Bug #4414, reviewed by otaylor, cworth. | Billy Biggs | 1 | -0/+11 |
2005-09-12 | Bug #4260, Reviewed by B. Biggs | Owen Taylor | 1 | -0/+11 |
2005-08-28 | Use local labels rather than global labels in the assembly, to be robust if t... | Owen Taylor | 1 | -0/+6 |
2005-08-27 | Some fixes for warnings from sparse (Part of bug #4208, Kjartan Maraas) | Billy Biggs | 1 | -0/+15 |
2005-08-27 | Make the code work with | Owen Taylor | 1 | -0/+7 |
2005-08-22 | When width/height are 0, copy the src to the dest, don't just return. (#3017) | Owen Taylor | 1 | -0/+5 |
2005-08-21 | Fix a typo in the last change. | Billy Biggs | 1 | -0/+4 |
2005-08-21 | Remove warning about fbCompositeTrans_0888xnx0888 not being tested on big-end... | Billy Biggs | 1 | -0/+8 |
2005-08-20 | Fix for bug #4140: | Billy Biggs | 1 | -0/+7 |
2005-08-18 | Special case alpha values of 0 and 0xff. (fbCompositeSrc_8888x8888mmx): Add a... | Billy Biggs | 1 | -0/+12 |
2005-08-18 | Special case projective transforms so we can avoid doing the expensive 64-bit... | Billy Biggs | 1 | -0/+6 |
2005-08-18 | For the source operator, the output should be cleared if the mask is zero. Th... | Billy Biggs | 1 | -0/+9 |
2005-08-17 | Only mangle exported symbols. This is sufficient and makes debugging a lot ea... | Billy Biggs | 1 | -0/+5 |
2005-08-16 | Fix a typo in the last commit. | Billy Biggs | 1 | -0/+4 |
2005-08-16 | Split the MMX code into a separate libtool library to avoid applying the MMX ... | Billy Biggs | 1 | -0/+9 |
2005-08-16 | Port MMX code from xserver to pixman. | Billy Biggs | 1 | -0/+53 |
2005-08-11 | Fix to be correct for arbitrary xDst values. | Billy Biggs | 1 | -0/+5 |
2005-08-10 | Add support for filling 1bpp images (used to clear A1 masks). | Billy Biggs | 1 | -0/+5 |
2005-08-10 | Port fbcompose.c from xserver into pixman. Add #defines for gradients, convol... | Billy Biggs | 1 | -0/+89 |
2005-08-10 | Union with empty rectangle should yield SUCCESS, not FAILURE | Keith Packard | 1 | -0/+5 |
2005-08-05 | Fix problems in render fb implementation found by rendercheck: | Jeff Muizelaar | 1 | -0/+20 |
2005-08-05 | Temporarily disable the 24bpp WORKING_UNALIGNED_INT because of a crash when u... | Jeff Muizelaar | 1 | -0/+11 |
2005-08-05 | Fix fbGetDrawable | Jeff Muizelaar | 1 | -0/+6 |
2005-08-05 | Fix some of the 4 bit per channel PICT definitions | Jeff Muizelaar | 1 | -0/+6 |
2005-08-05 | Fix up the fast-path compositing operators; those are useful for sources with... | Jeff Muizelaar | 1 | -0/+17 |
2005-08-01 | Optimize spans where the same value is being added to multiple pixels. This i... | Billy Biggs | 1 | -0/+10 |
2005-08-01 | fix typo | Amaury Jacquot | 1 | -0/+4 |
2005-07-30 | Finish up merging the optimization work from jaymz. | Jeff Muizelaar | 1 | -0/+10 |
2005-07-30 | s/uint(8|16|32)_t/CARD(8|16|32)/ | Jeff Muizelaar | 1 | -0/+17 |
2005-07-30 | Add some optimizations from jaymz. Also adds some compile warnings that will ... | Jeff Muizelaar | 1 | -0/+9 |
2005-07-28 | Add -head to LIBPIXMAN_VERSION after tagging with SNAPSHOT_0_1_6. | Carl Worth | 1 | -0/+5 |
2005-07-28 | Add notes for snapshot 0.1.6. | Carl Worth | 1 | -0/+6 |
2005-07-27 | Fix units for stride return to be FbStip-sized. : ---------------------------... | Owen Taylor | 1 | -0/+5 |
2005-07-16 | Add call to fbCompositeSrcSrc_nxn that I missed. | Jeff Muizelaar | 1 | -0/+5 |
2005-07-14 | Whitespace fix. (pixman_image_destroy): Fix leak of the clip region associate... | Carl Worth | 1 | -0/+8 |
2005-07-09 | Begin merging in newer fb code. | Jeff Muizelaar | 1 | -0/+12 |
2005-07-09 | More misc merging. Mostly s/pixman_composite/fbComposite/. | Jeff Muizelaar | 1 | -0/+12 |
2005-07-09 | More misc merging. Mostly stuff like s/uint32_t/CARD32/. | Jeff Muizelaar | 1 | -0/+16 |
2005-06-25 | Merge over most of the low-hanging renames from xserver/fb. | Jeff Muizelaar | 1 | -0/+34 |
2005-06-25 | Fix broken build on older gcc's caused by overzealous s/IC_/FB_/g | Jeff Muizelaar | 1 | -0/+5 |
2005-06-24 | s/Ic/Fb/g This gets read of most of the [Ii][cC]'s the rest will probably dea... | Jeff Muizelaar | 1 | -0/+26 |
2005-06-24 | selective s/Ic/fb/g. | Jeff Muizelaar | 1 | -0/+16 |