aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTArray.h
Commit message (Expand)AuthorAge
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Move SkTemplates.h to private.Gravatar bungeman2015-08-19
* Remove unnecessary virtual destructor on SkTArrayGravatar bsalomon2015-07-31
* Cleanup: Remove unnecessary double-semicolons.Gravatar tfarina2015-04-27
* Add tests for STArray swapGravatar bsalomon2015-02-10
* Reimplement gpu message bus for invalidated bitmap gen IDsGravatar bsalomon2015-02-06
* Enable unused param checking for public includes.Gravatar djsollen2014-11-14
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Have SkTArray state that it default-initializes.Gravatar bungeman@google.com2014-03-24
* Add removeShuffle to SkTArray and add SkTArray tests.Gravatar bungeman@google.com2014-03-21
* Repurpose GrGLCoordTransform as GrGLProgramEffectsGravatar commit-bot@chromium.org2013-10-03
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-15
* Fix for 9603Gravatar robertphillips@google.com2013-06-14
* Add operator delete for SkTArray to match operator newGravatar bsalomon@google.com2013-06-14
* Enhancements and a fix to templated containers.Gravatar bsalomon@google.com2013-06-13
* Fixup some conventions in SkTArray and add reset to count method.Gravatar commit-bot@chromium.org2013-06-05
* Take two for r8466:Gravatar jvanverth@google.com2013-04-01
* Rolling back r8466. Gravatar jvanverth@google.com2013-04-01
* Revise attribute binding interface.Gravatar commit-bot@chromium.org2013-04-01
* Add GrEllipseEdgeEffect.Gravatar commit-bot@chromium.org2013-03-12
* Resubmit r7899 and r7901.Gravatar jvanverth@google.com2013-03-01
* Revert r7901 & r7899 to allow DEPS rollGravatar robertphillips@google.com2013-02-28
* Add new vertex attribute array specification.Gravatar jvanverth@google.com2013-02-28
* Rename template param to SkSTArray to be consistent with its base class, SkTA...Gravatar bsalomon@google.com2013-02-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Make SkTArray consider only the new count and reserve when determining how mu...Gravatar bsalomon@google.com2012-08-14
* replacing Gr* with Sk* in SkTArray.hGravatar junov@chromium.org2011-11-30
* Don't let templates live in shadows.Gravatar bungeman@google.com2011-10-07
* Separate code paths of SkTArray at compile time.Gravatar bungeman@google.com2011-10-07
* Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logicGravatar bsalomon@google.com2011-09-27
* Resubmit 2289 with fix for glsl versionGravatar bsalomon@google.com2011-09-20
* Revert 2289. GLSL version detection not robust enough. May think we don't hav...Gravatar bsalomon@google.com2011-09-20
* [GPU] Use new Var type for inputs/outputs of FS and VSGravatar bsalomon@google.com2011-09-20
* Fix compilation error related to using nonexistent sk_malloc instead of sk_ma...Gravatar bsalomon@google.com2011-09-14
* GrTArray->SkTArray & docsGravatar bsalomon@google.com2011-09-14