| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove unneeded code for index8 imagse | Mike Reed | 2017-07-03 | 1 | -144/+0 |
| * | Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" | Matt Sarett | 2017-04-28 | 1 | -1/+2 |
| * | Revert "Delete copyTo(Allocator), hide copyTo() behind flag" | Matt Sarett | 2017-04-27 | 1 | -2/+1 |
| * | Delete copyTo(Allocator), hide copyTo() behind flag | Matt Sarett | 2017-04-27 | 1 | -1/+2 |
| * | hide lockpixels api behind flag | Mike Reed | 2017-04-17 | 1 | -3/+0 |
| * | Revert[4] "clean up (partially) colortable api"""" | Mike Reed | 2017-04-03 | 1 | -4/+1 |
| * | Revert "Revert[2] "clean up (partially) colortable api""" | Mike Reed | 2017-04-01 | 1 | -1/+4 |
| * | Revert[2] "clean up (partially) colortable api"" | Mike Reed | 2017-04-01 | 1 | -4/+1 |
| * | Revert "clean up (partially) colortable api" | Mike Klein | 2017-03-31 | 1 | -1/+4 |
| * | clean up (partially) colortable api | Mike Reed | 2017-03-31 | 1 | -4/+1 |
| * | Revert "Revert "IWYU"" | Mike Reed | 2017-02-13 | 1 | -0/+1 |
| * | Revert "IWYU" | Robert Phillips | 2017-02-11 | 1 | -1/+0 |
| * | IWYU | Mike Reed | 2017-02-10 | 1 | -0/+1 |
| * | use Make instead of Create to return a shared shader | reed | 2016-03-08 | 1 | -4/+1 |
| * | Style Change: NULL->nullptr | halcanary | 2015-08-27 | 1 | -3/+3 |
| * | IWYU: 'core' target, files starting A-C. | bungeman | 2015-08-05 | 1 | -3/+4 |
| * | Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h... | reed | 2015-08-04 | 1 | -4/+3 |
| * | IWYU: 'core' target, files starting A-C. | bungeman | 2015-08-04 | 1 | -3/+4 |
| * | remove alphatype from colortable | reed | 2014-09-29 | 1 | -3/+2 |
| * | Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/... | commit-bot@chromium.org | 2014-04-11 | 1 | -1/+1 |
| * | Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie... | commit-bot@chromium.org | 2014-04-11 | 1 | -1/+1 |
| * | Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/... | commit-bot@chromium.org | 2014-04-10 | 1 | -1/+1 |
| * | Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie... | commit-bot@chromium.org | 2014-04-10 | 1 | -1/+1 |
| * | Rename kPMColor_SkColorType to kN32_SkColorType. | commit-bot@chromium.org | 2014-04-09 | 1 | -1/+1 |
| * | add new copyTo version to SkBitmap, which takes SkColorType | commit-bot@chromium.org | 2014-02-23 | 1 | -1/+1 |
| * | use SkColorType instead of SkBitmap::Config in samplecode | commit-bot@chromium.org | 2014-02-17 | 1 | -10/+3 |
| * | SampleApp Cleanup: | halcanary@google.com | 2014-01-10 | 1 | -4/+12 |
| * | store SkAlphaType inside SkBitmap, on road to support unpremul | reed@google.com | 2013-10-21 | 1 | -1/+1 |
| * | Revert "Revert "change SkColorTable to be immutable"" | reed@google.com | 2013-10-10 | 1 | -6/+9 |
| * | Revert "change SkColorTable to be immutable" | reed@google.com | 2013-10-09 | 1 | -9/+6 |
| * | change SkColorTable to be immutable | reed@google.com | 2013-10-09 | 1 | -6/+9 |
| * | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 | 1 | -1/+0 |
| * | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 | 1 | -8/+8 |
| * | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 | 1 | -0/+7 |
| * | The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on | senorblanco@chromium.org | 2011-05-19 | 1 | -1/+1 |
| * | remove some dead code in pipes | reed@google.com | 2011-05-11 | 1 | -9/+5 |
| * | expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader | reed@android.com | 2009-08-27 | 1 | -0/+29 |
| * | special case 1x1 bitmaps when drawn as a shader (treat as a solid color) | reed@android.com | 2009-08-25 | 1 | -0/+17 |
| * | fixes around isOpaque and dithering | reed@android.com | 2009-08-22 | 1 | -4/+23 |
| * | respect dither setting in index8->565 sprite case | reed@android.com | 2009-08-20 | 1 | -0/+80 |