summaryrefslogtreecommitdiff
path: root/render/matrix.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce a consistent coding styleKeith Packard2012-03-211-10/+8
* Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2008-12-031-4/+4
* Move matrix operations from X server to pixman 0.13.2Keith Packard2008-11-251-550/+7
* Handle transform failure when computing shadow damage area.Keith Packard2008-11-241-3/+4
* Avoid overflow in PictureTransformPoint. Fix PictureTransformIsIdentity.Keith Packard2008-11-241-37/+21
* Handle RandR transform matrices in floating point.Keith Packard2008-11-241-72/+252
* When converting from double to fixed, round carefully.Keith Packard2008-11-241-3/+4
* Add matrix inversion function (uses doubles)Keith Packard2008-11-241-0/+80
* Add funcs to convert between protocol and pixman matricesKeith Packard2008-11-241-1/+35
* Export a bunch of matrix operations from render.Keith Packard2008-11-241-0/+351