summaryrefslogtreecommitdiff
path: root/render/matrix.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-4/+4
2008-11-25Move matrix operations from X server to pixman 0.13.2Keith Packard1-550/+7
2008-11-24Handle transform failure when computing shadow damage area.Keith Packard1-3/+4
2008-11-24Avoid overflow in PictureTransformPoint. Fix PictureTransformIsIdentity.Keith Packard1-37/+21
2008-11-24Handle RandR transform matrices in floating point.Keith Packard1-72/+252
2008-11-24When converting from double to fixed, round carefully.Keith Packard1-3/+4
2008-11-24Add matrix inversion function (uses doubles)Keith Packard1-0/+80
2008-11-24Add funcs to convert between protocol and pixman matricesKeith Packard1-1/+35
2008-11-24Export a bunch of matrix operations from render.Keith Packard1-0/+351