1. 841010f disable conservative rasterclip on gpu, until we understand perspective by reed · 11 years ago
  2. 1e3dad0 Update SKP version to 97 by borenet · 11 years ago
  3. 8247ec3 Fix format of nanobench result by qiankun.miao · 11 years ago
  4. 9728a2b correct prev suppression by reed · 11 years ago
  5. 9a6300a suppress multipicturedraw_pathclip_tiled_nvprmsaa4 after the conservative-rasterclip cl by reed · 11 years ago
  6. 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 · 11 years ago
  7. 87a7923 Rebaselines for 6bc2c94de33 (fontmgr_iter). by bungeman · 11 years ago
  8. d3b6eb2 disable webtry seccmp on non-linux build by humper · 11 years ago
  9. d85ad50 simple build script for webtry that re-generates the code template by humper · 11 years ago
  10. be20c5a rebase a couple oddballs by Mike Klein · 11 years ago
  11. ef53f15 Rebase intel rhb gpu GMs. by Mike Klein · 11 years ago
  12. 6f09709 Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/) by reed · 11 years ago
  13. 6bc2c94 Add font fallback support to SkFontMgr_fontconfig. by bungeman · 11 years ago
  14. 4459a04 When parsing arguments on Windows, check malloc() for failure. by senorblanco · 11 years ago
  15. 7476cf5 Update the alias mapping for Noto Sans CJK. by jshin · 11 years ago
  16. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 11 years ago
  17. f5b6bf7 Make -d x86 have the default GPU cache size. by mtklein · 11 years ago
  18. b3eba47 Outset the stroke width when computing the bounds for drawing a stroked rect, or 1 if it's a hairline by george · 11 years ago
  19. 32673b9 Allow negative values in SkBlurImageFilter sigma. by senorblanco · 11 years ago
  20. c54056c Back to hashing source content, not .png. by mtklein · 11 years ago
  21. 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 · 11 years ago
  22. 0249ec2 Adding texture uploads without cache for YUV and ETC1 by sugoi · 11 years ago
  23. ea65bfa Update DM JSON format. by mtklein · 11 years ago
  24. 197ceda Remove expectations / -r from DM entirely. by mtklein · 11 years ago
  25. 49e3199 SkRasterClip::quickReject doesn't need to check for emptiness as SkIRect::Intersect already does that for us by george · 11 years ago
  26. aa07459 Update SKP version to 96 by borenet · 11 years ago
  27. dd1e9f7 Remove a linear search in SkPictureRecord::addTextBlob. by jbroman · 11 years ago
  28. e2d4eb7 Hash .pngs instead of SkBitmaps. by mtklein · 11 years ago
  29. 655ad12 Make GrEffectStage copy constructor work correctly with pending execution refs. by bsalomon · 11 years ago
  30. 46625e0 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 11 years ago
  31. 858baf5 Add --nameByHash for the bots, and refactor hashing a bit. by mtklein · 11 years ago
  32. 8067412 Remove extra proctected in GrRODrawState.h by egdaniel · 11 years ago
  33. 18444b1 Remove debug-only ref of GrEffectStage by bsalomon · 11 years ago
  34. 361b8b0 fail when coincidence is too far apart by caryclark · 11 years ago
  35. 2243109 Revert of Fix two SkRecord-backed layer hoisting bugs (patchset #1 id:1 of https://codereview.chromium.org/551843002/) by robertphillips · 11 years ago
  36. 7c0cfd4 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 11 years ago
  37. 23c94f0 Let .skps have Expectations (i.e. work with -r) too. by mtklein · 11 years ago
  38. 93f52a6 Turn on the save-layer optimization. by mtklein · 11 years ago
  39. 95fd68e Use SkBitmapCache to optimize readPixels on a texture-backed bitmap by piotaixr · 11 years ago
  40. 1d0f164 Start to rework DM JSON handling. by mtklein · 11 years ago
  41. 87c4138 Turn on all pixel-perfect SkRecord optimizations. by mtklein · 11 years ago
  42. 6dcccc4 Update SKP version to 95 by borenet · 11 years ago
  43. 9f8cab1 Update SKP version to 94 by borenet · 11 years ago
  44. ce23aae Update SKP version to 93 by borenet · 11 years ago
  45. d64c948 move rasterclip_ helper into rasterclip by reed · 11 years ago
  46. 2a9ca78 Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms. by bsalomon · 11 years ago
  47. 03e844a Refactored frontend for the rebaseline server. by stephana · 11 years ago
  48. 49f085d "NULL !=" = NULL by bsalomon · 11 years ago
  49. 7260d72 For certain input skpdiff segfaulted. This prevents the segfault and should fix the failed test in housekeeping. by stephana · 11 years ago
  50. 52e9d63 Don't take a ref on GP in AutoEffectRestore. by bsalomon · 11 years ago
  51. 5a80be2 Small fix for RODrawState by joshualitt · 11 years ago
  52. 4f90c50 Suppress mystery leak. by mtklein · 11 years ago
  53. 9b53652 Change behavior of GrDS::AutoEffectRestort wrt GPs. by bsalomon · 11 years ago
  54. a1ae66d Add pop_back() to GrAllocator and add unit test. by bsalomon · 11 years ago
  55. 7675fb2 Update SKP version to 92 by borenet · 11 years ago
  56. ac8d619 Add method to GrProgramResource to record that pending a execution was completed. by bsalomon · 11 years ago
  57. 29dfaa8 Implement all SkCanvas overrides that SkPictureRecord does. by mtklein · 11 years ago
  58. 52354b6 Updating expectations TBR= BUG=skia: by joshualitt · 11 years ago
  59. da8cf5a don't use local static bitmap -- racy and unnecessary by reed · 11 years ago
  60. 9574098 Add GrProgramElement base class for GrEffect with deferred exec ref. by bsalomon · 11 years ago
  61. 8f2e791 add SK_API to forward declare in canvas.h by reed · 11 years ago
  62. fa35f8e remove getTotalClipAsPath, privatize getTotalClip by reed · 11 years ago
  63. 26abcf1 disable flaky test by mtklein · 11 years ago
  64. 73e714e cleanup rasterclip helper by reed · 11 years ago
  65. bd769d0 Initial change to create GeometryProcessor by joshualitt · 11 years ago
  66. c5ba71d Change SkPicture::draw to playback by robertphillips · 11 years ago
  67. 227c54e Finish off some lingering rebaselines. by Mike Klein · 11 years ago
  68. d204a1b rebaseline downsamplebitmaps by Mike Klein · 11 years ago
  69. f31507b Enable highQualityFilter_SSE2 by qiankun.miao · 11 years ago
  70. 274b4ba Switch Layer Hoisting over to SkRecord backend by robertphillips · 11 years ago
  71. 5353bae Temporarily disable tiling another GM that produces errors with the existing 64-bit ARM toolchain. by Derek Sollenberger · 11 years ago
  72. a17aac8 Update SKP version to 91 by borenet · 11 years ago
  73. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 11 years ago
  74. f8b4563 remove unused n4 expectations by Mike Klein · 11 years ago
  75. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 11 years ago
  76. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 11 years ago
  77. 00b76bd Add reference base class to GrGpuResourcewith pending IO references. by bsalomon · 11 years ago
  78. ab799fe fix up GM suppressions by Mike Klein · 11 years ago
  79. 2ed8a75 Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code by robertphillips · 11 years ago
  80. 6a2f5fe Turn downsamplebitmap GMs vertical to fit in 2048x2048. by mtklein · 11 years ago
  81. 6233c7b Revert to enabling all of -O2 as it exposes a bug in the toolchain. by djsollen · 11 years ago
  82. 0c88d82 On Android, skip tiling for all giantbitmap variants. by mtklein · 11 years ago
  83. 91cab83 Remove SkBitmapCache::Find/Add(_,width,height,_) by piotaixr · 11 years ago
  84. e5ea500 Hide fields in SkImageInfo by reed · 11 years ago
  85. 42b0dfe The key for SkBitmapCache can now be genID+SkIRect by piotaixr · 11 years ago
  86. d982eb2 Replace SkPictureReplacementPlayback with GrRecordReplaceDraw by robertphillips · 11 years ago
  87. 74364c9 Disable -fexpensive-optimizations on 64-bit ARM. by djsollen · 11 years ago
  88. c09b2c4 Revert of Enable highQualityFilter_SSE2 (patchset #1 id:1 of https://codereview.chromium.org/525283002/) by mtklein · 11 years ago
  89. 3f54175 Update fontcache GM to stress the font atlas. by jvanverth · 11 years ago
  90. b381fa1 Enable highQualityFilter_SSE2 by qiankun.miao · 11 years ago
  91. b0bd4f6 Remove GrDrawTarget::AutoRenderTargetRestore. by bsalomon · 11 years ago
  92. eddb113 Disable SSE4 S32A_Opaque blit. by mtklein · 11 years ago
  93. 1cf15b4 remove flags that are already mirrored in chrome's SkUserConfig.h by reed · 11 years ago
  94. a695514 Remove dead code in SkBitmapFilter_opts_SSE2.h/cpp by qiankun.miao · 11 years ago
  95. 2e9176c Update failing testimagefilter GM with new baseline and bug number by Derek Sollenberger · 11 years ago
  96. afbfc22 Rebase NEON image procs based on C++ implementation. by Derek Sollenberger · 11 years ago
  97. 2bdf1f5 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/527073003/) by reed · 11 years ago
  98. c56653c Update GM baselines for Arm64 bot. by Derek Sollenberger · 11 years ago
  99. 2f6abde Add gamma/sRGB tag to SkImageInfo by reed · 11 years ago
  100. 937c9c7 Fix drawPosText() bounds bug. by mtklein · 11 years ago