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
/
TextureCache.cpp
Age
Commit message (
Expand
)
Author
2015-05-05
Cleanup properties
Chris Craik
2015-02-23
Simplify Texture member initialization
Chris Craik
2015-02-06
Glop ColorFilter & VertexBuffer support, initial enable
Chris Craik
2015-01-30
Refactor blending and texture gl state
Chris Craik
2015-01-20
Merge "Simplify and correct texture upload unpack alignment parameter"
Chris Craik
2015-01-20
Simplify and correct texture upload unpack alignment parameter
Chris Craik
2015-01-09
Update HWUI to store its own SkBitmap objects
Derek Sollenberger
2015-01-05
Add overrides and switch to nullptr keyword for all files
Chris Craik
2014-12-11
resolved conflicts for merge of d67bb501 to master
Yohann Roussel
2014-12-10
Don't preload textures for AssetAtlas
John Reck
2014-11-25
am 5ab86ba0: am 89a63f02: am 0c31d97a: Merge "Switch TextureCache to SkPixelR...
John Reck
2014-11-24
Switch TextureCache to SkPixelRef::fStableId
John Reck
2014-11-20
resolve merge conflicts of f2235b6 to master.
Chris Craik
2014-11-19
Improve logging around performance critical events
Chris Craik
2014-10-15
Clean up physical coupling
Tom Hudson
2014-07-29
Add layer/texture creation tracing
John Reck
2014-07-08
SkBitmap::Config is deprecated, use SkColorType
Mike Reed
2014-06-20
stop using (deprecated) SkBitmap::Config
Mike Reed
2014-06-16
resolved conflicts for merge of ecae1ffd to master
ztenghui
2014-06-16
am df36dd20: am 386caf6c: Merge "update parameters in uploadToTexture() for G...
Tenghui Zhu
2014-06-13
update parameters in uploadToTexture() for GLES20
Lu, Shenghua
2014-05-22
Inspect SkShader to determine hw shader.
Leon Scroggins III
2014-04-14
Fix issue with bitmap uploading
John Reck
2014-03-20
Update framework to use M33 Skia. DO NOT MERGE
Leon Scroggins III
2014-03-17
am f8d8777d: Update framework to use M33 Skia. DO NOT MERGE
Leon Scroggins III
2014-03-17
Update framework to use M33 Skia. DO NOT MERGE
Leon Scroggins III
2014-03-11
am 7b4cce68: am c3bac8a0: Merge "Fix graphics corruption caused by HWUI caches"
Chris Craik
2014-03-06
Update framework to use M33 Skia. DO NOT MERGE
Leon Scroggins III
2014-02-26
am 328b7ee6: am aecb8c43: am 7b4cce68: am c3bac8a0: Merge "Fix graphics corru...
Chris Craik
2014-02-26
Fix graphics corruption caused by HWUI caches
Sangkyu Lee
2014-01-15
Remove calls to deprecated SkBitmap::setIsOpaque()
Leon Scroggins III
2014-01-03
Use const where possible for drawing parameters
Chris Craik
2013-12-03
Call SkBitmap::config() instead of ::getConfig()
Leon Scroggins III
2013-10-17
Clean unused parameters, disable warnings
Chris Craik
2013-09-25
Take SkBitmap's stride into account when uploading textures
Romain Guy
2013-06-06
Assume a texture is unbound after deleting it
Romain Guy
2013-06-04
Introduce Caches::bindTexture() to reduce glBindTexture calls
Romain Guy
2013-03-11
Precache paths from a worker thread
Romain Guy
2013-02-07
Add a RenderBuffer object to store stencil buffers.
Romain Guy
2012-11-29
Use LruCache instead of GenerationCache in libhwui
Romain Guy
2012-10-17
Enable mipmapping, without a deadlock this time
Romain Guy
2012-10-16
workaround to unbreak the build (deadlock during boot)
Mathias Agopian
2012-10-16
Add API to enable mipmaps on Bitmap
Romain Guy
2012-10-16
Always use the correct pixel store size
Romain Guy
2012-05-14
Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)
Romain Guy
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-06
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-03
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2011-12-05
Clip text correctly
Romain Guy
2011-11-30
Optimize away unnecessary state changes
Romain Guy
[next]