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
/
GradientCache.h
Age
Commit message (
Expand
)
Author
2017-03-06
Add ColorSpace information on Bitmap
Romain Guy
2016-10-12
Various fixes for linear blending and gradients
Romain Guy
2016-10-11
Linear blending, step 1
Romain Guy
2016-07-21
resolve merge conflicts of 5152fd9 to stage-aosp-master
Chih-Hung Hsieh
2016-07-21
Fix google-explicit-constructor warnings in frameworks/base
Chih-Hung Hsieh
2016-02-05
Move several property queries to Properties class
Chris Craik
2016-01-14
Track texture memory globally
John Reck
2015-07-30
Replace most usages of utils/Vector.h
John Reck
2015-02-06
Glop ColorFilter & VertexBuffer support, initial enable
Chris Craik
2015-01-28
Move more GL state management to RenderState and its directory
Chris Craik
2014-12-23
Cleanup various clang warnings, use unique_ptrs in several places
Chris Craik
2014-12-22
Add overrides and switch to nullptr keyword
Chris Craik
2014-10-15
Clean up physical coupling
Tom Hudson
2013-10-17
Clean unused parameters, disable warnings
Chris Craik
2013-04-05
Use float textures to render gradients when possible
Romain Guy
2013-01-03
Remove unnecessary & uninitialized variable
Romain Guy
2012-11-29
Use LruCache instead of GenerationCache in libhwui
Romain Guy
2012-07-31
Improve gradients
Romain Guy
2012-07-20
Clamp gradient textures to max GL texture size
Romain Guy
2012-03-05
Add missing includes for Mutex.h
Derek Sollenberger
2011-08-12
Make sure we correctly copy caches keys.
Romain Guy
2011-08-08
Prevent crash when purging the gradients cache.
Romain Guy
2011-08-01
Reduce the amount of data cached by the gradients cache.
Romain Guy
2010-11-11
Free resources only from the GL context thread.
Romain Guy
2010-11-02
Optimize FBO drawing with regions.
Romain Guy
2010-10-08
Move GenerationCache to the utils directory.
Romain Guy
2010-09-20
Add support for SweepGradient in the GL renderer.
Romain Guy
2010-09-08
Purge Skia objects from GL caches as needed.
Romain Guy
2010-08-24
Use only one GL context per process, share chaches.
Romain Guy
2010-07-19
Add support for linear gradients.
Romain Guy