index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrGpuResource.cpp
Commit message (
Expand
)
Author
Age
*
Make methods on GrGpuResource safe to call on abandoned resource
bsalomon
2015-09-24
*
Add onMemoryDump to GrContext
ericrk
2015-09-15
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
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
*
Refactor GrGpu path rendering functions to GrPathRendering
kkinnunen
2015-06-01
*
Add mechanism to proactively purge old resources in GrResourceCache.
bsalomon
2015-04-08
*
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
*
Rename GrResourceCache2->GrResourceCache
bsalomon
2015-02-11
*
Reimplement gpu message bus for invalidated bitmap gen IDs
bsalomon
2015-02-06
*
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
*
Adding a custom data field to GrGpuResource
junov
2014-12-11
*
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
*
Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl
bsalomon
2014-11-12
*
Add GrGpuResource::CacheAccess
bsalomon
2014-11-11
*
Remove bogus assert
bsalomon
2014-11-11
*
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
*
Use presence of a content key as non-scratch indicator
bsalomon
2014-10-09
*
Remove ~GrIORef since last remaining virtual and now all inline
bsalomon
2014-10-08
*
Revert of Use presence of a content key as non-scratch indicator (patchset #5...
bsalomon
2014-10-08
*
Use presence of a content key as non-scratch indicator
bsalomon
2014-10-08
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-08
*
Move IOType to GrGpuRef and rename that to GrIORef. Template GrPendingIORef o...
bsalomon
2014-09-19
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Add reference base class to GrGpuResourcewith pending IO references.
bsalomon
2014-09-03
*
Make textures register with GrResourceCache2 as scratch.
bsalomon
2014-08-28
*
Make GrGpuResources register with GrResourceCache2 after fully constructed.
bsalomon
2014-08-26
*
Revert of Make GrGpuResources register with GrResourceCache2 after fully cons...
bsalomon
2014-08-26
*
Make GrGpuResources register with GrResourceCache2 after fully constructed.
bsalomon
2014-08-26
*
Add GrResourceCache2.
bsalomon
2014-08-21
*
Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.o...
bsalomon
2014-08-19
*
Add GrResourceCache2.
bsalomon
2014-08-19
*
Rename GrGpuObject to GrGpuResource
bsalomon
2014-07-25