1. 95964c6 GMs now use batch by joshualitt · 10 years ago
  2. 94dff15 Revert of GMs now use batch (patchset #3 id:40001 of https://codereview.chromium.org/865313004/) by joshualitt · 10 years ago
  3. 3f284d7 GMs now use batch by joshualitt · 10 years ago
  4. 19d8f9f add new gm for SkPath::addArc() by reed · 10 years ago
  5. 5ce33c1 dstread gm by joshualitt · 10 years ago
  6. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  7. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  8. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  9. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  10. b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 10 years ago
  11. 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 10 years ago
  12. dc0f408 Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns by kkinnunen · 10 years ago
  13. 028b98a Add repro GM for GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
  14. 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
  15. 933a03f Fix GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
  16. a7976be Add Alpha fade GM. by halcanary · 10 years ago
  17. 40c85e4 Revert of Revert of enable conics gm (patchset #1 id:1 of https://codereview.chromium.org/811863006/) by reed · 10 years ago
  18. ede901c Revert of enable conics gm (patchset #3 id:40001 of https://codereview.chromium.org/835593002/) by reed · 10 years ago
  19. 03119ba enable conics gm by reed · 10 years ago
  20. b0ae649 Add device space skshader GM to test kDevice_GrCoordSet by bsalomon · 10 years ago
  21. df79503 Add new complexclip3 gm. by egdaniel · 10 years ago
  22. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  23. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  24. 9a26410 Add new GM (filterfastbounds) by robertphillips · 10 years ago
  25. 84bc52a work in progress by halcanary · 10 years ago
  26. d476a17 Remove PDF JPEG shortcut, since it fails on grayscale JPEGs. by halcanary · 10 years ago
  27. afa278e more c by reed · 10 years ago
  28. ed3af66 Use Color Processor for color bitmap text draws on gpu. by egdaniel · 10 years ago
  29. 535e3b2 Fix the way we patch up the matrix for scaled images that aren't clamp/clamp by humper · 10 years ago
  30. 30b83d4 add gm: colorwheel by halcanary · 10 years ago
  31. 0880686 Enable color emoji GM on Android by jvanverth · 10 years ago
  32. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  33. ce68627 Adding 3D lut color filter by sugoi · 10 years ago
  34. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  35. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  36. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  37. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  38. 8483326 SkTextBlob shader space workaround. by fmalita · 10 years ago
  39. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  40. 9564ce6 Fix scaling issue with distance field text. by jvanverth · 10 years ago
  41. cc0e311 make set3DMask virtual, so we can safely notify the shadercontext by reed · 10 years ago
  42. 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
  43. 7eacd77 SkMultiPictureDraw API by robertphillips · 10 years ago
  44. 00d5c2c SkTextBlob by fmalita · 10 years ago
  45. cc03adb Proposal for the mesh gradient interface. Implemented as a grid of by dandov · 10 years ago
  46. d7127e7 re-add samplerstress gm, but use blurmaskfilter instead (std filter) by reed · 10 years ago
  47. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
  48. 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 10 years ago
  49. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  50. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  51. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  52. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  53. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  54. a7e930f On the bots, there's no need to link GMs into SampleApp. by mtklein · 10 years ago
  55. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  56. b2808cd Send less transform data when drawing text with nvpr by cdalton · 10 years ago
  57. 50d7154 Added classes SkPatch and SkPatchMesh which help encapsulate and generalize this new primitive. The functionality and responsability of each class is better explained in the comments of the files. by dandov · 10 years ago
  58. 24dcac2 YUV to RGB converter by sugoi · 10 years ago
  59. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  60. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  61. c4b84ae Revert of Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/354433002/) by rmistry · 10 years ago
  62. abc9bb5 Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/335603003/) by rmistry · 10 years ago
  63. 196af73 Fix SkPaint::measureText for stroked hairline text by kkinnunen · 10 years ago
  64. 7c5c9da GM/bench for text draws with various parameters and clip rects. by bsalomon · 10 years ago
  65. f449156 Make image scaling have floating point scales. Third attempt to land this by commit-bot@chromium.org · 10 years ago
  66. f3b1eb4 Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905 by epoger@google.com · 10 years ago
  67. 44f4129 floating point scale factors for images by commit-bot@chromium.org · 10 years ago
  68. 8cf81e0 Simple PKM image decoder. by robertphillips@google.com · 10 years ago
  69. d53b227 New GM for testing circle blur optimization by commit-bot@chromium.org · 11 years ago
  70. 04f03d1 Add GM that exercises SkCanvas::discard() by commit-bot@chromium.org · 11 years ago
  71. c8379d7 Add gpu fast path for two point conical gradients. by commit-bot@chromium.org · 11 years ago
  72. c5d9bb0 Initial picture shader implementation by commit-bot@chromium.org · 11 years ago
  73. 8865d09 Revert of Initial picture shader implementation (https://codereview.chromium.org/221923007/) by commit-bot@chromium.org · 11 years ago
  74. 592b2d1 Initial picture shader implementation by commit-bot@chromium.org · 11 years ago
  75. fd0ec2c Implement a generic matrix transform image filter. by senorblanco@chromium.org · 11 years ago
  76. 2663263 Add GM that tests GrTextureDomain and fix bug where kDecal_Mode gets incorrectly ignored. by commit-bot@chromium.org · 11 years ago
  77. 7b78981 gather GM tests which are disabled on Android by commit-bot@chromium.org · 11 years ago
  78. 7209f93 disable imagefilterscropexpand GM test on Android by commit-bot@chromium.org · 11 years ago
  79. d9cdff6 Fix GPU displacement with expanding crop rects. by senorblanco@chromium.org · 11 years ago
  80. 2ff20ab Suppress imagefilterscropexpand GM temporarily to fix Win Debug failures. by commit-bot@chromium.org · 11 years ago
  81. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 11 years ago
  82. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 11 years ago
  83. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 11 years ago
  84. 641e33b add gm to show bug in stroked-text in drawPosText by commit-bot@chromium.org · 11 years ago
  85. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 11 years ago
  86. d4d44f0 Re-enable imageresizetiled, but skip it in tilegrid and rtree. by senorblanco@chromium.org · 11 years ago
  87. 32ffe9c Disable imageresizetiled GM for now due to rtree and tilegrid failures. by senorblanco@chromium.org · 11 years ago
  88. 897b73f Fix CTM application in SkResizeImagefilter; implement bounds traversals. by senorblanco@chromium.org · 11 years ago
  89. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  90. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  91. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  92. d5808bd add inital gm for colorfilters by reed@google.com · 11 years ago
  93. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  94. 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 11 years ago
  95. a343c84 Add GM with convex polygon clips by commit-bot@chromium.org · 11 years ago
  96. c3fe549 Add convex polygon rendering effect and GM to test it. by commit-bot@chromium.org · 11 years ago
  97. 2bfe36b Apply the CTM to filter parameters for SkBlurImageFilter, SkDropShadowImageFilter, SkDisplacementMapEffect and SkMorphologyImageFilter. I had resisted this (and may later put in an assert that the CTM contains no rotation, skew or perspective), but it just makes the filters play better with Skia generally. by senorblanco@chromium.org · 11 years ago
  98. a612d4c Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
  99. 96673a9 Revert "Implement a resize image filter." by senorblanco@chromium.org · 11 years ago
  100. 535e1cc Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago