1. 0bc406d Adding code to calculate Underline Thickness from Font Metrics, this will be useful when Skia is used with Blink/Chrome. Blink changes are uploaded with code change in patch https://codereview.chromium.org/147703002/ by commit-bot@chromium.org · 11 years ago
  2. 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  3. ef57b7e DM: make GPU tasks multithreaded again. Big refactor. by commit-bot@chromium.org · 11 years ago
  4. f535561 Cleanup GrGLInterface after Chromium changes by commit-bot@chromium.org · 11 years ago
  5. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  6. 842292f remove SK_SUPPORT_LEGACY_LAYERDRAWLOOPER_PAINTFLAGS -- not needed by reed@google.com · 11 years ago
  7. 03fc3b4 Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests. by robertphillips@google.com · 11 years ago
  8. d85f32c Make GrConvexPolyEffect support inverse fills and non-AA rects by commit-bot@chromium.org · 11 years ago
  9. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  10. 0e53075 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  11. 3107b6a add SkCanvas::NewRaster factory -- a very common use-case in chrome by commit-bot@chromium.org · 11 years ago
  12. 4fcc3ca Add GrSet class built on top of RedBlackTree by commit-bot@chromium.org · 11 years ago
  13. 210ae2a Culling API by commit-bot@chromium.org · 11 years ago
  14. 6f954b9 Use SkTLazy to hold path in SkClipStack::Element by commit-bot@chromium.org · 11 years ago
  15. 48f31bd try to deprecate fFlagsMask from SkLayerDrawLooper by reed@google.com · 11 years ago
  16. d957984 Factory methods for heap-allocated SkAnnotation objects. by commit-bot@chromium.org · 11 years ago
  17. c530208 Add point count to lua SkPath. by commit-bot@chromium.org · 11 years ago
  18. 5007aab Upstream changes from Android by commit-bot@chromium.org · 11 years ago
  19. 4ebe382 Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" by bsalomon@google.com · 11 years ago
  20. 1caedbb Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/) by commit-bot@chromium.org · 11 years ago
  21. a47ac2b Add getReducedClipStack to lua canvas by commit-bot@chromium.org · 11 years ago
  22. f792a1b Builder class for SkLayerRasterizer. by commit-bot@chromium.org · 11 years ago
  23. 88a9543 Enable the SSSE3 files to be built for Android when SSSE3 is not present. by commit-bot@chromium.org · 11 years ago
  24. fe68eb6 ARM Skia NEON patches - 25 - S32A_D565_Opaque_Dither clean/bugfix/speed by commit-bot@chromium.org · 11 years ago
  25. 90667ba Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  26. e8d9614 This is intended to make it easier for us to be backwards compatible. by commit-bot@chromium.org · 11 years ago
  27. d85b822 Add some SkPath lua functions by commit-bot@chromium.org · 11 years ago
  28. 754de5f add isClipEmpty() -- encourage clients to call this rather than checking clipFoo() results by reed@google.com · 11 years ago
  29. 5cc2535 Add getClipStack method to lua SkCanvas by commit-bot@chromium.org · 11 years ago
  30. 3d30520 Add DRRect to debugger by commit-bot@chromium.org · 11 years ago
  31. 6c5f1fd I believe this makes it clearer what is going on; namely: by commit-bot@chromium.org · 11 years ago
  32. e74e08c Fix compile errors in legacy copyTo(). by senorblanco@chromium.org · 11 years ago
  33. 89f077c Fix saveLayer() clipping w/filters, GPU path. by senorblanco@chromium.org · 11 years ago
  34. e9336aa use colortypes instead of bitmap::config by reed@google.com · 11 years ago
  35. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  36. 39ce33a SSE2 implementation of S32_D565_Opaque by commit-bot@chromium.org · 11 years ago
  37. 86cbf99 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  38. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  39. 7911ade Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. 7b4edb2 Revert of Enable the SSSE3 files to be built for Android when SSSE3 is not present. (https://codereview.chromium.org/169753004/) by commit-bot@chromium.org · 11 years ago
  41. cb3672e Add effect-based clipping for circular "tab" style rrects. by commit-bot@chromium.org · 11 years ago
  42. 32d58e6 Enable the SSSE3 files to be built for Android when SSSE3 is not present. by commit-bot@chromium.org · 11 years ago
  43. 283ce52 Fix error on iOS native interface by commit-bot@chromium.org · 11 years ago
  44. 4324c3b Fix warnings on Ubuntu13 by commit-bot@chromium.org · 11 years ago
  45. 032a52f Use SkRRect to store rects in SkClipStack::Element by commit-bot@chromium.org · 11 years ago
  46. 374ea4e ARM Skia NEON patches - 12 - S32_Blend by commit-bot@chromium.org · 11 years ago
  47. def6468 Stub for conic section max curvature by commit-bot@chromium.org · 11 years ago
  48. b988276 Fix for ANGLE interface error by commit-bot@chromium.org · 11 years ago
  49. 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 11 years ago
  50. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  51. aca1c01 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  52. e528089 Hide GrRRectEffect class from header by commit-bot@chromium.org · 11 years ago
  53. 5b92499 Revert of ARM Skia NEON patches - 12 - S32_Blend (https://codereview.chromium.org/158973002/) by commit-bot@chromium.org · 11 years ago
  54. fc4ded9 Fix saveLayer bugs in SkMatrixClipStateMgr by robertphillips@google.com · 11 years ago
  55. dfff273 ARM Skia NEON patches - 12 - S32_Blend by commit-bot@chromium.org · 11 years ago
  56. 197fea2 Potential fix for array bounds warning. by commit-bot@chromium.org · 11 years ago
  57. ab58273 override new virtual onDrawDRRect in util canvas subclasses by commit-bot@chromium.org · 11 years ago
  58. b39d561 update for coding style, remove explicit floats by commit-bot@chromium.org · 11 years ago
  59. 7c9d0f3 Factory methods for heap-allocated SkMaskFilter objects. by commit-bot@chromium.org · 11 years ago
  60. 0b45dc4 fix the visual difference of raster vs gpu -- inverse_paths by commit-bot@chromium.org · 11 years ago
  61. 25c7127 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 11 years ago
  63. 0a097ea Fix bug in deferred decoding where we don't properly pass the unpremul option to the codec. by commit-bot@chromium.org · 11 years ago
  64. 900ecf2 use colortype instead of config by reed@google.com · 11 years ago
  65. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 11 years ago
  66. 4012ba5 ARM Skia NEON patches - 20bis - BitmapProcState accurracy by commit-bot@chromium.org · 11 years ago
  67. 6285f4f Offer single-param version of deepCopyTo -- much easier to migrate to colortypes by commit-bot@chromium.org · 11 years ago
  68. ac50046 Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) due to memory leaks by robertphillips@google.com · 11 years ago
  69. c05d285 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  70. 897b73f Fix CTM application in SkResizeImagefilter; implement bounds traversals. by senorblanco@chromium.org · 11 years ago
  71. 5a6abaa Revert "First draft of computeFastBounds() and onFilterBounds() for SkResizeImageFilter.", aka r13504 (this was an erroneous commit). by senorblanco@chromium.org · 11 years ago
  72. e07c309 First draft of computeFastBounds() and onFilterBounds() for SkResizeImageFilter. by senorblanco@chromium.org · 11 years ago
  73. 446cf71 Fix issue in image decoders where the bitmap config was not properly set. by djsollen@google.com · 11 years ago
  74. cbad22b revert to previous behavior in installPixels, allowing for NULL address by reed@google.com · 11 years ago
  75. 6e7ddee Add f suffix to 0.5 to fix mac 10.6 warning by bsalomon@google.com · 11 years ago
  76. c2f7824 Analytic rrect clip for cicular corners, radius >= 0.5 by commit-bot@chromium.org · 11 years ago
  77. 92da60c This CL improves saveLayer handling in the SkMatrixClipStateMgr by: by commit-bot@chromium.org · 11 years ago
  78. cf52f5b Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  79. 4759107 SSE2 implementation of S32A_D565_Opaque by commit-bot@chromium.org · 11 years ago
  80. 725cd82 installPixels returns true if null-pixels -- devolving to setConfig by commit-bot@chromium.org · 11 years ago
  81. ead1efb Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/) by commit-bot@chromium.org · 11 years ago
  82. 1cb6d1a Revert changes which were breaking the build. by commit-bot@chromium.org · 11 years ago
  83. a48822f Compile fix for r13488 (Improve saveLayer handling in SkMatrixClipStateMgr) by robertphillips@google.com · 11 years ago
  84. f7d08ed Improve saveLayer handling in SkMatrixClipStateMgr by robertphillips@google.com · 11 years ago
  85. d017542 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  86. 186c0cc staticMethod -> StaticMethod by commit-bot@chromium.org · 11 years ago
  87. dac5225 replace SkBitmap::Config with SkColorType in gms by commit-bot@chromium.org · 11 years ago
  88. 5c05639 Fix another clipstack element !rect doesn't mean path bug. by commit-bot@chromium.org · 11 years ago
  89. 34abef1 Fix spelling of class name in comment. by commit-bot@chromium.org · 11 years ago
  90. 19fafef change PictureRecord (and its private subclasses) to take size instead of device by commit-bot@chromium.org · 11 years ago
  91. 403f8d7 still trying to kill setDevice: rename to setRootDevice (better name) and make private by commit-bot@chromium.org · 11 years ago
  92. 0abc892 Remove unnecessary includes. by commit-bot@chromium.org · 11 years ago
  93. 14e50ae Make canvas pass rrects along to clip stack by commit-bot@chromium.org · 11 years ago
  94. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 11 years ago
  95. 6e58cf3 restore old behavior of setPixels(): lockPixels after installPixels() by mike@reedtribe.org · 11 years ago
  96. 5a346a8 Make PDF clip code handle rrects. by commit-bot@chromium.org · 11 years ago
  97. 9cb671a fix calling undef inline func build error by commit-bot@chromium.org · 11 years ago
  98. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 11 years ago
  99. 969588f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago