aboutsummaryrefslogtreecommitdiff
path: root/tests/GrMemoryPoolTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make GrMemoryPool play nice with bucketing allocators.dskiba2016-11-291-0/+171
* Remove SkAutoTDelete.Ben Wagner2016-11-031-2/+2
* Remove stray semicolons.Mike Klein2016-09-271-6/+6
* Style Change: NULL->nullptrhalcanary2015-08-271-2/+2
* Fix warnings on VS2015 x86_64 buildbsalomon2015-08-061-2/+2
* remove SkInstCntmtklein2015-06-261-12/+0
* Simplify SkInstCntmtklein2015-01-131-1/+1
* Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org2014-01-241-1/+1
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org2013-12-121-4/+2
* Fix compilation with SK_ENABLE_INST_COUNT=1commit-bot@chromium.org2013-12-051-1/+1
* Remove unnamed namespace usage from tests.commit-bot@chromium.org2013-10-121-2/+1
* Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org2013-09-091-3/+3
* use SkAutoTDelete instead of SkTScopedPtrreed@google.com2013-04-181-3/+3
* Change random number generator for 'tests' to SkMWCRandom. Also removes some jvanverth@google.com2013-03-041-3/+3
* Re-enable inst counting in debug builds.bsalomon@google.com2013-01-151-3/+3
* Fixed compilation issue when instance counting is disabledrobertphillips@google.com2012-08-211-1/+1
* Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined...bsalomon@google.com2012-08-031-2/+1
* Create GPU-less build of Skia.bsalomon@google.com2012-08-021-0/+4
* Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)robertphillips@google.com2012-06-271-0/+4
* Add GrMemoryPool as a helper to override operators new/deletebsalomon@google.com2012-06-191-0/+239