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