index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
ProgramCache.cpp
Age
Commit message (
Expand
)
Author
2010-12-07
Correctly release the OpenGL Canvas on EGL error.
Romain Guy
2010-11-10
Move all debug flags in a single place.
Romain Guy
2010-10-13
Color filters were ignored by the program cache fast path.
Romain Guy
2010-10-12
Simplify black texture fragment shader.
Romain Guy
2010-10-11
Optimize GLSL shaders.
Romain Guy
2010-10-11
Improve performance of linear gradients.
Romain Guy
2010-10-07
Add 3D transforms support to all gradients.
Romain Guy
2010-10-06
Apply 3D transformations to gradient shaders.
Romain Guy
2010-09-21
Add support for circular gradients to the GL renderer.
Romain Guy
2010-09-20
Add support for SweepGradient in the GL renderer.
Romain Guy
2010-09-12
Correct implementation of saveLayer().
Romain Guy
2010-09-09
Add support for advanced blend modes with the framebuffer.
Romain Guy
2010-08-10
Add extra blending modes.
Romain Guy
2010-08-10
Fix tons of bugs and add new text rendering support.
Romain Guy
2010-08-05
Add support for paths.
Romain Guy
2010-08-02
Add support for ColorFilters.
Romain Guy
2010-07-30
Refactor Skia shaders handling.
Romain Guy
2010-07-29
Moved all the rendering code to the new shader generator.
Romain Guy
2010-07-27
Generate shaders to cover all possible cases.
Romain Guy