1. d423657 Prevent picture recording from over optimizing the culling of clips. by djsollen@google.com · 11 years ago
  2. 1cc07d9 Revert "Add SkCanvas::drawPosTextBounded." by reed@google.com · 11 years ago
  3. c9ab2b7 SkTDynamicHash by mtklein@google.com · 11 years ago
  4. f6ad1e8 Revert r10659: Add a map homogenous points to SkMatrix by jvanverth@google.com · 11 years ago
  5. 9d54aeb All rSomethingTo() immediately following a close() are relative to the point we closed from, not the point we close to. Fix that. by commit-bot@chromium.org · 11 years ago
  6. 47fa136 allow NULL in writeString/readString by commit-bot@chromium.org · 11 years ago
  7. 2fae54d Add a map homogenous points to SkMatrix by egdaniel@google.com · 11 years ago
  8. 9c1a967 remove uneeded SK_API declaration. by djsollen@google.com · 11 years ago
  9. 34504ad Adding 2 functions to the Skia API by commit-bot@chromium.org · 11 years ago
  10. 641a249 ARM Skia NEON patches - 11 - Blitter_RGB16 by commit-bot@chromium.org · 11 years ago
  11. b265741 Revert r10603 (Remove operator== from SkPaint) due to Chrome failures by robertphillips@google.com · 11 years ago
  12. 9c9d4a7 Restore SkPath(const SkPath&) to copy the generation ID on Android. by mtklein@google.com · 11 years ago
  13. 8dc8bc5 Add downsample from 8888 to 4444. by scroggo@google.com · 11 years ago
  14. 839702b Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  15. 2515242 Add SkCanvas::drawPosTextBounded. by commit-bot@chromium.org · 11 years ago
  16. f7af91b Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failures by robertphillips@google.com · 11 years ago
  17. 246b1c2 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  18. 37ffe8a Remove operator== from SkPaint by commit-bot@chromium.org · 11 years ago
  19. a980269 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  20. 7ca6d2f Reverting r10589: Add getFamilyNames to SkTypeface by jvanverth@google.com · 11 years ago
  21. 990d85f Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  22. 7c6d264 Fix race condition when locking/unlocking pixels. by djsollen@google.com · 11 years ago
  23. f916f9e revise SkTDynamicHash and add unit tests BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  24. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 11 years ago
  25. 6a6c80c Enable SkUtilsArm on all ARM platforms and always use NDK compliant NEON detection on Android. by djsollen@google.com · 11 years ago
  26. a62efcc Avoid counting verbs twice in SkPath::isEmpty() by commit-bot@chromium.org · 11 years ago
  27. ddc218e Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  28. 397a954 Reintroduce default impls removed in 10495. by bungeman@google.com · 11 years ago
  29. b10b51f Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  30. 62df526 Make SkPath::conservativelyContainsRect not assert on paths that begin with repeated moveTos by commit-bot@chromium.org · 11 years ago
  31. b6bd24d add impls for createfromstream for fontconfig fontmgr by reed@google.com · 11 years ago
  32. b14ecda add dox to SkTDynamicHash, fix typo of Key instead of KEY by reed@google.com · 11 years ago
  33. 29bf862 Upstream changes from Android by djsollen@google.com · 11 years ago
  34. 46724e4 + ,fLastAllocated(NULL) by commit-bot@chromium.org · 11 years ago
  35. 2faef55 Remove old default implementation of SkTypeface::onGetUPEM. by bungeman@google.com · 11 years ago
  36. 30ddd61 refactoring for SK_FONTHOST_USES_FONTMGR option by reed@google.com · 11 years ago
  37. 38bad32 fold SK_CPU_HAS_CONDITION_INSTR through as always defined by commit-bot@chromium.org · 11 years ago
  38. 16d53aa Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  39. 08df48d expose getFamilyName to public SkTypeface by reed@google.com · 11 years ago
  40. 4dcd062 Matrix decomposition cleanup: Add is_degenerate_2x2(), and fix some asserts by commit-bot@chromium.org · 11 years ago
  41. 27e21fe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. 0abbff9 Fix metrics on Windows. by bungeman@google.com · 11 years ago
  43. 956b310 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  44. 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
  45. f9ed6fe fix android build by humper@google.com · 11 years ago
  46. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
  47. ea348cb experimentally enable USE_HASH for scaledimagecache by reed@google.com · 11 years ago
  48. b8d17fe use dynamic hash to speed up scaledimagecache by reed@google.com · 11 years ago
  49. 5617267 use namespace instead of static for template params by reed@google.com · 11 years ago
  50. 5d1e558 experimental dynamic-hash (disabled) by reed@google.com · 11 years ago
  51. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  52. 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  53. 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
  54. ff36a1d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  55. 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
  56. 5174286 Revert "Start from scratch on a faster SkFlatDictionary." by mtklein@google.com · 11 years ago
  57. cae5d8d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  58. 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
  59. be19dbe use SK_DECLARE_STATIC_MUTEX by reed@google.com · 11 years ago
  60. d94697c add mipmaps to scaledimagecache by reed@google.com · 11 years ago
  61. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
  62. 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  63. 2853429 remove dead defines from SkUserConfig.h by reed@google.com · 11 years ago
  64. 602a1d7 add scaledimagecache by reed@google.com · 11 years ago
  65. 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
  66. 6ae6383 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  67. 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
  68. 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
  69. 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  70. f64c684 Add a 'unique' method to SkRefCnt, document the usage, and add support. by bungeman@google.com · 11 years ago
  71. c29f3d8 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  72. 777ded0 Fix some noisy warnings on Windows x64. by bungeman@google.com · 11 years ago
  73. 16acf75 use SK_ScalarPI, and fix ARM build by humper@google.com · 11 years ago
  74. dd85088 struct and class forward declarations incompatible on some compilers by humper@google.com · 11 years ago
  75. f131cde missing M_PI include needed on Windows by humper@google.com · 11 years ago
  76. ab56cda remove unused function by humper@google.com · 11 years ago
  77. 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 11 years ago
  78. 88682b7 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  79. a799198 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. 6eee5c3 Revert r10171 due to test failure in StreamTest by robertphillips@google.com · 11 years ago
  81. eacb54e Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  82. dc6c8ba add copyright notices by reed@google.com · 11 years ago
  83. 415c480 Update static SkMutex to remove static initializer on Linux. by bungeman@google.com · 11 years ago
  84. eed6f1b pull mipmap class into its own (private) header by reed@google.com · 11 years ago
  85. 25a11e4 Add bench to test float to fixed conversion by djsollen@google.com · 11 years ago
  86. c968315 add FilterLevel API to SkPaint, replacing various Flag bits by reed@google.com · 11 years ago
  87. f7d01ce Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  88. a524d5e Avoid lineTo() duplication in SkPath::dump(). by commit-bot@chromium.org · 11 years ago
  89. 5dd567c Add getRectCount to SkRegtion by commit-bot@chromium.org · 11 years ago
  90. 883fe7f Move implementation of SkFilterShader into its source file. by tfarina@chromium.org · 11 years ago
  91. 7bdd614 Implement onCountGlyphs and onGetUPEM on Windows. by bungeman@google.com · 11 years ago
  92. c2050e3 ARM Skia NEON patches - 01 - Simple fixes by commit-bot@chromium.org · 11 years ago
  93. 5dc14c1 ARM Skia NEON patches - 08 - Cleaning / possible fix by commit-bot@chromium.org · 11 years ago
  94. 12e0cda ARM Skia NEON patches - 03 - Duplicate code removal by commit-bot@chromium.org · 11 years ago
  95. e38e53b ARM Skia NEON patches - 07 - Equation simplification by commit-bot@chromium.org · 11 years ago
  96. 9c96d4b fix trivial matrix computation by humper@google.com · 11 years ago
  97. 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
  98. d647426 Reverted 10056-10059 by robertphillips@google.com · 11 years ago
  99. fa1bd5f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. d64d8a9 Working plumb of image scaling: by humper@google.com · 11 years ago