summaryrefslogtreecommitdiff
path: root/libs/hwui/Program.h
AgeCommit message (Expand)Author
2013-10-17Clean unused parameters, disable warnings Chris Craik
2013-05-14Add tessellation path for points Chris Craik
2013-05-03Add an on-screen overdraw counter Romain Guy
2013-05-02Pack preloaded framework assets in a texture atlas Romain Guy
2013-03-01Add shader program selection shortcut Chris Craik
2013-02-25Add new property to debug non-rectangular clip operations Romain Guy
2013-02-13Implement support for drawBitmapMesh's colors array Romain Guy
2013-02-06Add cap tessellation support Chris Craik
2012-09-26Make gradients beautiful again Romain Guy
2012-09-20Polygonal rendering of simple fill shapes Chris Craik
2012-09-14Fix modulation and gamma correction issues Romain Guy
2012-09-05Varying-based AA rect drawing Chris Craik
2012-07-31Improve gradients Romain Guy
2012-07-16Add shader-based text gamma correction Romain Guy
2012-07-12Remove obsolete optimization Romain Guy
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