summaryrefslogtreecommitdiff
path: root/libs/hwui/ProgramCache.h
AgeCommit message (Expand)Author
2010-12-13Refactor OpenGLRenderer to simplify OpenGL drawing code. Romain Guy
2010-11-10Move all debug flags in a single place. Romain Guy
2010-11-02Optimize FBO drawing with regions. Romain Guy
2010-10-13Color filters were ignored by the program cache fast path. Romain Guy
2010-10-11Don't draw fully transparent views/primitives. Romain Guy
2010-10-11Optimize GLSL shaders. Romain Guy
2010-09-20Add support for SweepGradient in the GL renderer. Romain Guy
2010-09-12Correct implementation of saveLayer(). Romain Guy
2010-09-09Add support for advanced blend modes with the framebuffer. Romain Guy
2010-08-24Use only one GL context per process, share chaches. Romain Guy
2010-08-11Delete shaders after a compile error. Also disable extra logging. Romain Guy
2010-08-10Add extra blending modes. Romain Guy
2010-08-02Add support for ColorFilters. Romain Guy
2010-07-30Refactor Skia shaders handling. 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