summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Program.h
Commit message (Expand)AuthorAgeFilesLines
* Correctly release the OpenGL Canvas on EGL error.Romain Guy2010-12-071-0/+8
* Optimize FBO drawing with regions.Romain Guy2010-11-021-3/+3
* Optimize GLSL shaders.Romain Guy2010-10-111-4/+4
* Moved all the rendering code to the new shader generator.Romain Guy2010-07-291-142/+23
* Generate shaders to cover all possible cases.Romain Guy2010-07-271-13/+15
* Add text rendering.Romain Guy2010-07-211-0/+6
* Add support for linear gradients.Romain Guy2010-07-191-0/+11
* Add program for linear gradient.Romain Guy2010-07-161-0/+39
* Correctly support pre-multiplied alpha, optimizations, more stuff.Romain Guy2010-07-121-3/+25
* Optimize shader binding changes.Romain Guy2010-07-121-1/+17
* Remove math from the vertex shader.Romain Guy2010-07-091-12/+13
* Reduced the complexity of layers composition.Romain Guy2010-06-271-0/+156