1. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  2. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  3. 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
  4. 08c357c remove device::clear -- no longer called by reed · 10 years ago
  5. 6987dca Rename onCreateDevice -> onCreateCompatibleDevice by fmalita · 10 years ago
  6. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  7. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  8. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  9. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  10. 76db31a XPS to use PathOps for inverse winding paths. by bungeman · 10 years ago
  11. da5a1b8 Add testing flag for XPS for deterministic ids. by Ben Wagner · 10 years ago
  12. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  13. 45d1d1d Rename SK_DEBUGBREAK to SK_ALWAYSBREAK by commit-bot@chromium.org · 10 years ago
  14. 62cf26f Revert of Rename SK_DEBUGBREAK to SK_ALWAYSBREAK (https://codereview.chromium.org/263553012/) by commit-bot@chromium.org · 10 years ago
  15. f0eeb7d Rename SK_DEBUGBREAK to SK_ALWAYSBREAK by commit-bot@chromium.org · 10 years ago
  16. f20fc24 remove all references to legacy Config8888 by reed@google.com · 11 years ago
  17. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 11 years ago
  18. e4ff3e6 Update SkXPSDevice.cpp too by robertphillips@google.com · 11 years ago
  19. 3da3b62 getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 11 years ago
  20. 900ecf2 use colortype instead of config by reed@google.com · 11 years ago
  21. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  22. e629c7b Fix SkXPSDevice by senorblanco@chromium.org · 11 years ago
  23. 8128d8c Move distance field font code into GrDistanceFieldTextContext. by commit-bot@chromium.org · 11 years ago
  24. cf4d0fb Fix Windows build after the SkAutoFoo guard CL. by mtklein@google.com · 11 years ago
  25. cac8d01 Override drawRRect in fake SkBitmapDevices. by scroggo@google.com · 11 years ago
  26. d830d13 Hook in rough distance field support for fonts by jvanverth@google.com · 11 years ago
  27. 635091f Minor changes to XPS device. by bungeman@google.com · 11 years ago
  28. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  29. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  30. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  31. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  32. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  33. 4b18f57 Clean up a few warnings on Windows x64. by bungeman@google.com · 11 years ago
  34. 4914931 Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter by robertphillips@google.com · 11 years ago
  35. b5e34e2 XPS ttc handling. by commit-bot@chromium.org · 11 years ago
  36. 398de9a switch to typeface api for tables by reed@google.com · 12 years ago
  37. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 12 years ago
  38. 9447103 Always round text position correctly. https://codereview.appspot.com/7383049/ by bungeman@google.com · 12 years ago
  39. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. ba3284e Fix VC++ warning and Android only code for 7317. by bungeman@google.com · 12 years ago
  41. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
  42. 5dc26b9 SkTCopyOnFirstWrite by bsalomon@google.com · 12 years ago
  43. 0e354aa Remove external matrix feature. by bsalomon@google.com · 12 years ago
  44. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  45. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
  46. d998cbd XPS filter and rasterize hairlines. http://codereview.appspot.com/5987050/ by bungeman@google.com · 13 years ago
  47. cf3c7fe Fixing blurred shadows on hairline paths when rendering to XPS device by junov@chromium.org · 13 years ago
  48. 2ac4ef5 Fixing the drawing of blurred shodows for hairline paths with software rendering by junov@chromium.org · 13 years ago
  49. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  50. 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 13 years ago
  51. b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
  52. 8cddc8d Formatting only, multi-line call actually fits on one line. by bungeman@google.com · 13 years ago
  53. 089130c check for empty glyph run and exit early if so. by reed@google.com · 13 years ago
  54. 982cb87 add SK_OVERRIDE, move subclass impls of virtuals into .cpp by reed@google.com · 13 years ago
  55. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago