aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleTinyBitmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded code for index8 imagseMike Reed2017-07-031-72/+0
* hide lockpixels api behind flagMike Reed2017-04-171-3/+0
* Revert[4] "clean up (partially) colortable api""""Mike Reed2017-04-031-3/+1
* Revert "Revert[2] "clean up (partially) colortable api"""Mike Reed2017-04-011-1/+3
* Revert[2] "clean up (partially) colortable api""Mike Reed2017-04-011-3/+1
* Revert "clean up (partially) colortable api"Mike Klein2017-03-311-1/+3
* clean up (partially) colortable apiMike Reed2017-03-311-3/+1
* use Make instead of Create to return a shared shaderreed2016-03-081-7/+5
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* use SkColorType instead of SkBitmap::Config in samplecodecommit-bot@chromium.org2014-02-171-2/+3
* Remove deprecated setIsOpaque() API from SkBitmap.commit-bot@chromium.org2013-11-121-6/+0
* store SkAlphaType inside SkBitmap, on road to support unpremulreed@google.com2013-10-211-2/+1
* Revert "Revert "change SkColorTable to be immutable""reed@google.com2013-10-101-4/+7
* Revert "change SkColorTable to be immutable"reed@google.com2013-10-091-7/+4
* change SkColorTable to be immutablereed@google.com2013-10-091-4/+7
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-5/+5
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* add debugging test for building SkDescriptorreed@google.com2011-05-041-12/+3
* merge with changes for GPU backendreed@android.com2010-12-201-0/+4
* special case 1x1 bitmaps when drawn as a shader (treat as a solid color)reed@android.com2009-08-251-0/+81