Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
974c183236510947c6e4f07ed07ec3647a6550cc
/
include
/
private
/
SkTArray.h
a93a14a
Convert NULL and 0 to nullptr.
by Ben Wagner
· 7 years ago
610842a
Make SkTArray maintain reserve count
by Brian Salomon
· 7 years ago
70131b9
Fix SkTArray operator= to work with self assignment
by Greg Daniel
· 8 years ago
69225d0
Make SkTArray not allocate unless reserve or initial count > 0
by Brian Salomon
· 8 years ago
d54639f
Add SkSTArray move assignment operators
by Florin Malita
· 8 years ago
6c14c8d
take fast case in swap() if we're using malloc OR we're empty
by Mike Reed
· 8 years ago
c2d5bd0
Fix SkTArray copy construction
by Florin Malita
· 8 years ago
b1d800d
SkSTArray move ctor
by Florin Malita
· 8 years ago
10e3d9b
Batched implementation of drawLattice() for GPU
by msarett
· 8 years ago
7fc0858
Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ )
by msarett
· 8 years ago
93242c4
Batched implementation of drawLattice() for GPU
by msarett
· 8 years ago
06ca8ec
sk_sp for Ganesh.
by bungeman
· 8 years ago
6a6f3c5
Fix indentation and casts in SkTArray.
by bungeman
· 9 years ago
e0c1d28
SkTArray: fix invalid reinterpret_casts over non-initialized memory.
by krasin
· 9 years ago
0d9e9be
SkTArray movable and swap for move only elements.
by bungeman
· 9 years ago
28f45b9
Add "sample locations" feature to GrProcessor
by cdalton
· 9 years ago
91fcb3e
SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*>
by halcanary
· 9 years ago
bf521ff
Move SkTArray to include/private.
by bungeman
· 9 years ago
[Renamed from include/core/SkTArray.h]
85dc359
Remove SkNEW_APPEND_TO_TARRAY.
by bungeman
· 9 years ago
918090c
SkTArray to move when moving.
by bungeman
· 9 years ago
4984b85
Revert of SkTArray to move when moving. (patchset #3 id:40001 of https://codereview.chromium.org/1672063002/ )
by mtklein
· 9 years ago
f5b8b6d
Reland of SkTArray to move when moving. (patchset #1 id:1 of https://codereview.chromium.org/1677103002/ )
by kjlubick
· 9 years ago
2f8c9bf
Revert of SkTArray to move when moving. (patchset #3 id:40001 of https://codereview.chromium.org/1672063002/ )
by kjlubick
· 9 years ago
3c69348
SkTArray to move when moving.
by bungeman
· 9 years ago
f2b340f
Consolidate SK_CRASH and sk_throw into SK_ABORT
by djsollen
· 9 years ago
aa97a84
Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ )
by djsollen
· 9 years ago
4c5cd7d
Consolidate SK_CRASH and sk_throw into SK_ABORT
by djsollen
· 9 years ago
221524d
Start using <type_traits> and <utility> (C++11).
by bungeman
· 9 years ago
cc881da
Add sk_careful_memcpy to catch undefined behavior in memcpy.
by mtklein
· 9 years ago
f12a167
SkPDF: add basic metadata support
by halcanary
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
f3c15b7
Move SkTemplates.h to private.
by bungeman
· 9 years ago
383ff10
Remove unnecessary virtual destructor on SkTArray
by bsalomon
· 9 years ago
567ff2f
Cleanup: Remove unnecessary double-semicolons.
by tfarina
· 10 years ago
3632f84
Add tests for STArray swap
by bsalomon
· 10 years ago
23e619c
Reimplement gpu message bus for invalidated bitmap gen IDs
by bsalomon
· 10 years ago
c87dd2c
Enable unused param checking for public includes.
by djsollen
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
d58a856
Have SkTArray state that it default-initializes.
by bungeman@google.com
· 11 years ago
95ebd17
Add removeShuffle to SkTArray and add SkTArray tests.
by bungeman@google.com
· 11 years ago
3390b9a
Repurpose GrGLCoordTransform as GrGLProgramEffects
by commit-bot@chromium.org
· 11 years ago
f85693d
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
68b6eca
Fix for 9603
by robertphillips@google.com
· 11 years ago
a47347e
Add operator delete for SkTArray to match operator new
by bsalomon@google.com
· 11 years ago
d510414
Enhancements and a fix to templated containers.
by bsalomon@google.com
· 11 years ago
b4a8d97
Fixup some conventions in SkTArray and add reset to count method.
by commit-bot@chromium.org
· 11 years ago
054ae99
Take two for r8466:
by jvanverth@google.com
· 12 years ago
c7bf296
Rolling back r8466.
by jvanverth@google.com
· 12 years ago
fb495b5
Revise attribute binding interface.
by commit-bot@chromium.org
· 12 years ago
ff6ea26
Add GrEllipseEdgeEffect.
by commit-bot@chromium.org
· 12 years ago
9b855c7
Resubmit r7899 and r7901.
by jvanverth@google.com
· 12 years ago
af3a3b9
Revert r7901 & r7899 to allow DEPS roll
by robertphillips@google.com
· 12 years ago
b8b705b
Add new vertex attribute array specification.
by jvanverth@google.com
· 12 years ago
f47dd74
Rename template param to SkSTArray to be consistent with its base class, SkTArray.
by bsalomon@google.com
· 12 years ago
e16efc1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
137209f
Make SkTArray consider only the new count and reserve when determining how much to alloc
by bsalomon@google.com
· 12 years ago
d80a509
replacing Gr* with Sk* in SkTArray.h
by junov@chromium.org
· 13 years ago
cf38523
Don't let templates live in shadows.
by bungeman@google.com
· 13 years ago
a12cc7f
Separate code paths of SkTArray at compile time.
by bungeman@google.com
· 13 years ago
9266901
Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic
by bsalomon@google.com
· 13 years ago
4fa6694
Resubmit 2289 with fix for glsl version
by bsalomon@google.com
· 13 years ago
1fac5ca
Revert 2289. GLSL version detection not robust enough. May think we don't have GLSL 1.50 support based on OpenGL version. We have to look at the available extensions, not just GL version.
by bsalomon@google.com
· 13 years ago
98874cd
[GPU] Use new Var type for inputs/outputs of FS and VS
by bsalomon@google.com
· 13 years ago
5c6ae60
Fix compilation error related to using nonexistent sk_malloc instead of sk_malloc_throw. VC++ lazy template code compilation let this work on windows since the wrong function name was only in currently unused templated functions.
by bsalomon@google.com
· 13 years ago
49313f6
GrTArray->SkTArray & docs
by bsalomon@google.com
· 13 years ago