1. 7c6d264 Fix race condition when locking/unlocking pixels. by djsollen@google.com · 11 years ago
  2. f916f9e revise SkTDynamicHash and add unit tests BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  3. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 11 years ago
  4. 6a6c80c Enable SkUtilsArm on all ARM platforms and always use NDK compliant NEON detection on Android. by djsollen@google.com · 11 years ago
  5. a62efcc Avoid counting verbs twice in SkPath::isEmpty() by commit-bot@chromium.org · 11 years ago
  6. ddc218e Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  7. 397a954 Reintroduce default impls removed in 10495. by bungeman@google.com · 11 years ago
  8. b10b51f Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  9. 62df526 Make SkPath::conservativelyContainsRect not assert on paths that begin with repeated moveTos by commit-bot@chromium.org · 11 years ago
  10. b6bd24d add impls for createfromstream for fontconfig fontmgr by reed@google.com · 11 years ago
  11. b14ecda add dox to SkTDynamicHash, fix typo of Key instead of KEY by reed@google.com · 11 years ago
  12. 29bf862 Upstream changes from Android by djsollen@google.com · 11 years ago
  13. 46724e4 + ,fLastAllocated(NULL) by commit-bot@chromium.org · 11 years ago
  14. 2faef55 Remove old default implementation of SkTypeface::onGetUPEM. by bungeman@google.com · 11 years ago
  15. 30ddd61 refactoring for SK_FONTHOST_USES_FONTMGR option by reed@google.com · 11 years ago
  16. 38bad32 fold SK_CPU_HAS_CONDITION_INSTR through as always defined by commit-bot@chromium.org · 11 years ago
  17. 16d53aa Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  18. 08df48d expose getFamilyName to public SkTypeface by reed@google.com · 11 years ago
  19. 4dcd062 Matrix decomposition cleanup: Add is_degenerate_2x2(), and fix some asserts by commit-bot@chromium.org · 11 years ago
  20. 27e21fe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  21. 0abbff9 Fix metrics on Windows. by bungeman@google.com · 11 years ago
  22. 956b310 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  23. 4e16bb2 Implement crop rect for lighting image filters. Changes for the CPU path were fairly straightforward: use the bounds rectangle when traversing the pixels, not the source rectangle. by senorblanco@chromium.org · 11 years ago
  24. f9ed6fe fix android build by humper@google.com · 11 years ago
  25. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
  26. ea348cb experimentally enable USE_HASH for scaledimagecache by reed@google.com · 11 years ago
  27. b8d17fe use dynamic hash to speed up scaledimagecache by reed@google.com · 11 years ago
  28. 5617267 use namespace instead of static for template params by reed@google.com · 11 years ago
  29. 5d1e558 experimental dynamic-hash (disabled) by reed@google.com · 11 years ago
  30. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  31. 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  32. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  33. ff36a1d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  34. 1e18225 free cache in destructor, in case endContext was not called. change Resize to return bool indicating success. by reed@google.com · 11 years ago
  35. 5174286 Revert "Start from scratch on a faster SkFlatDictionary." by mtklein@google.com · 11 years ago
  36. cae5d8d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  37. 08284e4 Add basic SVD support to SkMatrix. Allows you to pull out the x- and y-scale factors, sandwiched by two rotations. by commit-bot@chromium.org · 11 years ago
  38. be19dbe use SK_DECLARE_STATIC_MUTEX by reed@google.com · 11 years ago
  39. d94697c add mipmaps to scaledimagecache by reed@google.com · 11 years ago
  40. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
  41. 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. 2853429 remove dead defines from SkUserConfig.h by reed@google.com · 11 years ago
  43. 602a1d7 add scaledimagecache by reed@google.com · 11 years ago
  44. faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 11 years ago
  45. 6ae6383 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  46. ccf225c This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  47. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  48. 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  49. f64c684 Add a 'unique' method to SkRefCnt, document the usage, and add support. by bungeman@google.com · 11 years ago
  50. c29f3d8 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  51. 777ded0 Fix some noisy warnings on Windows x64. by bungeman@google.com · 11 years ago
  52. 16acf75 use SK_ScalarPI, and fix ARM build by humper@google.com · 11 years ago
  53. dd85088 struct and class forward declarations incompatible on some compilers by humper@google.com · 11 years ago
  54. f131cde missing M_PI include needed on Windows by humper@google.com · 11 years ago
  55. ab56cda remove unused function by humper@google.com · 11 years ago
  56. 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 11 years ago
  57. 88682b7 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  58. a799198 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  59. 6eee5c3 Revert r10171 due to test failure in StreamTest by robertphillips@google.com · 11 years ago
  60. eacb54e Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  61. dc6c8ba add copyright notices by reed@google.com · 11 years ago
  62. 415c480 Update static SkMutex to remove static initializer on Linux. by bungeman@google.com · 11 years ago
  63. eed6f1b pull mipmap class into its own (private) header by reed@google.com · 11 years ago
  64. 25a11e4 Add bench to test float to fixed conversion by djsollen@google.com · 11 years ago
  65. c968315 add FilterLevel API to SkPaint, replacing various Flag bits by reed@google.com · 11 years ago
  66. f7d01ce Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  67. a524d5e Avoid lineTo() duplication in SkPath::dump(). by commit-bot@chromium.org · 11 years ago
  68. 5dd567c Add getRectCount to SkRegtion by commit-bot@chromium.org · 11 years ago
  69. 883fe7f Move implementation of SkFilterShader into its source file. by tfarina@chromium.org · 11 years ago
  70. 7bdd614 Implement onCountGlyphs and onGetUPEM on Windows. by bungeman@google.com · 11 years ago
  71. c2050e3 ARM Skia NEON patches - 01 - Simple fixes by commit-bot@chromium.org · 11 years ago
  72. 5dc14c1 ARM Skia NEON patches - 08 - Cleaning / possible fix by commit-bot@chromium.org · 11 years ago
  73. 12e0cda ARM Skia NEON patches - 03 - Duplicate code removal by commit-bot@chromium.org · 11 years ago
  74. e38e53b ARM Skia NEON patches - 07 - Equation simplification by commit-bot@chromium.org · 11 years ago
  75. 9c96d4b fix trivial matrix computation by humper@google.com · 11 years ago
  76. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  77. d647426 Reverted 10056-10059 by robertphillips@google.com · 11 years ago
  78. fa1bd5f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  79. d64d8a9 Working plumb of image scaling: by humper@google.com · 11 years ago
  80. 5383a75 Add implicit hairline conic rendering to GPU by egdaniel@google.com · 11 years ago
  81. ef284a8 The two leaks are: by commit-bot@chromium.org · 11 years ago
  82. 40ea172 Initialize the matrix used when recursing from a GPU image filter -> raster image filter. by senorblanco@chromium.org · 11 years ago
  83. de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  84. a8fc268 fix 64 bit warnings by humper@google.com · 11 years ago
  85. 5857e03 remove unused variables by humper@google.com · 11 years ago
  86. 87fbf4f fix bug with awesome filtered images sometimes being slightly offset. by humper@google.com · 11 years ago
  87. 7b32070 Implement offset for GPU filter path. Although we can't yet use this in Blink for FEOffset, due to SVG semantics, we can use it to support crop rect (upcoming patch). by commit-bot@chromium.org · 11 years ago
  88. b446fc7 Remove SkRasterClip::setPath(const SkPath&, const SkRasterClip&, bool). by commit-bot@chromium.org · 11 years ago
  89. e81d1bc don't leak the bitmap filter by commit-bot@chromium.org · 11 years ago
  90. 262ff95 restore hash size to 8 bits, following windows fix in 3591f7a4a56153349240dfc542cc61a11fab2487 by reed@google.com · 11 years ago
  91. 84e22d8 allow createScalerContext to return null, and then have the GDI backend trigger that if we fail to create the necessary GDI resources by reed@google.com · 11 years ago
  92. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  93. ead3b83 Fix Win7 compiler errors/warnings for r9945 by robertphillips@google.com · 11 years ago
  94. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  95. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  96. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  97. 4b60dbe move failable work outside of constructors for SkGlyphCache and SkScalerContextGDI. If we fail, try to purge everything and try again, in case the failure was from memory/os-resource exhaustion (e.g. out of HDC handles in windows) by reed@google.com · 11 years ago
  98. e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 11 years ago
  99. c6e5fcb Debugging statements to investigate a bug. by scroggo@google.com · 11 years ago
  100. 056dab3 Revert "Temporary change to keep chrome happy." by scroggo@google.com · 11 years ago