1. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  2. c03e1c5 Re-enable overdraw mode in debugger. by Ben Wagner · 8 years ago
  3. ada5a44 GN: get echo-headers sources via exec_script by mtklein · 8 years ago
  4. a5cf4f4 Fix png encoding in skia debugger by msarett · 8 years ago
  5. fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 8 years ago
  6. f67531f unified PNG encoding between SkDrawCommand and skiaserve by ethannicholas · 8 years ago
  7. bc590c0 Initial linear gradient 4f impl by fmalita · 8 years ago
  8. 3cb9542 moved debugger support files from src/utils/debugger to tools/debugger by ethannicholas · 9 years ago
  9. 188d44c Move SkPixelXorXfermode.h to include/client/android by robertphillips · 9 years ago
  10. 6b2c346 Revert of Move SkPixelXorXfermode.h to include/client/android (patchset #5 id:80001 of https://codereview.chromium.org/1645093002/ ) by robertphillips · 9 years ago
  11. aa9cb62 Move SkPixelXorXfermode.h to include/client/android by robertphillips · 9 years ago
  12. f42fca4 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  13. e429c88 Revert of Add gpu implementation of OverdrawXfermode (patchset #6 id:100001 of https://codereview.chromium.org/1607253002/ ) by robertphillips · 9 years ago
  14. 8bc3cf8 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  15. 9a106ba A bit of misc cleanup. by mtklein · 9 years ago
  16. 820bffb Build all GMs on Android. by mtklein · 9 years ago
  17. 2771b56 GrDrawVertices to batches by joshualitt · 9 years ago
  18. 1259601 make tests portable by using 565 compatible colors by caryclark · 9 years ago
  19. 2e0303f Gyp: Sanity Part II (GM+Tests) by halcanary · 9 years ago
  20. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  21. 3489ee0 Font variations. by bungeman · 9 years ago
  22. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  23. 05773ed Font variations. by bungeman · 9 years ago
  24. 1107e90 Fix blur on large glyphs in runs < SkGlyphCache::max by joshualitt · 9 years ago
  25. e4cee1f fix for cached textblobs look garbled by joshualitt · 9 years ago
  26. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  27. 7272935 Add new GM/bench for line-only convex paths by robertphillips · 9 years ago
  28. 87cbcf3 Add GM to test non-AA pixel snapping for points, lines, rects. by bsalomon · 9 years ago
  29. 7e4186a add GM to test imagefilters + xfermodes by reed · 9 years ago
  30. 523ed6c adding new gm to rotate, translate, and scale textblobs by joshualitt · 9 years ago
  31. 4afe21e add a GM to demo the blend bug by mtklein · 9 years ago
  32. 8cf1d95 Add GM that tests bmp filter qualities with repeat mode by bsalomon · 9 years ago
  33. bed83a6 Don't draw if SkShader::asNewFragmentProcessor fails. by bsalomon · 9 years ago
  34. 9e36c1a Start canonicalizing color for all A8 textblobs by joshualitt · 9 years ago
  35. f5ac972 Add GM to exercise high quality anisotropic scaling by robertphillips · 9 years ago
  36. 86e5ab6 GM: add fadefilter gm by halcanary · 9 years ago
  37. d0b5c33 Adding draw looper gm for textblobs by joshualitt · 9 years ago
  38. e275fdf Add GM to repro crbug.com/472795 by robertphillips · 9 years ago
  39. eef5b3e BUG=skia: by joshualitt · 9 years ago
  40. c9c3e62 Add constant color GrFP. by bsalomon · 9 years ago
  41. 599ea40 Revert of Add constant color GrFP. (patchset #10 id:180001 of https://codereview.chromium.org/978713002/) by bsalomon · 9 years ago
  42. dfbbec4 Add constant color GrFP. by bsalomon · 9 years ago
  43. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 9 years ago
  44. db0dcc7 PDF: remove last use of SkPDFImage by halcanary · 9 years ago
  45. 1b600d3 Revert of PDF: remove last use of SkPDFImage (patchset #5 id:120001 of https://codereview.chromium.org/950633003/) by reed · 9 years ago
  46. 86ad8d6 PDF: remove last use of SkPDFImage by halcanary · 9 years ago
  47. d4bb991 Add a new GM to show problems with shear/rotate CTM w/ image filters. by senorblanco · 9 years ago
  48. cdf34cd We had zero coverage for SkDrawFilter. This new GM draws two rectangles. by tomhudson · 9 years ago
  49. d6ed19c Tessellating GPU path renderer. by senorblanco · 9 years ago
  50. c8e4765 gm to illustrate mipmap layer choice by reed · 9 years ago
  51. 6364807 gm to test hairlines which fill RenderTarget by joshualitt · 9 years ago
  52. 1b5c604 PDF: Add (low-memory) SkPDFBitmap class by halcanary · 9 years ago
  53. 95964c6 GMs now use batch by joshualitt · 9 years ago
  54. 94dff15 Revert of GMs now use batch (patchset #3 id:40001 of https://codereview.chromium.org/865313004/) by joshualitt · 9 years ago
  55. 3f284d7 GMs now use batch by joshualitt · 9 years ago
  56. 19d8f9f add new gm for SkPath::addArc() by reed · 10 years ago
  57. 5ce33c1 dstread gm by joshualitt · 10 years ago
  58. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  59. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  60. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  61. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  62. b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 10 years ago
  63. 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 10 years ago
  64. dc0f408 Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns by kkinnunen · 10 years ago
  65. 028b98a Add repro GM for GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
  66. 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
  67. 933a03f Fix GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
  68. a7976be Add Alpha fade GM. by halcanary · 10 years ago
  69. 40c85e4 Revert of Revert of enable conics gm (patchset #1 id:1 of https://codereview.chromium.org/811863006/) by reed · 10 years ago
  70. ede901c Revert of enable conics gm (patchset #3 id:40001 of https://codereview.chromium.org/835593002/) by reed · 10 years ago
  71. 03119ba enable conics gm by reed · 10 years ago
  72. b0ae649 Add device space skshader GM to test kDevice_GrCoordSet by bsalomon · 10 years ago
  73. df79503 Add new complexclip3 gm. by egdaniel · 10 years ago
  74. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  75. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  76. 9a26410 Add new GM (filterfastbounds) by robertphillips · 10 years ago
  77. 84bc52a work in progress by halcanary · 10 years ago
  78. d476a17 Remove PDF JPEG shortcut, since it fails on grayscale JPEGs. by halcanary · 10 years ago
  79. afa278e more c by reed · 10 years ago
  80. ed3af66 Use Color Processor for color bitmap text draws on gpu. by egdaniel · 10 years ago
  81. 535e3b2 Fix the way we patch up the matrix for scaled images that aren't clamp/clamp by humper · 10 years ago
  82. 30b83d4 add gm: colorwheel by halcanary · 10 years ago
  83. 0880686 Enable color emoji GM on Android by jvanverth · 10 years ago
  84. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  85. ce68627 Adding 3D lut color filter by sugoi · 10 years ago
  86. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  87. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  88. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  89. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  90. 8483326 SkTextBlob shader space workaround. by fmalita · 10 years ago
  91. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  92. 9564ce6 Fix scaling issue with distance field text. by jvanverth · 10 years ago
  93. cc0e311 make set3DMask virtual, so we can safely notify the shadercontext by reed · 10 years ago
  94. b3eba47 Outset the stroke width when computing the bounds for drawing a stroked rect, or 1 if it's a hairline by george · 10 years ago
  95. 7eacd77 SkMultiPictureDraw API by robertphillips · 10 years ago
  96. 00d5c2c SkTextBlob by fmalita · 10 years ago
  97. cc03adb Proposal for the mesh gradient interface. Implemented as a grid of by dandov · 10 years ago
  98. d7127e7 re-add samplerstress gm, but use blurmaskfilter instead (std filter) by reed · 10 years ago
  99. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
  100. 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 10 years ago