aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrMemoryPoolTest.cpp
Commit message (Expand)AuthorAge
* Remove unused GrObjectMemoryPoolGravatar Robert Phillips2018-06-07
* Remove SK_SUPPORT_GPU checks in tool-only codeGravatar Brian Osman2018-05-31
* Make GrMemoryPool play nice with bucketing allocators.Gravatar dskiba2016-11-29
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Fix warnings on VS2015 x86_64 buildGravatar bsalomon2015-08-06
* remove SkInstCntGravatar mtklein2015-06-26
* Simplify SkInstCntGravatar mtklein2015-01-13
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Remove unnamed namespace usage from tests.Gravatar commit-bot@chromium.org2013-10-12
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* use SkAutoTDelete instead of SkTScopedPtrGravatar reed@google.com2013-04-18
* Change random number generator for 'tests' to SkMWCRandom. Also removes some Gravatar jvanverth@google.com2013-03-04
* Re-enable inst counting in debug builds.Gravatar bsalomon@google.com2013-01-15
* Fixed compilation issue when instance counting is disabledGravatar robertphillips@google.com2012-08-21
* Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined...Gravatar bsalomon@google.com2012-08-03
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)Gravatar robertphillips@google.com2012-06-27
* Add GrMemoryPool as a helper to override operators new/deleteGravatar bsalomon@google.com2012-06-19