1. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  2. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  3. e8f3062 switch surface to sk_sp by reed · 8 years ago
  4. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  5. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  6. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  7. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  8. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  9. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  10. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  11. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  12. ba9757a make dftext gm not overlap itself by caryclark · 9 years ago
  13. a0170f1 make dftext the same on Linux and Android by caryclark · 9 years ago
  14. 3b0f98e fix typeface leak by caryclark · 9 years ago
  15. c3dcb67 make color emoji gm portable by caryclark · 9 years ago
  16. 4854d13 Remove distance field flag from SkPaint by jvanverth · 9 years ago
  17. 3ffa126 Move resource fonts to common location. by bungeman · 9 years ago
  18. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  19. d68a550 Fix up some issues introduced by https://codereview.chromium.org/1013773002/ by jvanverth · 9 years ago
  20. 354eba5 Fix SDF gradient calculation for non-uniform xforms by jvanverth · 9 years ago
  21. 465206a Add missing SK_OVERRIDE by rmistry · 9 years ago
  22. 1c40292 remove unused GM flags by mtklein · 10 years ago
  23. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  24. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  25. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  26. fbaace0 DM warning-free on win64 by bsalomon · 10 years ago
  27. fca302c Add color emoji fallback for distance field text. by jvanverth · 10 years ago
  28. 901704b fix android framework build errors by djsollen · 10 years ago
  29. f9669f4 Fix perspective version of dftext GM by jvanverth · 10 years ago
  30. ed14f1d Reduce sizes in dftext GM on Android to match desktop better. by jvanverth · 10 years ago
  31. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  32. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  33. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  34. 76ce81e Fix SDF font positions when using global scale. by jvanverth · 10 years ago
  35. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  36. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  37. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  38. 9564ce6 Fix scaling issue with distance field text. by jvanverth · 10 years ago