index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrResourceCache.cpp
Commit message (
Expand
)
Author
Age
*
Add GrProxyProvider
Robert Phillips
2018-01-08
*
Add unit test for pinned SkImages
Robert Phillips
2017-09-29
*
Clear uniquely keyed texture proxies out of ResourceCache when it is deleted
Robert Phillips
2017-09-29
*
Add ability to remove unique key from proxy and underlying surface.
Greg Daniel
2017-09-26
*
Add native caching of uniquely keyed GrTextureProxies (take 2)
Robert Phillips
2017-09-21
*
Revert "Add native caching of uniquely keyed GrTextureProxies"
Robert Phillips
2017-09-20
*
Add native caching of uniquely keyed GrTextureProxies
Robert Phillips
2017-09-20
*
Update GrResourceCache changeUniqueKey to stay in valid state after each step
Greg Daniel
2017-09-08
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Automatically prepend "disabled-by-default-" to TRACE categories
Brian Osman
2017-07-26
*
Remove ImmediateFlush mode
Robert Phillips
2017-06-02
*
Add method to GrContext to purge unlocked resources.
Derek Sollenberger
2017-05-26
*
Add GrContext API to report the number of purgeable bytes in the cache.
Derek Sollenberger
2017-05-24
*
Added SkImage::MakeCrossContextFromEncoded
Brian Osman
2017-05-09
*
Revert "Added SkImage::MakeCrossContextFromEncoded"
Brian Salomon
2017-05-08
*
Added SkImage::MakeCrossContextFromEncoded
Brian Osman
2017-05-08
*
Allow wrapped resources to have unique keys
Brian Osman
2017-05-08
*
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
*
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
*
Change implementation of flush-count based GrGpuResource purging
bsalomon
2016-09-22
*
Restructure flushing relationship between GrContext, GrDrawingManager, and Gr...
bsalomon
2016-09-07
*
Revert of Restructure flushing relationship between GrContext, GrDrawingManag...
bsalomon
2016-09-06
*
Restructure flushing relationship between GrContext, GrDrawingManager, and Gr...
bsalomon
2016-09-06
*
Use sse4.2 CRC32 instructions to hash when available.
mtklein
2016-08-08
*
Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h
robertphillips
2016-06-23
*
Don't store resources with a unique key in GrResourceCache's fScratchMap
robertphillips
2016-05-24
*
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
*
Switch uses of SkChecksum::Compute to Murmur3.
mtklein
2015-11-16
*
Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:2000...
mtklein
2015-11-16
*
Switch uses of SkChecksum::Compute to Murmur3.
mtklein
2015-11-16
*
Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:2000...
mtklein
2015-11-13
*
Switch uses of SkChecksum::Compute to Murmur3.
mtklein
2015-11-12
*
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 ANGLE workaround to prefer flushes over VRAM usage
robertphillips
2015-08-20
*
Defer flushes if kPreferNoIO is specified
robertphillips
2015-08-13
*
Add support for creating texture backed images where Skia will delete the tex...
bsalomon
2015-06-18
*
Valgrind sez: new[] wants delete[].
mtklein
2015-04-09
*
Add mechanism to proactively purge old resources in GrResourceCache.
bsalomon
2015-04-08
*
Increase maximum gpu resources from 1024 to 4096
kkinnunen
2015-03-09
*
skia: Add tracing for skia's budget
hendrikw
2015-03-04
[next]