1. c6126c1 Add a GM that tests xfermode-based color filters. by bsalomon@google.com · 12 years ago
  2. 9cb9c20 Enable gm/aarectmodes with pdf config. Does not crash in mac (nor windows) according to comment. I am working to improve pdf, first step to have all gms export to pdf. by edisonn@google.com · 12 years ago
  3. 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  4. ae7b8f3 add --modulo A B option to gm, so we can only execute 1/B of the tests in a by reed@google.com · 12 years ago
  5. a059169 add two more tilemode gms, in advance of experimenting w/ decal by mike@reedtribe.org · 12 years ago
  6. 1282009 Add transparent source bitmap to colormatrix GM. by bsalomon@google.com · 12 years ago
  7. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  8. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  9. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  10. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  11. 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
  12. 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
  13. fc84359 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  14. 9f25de7 This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs). by senorblanco@chromium.org · 12 years ago
  15. 1b6c73d add ability to skip 565 test in gm (until I can fix an assert in debug build) by reed@google.com · 12 years ago
  16. 41fe45b Add a new GM: shadertext2. by bsalomon@google.com · 12 years ago
  17. c7448ce GrPaint encapsulation. by bsalomon@google.com · 12 years ago
  18. 88becf4 Rename GrPaint fields/enums/members texture->color mask->coverage. by bsalomon@google.com · 12 years ago
  19. 30efb8a Do not do PNG encoding/decoding when testing picture serialization. by scroggo@google.com · 12 years ago
  20. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  21. 3bc16c8 Implement GPU path for matrix convolution. Note that when not convolving alpha, by senorblanco@chromium.org · 12 years ago
  22. 1ba274d revert 5794 by reed@google.com · 12 years ago
  23. 4837724 add test for rotated saveLayer, to see that we clip against the specified bounds by reed@google.com · 12 years ago
  24. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  25. 8fdb4c1 Fixed memory leak in bitmaprect GM by robertphillips@google.com · 12 years ago
  26. 7ec0015 delete obsolete/unused SkGpuCanvas by reed@google.com · 12 years ago
  27. 44a42ea 1. remove references to (deprecated) SkGpuCanvas by reed@google.com · 12 years ago
  28. ffad46b Fixed bug in drawing of large bitmaps by robertphillips@google.com · 12 years ago
  29. 67d91be Added additional case to GM:drawbitmapmatrix by robertphillips@google.com · 12 years ago
  30. 44d4988 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  31. 7b3b26e gm: Include system_preferences.h in mac file. by tfarina@chromium.org · 12 years ago
  32. 653b0d6 Disable memory intensive drawBitmapRectToRect tests on Android by robertphillips@google.com · 12 years ago
  33. 21a95f1 Added more drawBitmapRectToRect tests by robertphillips@google.com · 12 years ago
  34. 3bd2173 SkCanvas::setDevice() must die, and so we begin by removing our own by mike@reedtribe.org · 12 years ago
  35. 8ff8a19 Vertical metrics for FreeType. https://codereview.appspot.com/6554064/ by bungeman@google.com · 12 years ago
  36. 8640d50 This patch adds support for optional processing of the alpha channel in by senorblanco@chromium.org · 12 years ago
  37. 977e662 When recording a GM to a picture, pass the GM's size to beginRecording. by scroggo@google.com · 12 years ago
  38. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
  39. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  40. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  41. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  42. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  43. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  44. 54339a8 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  45. 968c17d fixed compiler complaints by robertphillips@google.com · 12 years ago
  46. 3936252 Turn serialization back on in GM. by scroggo@google.com · 12 years ago
  47. 71e21ba Fix picture refcnt bug in distantclip gm. Unreviewed. by rileya@google.com · 12 years ago
  48. ffadfb5 Add gm to test SkRegion/clipPath bug. by rileya@google.com · 12 years ago
  49. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  50. ef752fe disable replay for now by reed@google.com · 12 years ago
  51. 4bbec45 cache decoded bitmap in global for now by reed@google.com · 12 years ago
  52. ad6aa5c enable lcdtext by mike@reedtribe.org · 12 years ago
  53. 396948b update by mike@reedtribe.org · 12 years ago
  54. 3590a24 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. b567178 update by reed@google.com · 12 years ago
  56. 9f72d54 experimental by reed@google.com · 12 years ago
  57. 04ba448 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. 94acc70 Fixed Windows compiler complaints (esp. in debugger) by robertphillips@google.com · 12 years ago
  59. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
  60. 5955202 Allow cache tracking to be enabled in release by robertphillips@google.com · 12 years ago
  61. 3961aac Reenable pipe for imagefiltersgraph GM on Android. by scroggo@google.com · 12 years ago
  62. 9c72827 disable pipe for now by reed@google.com · 12 years ago
  63. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  64. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  65. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  66. b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
  67. 5f9f2f5 Added resource cache debug output to help track changes by robertphillips@google.com · 12 years ago
  68. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  69. b796119 Enable 64-bit builds on Windows by borenet@google.com · 12 years ago
  70. facc95a Disable imagefiltersgraph from running through pipe on android by scroggo · 12 years ago
  71. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  72. 837d31a Use SkCanvas::concat instead of SkCanvas::setMatrix so this GM can be tiled. by scroggo@google.com · 12 years ago
  73. 6325886 Skip tiled drawing in GM for magnifier image filter. by scroggo@google.com · 12 years ago
  74. 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 12 years ago
  75. 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
  76. d6c3813 suppress pip for now, since we use locally-defined effects by mike@reedtribe.org · 12 years ago
  77. 3e04440 adjust size to match the content by mike@reedtribe.org · 12 years ago
  78. 3d1cb97 move texteffects from Sample to gm by mike@reedtribe.org · 12 years ago
  79. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
  80. 7b4531f change SkTextToPathIter to allow continuation even when there is no path for by reed@google.com · 12 years ago
  81. 24e8999 Remove verylargebitmap gm on Android by borenet@google.com · 12 years ago
  82. 7eb3a26 add gm for very large bitmaps (>32K >64K) by reed@google.com · 12 years ago
  83. a68937c Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined in SkUserConfig.h rather than by the build system. by bsalomon@google.com · 12 years ago
  84. 2a48c3a Fix includes files missing in release builds from GrCustomStageUnitTest.h. by bsalomon@google.com · 12 years ago
  85. a73e860 Skipping MSAA GMs on Android by robertphillips@google.com · 12 years ago
  86. a2f8008 Added output of failed GMs to assist tracking errors on Android by robertphillips@google.com · 12 years ago
  87. 54ad851 Fix infinite recursion in cubic->quad conversion, also attempt to detect nearly flat cubics early. by bsalomon@google.com · 12 years ago
  88. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  89. ab5ec7e Translated clip GMs to increase stability by robertphillips@google.com · 12 years ago
  90. 19c2894 Fix memory leak in gammatext GM. by scroggo@google.com · 12 years ago
  91. 9f75208 Fix a memory leak in cmykjpeg GM. by scroggo@google.com · 12 years ago
  92. 076f4c9 fix LayerDrawLooper to record its fFlagsMask convert SampleDrawLooper to a GM by reed@google.com · 12 years ago
  93. d829b5c add SkImage from encoded data by mike@reedtribe.org · 12 years ago
  94. d2782ed update to surface.getCanvas() by mike@reedtribe.org · 12 years ago
  95. 58b21ec expand internal subclasses into separate files by reed@google.com · 12 years ago
  96. 58be682 Share code in various SkGPipeCanvas::drawBitmap_ calls. by scroggo@google.com · 12 years ago
  97. 70e3590 check-point for image/surface work by mike@reedtribe.org · 12 years ago
  98. 3cb969f In SkGPipe, only serialize SkTypefaces in cross process mode. by scroggo@google.com · 12 years ago
  99. 15011ee Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps. by scroggo@google.com · 12 years ago
  100. 1c31f63 Remove texture/mask setters on GrPaint by bsalomon@google.com · 12 years ago