Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-03-21 | Introduce a consistent coding style | Keith Packard | 1 | -10/+8 |
2008-12-03 | Rework symbol visibility for easier maintenance | Paulo Cesar Pereira de Andrade | 1 | -4/+4 |
2008-11-25 | Move matrix operations from X server to pixman 0.13.2 | Keith Packard | 1 | -550/+7 |
2008-11-24 | Handle transform failure when computing shadow damage area. | Keith Packard | 1 | -3/+4 |
2008-11-24 | Avoid overflow in PictureTransformPoint. Fix PictureTransformIsIdentity. | Keith Packard | 1 | -37/+21 |
2008-11-24 | Handle RandR transform matrices in floating point. | Keith Packard | 1 | -72/+252 |
2008-11-24 | When converting from double to fixed, round carefully. | Keith Packard | 1 | -3/+4 |
2008-11-24 | Add matrix inversion function (uses doubles) | Keith Packard | 1 | -0/+80 |
2008-11-24 | Add funcs to convert between protocol and pixman matrices | Keith Packard | 1 | -1/+35 |
2008-11-24 | Export a bunch of matrix operations from render. | Keith Packard | 1 | -0/+351 |