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
/
Program.h
Age
Commit message (
Expand
)
Author
2013-10-17
Clean unused parameters, disable warnings
Chris Craik
2013-05-14
Add tessellation path for points
Chris Craik
2013-05-03
Add an on-screen overdraw counter
Romain Guy
2013-05-02
Pack preloaded framework assets in a texture atlas
Romain Guy
2013-03-01
Add shader program selection shortcut
Chris Craik
2013-02-25
Add new property to debug non-rectangular clip operations
Romain Guy
2013-02-13
Implement support for drawBitmapMesh's colors array
Romain Guy
2013-02-06
Add cap tessellation support
Chris Craik
2012-09-26
Make gradients beautiful again
Romain Guy
2012-09-20
Polygonal rendering of simple fill shapes
Chris Craik
2012-09-14
Fix modulation and gamma correction issues
Romain Guy
2012-09-05
Varying-based AA rect drawing
Chris Craik
2012-07-31
Improve gradients
Romain Guy
2012-07-16
Add shader-based text gamma correction
Romain Guy
2012-07-12
Remove obsolete optimization
Romain Guy
2012-01-03
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2011-12-13
Reduce the number of active texture changes
Romain Guy
2011-12-12
Optimize state changes
Romain Guy
2011-12-12
Keep shaders to render properly
Romain Guy
2011-12-09
Free up resources by deleting shaders early on
Romain Guy
2011-04-27
Fix various hw-accelerated line/point bugs
Chet Haase
2010-12-07
Correctly release the OpenGL Canvas on EGL error.
Romain Guy
2010-11-02
Optimize FBO drawing with regions.
Romain Guy
2010-10-11
Optimize GLSL shaders.
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
2010-07-21
Add text rendering.
Romain Guy
2010-07-19
Add support for linear gradients.
Romain Guy
2010-07-16
Add program for linear gradient.
Romain Guy
2010-07-12
Correctly support pre-multiplied alpha, optimizations, more stuff.
Romain Guy
2010-07-12
Optimize shader binding changes.
Romain Guy
2010-07-09
Remove math from the vertex shader.
Romain Guy
2010-06-27
Reduced the complexity of layers composition.
Romain Guy