index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrAllocator.h
Commit message (
Expand
)
Author
Age
*
Add test for processor->resource ref/io counts
Brian Salomon
2017-01-11
*
Remove stray semicolons.
Mike Klein
2016-09-27
*
Consolidate SK_CRASH and sk_throw into SK_ABORT
djsollen
2016-01-29
*
Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:800...
djsollen
2016-01-22
*
Consolidate SK_CRASH and sk_throw into SK_ABORT
djsollen
2016-01-22
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Make GrIODB keep pending IO refs on all resources it records into its cmd str...
bsalomon
2014-09-19
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Add pop_back() to GrAllocator and add unit test.
bsalomon
2014-09-05
*
Make GrAllocator Iter return non-const T
bsalomon
2014-07-02
*
Reduce integer divides in GrAllocator
bsalomon
2014-07-02
*
SkNonCopyable should be used with private inheritance.
commit-bot@chromium.org
2014-04-07
*
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
commit-bot@chromium.org
2014-03-28
*
Drop executable flag from headers so that they can be packaged
robertphillips@google.com
2014-03-11
*
Delay setting initial memory block until it officially exists.
commit-bot@chromium.org
2013-12-02
*
move GrMalloc, GrFree, Gr_bzero to their sk equivalents
reed@google.com
2013-09-26
*
Replace uses of GrNoncopyable by SkNoncopyable.
commit-bot@chromium.org
2013-09-18
*
Replace uses of GR_DEBUGCODE by SkDEBUGCODE.
commit-bot@chromium.org
2013-09-06
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.
tomhudson@google.com
2012-07-09
*
Infrastructure for new Ganesh shader pipeline: base classes for GPU
tomhudson@google.com
2012-04-18
*
Fix leak, reset not called in ~GrTAllocator
bsalomon@google.com
2011-10-27
*
Move a bunch of headers from include/gpu to src/gpu. Delete some unused files.
bsalomon@google.com
2011-10-20