Create GLSLUniformHandler class for gpu backend
[platform/upstream/libSkiaSharp.git] / bench / GrResourceCacheBench.cpp
2015-10-01 mtkleinRemove const from `const int loops`.
2015-09-30 joshualittFix for nexus 5 crashing in GL benches
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-06-26 mtkleinremove SkInstCnt
2015-05-19 kkinnunenMake GrResourceCache perf less sensitive to key length...
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-19 bsalomonRename GrContentKey to GrUniqueKey
2015-02-13 bsalomonSplit out methods in GrGpuResource::CacheAccess that...
2015-02-11 bsalomonRename GrResourceCache2->GrResourceCache
2015-01-23 bsalomonAdd specialized content key class for resources.
2015-01-14 bsalomonMake uncached textures uncached from the get go.
2014-12-30 bsalomonAdd a simpler key type for scratch resource keys.
2014-11-25 bsalomonUse scratch keys for stencil buffers.
2014-11-24 bsalomonRevert "Use scratch keys for stencil buffers."
2014-11-24 bsalomonCleanup res cache bench and split out into a unit test.
2014-11-24 bsalomonUse scratch keys for stencil buffers.
2014-11-14 bsalomonMake GrResourceCache2 responsible for calling release...
2014-11-14 bsalomonReplace GrResourceCache with GrResourceCache2.
2014-11-14 bsalomonRevert of Replace GrResourceCache with GrResourceCache2...
2014-11-14 bsalomonReplace GrResourceCache with GrResourceCache2.
2014-11-13 bsalomonRevert of Replace GrResourceCache with GrResourceCache2...
2014-11-13 bsalomonReplace GrResourceCache with GrResourceCache2.
2014-11-12 bsalomonMake GrGpuResource::gpuMemorySize non-virtual w/ onGpuM...
2014-11-10 bsalomonUse GrResourceCache2 to service content key lookups
2014-10-28 bsalomonrename GrTextureDesc->GrSurfaceDesc, GrTextureFlags...
2014-10-09 bsalomonUse presence of a content key as non-scratch indicator
2014-10-08 bsalomonGrResourceCache2 manages scratch texture.
2014-09-30 bsalomonMake "priv" classes for GrTexure and GrSurface.
2014-09-30 robertphillipsRevert of Make "priv" classes for GrTexure and GrSurfac...
2014-09-29 bsalomonMake "priv" classes for GrTexure and GrSurface.
2014-09-05 bsalomon"NULL !=" = NULL
2014-08-26 bsalomonMake GrGpuResources register with GrResourceCache2...
2014-08-26 bsalomonRevert of Make GrGpuResources register with GrResourceC...
2014-08-26 bsalomonMake GrGpuResources register with GrResourceCache2...
2014-07-25 bsalomonRename GrGpuObject to GrGpuResource
2014-07-25 bsalomonMerge GrGpuObject and GrCacheable.
2014-06-19 tfarinaRemove Sk prefix from some bench classes.
2014-05-09 commit-bot@chromiu... Factor GrTexture into public GrTexture and private...
2014-05-09 commit-bot@chromiu... Revert of Factor GrTexture into public GrTexture and...
2014-05-09 commit-bot@chromiu... Factor GrTexture into public GrTexture and private...
2014-05-02 commit-bot@chromiu... Split GrResource into GrCacheable/GrGpuObject
2014-04-30 commit-bot@chromiu... Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
2013-12-05 commit-bot@chromiu... Fix compilation with SK_ENABLE_INST_COUNT=1
2013-12-03 commit-bot@chromiu... Simplify benchmark internal API.
2013-11-21 commit-bot@chromiu... Implement a benchmark for GrResourceCache