summaryrefslogtreecommitdiffstats
path: root/libs/hwui/shaders
Commit message (Expand)AuthorAgeFilesLines
* Add text rendering.Romain Guy2010-07-211-0/+14
* Add support for linear gradients.Romain Guy2010-07-191-1/+5
* Add program for linear gradient.Romain Guy2010-07-162-0/+30
* Add support for BitmapShader.Romain Guy2010-07-152-1/+5
* Remove math from the vertex shader.Romain Guy2010-07-092-6/+2
* Fix alpha blending and improve fragment shaders performance.Romain Guy2010-07-094-11/+4
* Add implementations for saveLayerAlpha() and textured rects.Romain Guy2010-06-263-3/+33
* Convert tabs to spaces.Romain Guy2010-06-251-2/+2
* Implement quickReject() and drawRect().Romain Guy2010-06-251-1/+2
* Add colored rectangles implementation in OpenGLRenderer.Romain Guy2010-06-242-0/+27