1. d510478 New baselines for imagefiltersscaled and lighting GMs. by senorblanco@chromium.org · 11 years ago
  2. 2472b32 Only use analytic effect-based clipping when AA is required by at least one element. by commit-bot@chromium.org · 11 years ago
  3. b9c9597 Use rounding to 8888 in lighting filters, raster path. by senorblanco@chromium.org · 11 years ago
  4. 3604853 Rebaseline imagefiltersscaled GM. by senorblanco@chromium.org · 11 years ago
  5. 1037d92 Added Z scale when X and Y scale to spot lights and point lights by commit-bot@chromium.org · 11 years ago
  6. fb882d7 New GPU baselines for colormatrix GM. by senorblanco@chromium.org · 11 years ago
  7. 2ca677e Fix GPU colormatrix color filter with saturated alpha. by senorblanco@chromium.org · 11 years ago
  8. 4355f21 Add elliptical-corner rrect clip effect. Currently only handles the case where all corners have the same pair of radii. by commit-bot@chromium.org · 11 years ago
  9. fb142aa New baselines for imagefiltersclipped, offsetimagefilter GMs. by senorblanco@chromium.org · 11 years ago
  10. 06342a2 Fix SkOffsetImageFilter to use a temporary for bounds computations. by senorblanco@chromium.org · 11 years ago
  11. c5c748c Handle rrects with one circular corner and three square corners in GrRRectEffect. by commit-bot@chromium.org · 11 years ago
  12. 45b9de8 Rebase bezier_effect GMs and lingering changed GMs from laggy bots by bsalomon@google.com · 11 years ago
  13. b93ba45 flag to make kClipToLayer_SaveFlag the default behavior by reed@google.com · 11 years ago
  14. bfce48e reorg iteration code in rrects GM, tightly pack rrects drawn in _effect version. by commit-bot@chromium.org · 11 years ago
  15. 77286a5 Rebaselines for https://codereview.chromium.org/188693008/ by bsalomon@google.com · 11 years ago
  16. a10f26e update ignored-tests.txt to accound for acceptable changes due to r13710 by bsalomon@google.com · 11 years ago
  17. e5a041c Implement the clip as 4 or fewer GrEffects when possible. by commit-bot@chromium.org · 11 years ago
  18. cabf4b2 Unify edge type enums across GrEffect subclasses that clip rendering to a geometry. by commit-bot@chromium.org · 11 years ago
  19. 968f162 New baselines for offsetimagefilter GM. by senorblanco@chromium.org · 11 years ago
  20. a100bb2 New baselines for imagefiltersclipped, imagefiltersscaled GMs. by senorblanco@chromium.org · 11 years ago
  21. e09244d Apply the CTM to the offset in the slow SkOffsetImageFilter path. by senorblanco@chromium.org · 11 years ago
  22. 47d98c8 Fix CTM scaling and clipping of SkRectShaderImageFilter. by senorblanco@chromium.org · 11 years ago
  23. 335619b update comments within expectations/gm/ignored-tests.txt by commit-bot@chromium.org · 11 years ago
  24. 036405d Change comment for inverse_paths GM in ignored-tests.txt by bsalomon@google.com · 11 years ago
  25. ee1d758 rebaseline extractbitmap GMs, as the test itself changed by commit-bot@chromium.org · 11 years ago
  26. 888999a rebaseline rrect gms by bsalomon@google.com · 11 years ago
  27. 5cf54d7 Rebaselines for https://codereview.chromium.org/177963003/ by commit-bot@chromium.org · 11 years ago
  28. 418d00f Rebaseline canvas-layer-state (PDF only). by senorblanco@chromium.org · 11 years ago
  29. fe68eb6 ARM Skia NEON patches - 25 - S32A_D565_Opaque_Dither clean/bugfix/speed by commit-bot@chromium.org · 11 years ago
  30. 89f077c Fix saveLayer() clipping w/filters, GPU path. by senorblanco@chromium.org · 11 years ago
  31. b0a1990 Rebaselines for https://codereview.chromium.org/158973002/ by commit-bot@chromium.org · 11 years ago
  32. 374ea4e ARM Skia NEON patches - 12 - S32_Blend by commit-bot@chromium.org · 11 years ago
  33. 5b92499 Revert of ARM Skia NEON patches - 12 - S32_Blend (https://codereview.chromium.org/158973002/) by commit-bot@chromium.org · 11 years ago
  34. dfff273 ARM Skia NEON patches - 12 - S32_Blend by commit-bot@chromium.org · 11 years ago
  35. c4f3b23 Rebaselines for https://codereview.chromium.org/167433002/ by commit-bot@chromium.org · 11 years ago
  36. 0b45dc4 fix the visual difference of raster vs gpu -- inverse_paths by commit-bot@chromium.org · 11 years ago
  37. 4012ba5 ARM Skia NEON patches - 20bis - BitmapProcState accurracy by commit-bot@chromium.org · 11 years ago
  38. 897b73f Fix CTM application in SkResizeImagefilter; implement bounds traversals. by senorblanco@chromium.org · 11 years ago
  39. c2f7824 Analytic rrect clip for cicular corners, radius >= 0.5 by commit-bot@chromium.org · 11 years ago
  40. dcfaa73 Allowing Lanczos3 to be used in chromium by commit-bot@chromium.org · 11 years ago
  41. 4a2d9a0 Rebaselines for https://codereview.chromium.org/156113005/ by commit-bot@chromium.org · 11 years ago
  42. be233d6 ARM Skia NEON patches - 27 - S32A_D565_Blend by commit-bot@chromium.org · 11 years ago
  43. 5847b68 Rebase files after recent GPU clipping changes by bsalomon@google.com · 11 years ago
  44. f053980 Specialize GrConvexPolyEffect for AA rects, use for AA clip rects. by commit-bot@chromium.org · 11 years ago
  45. c01eeb3 Add new baselines for tests affected by https://code.google.com/p/skia/source/detail?r=13323, namely: by senorblanco@chromium.org · 11 years ago
  46. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  47. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  48. 65ee5f4 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 11 years ago
  49. d3066bd Revert of Use GrConvexPolyEffect when clip is a single convex polygon (https://codereview.chromium.org/151523005/) by bsalomon@google.com · 11 years ago
  50. e89d903 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 11 years ago
  51. 2739684 Rebase simpleblurroundrect and bleed GMs after GPU blur radius changes. by bsalomon@google.com · 11 years ago
  52. fd1fdfc rebaseline GM changes resulting from fast GPU blur algorithm by commit-bot@chromium.org · 11 years ago
  53. cf34bc0 patch from issue 119343003 compile on 10.6, exclude failing gms by commit-bot@chromium.org · 11 years ago
  54. 200d75c New baselines for displacement GM. by senorblanco@chromium.org · 11 years ago
  55. 7824768 New baselines for GM tests affected by r13221. by senorblanco@chromium.org · 11 years ago
  56. 6df2f2b Rebaslines for https://codereview.chromium.org/23835006/ by commit-bot@chromium.org · 11 years ago
  57. 78cf119 Give correct bounds to SkCanvas's AutoDrawLooper use for filter draws. by senorblanco@chromium.org · 11 years ago
  58. a96176d ARM Skia NEON patches - 20 - New improved BitmapProcState code by commit-bot@chromium.org · 11 years ago
  59. 83c39db Remove misc. suppressions from ignored-tests.txt added in https://codereview.chromium.org/105893003. These tests were rebaselined shortly after that patch landed, but the suppressions weren't removed, so differences have snuck in and not been rebaselined. by senorblanco@chromium.org · 11 years ago
  60. df79acd Revert of Rebaselining bleed GMs due to recent GPU blur changes. (https://codereview.chromium.org/138353002/) by commit-bot@chromium.org · 11 years ago
  61. 3f88f4d Rebaselining bleed GMs due to recent GPU blur changes. by bsalomon@google.com · 11 years ago
  62. 3e62ebf make ignored-tests.txt specify full test name, not partial name by commit-bot@chromium.org · 11 years ago
  63. cd9175e remove _gpu suffix from tests in ignored-tests.txt that are changed on all gpu configs (msaa, ...). by bsalomon@google.com · 11 years ago
  64. 439ff1b Use correct matrix to adjust blur radius for gpu by commit-bot@chromium.org · 11 years ago
  65. 4db7a31 Remove rects GM from ignored-tests.txt and rebaseline by bsalomon@google.com · 11 years ago
  66. a7d89c8 Handle drawBitmapRect src_rect->dst_rect mapping as a local matrix rather than view matrix when there is a mask filter. by commit-bot@chromium.org · 11 years ago
  67. c45ece5 NEON fast path for box blur by commit-bot@chromium.org · 11 years ago
  68. 4fdf25e rebaseline downsample_text and downsample_checkerboard GMs on gpu configs by bsalomon@google.com · 11 years ago
  69. 7b22744 Rebaselines for filterbitmap_text GMs by bsalomon@google.com · 11 years ago
  70. 79c9532 Rebaselines for filterbitmap_checkerboard by bsalomon@google.com · 11 years ago
  71. da0f761 Rebaseline mandrill GMs by bsalomon@google.com · 11 years ago
  72. 323cc26 New baselines for tileimagefilter, imagefiltersgraph, and everything Nexus4. by senorblanco@chromium.org · 11 years ago
  73. c8c5992 Widen suppression to tileimagefilter-pdf. by senorblanco@chromium.org · 11 years ago
  74. a502d60 Ignore failures on tileimagefilter-pdf_poppler. by senorblanco@chromium.org · 11 years ago
  75. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  76. 3f2028e rebaselinedownsamplebitmap_image_high_mandrill_512.png by bsalomon@google.com · 11 years ago
  77. cf95fba rebaseline clipped-bitmap-shaders GMs for gpu by bsalomon@google.com · 11 years ago
  78. 6d7296a Accept displacement with no displacement input by commit-bot@chromium.org · 11 years ago
  79. 144cba0 New baselines for xfermodeimagefilter post-r12652. by senorblanco@chromium.org · 11 years ago
  80. 7e5d24c Update expectations for r12729 by vandebo@chromium.org · 11 years ago
  81. d20f9b7 Rebaselining displacement gms by commit-bot@chromium.org · 11 years ago
  82. 4e8f1e5 [PDF] Fix clipping in xfermode improvement. by commit-bot@chromium.org · 11 years ago
  83. d6c1d58 Remove bleed from ignored-tests.txt by bsalomon@google.com · 11 years ago
  84. c7a8507 Perlin noise rebaseline by commit-bot@chromium.org · 11 years ago
  85. 5e79c2b Fixed a displacement issue by commit-bot@chromium.org · 11 years ago
  86. 0682019 Bounds fixes for SkXfermodeImageFilter: by senorblanco@chromium.org · 11 years ago
  87. 7746c1c GM: stop ignoring pdf-poppler failures by commit-bot@chromium.org · 11 years ago
  88. 2e7958f Add clipped-bitmap-shaders-*-hq_angle.png to ignore-tests.txt by robertphillips@google.com · 11 years ago
  89. bc8b1ff add hq clipped biptmap shader GMs to ignored-tests.txt by bsalomon@google.com · 11 years ago
  90. 7787f21 expectations/gm/ignored-tests.txt: add links to tracking bugs (SkipBuildbotRuns) by epoger@google.com · 11 years ago
  91. 5a1cb5b Finish rebaselines for https://codereview.chromium.org/102683002/ by jvanverth@google.com · 11 years ago
  92. e4b6e38 Update ignored tests. by jvanverth@google.com · 11 years ago
  93. f543fd9 Simplify matrix generation for convex path renderer by commit-bot@chromium.org · 11 years ago
  94. 2b7d463 Rebaseline after r12473 by vandebo@chromium.org · 11 years ago
  95. d928832 Last set of rebaselines for https://codereview.chromium.org/99993002 by jvanverth@google.com · 11 years ago
  96. 23d0056 Ignore colortype_msaa4 (for https://codereview.chromium.org/99993002) by jvanverth@google.com · 11 years ago
  97. 7542dc8 [PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with empty content. by commit-bot@chromium.org · 11 years ago
  98. f8cb184 Add GPU support for color bitmap fonts by commit-bot@chromium.org · 11 years ago
  99. 5da5551 Fix ignored-tests.txt by bsalomon@google.com · 11 years ago
  100. dec6150 HQ filtering for tiled/bleed drawBitmap sample at pix center in bicubic by commit-bot@chromium.org · 11 years ago