| Commit message (Expand) | Author | Age |
* | Add Make[backend] calls for creating GrContexts | Greg Daniel | 2017-07-25 |
* | Move mock gpu and caps, add Gr prefix, and create via GrContext::Create | Brian Salomon | 2017-06-23 |
* | bench, samples, etc: s/SkAutoTUnref/sk_sp/ | Hal Canary | 2016-11-07 |
* | Refactor to separate backend object lifecycle and GpuResource budget decision | kkinnunen | 2016-04-22 |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | Remove const from `const int loops`. | mtklein | 2015-10-01 |
* | Fix for nexus 5 crashing in GL benches | joshualitt | 2015-09-30 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | remove SkInstCnt | mtklein | 2015-06-26 |
* | Make GrResourceCache perf less sensitive to key length change | kkinnunen | 2015-05-18 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Rename GrContentKey to GrUniqueKey | bsalomon | 2015-02-19 |
* | Split out methods in GrGpuResource::CacheAccess that can be called outside of... | bsalomon | 2015-02-13 |
* | Rename GrResourceCache2->GrResourceCache | bsalomon | 2015-02-11 |
* | Add specialized content key class for resources. | bsalomon | 2015-01-23 |
* | 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 |
* | Revert "Use scratch keys for stencil buffers." | bsalomon | 2014-11-24 |
* | Cleanup res cache bench and split out into a unit test. | bsalomon | 2014-11-24 |
* | Use scratch keys for stencil buffers. | bsalomon | 2014-11-24 |
* | 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 |
* | Use GrResourceCache2 to service content key lookups | bsalomon | 2014-11-10 |
* | rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags | bsalomon | 2014-10-28 |
* | Use presence of a content key as non-scratch indicator | bsalomon | 2014-10-09 |
* | GrResourceCache2 manages scratch texture. | bsalomon | 2014-10-08 |
* | Make "priv" classes for GrTexure and GrSurface. | bsalomon | 2014-09-30 |
* | Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260... | robertphillips | 2014-09-30 |
* | Make "priv" classes for GrTexure and GrSurface. | bsalomon | 2014-09-29 |
* | "NULL !=" = NULL | bsalomon | 2014-09-05 |
* | 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 |
* | Rename GrGpuObject to GrGpuResource | bsalomon | 2014-07-25 |
* | Merge GrGpuObject and GrCacheable. | bsalomon | 2014-07-25 |
* | Remove Sk prefix from some bench classes. | tfarina | 2014-06-19 |
* | Factor GrTexture into public GrTexture and private GrTextureImpl. | commit-bot@chromium.org | 2014-05-09 |
* | Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (... | commit-bot@chromium.org | 2014-05-09 |
* | Factor GrTexture into public GrTexture and private GrTextureImpl. | commit-bot@chromium.org | 2014-05-09 |
* | Split GrResource into GrCacheable/GrGpuObject | commit-bot@chromium.org | 2014-05-02 |
* | Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL | commit-bot@chromium.org | 2014-04-30 |
* | Fix compilation with SK_ENABLE_INST_COUNT=1 | commit-bot@chromium.org | 2013-12-05 |
* | Simplify benchmark internal API. | commit-bot@chromium.org | 2013-12-03 |