1. ef7d98e Disable colortype GM due to crash by robertphillips@google.com · 11 years ago
  2. 7edec14 start a wrapper for color fonts by reed@google.com · 11 years ago
  3. 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
  4. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  5. f2de1e2 add new gm for bicubic filtering by reed@google.com · 11 years ago
  6. 912e68e Fix degenerate and near-degenerate hairlines on the gpu by commit-bot@chromium.org · 11 years ago
  7. 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
  8. 8c6411a reenable lerpmode in gms, now that I think we fixed the global-initialization by reed@google.com · 11 years ago
  9. e96cf08 disable lerpmode gm until we fix serialization by reed@google.com · 11 years ago
  10. b83cb9b add SkLerpXfermode by reed@google.com · 11 years ago
  11. dd3f365 Add GM to track thin rectangle rendering by robertphillips@google.com · 11 years ago
  12. c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 11 years ago
  13. 879f6c7 Hamfistedly removed core dependence on images by robertphillips@google.com · 11 years ago
  14. 45a75fb path ops : make it real by caryclark@google.com · 12 years ago
  15. a534b84 Add new roundrect GM by commit-bot@chromium.org · 12 years ago
  16. 7dfbb07 path ops : add support for inverse fill by caryclark@google.com · 12 years ago
  17. 8e2962f Add a GM to test ovals with a variety of paint settings, matrices and sizes. by jvanverth@google.com · 12 years ago
  18. 8c463b0 Add xfermodes2 GM. Tests all xfer modes with two gradient bitmaps by bsalomon@google.com · 12 years ago
  19. d638233 add gm to test edge case in drawBitmapRectToRect by reed@google.com · 12 years ago
  20. ad7d481 Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
  21. 07a8ea0 Reverting r8654 by robertphillips@google.com · 12 years ago
  22. c10531b Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
  23. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  24. 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
  25. af0fa6a add gm for experimental fontmgr api by reed@google.com · 12 years ago
  26. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
  27. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  28. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 12 years ago
  29. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  30. 14c3fc6 Adding rects-specific GM by robertphillips@google.com · 12 years ago
  31. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  32. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  33. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  34. c61c3c3 gm self-test: use a pathologically simple test case instead of dashing2 by commit-bot@chromium.org · 12 years ago
  35. 83f7c65 add new gms for shallow_gradient, in preparation for improving their quality by reed@google.com · 12 years ago
  36. 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
  37. c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
  38. 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
  39. 12fa9ba add gm for comparing drawSprite and drawBitmap by reed@google.com · 12 years ago
  40. 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
  41. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
  42. 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
  43. b1c8827 add gm/pathinterior.cpp in advance of cary's path api by reed@google.com · 12 years ago
  44. 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  45. 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
  46. 5dd85a4 add gm for srcmode (and clearmode) in prep for optimization work by reed@google.com · 12 years ago
  47. db87c96 add blurrect gm by reed@google.com · 12 years ago
  48. 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
  49. c6126c1 Add a GM that tests xfermode-based color filters. by bsalomon@google.com · 12 years ago
  50. 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
  51. 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
  52. 41fe45b Add a new GM: shadertext2. by bsalomon@google.com · 12 years ago
  53. 1ba274d revert 5794 by reed@google.com · 12 years ago
  54. 4837724 add test for rotated saveLayer, to see that we clip against the specified bounds by reed@google.com · 12 years ago
  55. 9a520eb revert 5681 by mike@reedtribe.org · 12 years ago
  56. 4269631 remove SampleXfermodes.cpp (obsolete, as we have it as a GM) by mike@reedtribe.org · 12 years ago
  57. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
  58. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  59. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  60. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  61. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  62. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  63. ffadfb5 Add gm to test SkRegion/clipPath bug. by rileya@google.com · 12 years ago
  64. 9135939 rm temp slides by reed@google.com · 12 years ago
  65. 3d1a996 add techtalk slide for now (can remove it tomorrow) by reed@google.com · 12 years ago
  66. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  67. b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
  68. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  69. 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
  70. 3d1cb97 move texteffects from Sample to gm by mike@reedtribe.org · 12 years ago
  71. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
  72. 7eb3a26 add gm for very large bitmaps (>32K >64K) by reed@google.com · 12 years ago
  73. a7ffb95 remove '../gm/image.cpp', by reed@google.com · 12 years ago
  74. 076f4c9 fix LayerDrawLooper to record its fFlagsMask convert SampleDrawLooper to a GM by reed@google.com · 12 years ago
  75. 58be682 Share code in various SkGPipeCanvas::drawBitmap_ calls. by scroggo@google.com · 12 years ago
  76. 3cb969f In SkGPipe, only serialize SkTypefaces in cross process mode. by scroggo@google.com · 12 years ago
  77. ca0062e add SkPaint::getPosTextPath(), with gm to test it by reed@google.com · 12 years ago
  78. 8d850be don't add circles on chopped cubics by reed@google.com · 12 years ago
  79. 43c62b1 add gm for hittesting paths by mike@reedtribe.org · 12 years ago
  80. 4f1f6bf Properly handle extracted bitmaps in cross process/shared addr space SkGPipe. by scroggo@google.com · 12 years ago
  81. 32f20eb Create a new GM to exercise ComposeShader. by scroggo@google.com · 12 years ago
  82. f49b429 Raster implementation of diffuse and specular lighting filters. Externally, by senorblanco@chromium.org · 12 years ago
  83. 4384fab add gm (no images yet) for two-point-radial gradients by reed@google.com · 12 years ago
  84. 67febd9 Converted AAClips SampleApp slide to GM:simpleaaclip by robertphillips@google.com · 12 years ago
  85. 35a81df add gm for dashing variations by reed@google.com · 12 years ago
  86. d9d5385 Added GM test to stress test the texture unit/sampler allocation by robertphillips@google.com · 12 years ago
  87. 580a99c add gm circles by bsalomon@google.com · 13 years ago
  88. 3a4553e Redelivering r3611 changes (enabling cmyk jpeg changes in .gyps) by robertphillips@google.com · 13 years ago
  89. 7800e30 Rolling back r3611 until the Android compilation issue is resolved by robertphillips@google.com · 13 years ago
  90. f919147 Finally enabled libjpeg functionality in .gyps by robertphillips@google.com · 13 years ago
  91. 8926b16 apply imagefilter to all draw calls by reed@google.com · 13 years ago
  92. 79d3cb4 [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 13 years ago
  93. a43a532 Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initial transform." by vandebo@chromium.org · 13 years ago
  94. b0ccdec [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 13 years ago
  95. 0a89c90 reverting to 3437 by robertphillips@google.com · 13 years ago
  96. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 13 years ago
  97. 1a38d55 Perform degenerate check in device coords in convex path renderer by bsalomon@google.com · 13 years ago
  98. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 13 years ago
  99. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
  100. ed3ee64 add test for colored text drawing (hopefully gamma corrected) by reed@google.com · 13 years ago