index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
private
/
SkTArray.h
Commit message (
Expand
)
Author
Age
*
Stop using SkTSwap.
Ben Wagner
2018-06-19
*
use 64bit math in TArray realloc
Mike Reed
2018-05-10
*
begin cleanup of malloc porting layer
Mike Reed
2018-01-05
*
Send TextBlobCache purge messages only to owning cache.
Jim Van Verth
2017-12-14
*
Convert NULL and 0 to nullptr.
Ben Wagner
2017-08-28
*
Make SkTArray maintain reserve count
Brian Salomon
2017-06-16
*
Fix SkTArray operator= to work with self assignment
Greg Daniel
2017-03-22
*
Make SkTArray not allocate unless reserve or initial count > 0
Brian Salomon
2017-03-16
*
Add SkSTArray move assignment operators
Florin Malita
2017-03-12
*
take fast case in swap() if we're using malloc OR we're empty
Mike Reed
2017-03-09
*
Fix SkTArray copy construction
Florin Malita
2017-03-09
*
SkSTArray move ctor
Florin Malita
2017-03-09
*
Batched implementation of drawLattice() for GPU
msarett
2016-08-18
*
Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180...
msarett
2016-08-18
*
Batched implementation of drawLattice() for GPU
msarett
2016-08-18
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Fix indentation and casts in SkTArray.
bungeman
2016-04-21
*
SkTArray: fix invalid reinterpret_casts over non-initialized memory.
krasin
2016-04-21
*
SkTArray movable and swap for move only elements.
bungeman
2016-04-20
*
Add "sample locations" feature to GrProcessor
cdalton
2016-03-07
*
SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*>
halcanary
2016-03-04
*
Move SkTArray to include/private.
bungeman
2016-02-17