summaryrefslogtreecommitdiff
path: root/libs/hwui/ProgramCache.h
AgeCommit message (Expand)Author
2018-05-03remove (dead) caches from hwui Mike Reed
2017-11-03Format the world (or just HWUI) John Reck
2017-07-19Delete all ro.hwui.* props John Reck
2017-03-06Add ColorSpace information on Bitmap Romain Guy
2016-11-02use SkBlendMode Mike Reed
2016-10-11Linear blending, step 1 Romain Guy
2016-07-21Fix google-explicit-constructor warnings in frameworks/base Chih-Hung Hsieh
2015-02-06Glop ColorFilter & VertexBuffer support, initial enable Chris Craik
2014-12-23Cleanup various clang warnings, use unique_ptrs in several places Chris Craik
2014-10-15Clean up physical coupling Tom Hudson
2013-04-05Use float textures to render gradients when possible Romain Guy
2013-03-01Add shader program selection shortcut Chris Craik
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE Steve Block
2011-12-12Optimize state changes Romain Guy
2011-12-09Code cleanup Romain Guy
2011-05-02Merge "Allows to render with an OpenGL context inside a TextureView." Romain Guy
2011-05-02Allows to render with an OpenGL context inside a TextureView. Romain Guy
2011-05-02Line endcaps for AA lines are now antialiased. Chet Haase
2011-04-28New widget: TextureView Romain Guy
2011-04-25Minor cleanup in GLrenderer code Chet Haase
2011-04-22Fix bitfield bug with vertex shader selection Chet Haase
2011-04-21Enable anti-aliasing for hw-accelerated lines Chet Haase
2011-03-21Add support for drawPoint() and drawPoints(). Romain Guy
2011-03-14Fix rendering artifact in edge fades. Romain Guy
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