aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private/SkTArray.h
Commit message (Expand)AuthorAge
* Stop using SkTSwap.Gravatar Ben Wagner2018-06-19
* use 64bit math in TArray reallocGravatar Mike Reed2018-05-10
* begin cleanup of malloc porting layerGravatar Mike Reed2018-01-05
* Send TextBlobCache purge messages only to owning cache.Gravatar Jim Van Verth2017-12-14
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* Make SkTArray maintain reserve countGravatar Brian Salomon2017-06-16
* Fix SkTArray operator= to work with self assignmentGravatar Greg Daniel2017-03-22
* Make SkTArray not allocate unless reserve or initial count > 0Gravatar Brian Salomon2017-03-16
* Add SkSTArray move assignment operatorsGravatar Florin Malita2017-03-12
* take fast case in swap() if we're using malloc OR we're emptyGravatar Mike Reed2017-03-09
* Fix SkTArray copy constructionGravatar Florin Malita2017-03-09
* SkSTArray move ctorGravatar Florin Malita2017-03-09
* Batched implementation of drawLattice() for GPUGravatar msarett2016-08-18
* Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180...Gravatar msarett2016-08-18
* Batched implementation of drawLattice() for GPUGravatar msarett2016-08-18
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Fix indentation and casts in SkTArray.Gravatar bungeman2016-04-21
* SkTArray: fix invalid reinterpret_casts over non-initialized memory.Gravatar krasin2016-04-21
* SkTArray movable and swap for move only elements.Gravatar bungeman2016-04-20
* Add "sample locations" feature to GrProcessorGravatar cdalton2016-03-07
* SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*>Gravatar halcanary2016-03-04
* Move SkTArray to include/private.Gravatar bungeman2016-02-17