1. c968315 add FilterLevel API to SkPaint, replacing various Flag bits by reed@google.com · 12 years ago
  2. f7d01ce Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  3. a524d5e Avoid lineTo() duplication in SkPath::dump(). by commit-bot@chromium.org · 12 years ago
  4. 5dd567c Add getRectCount to SkRegtion by commit-bot@chromium.org · 12 years ago
  5. 883fe7f Move implementation of SkFilterShader into its source file. by tfarina@chromium.org · 12 years ago
  6. 7bdd614 Implement onCountGlyphs and onGetUPEM on Windows. by bungeman@google.com · 12 years ago
  7. c2050e3 ARM Skia NEON patches - 01 - Simple fixes by commit-bot@chromium.org · 12 years ago
  8. 5dc14c1 ARM Skia NEON patches - 08 - Cleaning / possible fix by commit-bot@chromium.org · 12 years ago
  9. 12e0cda ARM Skia NEON patches - 03 - Duplicate code removal by commit-bot@chromium.org · 12 years ago
  10. e38e53b ARM Skia NEON patches - 07 - Equation simplification by commit-bot@chromium.org · 12 years ago
  11. 9c96d4b fix trivial matrix computation by humper@google.com · 12 years ago
  12. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 12 years ago
  13. d647426 Reverted 10056-10059 by robertphillips@google.com · 12 years ago
  14. fa1bd5f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  15. d64d8a9 Working plumb of image scaling: by humper@google.com · 12 years ago
  16. 5383a75 Add implicit hairline conic rendering to GPU by egdaniel@google.com · 12 years ago
  17. ef284a8 The two leaks are: by commit-bot@chromium.org · 12 years ago
  18. 40ea172 Initialize the matrix used when recursing from a GPU image filter -> raster image filter. by senorblanco@chromium.org · 12 years ago
  19. de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  20. a8fc268 fix 64 bit warnings by humper@google.com · 12 years ago
  21. 5857e03 remove unused variables by humper@google.com · 12 years ago
  22. 87fbf4f fix bug with awesome filtered images sometimes being slightly offset. by humper@google.com · 12 years ago
  23. 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 · 12 years ago
  24. b446fc7 Remove SkRasterClip::setPath(const SkPath&, const SkRasterClip&, bool). by commit-bot@chromium.org · 12 years ago
  25. e81d1bc don't leak the bitmap filter by commit-bot@chromium.org · 12 years ago
  26. 262ff95 restore hash size to 8 bits, following windows fix in 3591f7a4a56153349240dfc542cc61a11fab2487 by reed@google.com · 12 years ago
  27. 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 · 12 years ago
  28. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  29. ead3b83 Fix Win7 compiler errors/warnings for r9945 by robertphillips@google.com · 12 years ago
  30. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 12 years ago
  31. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 12 years ago
  32. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 12 years ago
  33. 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 · 12 years ago
  34. e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 12 years ago
  35. c6e5fcb Debugging statements to investigate a bug. by scroggo@google.com · 12 years ago
  36. 056dab3 Revert "Temporary change to keep chrome happy." by scroggo@google.com · 12 years ago
  37. 1842adf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  38. 0b82852 GPU-less build fix for r9888 by robertphillips@google.com · 12 years ago
  39. 4914931 Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter by robertphillips@google.com · 12 years ago
  40. 6c035f6 Build fix for [-Werror=maybe-uninitialized]. by commit-bot@chromium.org · 12 years ago
  41. 2c82ed3 Revert of r9581 (oops, fix missing change in 9532, setting hashbits to 8) due to Chromium assert failure (https://code.google.com/p/chromium/issues/detail?id=256476) by robertphillips@google.com · 12 years ago
  42. bcb42ae add charsToGlyphs to SkTypeface by reed@google.com · 12 years ago
  43. a6ff36b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  44. 0e0180a Temporary change to keep chrome happy. by scroggo@google.com · 12 years ago
  45. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 12 years ago
  46. 92833f9 use width() instead of fWidth to get int value by reed@google.com · 12 years ago
  47. 60d3235 add bitmap::eraseArea by reed@google.com · 12 years ago
  48. f48e475 Remove SK_DEBUG_PATH_REF by commit-bot@chromium.org · 12 years ago
  49. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 12 years ago
  50. dd68f45 Fix PathRefDebugRef (SK_DEBUG_PATH_REF) case for SkPath copy constructor. by bungeman@google.com · 12 years ago
  51. afe397b fix build break, remove "RLE" from gConfigNames too by edisonn@google.com · 12 years ago
  52. 2cb1480 remove kRLE_Index8_Config from SkBitmap by reed@google.com · 12 years ago
  53. 81e3412 Revert "avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368" by reed@google.com · 12 years ago
  54. 056ae7c avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368 by reed@google.com · 12 years ago
  55. 62b2605 move kConfigCount out of Config enum, so we don't pullute type-checking by reed@google.com · 12 years ago
  56. 8fd1603 Revert r9724 (add rect-output parameter to isRect) to allow the DEPS roll by robertphillips@google.com · 12 years ago
  57. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  58. 45f746f restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied on it by reed@google.com · 12 years ago
  59. ea33808 remove dead AutoValidator by reed@google.com · 12 years ago
  60. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 12 years ago
  61. da2b21f add rect-output parameter to isRect, allowing us to return the correct bounds even if a rectagular path has a trailing moveTo by reed@google.com · 12 years ago
  62. a5809a3 SkPath::rewind needs to have same reset as SkPath::reset. by bungeman@google.com · 12 years ago
  63. 4d494f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  64. 6757a3c combine glyph and image bulk alloc, and adjust initial alloc size, to reduce total waste from 50% to 30% by reed@google.com · 12 years ago
  65. d88a3d8 Add SkString::appendU32() and SkString::appendU64() as needed to re-land r9682 by epoger@google.com · 12 years ago
  66. ae72f47 remove unused line of code (from xcode's analysis) by reed@google.com · 12 years ago
  67. 8e990eb Update SkBitmap::validate to respect Android flag. by scroggo@google.com · 12 years ago
  68. 61c49f3 Improve the performance of SkConvertConfig8888Pixels using Array lookup by commit-bot@chromium.org · 12 years ago
  69. 7fb04bc oops, fix missing change in 9532, setting hashbits to 8 by reed@google.com · 12 years ago
  70. 01efe13 remove leftover printf by reed@google.com · 12 years ago
  71. 7de1e3f test thick stroking of conics by reed@google.com · 12 years ago
  72. b8b619a use 8 bits for fontcache hash by reed@google.com · 12 years ago
  73. 6fbe54c Compact the clipstack for kReplace_Op'd geometry by commit-bot@chromium.org · 12 years ago
  74. 792bbd1 add drawImage to lua by mike@reedtribe.org · 12 years ago
  75. 4e05fd2 add conic support to hairlines by reed@google.com · 12 years ago
  76. 5a64902 call through to the device from SkDraw by reed@google.com · 12 years ago
  77. 4fa748d Fix issues related to resolving fonts based on name. by djsollen@google.com · 12 years ago
  78. 8f6ef40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  79. 8cb1088 change impl to explicitly store length as u32, rather than size_t, so we keep a packed struct on 64bit machines by reed@google.com · 12 years ago
  80. ed43dff add size limit for using glyphcache. above that, draw using paths by reed@google.com · 12 years ago
  81. 11c9a55 Add SkData::NewFromFD. by bungeman@google.com · 12 years ago
  82. 135ece1 Added comment to SkDrawLooper fix by robertphillips@google.com · 12 years ago
  83. 2dd76d7 Hamfisted fix to drawLooper w/ 0 stages bug by robertphillips@google.com · 12 years ago
  84. 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  85. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 12 years ago
  86. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 12 years ago
  87. 2d76d93 Read and write pixel offset when serializing bitmaps. by scroggo@google.com · 12 years ago
  88. 1922c2e specialize bicubic filtering for scale-only by humper@google.com · 12 years ago
  89. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 12 years ago
  90. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 12 years ago
  91. a5d3e77 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  92. ed8d6bb Moving updateClipConservativelyUsingBounds into SkCanvas by junov@chromium.org · 12 years ago
  93. b74706f use integer math instead of float per-pixel. about a 2x speedup. not tested well, so this is just experimental. by reed@google.com · 12 years ago
  94. 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 12 years ago
  95. 0a4805e First pass at Comment API by robertphillips@google.com · 12 years ago
  96. 40078cb Android specific changes that are upstreamed from the android framework. by djsollen@google.com · 12 years ago
  97. 24287c1 Revert "Patch to prevent chromium breakage until the DEPS." by scroggo@google.com · 12 years ago
  98. 6840076 Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 12 years ago
  99. 8b79028 Move SkDrawLooper implementation to its own file. by commit-bot@chromium.org · 12 years ago
  100. 3e2345a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago