1. a8c7f77 fix (some) 64bit warnings -- size_t -> int by commit-bot@chromium.org · 10 years ago
  2. 9fb0041 SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor] by mike@reedtribe.org · 11 years ago
  3. 51c2a83 fix drawVertices when we have both colors and textures by reed@google.com · 11 years ago
  4. 8128d8c Move distance field font code into GrDistanceFieldTextContext. by commit-bot@chromium.org · 11 years ago
  5. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  6. cfd90d6 Use SkScalar when aligning glyphs in user space. by bungeman@google.com · 11 years ago
  7. e0a868c Apply hairline optimization only if the path renderer wants it by commit-bot@chromium.org · 11 years ago
  8. 75a2295 Minor fixes for distance field fonts: by commit-bot@chromium.org · 11 years ago
  9. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  10. 5308c83 drawPosTextOnPath is now deprecated, removing all overrides and impls by reed@google.com · 11 years ago
  11. 11a253b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  12. d830d13 Hook in rough distance field support for fonts by jvanverth@google.com · 11 years ago
  13. a8e33a9 Add ability to ninepatch blurred rounded rectangle by scroggo@google.com · 11 years ago
  14. 1b20a10 Revert "Do not apply hairline optimization for paths if nv_path_rendering is used" by bsalomon@google.com · 11 years ago
  15. 44fb865 Do not apply hairline optimization for paths if nv_path_rendering is used by commit-bot@chromium.org · 11 years ago
  16. 126f7f5 Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values."" by reed@google.com · 11 years ago
  17. 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
  18. ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
  19. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  20. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  21. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  22. 6b00a1e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  23. 1c028bd fix state machine so we know simple only loops once, but we can call maprect in debug mode by reed@google.com · 11 years ago
  24. e09d6f4 Revert of r10943. by rmistry@google.com · 11 years ago
  25. 42cb6c0 add SkDeviceLooper to handle larger-than-fixedpoint by reed@google.com · 11 years ago
  26. 2853429 remove dead defines from SkUserConfig.h by reed@google.com · 11 years ago
  27. 81e3412 Revert "avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368" by reed@google.com · 11 years ago
  28. 056ae7c avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368 by reed@google.com · 11 years ago
  29. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  30. 5a64902 call through to the device from SkDraw by reed@google.com · 11 years ago
  31. 8f6ef40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  32. ed43dff add size limit for using glyphcache. above that, draw using paths by reed@google.com · 11 years ago
  33. 5bdfb33 Detect color masks, and divert to draw-sprite instead of maskblitters. by reed@google.com · 11 years ago
  34. fc2f0d0 use SkTCast by reed@google.com · 11 years ago
  35. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 11 years ago
  36. 9447103 Always round text position correctly. https://codereview.appspot.com/7383049/ by bungeman@google.com · 11 years ago
  37. 13b77e8 remove obsolete build flags: by reed@google.com · 11 years ago
  38. 19376b8 Fix unbalanced Shader set/endContext calls in drawVertices by djsollen@google.com · 11 years ago
  39. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 11 years ago
  40. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  41. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  42. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 11 years ago
  43. f38f93c Fix Android only code in SkDraw for 7317. by bungeman@google.com · 11 years ago
  44. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 11 years ago
  45. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  46. 7f53503 Remove SK_DRAW_POS_TEXT_IGNORE_SUBPIXEL_LEFT_ALIGN_FIX. by bungeman@google.com · 12 years ago
  47. 070dcd8 abandon SK_IGNORE_TREAT_AS_SPRITE as a flag, and use SK_IGNORE_TRANS_CLAMP_FIX by reed@google.com · 12 years ago
  48. ae57358 use SkTreatAsSprite in SkDraw (with guard for chrome if needed) by reed@google.com · 12 years ago
  49. 30711b7 change SkMaskFilter methods to const, in preparation for making the class as by reed@google.com · 12 years ago
  50. 7a03d86 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  51. 6d87557 3on/3off dashing optimization by robertphillips@google.com · 12 years ago
  52. f7ef56d call lock-pixels once we know we're a sprite by reed@google.com · 12 years ago
  53. ea03360 add per-draw checks for lockcounts by reed@google.com · 12 years ago
  54. a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 12 years ago
  55. 135e16c revert 6798 (assert in GM) by reed@google.com · 12 years ago
  56. 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 12 years ago
  57. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. 935ad02 Add drawPoints dash bench by robertphillips@google.com · 12 years ago
  59. c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  60. 2d47a21 use fast-pt case when radius <= 1/2, instead of just hairlines by reed@google.com · 12 years ago
  61. 629ab54 Added dashing fast path by robertphillips@google.com · 12 years ago
  62. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  63. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
  64. 5dc26b9 SkTCopyOnFirstWrite by bsalomon@google.com · 12 years ago
  65. fc84359 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  66. 36d6eda Draw hairline text as path. by bsalomon@google.com · 12 years ago
  67. 0e354aa Remove external matrix feature. by bsalomon@google.com · 12 years ago
  68. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  69. 7b4531f change SkTextToPathIter to allow continuation even when there is no path for by reed@google.com · 12 years ago
  70. e691376 move SkTextToPathIter into private header by reed@google.com · 12 years ago
  71. 7324415 use mapPoints instead of mapXY for the 2 corners of a rect (faster) by reed@google.com · 12 years ago
  72. aeb0786 inline common case when we are left-aligned in drawPosText by reed@google.com · 12 years ago
  73. 8f17b0d detect when pathmeasure fails, and don't access uninitialized tangent by reed@google.com · 12 years ago
  74. 2ac4ef5 Fixing the drawing of blurred shodows for hairline paths with software rendering by junov@chromium.org · 12 years ago
  75. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  76. 6db75fc Initialize margin, which was being used uninitialized in compute_bounds() by tomhudson@google.com · 12 years ago
  77. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 12 years ago
  78. dd1be60 Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather than alpha to draw hairlines < 1pix wide in GPU. by bsalomon@google.com · 13 years ago
  79. 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 13 years ago
  80. 9330cfe drawPosText with center or right align skips every other character. by bungeman@google.com · 13 years ago
  81. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  82. be2aa2a use AsMode instead of deprecated IsMode by mike@reedtribe.org · 13 years ago
  83. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  84. 83a4446 Remove warnings (trailing \, signed vs unsigned, parenthesization). by tomhudson@google.com · 13 years ago
  85. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  86. 02f5584 Change SkAutoMaskImage so that we're less likely to write leaky code. by bungeman@google.com · 13 years ago
  87. dcd0f3a quick-rejects based on xfermode, using SkPaint::nothingToDraw() by reed@google.com · 13 years ago
  88. bf2ac7e Fix 2333. Be sure fImage is assigned before giving to SkAutoMaskImage. by bungeman@google.com · 13 years ago
  89. 0a60b3d Fix leak of mask in draw. http://codereview.appspot.com/5132046/ by bungeman@google.com · 13 years ago
  90. 6a87faf revert match for newAlpha to exactly match old math, so we don't drive by reed@google.com · 13 years ago
  91. ecadf99 use new SkDrawTreatAsHairline method to decide when to approximate a thin-line by reed@google.com · 13 years ago
  92. 5af16f8 Reduce size of filter mask. http://codereview.appspot.com/4965057/ by bungeman@google.com · 13 years ago
  93. cb6ccdd respect subpixel positioning by reed@google.com · 13 years ago
  94. 52c748b Gpu can draw underlined text. http://codereview.appspot.com/4919047/ by bungeman@google.com · 13 years ago
  95. ddc75dc Allow the y-baseline to float except when text is horizontal, as we were already by reed@google.com · 13 years ago
  96. b81be7a Include <new> required for placement new in SkTLazy. by bungeman@google.com · 13 years ago
  97. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  98. 026dcee include <new> for SkTLazy, since windows seems to need it. by reed@google.com · 13 years ago
  99. 32e5d97 don't modify a const paint by reed@google.com · 13 years ago
  100. fd4236e don't modify const SkDraw, since multiple threads may be watching it... by reed@google.com · 13 years ago