1. e964c18 gm: use DEF_GM macro consistantly by Hal Canary · 6 years ago
  2. 4ca0145 use font for measuring by Mike Reed · 6 years ago
  3. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  4. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  5. e41e176 Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now. by Brian Salomon · 7 years ago
  6. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  7. ec138b4 Fix bitmap copy gms by Matt Sarett · 7 years ago
  8. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  9. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  10. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  11. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  12. 3661bc9 hide trivial helpers on canvas by Mike Reed · 8 years ago
  13. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  14. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  15. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  16. 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
  17. 0bdb08b Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/) by caryclark · 9 years ago
  18. be7f768 make gm background colors 565 compatible by caryclark · 9 years ago
  19. 1c40292 remove unused GM flags by mtklein · 10 years ago
  20. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  21. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  22. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  23. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  24. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  25. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  26. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  27. 7b78981 gather GM tests which are disabled on Android by commit-bot@chromium.org · 10 years ago
  28. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  29. 6285f4f Offer single-param version of deepCopyTo -- much easier to migrate to colortypes by commit-bot@chromium.org · 11 years ago
  30. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  31. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  32. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  33. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  34. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  35. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  36. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  37. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  38. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  39. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  40. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  41. d55e357 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. 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
  43. c978478 Make gms use getTopDevice() rather than getDevice(). by bsalomon@google.com · 11 years ago
  44. b4e7043 Add flag to skip pipe on select GMs by borenet@google.com · 12 years ago
  45. 03fc17c Disable bitmapcopy gm on Android by borenet@google.com · 12 years ago
  46. 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 12 years ago
  47. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago