summaryrefslogtreecommitdiffstats
path: root/libs/hwui/ProgramCache.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Apply shaders/filters to text drop shadows.Romain Guy2011-04-261-0/+9
* Enable anti-aliasing for hw-accelerated linesChet Haase2011-04-211-2/+36
* Fix shaders generation on IMG GPUs.Romain Guy2011-03-231-2/+2
* Add support for drawPoint() and drawPoints().Romain Guy2011-03-211-4/+38
* Correctly release the OpenGL Canvas on EGL error.Romain Guy2010-12-071-0/+2
* Move all debug flags in a single place.Romain Guy2010-11-101-4/+4
* Color filters were ignored by the program cache fast path.Romain Guy2010-10-131-1/+1
* Simplify black texture fragment shader.Romain Guy2010-10-121-2/+2
* Optimize GLSL shaders.Romain Guy2010-10-111-21/+150
* Improve performance of linear gradients.Romain Guy2010-10-111-3/+3
* Add 3D transforms support to all gradients.Romain Guy2010-10-071-10/+3
* Apply 3D transformations to gradient shaders.Romain Guy2010-10-061-5/+1
* Add support for circular gradients to the GL renderer.Romain Guy2010-09-211-5/+11
* Add support for SweepGradient in the GL renderer.Romain Guy2010-09-201-17/+50
* Correct implementation of saveLayer().Romain Guy2010-09-121-1/+4
* Add support for advanced blend modes with the framebuffer.Romain Guy2010-09-091-2/+20
* Add extra blending modes.Romain Guy2010-08-101-7/+24
* Fix tons of bugs and add new text rendering support.Romain Guy2010-08-101-0/+6
* Add support for paths.Romain Guy2010-08-051-1/+1
* Add support for ColorFilters.Romain Guy2010-08-021-9/+28
* Refactor Skia shaders handling.Romain Guy2010-07-301-9/+9
* Moved all the rendering code to the new shader generator.Romain Guy2010-07-291-2/+65
* Generate shaders to cover all possible cases.Romain Guy2010-07-271-0/+332