index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
TextureCache.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DO NOT MERGE Inspect SkShader to determine hw shader.
Leon Scroggins III
2014-05-23
1
-8
/
+8
*
Fix issue with bitmap uploading
John Reck
2014-04-14
1
-13
/
+59
*
am 328b7ee6: am aecb8c43: am 7b4cce68: am c3bac8a0: Merge "Fix graphics corru...
Chris Craik
2014-02-26
1
-1
/
+3
|
\
|
*
Fix graphics corruption caused by HWUI caches
Sangkyu Lee
2014-02-26
1
-1
/
+3
*
|
Remove calls to deprecated SkBitmap::setIsOpaque()
Leon Scroggins III
2014-01-15
1
-2
/
+1
*
|
Use const where possible for drawing parameters
Chris Craik
2014-01-03
1
-9
/
+9
*
|
Call SkBitmap::config() instead of ::getConfig()
Leon Scroggins III
2013-12-03
1
-2
/
+2
*
|
Clean unused parameters, disable warnings
Chris Craik
2013-10-17
1
-1
/
+1
|
/
*
Take SkBitmap's stride into account when uploading textures
Romain Guy
2013-09-25
1
-9
/
+20
*
Assume a texture is unbound after deleting it
Romain Guy
2013-06-06
1
-1
/
+1
*
Introduce Caches::bindTexture() to reduce glBindTexture calls
Romain Guy
2013-06-04
1
-3
/
+3
*
Precache paths from a worker thread
Romain Guy
2013-03-11
1
-1
/
+1
*
Add a RenderBuffer object to store stencil buffers.
Romain Guy
2013-02-07
1
-1
/
+1
*
Use LruCache instead of GenerationCache in libhwui
Romain Guy
2012-11-29
1
-2
/
+2
*
Enable mipmapping, without a deadlock this time
Romain Guy
2012-10-17
1
-4
/
+6
*
workaround to unbreak the build (deadlock during boot)
Mathias Agopian
2012-10-16
1
-1
/
+1
*
Add API to enable mipmaps on Bitmap
Romain Guy
2012-10-16
1
-1
/
+14
*
Always use the correct pixel store size
Romain Guy
2012-10-16
1
-6
/
+4
*
Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)
Romain Guy
2012-05-14
1
-0
/
+10
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-1
/
+1
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-2
/
+2
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-2
/
+2
*
Clip text correctly
Romain Guy
2011-12-05
1
-1
/
+2
*
Optimize away unnecessary state changes
Romain Guy
2011-11-30
1
-4
/
+10
*
Memory optimizations for libhwui
Romain Guy
2011-11-04
1
-1
/
+30
*
Make sure we have a current EGL context when invoking EGL
Romain Guy
2011-07-26
1
-1
/
+1
*
Improve rendering performance on some GPUs
Romain Guy
2011-07-25
1
-5
/
+2
*
Correctly blend translucent GIF bitmaps.
Romain Guy
2011-02-24
1
-5
/
+3
*
Always render text underline extra.
Romain Guy
2011-01-23
1
-1
/
+1
*
Log only 1 line per process when using OpenGLRenderer.
Romain Guy
2011-01-21
1
-2
/
+2
*
Free resources only from the GL context thread.
Romain Guy
2010-11-11
1
-12
/
+14
*
Add new runtime debug flags.
Romain Guy
2010-11-10
1
-0
/
+8
*
Correctly remove unused paths from the cache.
Romain Guy
2010-11-09
1
-4
/
+4
*
Optimize FBO drawing with regions.
Romain Guy
2010-11-02
1
-2
/
+6
*
DisplayList optimizations and fixes.
Chet Haase
2010-10-26
1
-0
/
+5
*
Add support for paletted textures.
Romain Guy
2010-10-05
1
-1
/
+21
*
Fix OpenGL errors in various places.
Romain Guy
2010-09-22
1
-2
/
+2
*
Fix texture corruption issue, faster re-upload of textures.
Romain Guy
2010-09-22
1
-11
/
+23
*
Purge Skia objects from GL caches as needed.
Romain Guy
2010-09-08
1
-2
/
+7
*
Fix possible infinite loop when purging textures.
Romain Guy
2010-09-08
1
-5
/
+16
*
Use only one GL context per process, share chaches.
Romain Guy
2010-08-24
1
-4
/
+23
*
Update OpenGLRenderer test to test opaque ARGB8888 bitmaps.
Romain Guy
2010-08-19
1
-1
/
+3
*
Make libhwui entirely optional.
Romain Guy
2010-08-08
1
-4
/
+2
*
Enforce maximum texture size.
Romain Guy
2010-08-07
1
-0
/
+10
*
Automatically cleanup textures that don't fit in the cache.
Romain Guy
2010-08-06
1
-1
/
+3
*
Add a way to query GL extensions.
Romain Guy
2010-07-22
1
-0
/
+5
*
Add support for linear gradients.
Romain Guy
2010-07-19
1
-0
/
+1
*
Optimize textures binding.
Romain Guy
2010-07-16
1
-2
/
+0
*
Enable 32-bits only assets.
Romain Guy
2010-07-13
1
-1
/
+1
*
Simpler way to deal with the FBO multi-cache.
Romain Guy
2010-07-07
1
-1
/
+1
[next]