index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
GrGpuResource.h
Commit message (
Expand
)
Author
Age
*
MakeBackendTextureFromSkImage
Eric Karl
2017-10-12
*
Convert NULL and 0 to nullptr.
Ben Wagner
2017-08-28
*
Move GrTypesPriv.h to include/private
Brian Salomon
2017-07-19
*
Remove SkCrossContextImageData and all support code
Brian Osman
2017-05-11
*
Revert "Revert "Add a new GrResourceCache purging mechanism for purging unuse...
Brian Salomon
2017-03-22
*
Revert "Add a new GrResourceCache purging mechanism for purging unused resour...
Brian Salomon
2017-03-22
*
Add a new GrResourceCache purging mechanism for purging unused resources.
Brian Salomon
2017-03-22
*
Add GrExternalTextureData and SkCrossContextImageData
Brian Osman
2017-02-28
*
Revert "Add GrExternalTextureData and SkCrossContextImageData"
Brian Osman
2017-02-24
*
Add GrExternalTextureData and SkCrossContextImageData
Brian Osman
2017-02-24
*
Fix undefined GrIORef test method on Chrome win bot
Brian Salomon
2017-01-11
*
Add test for processor->resource ref/io counts
Brian Salomon
2017-01-11
*
Add IORef capability to GrSurfaceProxy objects - take 2
robertphillips
2016-11-16
*
Revert "Add IORef capability to GrSurfaceProxy objects"
Robert Phillips
2016-11-14
*
Add IORef capability to GrSurfaceProxy objects
Robert Phillips
2016-11-14
*
Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy
Robert Phillips
2016-11-11
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList
Robert Phillips
2016-10-26
*
Revert of Make GrResourceCache dynamically change between LRU and random repl...
robertphillips
2016-10-04
*
Make GrResourceCache dynamically change between LRU and random replacement st...
bsalomon
2016-10-03
*
Remove stray semicolons.
Mike Klein
2016-09-27
*
Change implementation of flush-count based GrGpuResource purging
bsalomon
2016-09-22
*
Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids
robertphillips
2016-08-31
*
Remove custom data from GrGpuResource
bsalomon
2016-08-30
*
Refactor to separate backend object lifecycle and GpuResource budget decision
kkinnunen
2016-04-22
*
Add onMemoryDump to GrContext
ericrk
2015-09-15
*
remove SkInstCnt
mtklein
2015-06-26
*
Add support for creating texture backed images where Skia will delete the tex...
bsalomon
2015-06-18
*
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
*
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
*
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
*
Simplify SkInstCnt
mtklein
2015-01-13
*
Add a simpler key type for scratch resource keys.
bsalomon
2014-12-30
*
Adding a custom data field to GrGpuResource
junov
2014-12-11
*
Making GrGpuResource::release public for special case in Blink
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
[next]