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
*
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
*
Adds a mechanism for GrCacheable objects to notify the resource cache
commit-bot@chromium.org
2014-05-05
*
Split GrResource into GrCacheable/GrGpuObject
commit-bot@chromium.org
2014-05-02
*
SkTDynamicHash: pick up GetKey(), Hash() from T by default.
commit-bot@chromium.org
2014-04-02
*
SkTDynamicHash: remove need for Equals(const T&, const Key&) param.
commit-bot@chromium.org
2014-04-02
*
Adding a new SkSurface factory for generating surfaces from the scratch textu...
commit-bot@chromium.org
2014-03-19
*
Speed up GrResourceCache add and lookup by using TDynamicHash
commit-bot@chromium.org
2014-01-17
*
Reverting r12427
rmistry@google.com
2013-12-02
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-12-02
*
Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons
commit-bot@chromium.org
2013-11-28
*
We want to give SkPixelRef a way to signal over to GrResourceCache that it's ...
commit-bot@chromium.org
2013-10-24
*
GrTHashCache -> GrTHashTable
mtklein@google.com
2013-10-21
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-20
*
Alter resource cache and GrContext to (optionally) never reuse a scratch texture
robertphillips@google.com
2013-07-19
*
The rest of: Add purgeAsNeeded calls before addResource calls
robertphillips@google.com
2013-07-18
[next]