aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAllocator.h
Commit message (Expand)AuthorAge
* Move SkNoncopyable to include/private.Gravatar Ben Wagner2018-07-17
* trim #include <new> from SkPostConfig.hGravatar Mike Klein2018-06-11
* Add a front() accessor to GrAllocatorGravatar Chris Dalton2018-06-08
* Add test for processor->resource ref/io countsGravatar Brian Salomon2017-01-11
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Consolidate SK_CRASH and sk_throw into SK_ABORTGravatar djsollen2016-01-29
* Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:800...Gravatar djsollen2016-01-22
* Consolidate SK_CRASH and sk_throw into SK_ABORTGravatar djsollen2016-01-22
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Make GrIODB keep pending IO refs on all resources it records into its cmd str...Gravatar bsalomon2014-09-19
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Add pop_back() to GrAllocator and add unit test.Gravatar bsalomon2014-09-05
* Make GrAllocator Iter return non-const TGravatar bsalomon2014-07-02
* Reduce integer divides in GrAllocatorGravatar bsalomon2014-07-02
* SkNonCopyable should be used with private inheritance.Gravatar commit-bot@chromium.org2014-04-07
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* Drop executable flag from headers so that they can be packagedGravatar robertphillips@google.com2014-03-11
* Delay setting initial memory block until it officially exists.Gravatar commit-bot@chromium.org2013-12-02
* move GrMalloc, GrFree, Gr_bzero to their sk equivalentsGravatar reed@google.com2013-09-26
* Replace uses of GrNoncopyable by SkNoncopyable.Gravatar commit-bot@chromium.org2013-09-18
* Replace uses of GR_DEBUGCODE by SkDEBUGCODE.Gravatar commit-bot@chromium.org2013-09-06
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.Gravatar tomhudson@google.com2012-07-09
* Infrastructure for new Ganesh shader pipeline: base classes for GPUGravatar tomhudson@google.com2012-04-18
* Fix leak, reset not called in ~GrTAllocatorGravatar bsalomon@google.com2011-10-27
* Move a bunch of headers from include/gpu to src/gpu. Delete some unused files.Gravatar bsalomon@google.com2011-10-20