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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix HWUI Path Cache dangling pointer
Digish Pandya
2015-11-11
1
-0
/
+7
*
Remove all usage of fmin and fmax
Chris Craik
2015-07-07
1
-3
/
+3
*
Add tracing for path texture upload
Chris Craik
2015-05-13
1
-0
/
+1
*
Remove usage of Texture::cleanup in PathCache
Chris Craik
2015-05-11
1
-25
/
+12
*
Cleanup properties
Chris Craik
2015-05-05
1
-1
/
+1
*
Simplify TaskManager fallback path
Chris Craik
2015-04-20
1
-3
/
+1
*
Use glops for text rendering
Chris Craik
2015-03-18
1
-30
/
+19
*
Refactor DisplayList path caching.
Derek Sollenberger
2015-03-13
1
-48
/
+13
*
resolved conflicts for merge of c7e6b93a to master
John Reck
2015-02-04
1
-1
/
+3
|
\
|
*
am af6eaf65: Merge "Fix ANR caused by hwuiTask thread" automerge: 5ad36d4
John Reck
2015-02-04
1
-1
/
+3
|
|
\
|
|
*
Fix ANR caused by hwuiTask thread
Sangkyu Lee
2015-01-12
1
-1
/
+3
|
|
*
Revert "Frameworks/base: Unused parameters in hwui"
John Reck
2014-11-22
1
-1
/
+1
|
*
|
Fix style
John Reck
2014-12-12
1
-1
/
+1
*
|
|
Refactor blending and texture gl state
Chris Craik
2015-01-30
1
-2
/
+2
*
|
|
Move more GL state management to RenderState and its directory
Chris Craik
2015-01-28
1
-1
/
+0
*
|
|
Add overrides and switch to nullptr keyword for all files
Chris Craik
2015-01-05
1
-12
/
+12
*
|
|
Revert "resolved conflicts for merge of 220c3f4f to master"
Andreas Gampe
2014-11-22
1
-1
/
+1
|
/
/
*
|
resolved conflicts for merge of 99377df1 to lmp-mr1-dev-plus-aosp
Andreas Gampe
2014-11-21
1
-1
/
+1
|
\
\
|
|
/
|
*
Frameworks/base: Unused parameters in hwui
Andreas Gampe
2014-11-21
1
-1
/
+1
*
|
resolve merge conflicts of 57b641a to lmp-mr1-dev-plus-aosp.
Chris Craik
2014-11-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Improve logging around performance critical events
Chris Craik
2014-11-19
1
-1
/
+1
*
|
Frameworks/base: Wall Werror in libs/hwui
Andreas Gampe
2014-11-10
1
-1
/
+1
|
/
*
Minor cleanups around color usage
Chris Craik
2014-07-17
1
-1
/
+2
*
Deep copy SkPath parameter to PathCache task
Chris Craik
2014-06-30
1
-2
/
+2
*
stop using (deprecated) SkBitmap::Config
Mike Reed
2014-06-20
1
-2
/
+1
*
am b1c76a1a: Merge "Tessellate on worker threads" into lmp-preview-dev
Chris Craik
2014-06-10
1
-12
/
+5
|
\
|
*
Tessellate on worker threads
Chris Craik
2014-06-10
1
-12
/
+5
*
|
resolved conflicts for merge of b68f5f09 to master
Kenny Root
2014-05-30
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix a resource race bug in PathCache
yuyang
2014-05-30
1
-2
/
+2
*
|
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
*
|
Use const where possible for drawing parameters
Chris Craik
2014-01-03
1
-10
/
+10
|
/
*
Second attempt at avoiding infinite loop in PathCache::trim()
Romain Guy
2013-08-21
1
-1
/
+16
*
Properly account for created paths in the cache
Romain Guy
2013-08-21
1
-0
/
+5
*
Refcount 9-patches and properly handle GC events
Romain Guy
2013-06-26
1
-11
/
+14
*
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
-2
/
+2
*
Path precaching creates duplicate cache entries
Romain Guy
2013-03-26
1
-4
/
+9
*
Stop worker threads on memory trim & fix bad pointer access
Romain Guy
2013-03-20
1
-3
/
+4
*
Merge all shapes/paths caches to PathCache
Romain Guy
2013-03-18
1
-19
/
+424
*
Prevent infinite loop when trimming the path cache
Romain Guy
2013-03-13
1
-2
/
+3
*
Add TaskManager API
Romain Guy
2013-03-12
1
-68
/
+41
*
Precache paths from a worker thread
Romain Guy
2013-03-11
1
-23
/
+139
*
Add plumbing for better text scaling
Romain Guy
2013-01-08
1
-3
/
+0
*
Use LruCache instead of GenerationCache in libhwui
Romain Guy
2012-11-29
1
-11
/
+8
*
Work-around for a Skia rasterization bug
Romain Guy
2012-04-27
1
-1
/
+6
*
Only recreate path textures when necessary
Romain Guy
2012-02-23
1
-0
/
+5
*
Record possible clip rejects when recording display lists
Romain Guy
2012-02-17
1
-0
/
+20
*
Clean up GenerationCache.
Jeff Brown
2011-11-11
1
-2
/
+2
*
Remove the right entries from the cache when a GC happens.
Romain Guy
2011-02-24
1
-1
/
+3
[next]