aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkDataTable.cpp
Commit message (Expand)AuthorAge
* Remove SkDataTableBuilder. It is not used.Gravatar Herb Derby2017-02-28
* Move to SkDataTable::MakeXXX and sk_sp.Gravatar bungeman2016-08-05
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Remove SkDataTable from SkFlattenable hierarchy.Gravatar commit-bot@chromium.org2013-10-15
* Sanitizing source files in Skia_Periodic_House_Keeping (SkipBuildbotRuns)Gravatar rmistry@google.com2013-04-22
* specialize SkDataTable for arrays where all elements are the same size.Gravatar mike@reedtribe.org2013-04-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-20
* add SkDataTable::NewEmpty()Gravatar reed@google.com2013-04-19
* add SkDataTable, to efficiently store an immutable array. Includes a builderGravatar reed@google.com2013-04-19