summaryrefslogtreecommitdiffstats
path: root/libs/hwui/ProgramCache.h
Commit message (Expand)AuthorAgeFilesLines
* Glop ColorFilter & VertexBuffer support, initial enableChris Craik2015-02-061-1/+1
* Cleanup various clang warnings, use unique_ptrs in several placesChris Craik2014-12-231-1/+2
* Clean up physical couplingTom Hudson2014-10-151-1/+0
* Use float textures to render gradients when possibleRomain Guy2013-04-051-0/+2
* Add shader program selection shortcutChris Craik2013-03-011-11/+0
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* Optimize state changesRomain Guy2011-12-121-232/+0
* Code cleanupRomain Guy2011-12-091-2/+1
* Merge "Allows to render with an OpenGL context inside a TextureView."Romain Guy2011-05-021-0/+4
|\
| * Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-0/+4
* | Line endcaps for AA lines are now antialiased.Chet Haase2011-05-021-4/+4
|/
* New widget: TextureViewRomain Guy2011-04-281-0/+5
* Minor cleanup in GLrenderer codeChet Haase2011-04-251-2/+3
* Fix bitfield bug with vertex shader selectionChet Haase2011-04-221-1/+1
* Enable anti-aliasing for hw-accelerated linesChet Haase2011-04-211-0/+6
* Add support for drawPoint() and drawPoints().Romain Guy2011-03-211-2/+11
* Fix rendering artifact in edge fades.Romain Guy2011-03-141-0/+2
* Refactor OpenGLRenderer to simplify OpenGL drawing code.Romain Guy2010-12-131-8/+31
* Move all debug flags in a single place.Romain Guy2010-11-101-4/+2
* Optimize FBO drawing with regions.Romain Guy2010-11-021-3/+3
* Color filters were ignored by the program cache fast path.Romain Guy2010-10-131-1/+1
* Don't draw fully transparent views/primitives.Romain Guy2010-10-111-1/+1
* Optimize GLSL shaders.Romain Guy2010-10-111-11/+51
* Add support for SweepGradient in the GL renderer.Romain Guy2010-09-201-8/+22
* Correct implementation of saveLayer().Romain Guy2010-09-121-2/+11
* Add support for advanced blend modes with the framebuffer.Romain Guy2010-09-091-2/+9
* Use only one GL context per process, share chaches.Romain Guy2010-08-241-1/+0
* Delete shaders after a compile error. Also disable extra logging.Romain Guy2010-08-111-1/+1
* Add extra blending modes.Romain Guy2010-08-101-5/+5
* Add support for ColorFilters.Romain Guy2010-08-021-1/+3
* Refactor Skia shaders handling.Romain Guy2010-07-301-0/+1
* Moved all the rendering code to the new shader generator.Romain Guy2010-07-291-3/+37
* Generate shaders to cover all possible cases.Romain Guy2010-07-271-0/+155