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
/
PathCache.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove usage of Texture::cleanup in PathCache
Chris Craik
2015-05-11
1
-4
/
+0
*
Use glops for text rendering
Chris Craik
2015-03-18
1
-4
/
+16
*
Refactor DisplayList path caching.
Derek Sollenberger
2015-03-13
1
-13
/
+4
*
Move more GL state management to RenderState and its directory
Chris Craik
2015-01-28
1
-7
/
+8
*
Add overrides and switch to nullptr keyword
Chris Craik
2014-12-22
1
-3
/
+3
*
Clean up physical coupling
Tom Hudson
2014-10-15
1
-1
/
+0
*
Deep copy SkPath parameter to PathCache task
Chris Craik
2014-06-30
1
-3
/
+6
*
am b1c76a1a: Merge "Tessellate on worker threads" into lmp-preview-dev
Chris Craik
2014-06-10
1
-23
/
+2
|
\
|
*
Tessellate on worker threads
Chris Craik
2014-06-10
1
-23
/
+2
*
|
resolved conflicts for merge of b68f5f09 to master
Kenny Root
2014-05-30
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix a resource race bug in PathCache
yuyang
2014-05-30
1
-2
/
+3
*
|
Use const where possible for drawing parameters
Chris Craik
2014-01-03
1
-13
/
+13
*
|
Fix Clang warnings/errors
Chris Craik
2014-01-02
1
-1
/
+1
|
/
*
Refcount 9-patches and properly handle GC events
Romain Guy
2013-06-26
1
-1
/
+1
*
Introduce Caches::bindTexture() to reduce glBindTexture calls
Romain Guy
2013-06-04
1
-1
/
+1
*
Path precaching creates duplicate cache entries
Romain Guy
2013-03-26
1
-6
/
+7
*
Stop worker threads on memory trim & fix bad pointer access
Romain Guy
2013-03-20
1
-5
/
+11
*
Merge all shapes/paths caches to PathCache
Romain Guy
2013-03-18
1
-30
/
+219
*
Add TaskManager API
Romain Guy
2013-03-12
1
-18
/
+21
*
Precache paths from a worker thread
Romain Guy
2013-03-11
1
-0
/
+36
*
Use LruCache instead of GenerationCache in libhwui
Romain Guy
2012-11-29
1
-7
/
+15
*
Make sure we correctly copy caches keys.
Romain Guy
2011-08-12
1
-4
/
+0
*
Fix paths rendering issues.
Romain Guy
2011-03-18
1
-2
/
+2
*
Remove unnecessary code.
Romain Guy
2011-01-20
1
-122
/
+17
*
Free resources only from the GL context thread.
Romain Guy
2010-11-11
1
-4
/
+14
*
Add new runtime debug flags.
Romain Guy
2010-11-10
1
-0
/
+2
*
Move all debug flags in a single place.
Romain Guy
2010-11-10
1
-3
/
+1
*
Correctly remove unused paths from the cache.
Romain Guy
2010-11-09
1
-0
/
+18
*
Optimize FBO drawing with regions.
Romain Guy
2010-11-02
1
-3
/
+3
*
Small cleanup.
Romain Guy
2010-10-18
1
-6
/
+6
*
Use VBOs to render most geometries.
Romain Guy
2010-10-18
1
-6
/
+6
*
Optimize 9patch rendering.
Romain Guy
2010-10-12
1
-1
/
+13
*
Move GenerationCache to the utils directory.
Romain Guy
2010-10-08
1
-1
/
+1
*
Purge Skia objects from GL caches as needed.
Romain Guy
2010-09-08
1
-0
/
+10
*
Use only one GL context per process, share chaches.
Romain Guy
2010-08-24
1
-0
/
+3
*
Enforce maximum texture size.
Romain Guy
2010-08-07
1
-0
/
+1
*
Automatically cleanup textures that don't fit in the cache.
Romain Guy
2010-08-06
1
-0
/
+3
*
Add support for paths.
Romain Guy
2010-08-05
1
-0
/
+144