index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrGpuResourceCacheAccess.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
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Add support for creating texture backed images where Skia will delete the tex...
bsalomon
2015-06-18
*
Allow resources' unique keys to be changed.
bsalomon
2015-02-19
*
Rename GrContentKey to GrUniqueKey
bsalomon
2015-02-19
*
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
*
Reimplement gpu message bus for invalidated bitmap gen IDs
bsalomon
2015-02-06
*
make getContentKey() available in GrGpuResource public interface
bsalomon
2015-02-02
*
Revert of make getContentKey() available in GrGpuResource public interface (p...
stephana
2015-02-02
*
make getContentKey() available in GrGpuResource public interface
bsalomon
2015-02-02
*
Fix the speeling of "purgeable" in Gr code
bsalomon
2015-01-23
*
Allow unbudgeted resources to be recycled by the cache as scratch.
bsalomon
2015-01-23
*
Add specialized content key class for resources.
bsalomon
2015-01-23
*
Require budget decision when creating a RenderTarget SkSurface.
bsalomon
2015-01-16
*
Make uncached textures uncached from the get go.
bsalomon
2015-01-14
*
Add a simpler key type for scratch resource keys.
bsalomon
2014-12-30
*
Use scratch keys for stencil buffers.
bsalomon
2014-11-25
*
Allow GPU resources to not be counted against the cache budget.
bsalomon
2014-11-17
*
Correct accounting for wrapped resources
bsalomon
2014-11-17
*
Make GrResourceCache2 responsible for calling release, abandon, and ~.
bsalomon
2014-11-14
*
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
*
Add GrGpuResource::CacheAccess
bsalomon
2014-11-11