1. 30ad530 allow SkBitmapCache to operate on a local instance, for testability by reed · 10 years ago
  2. 4815fe5 Fix bug in layer hoisting transition to SkRecord backend by robertphillips · 10 years ago
  3. e1daac9 Tag recording picture nesting bench as nonrendering. by mtklein · 10 years ago
  4. c506e30 Fix convexicator bug by robertphillips · 10 years ago
  5. a32f175 Add helper SkMatrix44::hasPerspective() by tomhudson · 10 years ago
  6. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  7. 8a4c103 Revert of Attach GrOptDrawState into shader building pipeline (patchset #11 id:220001 of https://codereview.chromium.org/504203004/) by egdaniel · 10 years ago
  8. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  9. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  10. ee62065 Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  11. 8c8f71a Always disable the scissor test before BlitFrameBuffer by derekf · 10 years ago
  12. 223ba62 Fix incorrect Rec601 YUV conversion matrix coefficient. by rileya · 10 years ago
  13. 9564ce6 Fix scaling issue with distance field text. by jvanverth · 10 years ago
  14. 49005bf Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame by yunchao.he · 10 years ago
  15. ae232a2 Update SKP version to 103 by borenet · 10 years ago
  16. df886ea Fix leak in PictureNestingBench by fmalita · 10 years ago
  17. 4416267 Nested picture nanobench by fmalita · 10 years ago
  18. db26a12 SkRecord: clean up comments and 4 bytes per SkRecord. by mtklein · 10 years ago
  19. f0ddf33 add lua to histogram text lengths by reed · 10 years ago
  20. 4fc5b88 SkPicture::PathCounter is O(N^2) for pictures nested N deep. Fix that. by mtklein · 10 years ago
  21. 249af15 BUG=skia: by joshualitt · 10 years ago
  22. c90e014 Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  23. 327f905 Fix recording of saveLayout with unusual Xfermodes. by dneto · 10 years ago
  24. 595aa05 Revert of Change SkResourceCache to take a Visitor inside its find(). (patchset #2 id:20001 of https://codereview.chromium.org/567393002/) by reed · 10 years ago
  25. 81940de Add flag to call SkRecordOptimize on new pictures. by mtklein · 10 years ago
  26. e956259 add dumpHex() option to SkPath by caryclark · 10 years ago
  27. a63d5df Rebaseline hittestpath and ignore flaky failure on TARUAD by Mike Klein · 10 years ago
  28. 3658f38 Create an optimized draw state but not hooked in yet to gpu pipeline by egdaniel · 10 years ago
  29. dee6a8e Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  30. 5087b2c Revert of Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame (patchset #7 id:140001 of https://codereview.chromium.org/545813002/) by mtklein · 10 years ago
  31. e6cb483 remove 'experimental' from using hash tables in resourcecache by reed · 10 years ago
  32. 8e45c37 Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame by yunchao.he · 10 years ago
  33. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  34. 94c4151 Revert of Add a test that uses C++11 features as a compiler canary. (patchset #2 id:20001 of https://codereview.chromium.org/568913002/) by mtklein · 10 years ago
  35. 86e01df Add a test that uses C++11 features as a compiler canary. by mtklein · 10 years ago
  36. c34b0d4 Do not expect a copysign function to be defined in <cmath> with clang-cl by ehsan.akhgari · 10 years ago
  37. 9db5092 Handle NULL typeface in SkFontMgr_fontconfig::onMatchFaceStyle. by bungeman · 10 years ago
  38. 9594da1 use SkData::NewUninitialized by reed · 10 years ago
  39. 9db328b Add *@skia.org to AUTHORS so we can land CLs using those addresses if we like. by mtklein · 10 years ago
  40. eefd18c Let SkTaskGroup work synchronously if no one created an SkTaskGroup::Enabler. by mtklein · 10 years ago
  41. 11fca3f Add more debugging for newly failing assert (DM on Xoom bots). by Mike Klein · 10 years ago
  42. 8365830 remove confusing/unused stream methods by reed · 10 years ago
  43. 1f777e8 Update SKP version to 99 by borenet · 10 years ago
  44. fbe4136 Clear away any lingering error before testing SkError. by mtklein · 10 years ago
  45. 0b36e6b Add --matrix to DM, to play around with and maybe use on a bot. by mtklein · 10 years ago
  46. 56b00d9 add PurgeResourceCache to track leaks by reed · 10 years ago
  47. f58a562 Disable discardable memory for the resource cache until tests pass. by danakj · 10 years ago
  48. 790ffe3 Make SkBitmapCache remove invalid bitmaps from the SkResourceCache. by danakj · 10 years ago
  49. 33a3050 SkData can allocate room for its contents in the same block by reed · 10 years ago
  50. aa90d00 Assert SkTDArray::pop() doesn't underflow. by mtklein · 10 years ago
  51. 26a4b51 Update SKP version to 98 by borenet · 10 years ago
  52. 97bf60f Delay any SkRecordOptimize until after SkRecord has stuck. by mtklein · 10 years ago
  53. 99d6a9e Fix a bug in Save-Restore no-op optimization. by mtklein · 10 years ago
  54. f91c47d Remove a layer of indirection and code from SkFontHost. by bungeman · 10 years ago
  55. 77cd8b0 Revert of Added test for non cached ETC1 (patchset #2 id:20001 of https://codereview.chromium.org/564493002/) by bungeman · 10 years ago
  56. 3e15f90 Fixed void* to uint64_t cast on win64 in TraceID. by cjacek · 10 years ago
  57. d9ec549 Added test for non cached ETC1 by sugoi · 10 years ago
  58. fd731ce Measure picture recording speed in nanobench. by mtklein · 10 years ago
  59. 33bce0a Clean up old custom tools now subsumed by nanobench. by mtklein · 10 years ago
  60. 9628905 Distinguish common and unique names for skiaperf.com. by mtklein · 10 years ago
  61. 579b4fb Fix iteration bounds of Android GL API initialization by tomhudson · 10 years ago
  62. cc0e311 make set3DMask virtual, so we can safely notify the shadercontext by reed · 10 years ago
  63. d0af387 Expectation file update for bot changes. by Mike Klein · 10 years ago
  64. f548444 Detect presence of dwrite_1.h. by bungeman · 10 years ago
  65. 841010f disable conservative rasterclip on gpu, until we understand perspective by reed · 10 years ago
  66. 1e3dad0 Update SKP version to 97 by borenet · 10 years ago
  67. 8247ec3 Fix format of nanobench result by qiankun.miao · 10 years ago
  68. 9728a2b correct prev suppression by reed · 10 years ago
  69. 9a6300a suppress multipicturedraw_pathclip_tiled_nvprmsaa4 after the conservative-rasterclip cl by reed · 10 years ago
  70. d954498 Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) by reed · 10 years ago
  71. 87a7923 Rebaselines for 6bc2c94de33 (fontmgr_iter). by bungeman · 10 years ago
  72. d3b6eb2 disable webtry seccmp on non-linux build by humper · 10 years ago
  73. d85ad50 simple build script for webtry that re-generates the code template by humper · 10 years ago
  74. be20c5a rebase a couple oddballs by Mike Klein · 10 years ago
  75. ef53f15 Rebase intel rhb gpu GMs. by Mike Klein · 10 years ago
  76. 6f09709 Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/) by reed · 10 years ago
  77. 6bc2c94 Add font fallback support to SkFontMgr_fontconfig. by bungeman · 10 years ago
  78. 4459a04 When parsing arguments on Windows, check malloc() for failure. by senorblanco · 10 years ago
  79. 7476cf5 Update the alias mapping for Noto Sans CJK. by jshin · 10 years ago
  80. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  81. f5b6bf7 Make -d x86 have the default GPU cache size. by mtklein · 10 years ago
  82. 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
  83. 32673b9 Allow negative values in SkBlurImageFilter sigma. by senorblanco · 10 years ago
  84. c54056c Back to hashing source content, not .png. by mtklein · 10 years ago
  85. 90dc641 Revert of Use SkBitmapCache to optimize readPixels on a texture-backed bitmap (patchset #6 id:100001 of https://codereview.chromium.org/533323002/) by fmalita · 10 years ago
  86. 0249ec2 Adding texture uploads without cache for YUV and ETC1 by sugoi · 10 years ago
  87. ea65bfa Update DM JSON format. by mtklein · 10 years ago
  88. 197ceda Remove expectations / -r from DM entirely. by mtklein · 10 years ago
  89. 49e3199 SkRasterClip::quickReject doesn't need to check for emptiness as SkIRect::Intersect already does that for us by george · 10 years ago
  90. aa07459 Update SKP version to 96 by borenet · 10 years ago
  91. dd1e9f7 Remove a linear search in SkPictureRecord::addTextBlob. by jbroman · 10 years ago
  92. e2d4eb7 Hash .pngs instead of SkBitmaps. by mtklein · 10 years ago
  93. 655ad12 Make GrEffectStage copy constructor work correctly with pending execution refs. by bsalomon · 10 years ago
  94. 46625e0 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 10 years ago
  95. 858baf5 Add --nameByHash for the bots, and refactor hashing a bit. by mtklein · 10 years ago
  96. 8067412 Remove extra proctected in GrRODrawState.h by egdaniel · 10 years ago
  97. 18444b1 Remove debug-only ref of GrEffectStage by bsalomon · 10 years ago
  98. 361b8b0 fail when coincidence is too far apart by caryclark · 10 years ago
  99. 2243109 Revert of Fix two SkRecord-backed layer hoisting bugs (patchset #1 id:1 of https://codereview.chromium.org/551843002/) by robertphillips · 10 years ago
  100. 7c0cfd4 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 10 years ago