summaryrefslogtreecommitdiff
path: root/libs/hwui/Vertex.h
AgeCommit message (Expand)Author
2018-12-03Remove ; from closing namespaces in libs/hwui Chris Blume
2018-10-03Remove unused classes from HWUI. Derek Sollenberger
2018-05-09remove unneeded RecordedOps Mike Reed
2017-11-03Format the world (or just HWUI) John Reck
2016-10-11Linear blending, step 1 Romain Guy
2015-07-30Replace most usages of utils/Vector.h John Reck
2015-02-17Glop SkiaShader support Chris Craik
2015-02-12Glop Bitmap and RoundRect clipping support Chris Craik
2015-01-22Ensure compatible layout for vertices Rob Tsuk
2014-12-23Cleanup various clang warnings, use unique_ptrs in several places Chris Craik
2014-07-24Fix ALL compile warnings John Reck
2014-01-02Fix Clang warnings/errors Chris Craik
2013-09-17resolved conflicts for merge of d97303a7 to master Chris Craik
2013-09-17Conservatively estimate geometry bounds Chris Craik
2013-08-15Replace float arrays with readable names Romain Guy
2013-05-14Add tessellation path for points Chris Craik
2013-02-13Implement support for drawBitmapMesh's colors array Romain Guy
2013-02-06Add cap tessellation support Chris Craik
2011-05-02Line endcaps for AA lines are now antialiased. Chet Haase
2011-04-21Enable anti-aliasing for hw-accelerated lines Chet Haase
2010-11-02Optimize FBO drawing with regions. Romain Guy
2010-07-27Generate shaders to cover all possible cases. Romain Guy
2010-07-09Optimize blending state changes. Romain Guy
2010-07-08Draw n-patches using OpenGL. Romain Guy