1. 6e3e422 Break up SkLazyPixelRef functionally into class hierarchy. by commit-bot@chromium.org · 11 years ago
  2. 6006d0f Add bevel-stroke support in GrAARectRenderer by commit-bot@chromium.org · 11 years ago
  3. 382fde3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  4. 7e6e80a blurroundrect gm: disable one set of tests in attempt to fix bug by epoger@google.com · 11 years ago
  5. 4ef88a2 Fix overzealous IntToScalar. by scroggo@google.com · 11 years ago
  6. 8610d2c Fixes for blurroundrect gm/bench. by scroggo@google.com · 11 years ago
  7. 1e698af rebaseline_server was not allowing tests to be marked ignore-failure by epoger@google.com · 11 years ago
  8. 56ad44b Mark blurs-gpu test as known-to-fail on Nexus4 BUG=skia:1791 (SkipBuildbotRuns) by epoger@google.com · 11 years ago
  9. 9d3c422 Int to scalar (again) by scroggo@google.com · 11 years ago
  10. ec1a96c Another int to scalar fix. by scroggo@google.com · 11 years ago
  11. 770269d More IntToScalars by scroggo@google.com · 11 years ago
  12. 99e113b And fix the similar bench. by scroggo@google.com · 11 years ago
  13. 5fdef98 Build fix number 2. by scroggo@google.com · 11 years ago
  14. 28f43db Fix build. by scroggo@google.com · 11 years ago
  15. 7b05659 Add gms and benchmarks for drawing blurry round rects. by scroggo@google.com · 11 years ago
  16. 20e3cd2 Add SkRRect::transform. by scroggo@google.com · 11 years ago
  17. a93f4e7 Check that Mode is valid for ModeColorFilterEffect by commit-bot@chromium.org · 11 years ago
  18. 4faa869 Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by commit-bot@chromium.org · 11 years ago
  19. fedf13d Add SK_PREFETCH and use in SkBlurImageFilter. by commit-bot@chromium.org · 11 years ago
  20. ecdb6b3 Make it possible to pass GYP_DEFINES to Android builds by commit-bot@chromium.org · 11 years ago
  21. d3e5842 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  22. 12a2386 Revert "Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream." by reed@google.com · 11 years ago
  23. 1e4c4fe We always read out of bounds here. Fix that. by mtklein@google.com · 11 years ago
  24. 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
  25. d48c16b rebaseline scaled_tilemode_npot gpu images on RHB and rebaseline SGX tilemode gpu by bsalomon@google.com · 11 years ago
  26. 6bf614f must initialize SkDraw.fClip by reed@google.com · 11 years ago
  27. b48a59a Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  28. ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
  29. 8d8bcf9 rebaseline blurs_gpu BUG=skia:1791 TBR=robertphillips by epoger@google.com · 11 years ago
  30. eb22126 Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('Assertion failures on various buildbots as of r12114') by epoger@google.com · 11 years ago
  31. 305f78e Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  32. fe2faa8 Change SkBlurImageFilter to use fixed-point division. Yields ~1.8X speedup on by senorblanco@chromium.org · 11 years ago
  33. ddf9c37 fix baselines for arcofzorro hairlines shadertext shadertext2 by caryclark@google.com · 11 years ago
  34. d998bec Fix for Chromium-side compilation complaint: by robertphillips@google.com · 11 years ago
  35. f54ad6f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  36. 585744a fix more expectations for shadertext shadertext2 hairlines by caryclark@google.com · 11 years ago
  37. fc7f638 Update missed expectations for xfermodes by vandebo@chromium.org · 11 years ago
  38. c7b14a6 update ignored tests with rebaselines by caryclark@google.com · 11 years ago
  39. c575036 fix shadertext2 expectations by caryclark@google.com · 11 years ago
  40. 353372b fix shadedtext expectations by caryclark@google.com · 11 years ago
  41. 23aa56f fix hairline expectations by caryclark@google.com · 11 years ago
  42. 24ebc01 fix expectations for arcofzorro by caryclark@google.com · 11 years ago
  43. 97b2de9 ignore gm roundrect errors including arcofzorro by caryclark@google.com · 11 years ago
  44. 32700ac Reverting r12082 (Add bevel-stroke support in GrAARectRenderer) due to GM failures by robertphillips@google.com · 11 years ago
  45. 61f8a67 ignore gm roundrect errors by caryclark@google.com · 11 years ago
  46. a2bbc6e pathops work in progress by caryclark@google.com · 11 years ago
  47. 045c3d3 rebaseline_server: make default landing page list supported query URLs by epoger@google.com · 11 years ago
  48. f0784bd Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack" by reed@google.com · 11 years ago
  49. eea3ab7 fix mac 10.6 build by reed@google.com · 11 years ago
  50. f91aaec Construct round rects with perpendicular tangents. by commit-bot@chromium.org · 11 years ago
  51. 679eb67 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  52. 5c8ee25 Make GrContext cache the gpu paths by commit-bot@chromium.org · 11 years ago
  53. e1e99ef Add bevel-stroke support in GrAARectRenderer by commit-bot@chromium.org · 11 years ago
  54. 9a0f000 Rebaseline improved N4 images by robertphillips@google.com · 11 years ago
  55. 8995b7b Only disable scratch texture reuse on the N10 and N4 by robertphillips@google.com · 11 years ago
  56. 7b1c2c1 rebaseline_server: right-align "select/clear/toggle all tests" buttons with results table by epoger@google.com · 11 years ago
  57. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  58. 05d56eb Update results for a Nexus4 tests that don't render well with perspective by edisonn@google.com · 11 years ago
  59. f2f8f3a Adding a way to disable SkOffsetImageFilter's optimized path in blink/chrome by commit-bot@chromium.org · 11 years ago
  60. 2080722 Fix two inconsistencies in handling fixed-function texture coordinate set generation by commit-bot@chromium.org · 11 years ago
  61. a0fd1b3 add some GM tests for rects by commit-bot@chromium.org · 11 years ago
  62. 18bb41e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  63. 3b60c14 Fix for r12069 (actually turn on don't-reuse-scratch-textures feature) by robertphillips@google.com · 11 years ago
  64. f7ee05f Turn on don't-reuse-scratch-textures for all Android devices by robertphillips@google.com · 11 years ago
  65. 7124abd Another rebaseline by robertphillips@google.com · 11 years ago
  66. d2f7948 Disabling SK_ATTR_DEPRECATED the hard way by robertphillips@google.com · 11 years ago
  67. 77121cf More image rebaselines by robertphillips@google.com · 11 years ago
  68. fd3ae2e Yet more rebaselines by robertphillips@google.com · 11 years ago
  69. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  70. fc7ceef Add suppressions for Issue 1784 by robertphillips@google.com · 11 years ago
  71. 3843f3f Partial fix for Skia issue 1769: GenerateGMs crashing (out of memory) by commit-bot@chromium.org · 11 years ago
  72. 908f127 Rebaseline images that improved with 12037 by robertphillips@google.com · 11 years ago
  73. f1df61c Rebaseline lingering RoundRect RHB images by robertphillips@google.com · 11 years ago
  74. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  75. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  76. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  77. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  78. 94bdd7e Fix bug in don't-reuse-scratch-textures path by robertphillips@google.com · 11 years ago
  79. e4e5cab Rebaseline for r12034 by vandebo@chromium.org · 11 years ago
  80. d5743ed Remove suppression of morphology image diffs by robertphillips@google.com · 11 years ago
  81. 0bef506 Rebaselines of morphology GM for r11966 by robertphillips@google.com · 11 years ago
  82. 44b3a64 Whitespace change to trigger builds after buildbot script changes by borenet@google.com · 11 years ago
  83. 7ed98df Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  84. cb50510 No longer use scratch textures on ARM devices by robertphillips@google.com · 11 years ago
  85. 1986756 Speculative Android build fix. by senorblanco@chromium.org · 11 years ago
  86. ae326bb Revert r1784: SK_API on a non-concrete template is strange. by bungeman@google.com · 11 years ago
  87. f49a095 Mac build fix. by senorblanco@chromium.org · 11 years ago
  88. 7a47ad3 Implement SSE2-based implementations of the morphology filters (dilate & erode). This gives a 3-5X speedup over the naive implementation, and also mitigates a timing-based security attack in Chrome (https://code.google.com/p/chromium/issues/detail?id=251711). by senorblanco@chromium.org · 11 years ago
  89. 2d2e5c4 Make not-reusing-scratch-textures only apply to texture uploads by robertphillips@google.com · 11 years ago
  90. f5747da Fix int/SkScalar mismatch in gm. by vandebo@chromium.org · 11 years ago
  91. fd3c8c2 Fix int/SkScalar mismatch. by vandebo@chromium.org · 11 years ago
  92. 3b41621 [PDF] Improve complex xfer mode support. by vandebo@chromium.org · 11 years ago
  93. c136242 DM: add --rtree. by commit-bot@chromium.org · 11 years ago
  94. c9424b8 Don't check if shaders compile or program links in release Chromium by commit-bot@chromium.org · 11 years ago
  95. 537e26a Exclude verylargebitmap test from replay modes on windows. by commit-bot@chromium.org · 11 years ago
  96. 1ab9f73 Use SkPathRef gen id for SkPath::getGenerationID by commit-bot@chromium.org · 11 years ago
  97. b38d4e1 Mark GMs that are not preserving the perspective for the canvas passed by edisonn@google.com · 11 years ago
  98. dc370e2 update results for Nexus4 gms that run in perspespective mode by edisonn@google.com · 11 years ago
  99. 6b288d1 semi-blindly rebaseline some GM results, keeping them marked as unreviewed by epoger@google.com · 11 years ago
  100. 1f87465 rebaseline GM results on Android-IntelRhb and Valgrind bots which were not running for a while by epoger@google.com · 11 years ago