1. f7eb054 basic, untested BGR 1010102 and 101010x by Mike Klein · 4 years, 5 months ago
  2. ea1b30b New proposed syntax for SkColorTypes by Robert Phillips · 4 years, 10 months ago
  3. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 4 years, 10 months ago
  4. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 4 years, 11 months ago
  5. d470e1b Add kRG_88_SkColorType by Robert Phillips · 4 years, 11 months ago
  6. bd865e2 gm: virtual->override by Hal Canary · 5 years ago
  7. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  8. 6a34f3a IWYU for gms starting with 'b'. by Ben Wagner · 5 years ago
  9. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  10. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  11. b70990e add kRGBA_F16Norm_SkColorType by Mike Klein · 5 years ago
  12. e964c18 gm: use DEF_GM macro consistantly by Hal Canary · 6 years ago
  13. 4ca0145 use font for measuring by Mike Reed · 6 years ago
  14. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  15. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  16. e41e176 Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now. by Brian Salomon · 6 years ago
  17. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  18. ec138b4 Fix bitmap copy gms by Matt Sarett · 7 years ago
  19. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  20. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  21. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  22. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  23. 3661bc9 hide trivial helpers on canvas by Mike Reed · 7 years ago
  24. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  25. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  26. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  27. 65cdba6 Revert of Revert of make gm background colors 565 compatible (patchset #1 id:1 of https://codereview.chromium.org/1184123002/) by caryclark · 9 years ago
  28. 0bdb08b Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/) by caryclark · 9 years ago
  29. be7f768 make gm background colors 565 compatible by caryclark · 9 years ago
  30. 1c40292 remove unused GM flags by mtklein · 10 years ago
  31. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  32. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  33. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  34. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  35. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  36. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  37. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  38. 7b78981 gather GM tests which are disabled on Android by commit-bot@chromium.org · 10 years ago
  39. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 10 years ago
  40. 6285f4f Offer single-param version of deepCopyTo -- much easier to migrate to colortypes by commit-bot@chromium.org · 10 years ago
  41. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 10 years ago
  42. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 10 years ago
  43. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 10 years ago
  44. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  45. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  46. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  47. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  48. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  49. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  50. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  51. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  52. d55e357 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  53. 488a337 gm/bitmapcopy: create the bitmap in a secondary canvas, since the one in which we draw might be backed by PDF and then accessBitmap does not work. by commit-bot@chromium.org · 11 years ago
  54. c978478 Make gms use getTopDevice() rather than getDevice(). by bsalomon@google.com · 11 years ago
  55. b4e7043 Add flag to skip pipe on select GMs by borenet@google.com · 12 years ago
  56. 03fc17c Disable bitmapcopy gm on Android by borenet@google.com · 12 years ago
  57. 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 12 years ago
  58. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago