1. 3e5c2b1 Preserve texture compression when saving a revised skp from debugger by robertphillips · 10 years ago
  2. db0dcc7 PDF: remove last use of SkPDFImage by halcanary · 10 years ago
  3. 1b600d3 Revert of PDF: remove last use of SkPDFImage (patchset #5 id:120001 of https://codereview.chromium.org/950633003/) by reed · 10 years ago
  4. 86ad8d6 PDF: remove last use of SkPDFImage by halcanary · 10 years ago
  5. d4bb991 Add a new GM to show problems with shear/rotate CTM w/ image filters. by senorblanco · 10 years ago
  6. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 10 years ago
  7. 8dc0ccb disable LCD for layers w/ filters by reed · 10 years ago
  8. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 10 years ago
  9. 0c9b1a8 add kGray_8_SkColorType by reed · 10 years ago
  10. d68a550 Fix up some issues introduced by https://codereview.chromium.org/1013773002/ by jvanverth · 10 years ago
  11. 354eba5 Fix SDF gradient calculation for non-uniform xforms by jvanverth · 10 years ago
  12. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
  13. cdf34cd We had zero coverage for SkDrawFilter. This new GM draws two rectangles. by tomhudson · 10 years ago
  14. 4b31de8 handle null vertex or index buffers in batch by joshualitt · 10 years ago
  15. c1e97b3 Fix uninitialized memory bug in the SkGlyphCache. by herb · 10 years ago
  16. cff10b2 change colorfilter to return an array of frag processors by reed · 10 years ago
  17. db873d8 add compose-colorfilter by reed · 10 years ago
  18. 5bd055c Revert of add compose-colorfilter (patchset #2 id:20001 of https://codereview.chromium.org/969673002/) by reed · 10 years ago
  19. b675a73 add compose-colorfilter by reed · 10 years ago
  20. d6ed19c Tessellating GPU path renderer. by senorblanco · 10 years ago
  21. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  22. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  23. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  24. 63c684a fuzzer fixes by caryclark · 10 years ago
  25. 5a23a14 Fix to check for inf when generating quadratic points by egdaniel · 10 years ago
  26. a1cb378 GM: showmiplevels handles bitmap memory in a nicer way. by halcanary · 10 years ago
  27. 44701df Move clip off of draw target by joshualitt · 10 years ago
  28. 6df8e34 break out of cubic stroker loop on degenerate case by caryclark · 10 years ago
  29. e2b580b remove dead code (covered by surfaceprops) by reed · 10 years ago
  30. 3760457 make strokes3 full size by caryclark · 10 years ago
  31. c8e4765 gm to illustrate mipmap layer choice by reed · 10 years ago
  32. 6364807 gm to test hairlines which fill RenderTarget by joshualitt · 10 years ago
  33. ce07afb Update fontcache gm to actually stress font atlas by jvanverth · 10 years ago
  34. 67b21a7 Revert of disable gammatext gm for a while, looking for other flakes (patchset #1 id:1 of https://codereview.chromium.org/725303002/) by bungeman · 10 years ago
  35. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  36. 1b5c604 PDF: Add (low-memory) SkPDFBitmap class by halcanary · 10 years ago
  37. 88c748a update sampleapp for stroking experiment by caryclark · 10 years ago
  38. 9e779d4 add gm for path-arcs, and catch degenerate arc in conic-case by reed · 10 years ago
  39. 4ccce7e YUV scale fix by sugoi · 10 years ago
  40. 0ff748a Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium.org/922273002/) by jvanverth · 10 years ago
  41. e6eddf7 YUV scale fix by sugoi · 10 years ago
  42. 95964c6 GMs now use batch by joshualitt · 10 years ago
  43. 94dff15 Revert of GMs now use batch (patchset #3 id:40001 of https://codereview.chromium.org/865313004/) by joshualitt · 10 years ago
  44. 3f284d7 GMs now use batch by joshualitt · 10 years ago
  45. 8ed666d add gm for stroked circles that are zoomed by reed · 10 years ago
  46. e85a32d Clean up clipping code a bit by robertphillips · 10 years ago
  47. 61adb1b more gms for conics by reed · 10 years ago
  48. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  49. 797f58a GM for http://skbug.com/3398 by halcanary · 10 years ago
  50. 76113a9 add SkAnimTimer, SPACE = pause/resume, ESP = stop by reed · 10 years ago
  51. 465206a Add missing SK_OVERRIDE by rmistry · 10 years ago
  52. d9adfe6 allow GMs to animate by reed · 10 years ago
  53. 0b737c5 Remove extraneous newline. by Brian Salomon · 10 years ago
  54. b62da80 Add standard way to indicate GM is GPU-only. by bsalomon · 10 years ago
  55. 19d8f9f add new gm for SkPath::addArc() by reed · 10 years ago
  56. f4ba321 Revert of DM::SKPSrc::size() reports correct size. (patchset #3 id:40001 of https://codereview.chromium.org/863243005/) by mtklein · 10 years ago
  57. d4dd58e DM::SKPSrc::size() reports correct size. by mtklein · 10 years ago
  58. 5ce33c1 dstread gm by joshualitt · 10 years ago
  59. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  60. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  61. 776c0cd fix gm to not rely on SkColor's swizzle == SkPMColor's by reed · 10 years ago
  62. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  63. 6bdc9cd Add sbix font to coloremoji gm. by bungeman · 10 years ago
  64. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  65. b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 10 years ago
  66. 80a61df Fix Morphology effects sourcing outside of the crop rect. by cwallez · 10 years ago
  67. 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 10 years ago
  68. c12b74d Collapse consecutive SkTableColorFilters by cwallez · 10 years ago
  69. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  70. b644e9a Fix Windows build by robertphillips · 10 years ago
  71. dc0f408 Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns by kkinnunen · 10 years ago
  72. 1eea9fc Revert of Fix Morphology effects sourcing outside of the crop rect. (patchset #6 id:100001 of https://codereview.chromium.org/781153002/) by mtklein · 10 years ago
  73. f6be925 Fix Morphology effects sourcing outside of the crop rect. by cwallez · 10 years ago
  74. 1c40292 remove unused GM flags by mtklein · 10 years ago
  75. cf5d9c9 Spin off GM::runAsBench() from flags. by mtklein · 10 years ago
  76. f803da1 add newImage API by reed · 10 years ago
  77. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  78. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  79. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  80. 3886046 Revert "Revert "delete old things!"" by bsalomon · 10 years ago
  81. a9cb871 fix labels on image-surface gm by reed · 10 years ago
  82. 8b4489b Revert "delete old things!" by Brian Salomon · 10 years ago
  83. 15b125d delete old things! by bsalomon · 10 years ago
  84. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  85. c695e95 add gm to show miplevels (patchset #2 id:20001 of https://codereview.chromium.org/849173004/)" by reed · 10 years ago
  86. 04f07fc Revert of add gm to show miplevels (patchset #2 id:20001 of https://codereview.chromium.org/849173004/) by mtklein · 10 years ago
  87. a598f4b add gm to show miplevels by reed · 10 years ago
  88. b087879 SkPictureShader should handle negative scaling gracefully. by fmalita · 10 years ago
  89. 028b98a Add repro GM for GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
  90. 125ee60 Revert of Fix GPU clipped-AA vs. non-AA drawRect discrepancy (patchset #2 id:20001 of https://codereview.chromium.org/839883003/) by robertphillips · 10 years ago
  91. 933a03f Fix GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
  92. f62c634 SIMPLE_GM generates less code by halcanary · 10 years ago
  93. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  94. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
  95. da9170f Modify transparency_check GM to always tile correctly. by halcanary · 10 years ago
  96. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  97. a7976be Add Alpha fade GM. by halcanary · 10 years ago
  98. f4e5995 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  99. 690fc59 Revert of It is dangerous to ignore SkRect::intersect's return value (patchset #6 id:100001 of https://codereview.chromium.org/833943002/) by robertphillips · 10 years ago
  100. 152f524 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago