summaryrefslogtreecommitdiff
path: root/libs/hwui/Program.cpp
AgeCommit message (Expand)Author
2010-12-07Correctly release the OpenGL Canvas on EGL error. Romain Guy
2010-11-02Optimize FBO drawing with regions. Romain Guy
2010-10-11Optimize GLSL shaders. Romain Guy
2010-09-17Correctly free memory. Romain Guy
2010-08-11Delete shaders after a compile error. Also disable extra logging. Romain Guy
2010-07-29Moved all the rendering code to the new shader generator. Romain Guy
2010-07-27Generate shaders to cover all possible cases. Romain Guy
2010-07-21Add text rendering. Romain Guy
2010-07-19Add support for linear gradients. Romain Guy
2010-07-16Add program for linear gradient. Romain Guy
2010-07-12Correctly support pre-multiplied alpha, optimizations, more stuff. Romain Guy
2010-07-12Optimize shader binding changes. Romain Guy
2010-07-09Remove math from the vertex shader. Romain Guy
2010-07-09Fix alpha blending and improve fragment shaders performance. Romain Guy
2010-06-27Reduced the complexity of layers composition. Romain Guy