1. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  2. b686539 Added GM and Bench by commit-bot@chromium.org · 11 years ago
  3. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  4. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  5. e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 11 years ago
  6. ad4d499 Add a new GM for very thin stroke widths by robertphillips@google.com · 11 years ago
  7. 6fd5317 Turn off conic GM for now by egdaniel@google.com · 11 years ago
  8. def9f6e Add GM to test conic path rendering by egdaniel@google.com · 11 years ago
  9. ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 11 years ago
  10. 5a64902 call through to the device from SkDraw by reed@google.com · 11 years ago
  11. 37ab298 reenable colortype gm by reed@google.com · 11 years ago
  12. 4157085 Added megalooper GM by robertphillips@google.com · 11 years ago
  13. ef7d98e Disable colortype GM due to crash by robertphillips@google.com · 11 years ago
  14. 7edec14 start a wrapper for color fonts by reed@google.com · 11 years ago
  15. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago
  16. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  17. f2de1e2 add new gm for bicubic filtering by reed@google.com · 11 years ago
  18. 912e68e Fix degenerate and near-degenerate hairlines on the gpu by commit-bot@chromium.org · 11 years ago
  19. 3d3a860 Add flag to gradients to interpolate colors in premul space. Experimental API to encapsulate the shared parameters for all gradients into a struct. by reed@google.com · 11 years ago
  20. 8c6411a reenable lerpmode in gms, now that I think we fixed the global-initialization by reed@google.com · 11 years ago
  21. e96cf08 disable lerpmode gm until we fix serialization by reed@google.com · 11 years ago
  22. b83cb9b add SkLerpXfermode by reed@google.com · 11 years ago
  23. dd3f365 Add GM to track thin rectangle rendering by robertphillips@google.com · 11 years ago
  24. c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 11 years ago
  25. 879f6c7 Hamfistedly removed core dependence on images by robertphillips@google.com · 12 years ago
  26. 45a75fb path ops : make it real by caryclark@google.com · 12 years ago
  27. a534b84 Add new roundrect GM by commit-bot@chromium.org · 12 years ago
  28. 7dfbb07 path ops : add support for inverse fill by caryclark@google.com · 12 years ago
  29. 8e2962f Add a GM to test ovals with a variety of paint settings, matrices and sizes. by jvanverth@google.com · 12 years ago
  30. 8c463b0 Add xfermodes2 GM. Tests all xfer modes with two gradient bitmaps by bsalomon@google.com · 12 years ago
  31. d638233 add gm to test edge case in drawBitmapRectToRect by reed@google.com · 12 years ago
  32. ad7d481 Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
  33. 07a8ea0 Reverting r8654 by robertphillips@google.com · 12 years ago
  34. c10531b Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
  35. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  36. 20edf38 Add GM mixed_xfermodes. This is a work in progress and will be used to test fixes for GPU Xfermodes effects. by bsalomon@google.com · 12 years ago
  37. af0fa6a add gm for experimental fontmgr api by reed@google.com · 12 years ago
  38. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
  39. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  40. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 12 years ago
  41. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  42. 14c3fc6 Adding rects-specific GM by robertphillips@google.com · 12 years ago
  43. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  44. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  45. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  46. c61c3c3 gm self-test: use a pathologically simple test case instead of dashing2 by commit-bot@chromium.org · 12 years ago
  47. 83f7c65 add new gms for shallow_gradient, in preparation for improving their quality by reed@google.com · 12 years ago
  48. 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
  49. c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
  50. 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
  51. 12fa9ba add gm for comparing drawSprite and drawBitmap by reed@google.com · 12 years ago
  52. 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
  53. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
  54. 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
  55. b1c8827 add gm/pathinterior.cpp in advance of cary's path api by reed@google.com · 12 years ago
  56. 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  57. 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
  58. 5dd85a4 add gm for srcmode (and clearmode) in prep for optimization work by reed@google.com · 12 years ago
  59. db87c96 add blurrect gm by reed@google.com · 12 years ago
  60. 4117a24 add test for bug in line drawing. fix is pending a way to handle all of the by reed@google.com · 12 years ago
  61. c6126c1 Add a GM that tests xfermode-based color filters. by bsalomon@google.com · 12 years ago
  62. 4231609 Add new GM, shadertext3. It would have revealed a bug in the GPU draw-large-text-as-path code path that was recently fixed. by bsalomon@google.com · 12 years ago
  63. 8d21f6c When two or more color matrix image filters are connected together, and the non-leaf matrices do not require clamping, we can concatenate their matrices and apply them together. by senorblanco@chromium.org · 12 years ago
  64. 41fe45b Add a new GM: shadertext2. by bsalomon@google.com · 12 years ago
  65. 1ba274d revert 5794 by reed@google.com · 12 years ago
  66. 4837724 add test for rotated saveLayer, to see that we clip against the specified bounds by reed@google.com · 12 years ago
  67. 9a520eb revert 5681 by mike@reedtribe.org · 12 years ago
  68. 4269631 remove SampleXfermodes.cpp (obsolete, as we have it as a GM) by mike@reedtribe.org · 12 years ago
  69. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
  70. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  71. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  72. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  73. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  74. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  75. ffadfb5 Add gm to test SkRegion/clipPath bug. by rileya@google.com · 12 years ago
  76. 9135939 rm temp slides by reed@google.com · 12 years ago
  77. 3d1a996 add techtalk slide for now (can remove it tomorrow) by reed@google.com · 12 years ago
  78. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  79. b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
  80. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  81. 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 12 years ago
  82. 3d1cb97 move texteffects from Sample to gm by mike@reedtribe.org · 12 years ago
  83. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
  84. 7eb3a26 add gm for very large bitmaps (>32K >64K) by reed@google.com · 12 years ago
  85. a7ffb95 remove '../gm/image.cpp', by reed@google.com · 12 years ago
  86. 076f4c9 fix LayerDrawLooper to record its fFlagsMask convert SampleDrawLooper to a GM by reed@google.com · 12 years ago
  87. 58be682 Share code in various SkGPipeCanvas::drawBitmap_ calls. by scroggo@google.com · 12 years ago
  88. 3cb969f In SkGPipe, only serialize SkTypefaces in cross process mode. by scroggo@google.com · 12 years ago
  89. ca0062e add SkPaint::getPosTextPath(), with gm to test it by reed@google.com · 12 years ago
  90. 8d850be don't add circles on chopped cubics by reed@google.com · 12 years ago
  91. 43c62b1 add gm for hittesting paths by mike@reedtribe.org · 12 years ago
  92. 4f1f6bf Properly handle extracted bitmaps in cross process/shared addr space SkGPipe. by scroggo@google.com · 12 years ago
  93. 32f20eb Create a new GM to exercise ComposeShader. by scroggo@google.com · 12 years ago
  94. f49b429 Raster implementation of diffuse and specular lighting filters. Externally, by senorblanco@chromium.org · 12 years ago
  95. 4384fab add gm (no images yet) for two-point-radial gradients by reed@google.com · 12 years ago
  96. 67febd9 Converted AAClips SampleApp slide to GM:simpleaaclip by robertphillips@google.com · 12 years ago
  97. 35a81df add gm for dashing variations by reed@google.com · 12 years ago
  98. d9d5385 Added GM test to stress test the texture unit/sampler allocation by robertphillips@google.com · 13 years ago
  99. 580a99c add gm circles by bsalomon@google.com · 13 years ago
  100. 3a4553e Redelivering r3611 changes (enabling cmyk jpeg changes in .gyps) by robertphillips@google.com · 13 years ago