index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
GrMemoryPoolTest.cpp
Commit message (
Expand
)
Author
Age
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Fix warnings on VS2015 x86_64 build
bsalomon
2015-08-06
*
remove SkInstCnt
mtklein
2015-06-26
*
Simplify SkInstCnt
mtklein
2015-01-13
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
Remove unnamed namespace usage from tests.
commit-bot@chromium.org
2013-10-12
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
use SkAutoTDelete instead of SkTScopedPtr
reed@google.com
2013-04-18
*
Change random number generator for 'tests' to SkMWCRandom. Also removes some
jvanverth@google.com
2013-03-04
*
Re-enable inst counting in debug builds.
bsalomon@google.com
2013-01-15
*
Fixed compilation issue when instance counting is disabled
robertphillips@google.com
2012-08-21
*
Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined...
bsalomon@google.com
2012-08-03
*
Create GPU-less build of Skia.
bsalomon@google.com
2012-08-02
*
Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)
robertphillips@google.com
2012-06-27
*
Add GrMemoryPool as a helper to override operators new/delete
bsalomon@google.com
2012-06-19