- 3ea1798 Remove ImmediateFlush mode by Robert Phillips · 7 years ago
- 5480a18 Add method to GrContext to purge unlocked resources. by Derek Sollenberger · 7 years ago
- ee47914 Add GrContext API to report the number of purgeable bytes in the cache. by Derek Sollenberger · 7 years ago
- 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 8 years ago
- 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 8 years ago
- 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 8 years ago
- 0562eb9 Allow wrapped resources to have unique keys by Brian Osman · 8 years ago
- 5e15085 Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources."" by Brian Salomon · 8 years ago
- 20c322e Revert "Add a new GrResourceCache purging mechanism for purging unused resources." by Brian Salomon · 8 years ago
- fbb56ce Add a new GrResourceCache purging mechanism for purging unused resources. by Brian Salomon · 8 years ago
- ee843b2 Revert of Make GrResourceCache dynamically change between LRU and random replacement strategies. (patchset #8 id:140001 of https://codereview.chromium.org/2321563006/ ) by robertphillips · 8 years ago
- 0f147ac Make GrResourceCache dynamically change between LRU and random replacement strategies. by bsalomon · 8 years ago
- e2e87f3 Change implementation of flush-count based GrGpuResource purging by bsalomon · 8 years ago
- b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
- 5eb41fd Revert of Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. (patchset #4 id:60001 of https://codereview.chromium.org/2307053002/ ) by bsalomon · 8 years ago
- 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
- 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
- 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
- c4ed684 Don't store resources with a unique key in GrResourceCache's fScratchMap by robertphillips · 8 years ago
- 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 9 years ago
- 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
- b2c0133 When a surface is backed by an external render target force a copy on image snap by bsalomon · 9 years ago
- 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
- bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
- 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
- 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
- 3c2d32b Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
- 540e954 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
- 0274efb Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
- 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
- 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- 6392668 Add ANGLE workaround to prefer flushes over VRAM usage by robertphillips · 9 years ago
- 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
- 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
- d9f8862 Valgrind sez: new[] wants delete[]. by mtklein · 10 years ago
- 3f32432 Add mechanism to proactively purge old resources in GrResourceCache. by bsalomon · 10 years ago
- 732a92d Increase maximum gpu resources from 1024 to 4096 by kkinnunen · 10 years ago
- 876c313 skia: Add tracing for skia's budget by hendrikw · 10 years ago
- ddf30e6 Handle the case when the GrResourceCache timestamp wraps. by bsalomon · 10 years ago
- f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
- 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
- f320e04 Use an array of nonpurgeable resources in GrResourceCache by bsalomon · 10 years ago
- 9f2d157 Make GrResourceCache use a priority queue of purgeable resources. by bsalomon · 10 years ago
- 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
- 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago[Renamed (91%) from src/gpu/GrResourceCache2.cpp]
- 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
- b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
- 563ff60 make getContentKey() available in GrGpuResource public interface by bsalomon · 10 years ago
- 9b44026 Revert of make getContentKey() available in GrGpuResource public interface (patchset #2 id:20001 of https://codereview.chromium.org/886313005/) by stephana · 10 years ago
- 85ed2db make getContentKey() available in GrGpuResource public interface by bsalomon · 10 years ago
- e167f96 Fix GPU resource cache related assertions. by bsalomon · 10 years ago
- 63c992f Fix the speeling of "purgeable" in Gr code by bsalomon · 10 years ago
- c2f35b7 Allow unbudgeted resources to be recycled by the cache as scratch. by bsalomon · 10 years ago
- 016dffb Compile fix after Add specialized content key class for resources by kkinnunen · 10 years ago
- 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
- afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
- 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
- 9790a7b Cap id size returned by GrScratchKey::GenerateResourceType by robertphillips · 10 years ago
- 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
- 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
- b436ed6 Reduce the amount of validation in GrResourceCache2 by bsalomon · 10 years ago
- 84c8e62 Allow GPU resources to not be counted against the cache budget. by bsalomon · 10 years ago
- dace19e Correct accounting for wrapped resources by bsalomon · 10 years ago
- 82b1d62 Guard high water cache stats vars by GR_CACHE_STATS by bsalomon · 10 years ago
- 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
- 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
- ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
- 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
- f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
- 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
- 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago
- 6d4488c Remove all knowledge of resource keys from the legacy cache. by bsalomon · 10 years ago
- fe369ee Move GrResourceKey static functions from .h to .cpp to fix shared lib builds by bsalomon · 10 years ago
- 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
- 000f829 Prefer to recycle non-RT scratch textures that don't have pending IO by bsalomon · 10 years ago
- 1e2530b Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
- 0f9e8a7 Revert of Use presence of a content key as non-scratch indicator (patchset #5 id:80001 of https://codereview.chromium.org/639873002/) by bsalomon · 10 years ago
- 9eefe08 Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
- bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
- 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
- d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
- dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
- 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
- 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
- 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago
- 1696126 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
- a2b0af8 Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/) by bsalomon · 10 years ago
- d68b3e4 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
- c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
- 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
- 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago