summaryrefslogtreecommitdiff
path: root/libs/hwui/Program.h
AgeCommit message (Expand)Author
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE Steve Block
2011-12-13Reduce the number of active texture changes Romain Guy
2011-12-12Optimize state changes Romain Guy
2011-12-12Keep shaders to render properly Romain Guy
2011-12-09Free up resources by deleting shaders early on Romain Guy
2011-04-27Fix various hw-accelerated line/point bugs Chet Haase
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-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-06-27Reduced the complexity of layers composition. Romain Guy