summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Matrix.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing public native APIRomain Guy2011-10-121-1/+3
* Add an API to set the transform on a TextureView's surface texture.Romain Guy2011-08-161-0/+2
* Don't apply AA to rects with no rotation/perspective.Romain Guy2011-06-091-0/+1
* Add support for skew()Romain Guy2011-01-181-0/+7
* Correctly render text when coordinates are not integers.Romain Guy2010-12-061-0/+2
* Optimize FBO drawing with regions.Romain Guy2010-11-021-3/+3
* Apply bilinear filtering on text only when necessary.Romain Guy2010-10-041-0/+2
* Add support for circular gradients to the GL renderer.Romain Guy2010-09-211-0/+2
* Fix GC issue, fix local shader transformations.Romain Guy2010-08-121-3/+1
* Better support for rotation and perspective matrices.Romain Guy2010-08-121-0/+16
* Improve clip support (add intersect, union and replace.)Romain Guy2010-07-161-0/+2
* Do not apply transforms when using drawColor().Romain Guy2010-07-141-0/+3
* Add implementations for saveLayerAlpha() and textured rects.Romain Guy2010-06-261-0/+3
* Convert tabs to spaces.Romain Guy2010-06-251-47/+47
* Implement quickReject() and drawRect().Romain Guy2010-06-251-4/+4
* Add colored rectangles implementation in OpenGLRenderer.Romain Guy2010-06-241-3/+9
* Add support for transformations.Romain Guy2010-06-231-1/+9
* Fix the simulator build.Romain Guy2010-06-221-0/+100