index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrResourceCache.h
Commit message (
Expand
)
Author
Age
*
Refactor to separate backend object lifecycle and GpuResource budget decision
kkinnunen
2016-04-22
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
When a surface is backed by an external render target force a copy on image snap
bsalomon
2016-02-26
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Attempt to land cache purge again [and regen bot logs if still failing]
bsalomon
2015-12-09
*
Wire up resource cache stats dumping in nanobench
joshualitt
2015-12-02
*
Update Layer Hoisting to store its atlas texture in the resource cache
robertphillips
2015-11-09
*
Revert of Update Layer Hoisting to store its atlas texture in the resource ca...
robertphillips
2015-11-06
*
Update Layer Hoisting to store its atlas texture in the resource cache
robertphillips
2015-11-06
*
Revert of Reland "By default purge resources that haven't been used for 64 fl...
bsalomon
2015-11-03
*
Reland "By default purge resources that haven't been used for 64 flushes (pat...
bsalomon
2015-11-03
*
Revert of By default purge resources that haven't been used for 64 flushes (p...
bsalomon
2015-09-29
*
By default purge resources that haven't been used for 64 flushes
bsalomon
2015-09-29
*
Add onMemoryDump to GrContext
ericrk
2015-09-15
*
Revert of By default purge resources that haven't been used for 64 flushes (p...
bsalomon
2015-08-31
*
By default purge resources that haven't been used for 64 flushes
bsalomon
2015-08-31
*
Revert of By default purge resources that haven't been used for 64 flushes (p...
bsalomon
2015-08-31
*
By default purge resources that haven't been used for 64 flushes
Brian Salomon
2015-08-30
*
Revert of By default purge resources that haven't been used for 64 flushes (p...
rmistry
2015-08-27
*
By default purge resources that haven't been used for 64 flushes
bsalomon
2015-08-27
*
Add ANGLE workaround to prefer flushes over VRAM usage
robertphillips
2015-08-20
*
Defer flushes if kPreferNoIO is specified
robertphillips
2015-08-13
*
Add mechanism to proactively purge old resources in GrResourceCache.
bsalomon
2015-04-08
*
Handle the case when the GrResourceCache timestamp wraps.
bsalomon
2015-02-19
*
Allow resources' unique keys to be changed.
bsalomon
2015-02-19
*
Rename GrContentKey to GrUniqueKey
bsalomon
2015-02-19
*
Use an array of nonpurgeable resources in GrResourceCache
bsalomon
2015-02-17
*
Make GrResourceCache use a priority queue of purgeable resources.
bsalomon
2015-02-17
*
Split out methods in GrGpuResource::CacheAccess that can be called outside of...
bsalomon
2015-02-13
*
Rename GrResourceCache2->GrResourceCache
bsalomon
2015-02-11
*
Replace GrResourceCache with GrResourceCache2.
bsalomon
2014-11-14
*
Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:1200...
bsalomon
2014-11-14
*
Replace GrResourceCache with GrResourceCache2.
bsalomon
2014-11-14
*
Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:1000...
bsalomon
2014-11-13
*
Replace GrResourceCache with GrResourceCache2.
bsalomon
2014-11-13
*
Remove all knowledge of resource keys from the legacy cache.
bsalomon
2014-11-11
*
Use GrResourceCache2 to service content key lookups
bsalomon
2014-11-10
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-08
*
Revert "GrResourceCache2 manages scratch texture."
Brian Salomon
2014-10-07
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-07
*
Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...
robertphillips
2014-09-30
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-09-30
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Make textures register with GrResourceCache2 as scratch.
bsalomon
2014-08-28
*
Fix leak of GrResourceCacheEntry
bsalomon
2014-08-22
*
Rename GrGpuObject to GrGpuResource
bsalomon
2014-07-25
*
Merge GrGpuObject and GrCacheable.
bsalomon
2014-07-25
*
Move GrTMultiMap to src/core and rename it
robertphillips
2014-07-21
[next]