summaryrefslogtreecommitdiff
path: root/libs/hwui/Vertex.h
AgeCommit message (Expand)Author
2018-12-03Remove ; from closing namespaces in libs/hwuiChris Blume
2018-10-03Remove unused classes from HWUI.Derek Sollenberger
2018-05-09remove unneeded RecordedOpsMike Reed
2017-11-03Format the world (or just HWUI)John Reck
2016-10-11Linear blending, step 1Romain Guy
2015-07-30Replace most usages of utils/Vector.hJohn Reck
2015-02-17Glop SkiaShader supportChris Craik
2015-02-12Glop Bitmap and RoundRect clipping supportChris Craik
2015-01-22Ensure compatible layout for verticesRob Tsuk
2014-12-23Cleanup various clang warnings, use unique_ptrs in several placesChris Craik
2014-07-24Fix ALL compile warningsJohn Reck
2014-01-02Fix Clang warnings/errorsChris Craik
2013-09-17resolved conflicts for merge of d97303a7 to masterChris Craik
2013-09-17Conservatively estimate geometry boundsChris Craik
2013-08-15Replace float arrays with readable namesRomain Guy
2013-05-14Add tessellation path for pointsChris Craik
2013-02-13Implement support for drawBitmapMesh's colors arrayRomain Guy
2013-02-06Add cap tessellation supportChris Craik
2011-05-02Line endcaps for AA lines are now antialiased.Chet Haase
2011-04-21Enable anti-aliasing for hw-accelerated linesChet 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