aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrMemoryPool.cpp
Commit message (Expand)AuthorAge
* Plumb GrContext everywhereGravatar Robert Phillips2018-06-12
* Add debug helper for finding leaks in GrMemoryPool.hGravatar Brian Salomon2017-03-28
* Change SkMemory to the more accurately named SkMalloc.Gravatar Herb Derby2017-03-27
* Make SkMemory.h and adjust all files for usage.Gravatar Herb Derby2017-03-20
* Make GrMemoryPool play nice with bucketing allocators.Gravatar dskiba2016-11-29
* -Wcomma may be good to go now.Gravatar Mike Klein2016-09-26
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Add sentinel to GrMemoryPool's block headerGravatar robertphillips2016-01-07
* Add debug sentinel to GrMemoryPool to check for memory stompingGravatar robertphillips2016-01-06
* Return 'correct' size from GrMemoryPoolGravatar joshualitt2016-01-05
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Adding a cache + memory pool for GPU TextBlobsGravatar joshualitt2015-04-08
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-10-14
* move GrMalloc, GrFree, Gr_bzero to their sk equivalentsGravatar reed@google.com2013-09-26
* Replace uses of GR_DEBUGCODE by SkDEBUGCODE.Gravatar commit-bot@chromium.org2013-09-06
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* Linux warning fixesGravatar bsalomon@google.com2012-08-29
* Use GrMemoryPool to manage GrCustomStage allocations.Gravatar tomhudson@google.com2012-07-24
* Add GrMemoryPool as a helper to override operators new/deleteGravatar bsalomon@google.com2012-06-19