1. 0cb34b5 Update baseline GM images by robertphillips · 10 years ago
  2. e356c7f Restore a really single-threaded mode to DM. by mtklein · 10 years ago
  3. 8e47478 implement some so we can test it by reed · 10 years ago
  4. 2e5a986 New baselines by robertphillips · 10 years ago
  5. 5d271f1 Update fontcache expectations by jvanverth · 10 years ago
  6. 6b87df2 Fix usage of SK_BUILD_* defines. by tfarina · 10 years ago
  7. 8d56e27 a few more tweaks to the webtry setup doc by humper · 10 years ago
  8. bc3dbbd add environment variable to webtry local run documentation by Greg Humphreys · 10 years ago
  9. de9bec4 Automatically resize the webtry text editor to fit the content by Greg Humphreys · 10 years ago
  10. d3b7ef6 fix webtry local run documentation by Greg Humphreys · 10 years ago
  11. 938dfba experimental c api by reed · 10 years ago
  12. fa38a30 Add GrAASmallPathRenderer. by jvanverth · 10 years ago
  13. 2f6628e Update SKP version to 118 by borenet · 10 years ago
  14. 6848e58 Update SKP version to 117 by borenet · 10 years ago
  15. 863d19b Update SKP version to 116 by borenet · 10 years ago
  16. f16cd28 Restart webtry to pick up changes. by tfarina · 10 years ago
  17. d0a185e Run goimports through 'go' code in bug_chomper. by tfarina · 10 years ago
  18. f05f5a7 Remove globals from tests/CanvasTest.cpp by piotaixr · 10 years ago
  19. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  20. 9e96aa0 remove unused TextBufferDirection enum by reed · 10 years ago
  21. 22edc83 Fix int16_t for glyphs, const glyphs, and clarify glyph loop. by bungeman · 10 years ago
  22. 7f1ed83 Reduce overdraw in MultiPictureDraw Sierpinski GM by robertphillips · 10 years ago
  23. 4611e7f Don't turn on dither for saveLayers which have no paint by robertphillips · 10 years ago
  24. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  25. d751ac0 abort op early if path isn't parseable by caryclark · 10 years ago
  26. d012877 Fix ref cnt'ing issue in GrProgramElement. by bsalomon · 10 years ago
  27. 6a65674 Update SKP version to 115 by borenet · 10 years ago
  28. 2cc22b8 make SkMatrix::dump always available by reed · 10 years ago
  29. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  30. d51ce44 Handle getMemoryBase returning NULL in WriteTask. by bungeman · 10 years ago
  31. 38c0587 Save/Restore around bench runs. by mtklein · 10 years ago
  32. 0a528c1 Use +- 2B for unbounded draw ops. by mtklein · 10 years ago
  33. 337c2dd check for newSurface failure by reed · 10 years ago
  34. d1f0ebd specialize setConcat for scale+translate by reed · 10 years ago
  35. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  36. 85d3427 Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes pixel ops flag. (patchset #3 id:40001 of https://codereview.chromium.org/622663002/) by bsalomon · 10 years ago
  37. e4b2314 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  38. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  39. f0e2154 Update webtry setup docs to reflect new installation procedure by humper · 10 years ago
  40. 149366e fix sudo redirection in setup script by humper · 10 years ago
  41. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  42. 8f8c25e Demote getCount, getDepth, and clear to RTree-only methods. by mtklein · 10 years ago
  43. ed48ebe Archive more dead code. by mtklein · 10 years ago
  44. 15c7ceb TileGrid: earliest need not be a pointer anymore by mtklein · 10 years ago
  45. b1fc64b Add a MultiPictureDraw GM to exercise layer clipping by robertphillips · 10 years ago
  46. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  47. 29fe24c Remove duplicated code in android_get_gl_proc. by jungjik.lee · 10 years ago
  48. 08bd03b Add blobshader GM baselines. by fmalita · 10 years ago
  49. 2a382f5 Revert of specialize setConcat for scale+translate (patchset #1 id:1 of https://codereview.chromium.org/620433002/) by robertphillips · 10 years ago
  50. b77955e complete overhaul of webtry work partition between jail and host by humper · 10 years ago
  51. 4942e75 fix prev change to tooBigForLCD, and add test by reed · 10 years ago
  52. 5817f21 remove suppression for gm by reed · 10 years ago
  53. 8e393bf Don't adjust the bounds after a restore with the restore's paired saveLayer's paint. by mtklein · 10 years ago
  54. 8324a6a add baseline for clip_strokerect by reed · 10 years ago
  55. 39f31c6 baseline new GMs by reed · 10 years ago
  56. b3da83a avoid extra math work in MackRec by reed · 10 years ago
  57. 29dda80 Add support for EGL on linux by derekf · 10 years ago
  58. 6589dec Rebaseline Unknown-Arm64 GM flakes by robertphillips · 10 years ago
  59. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  60. 23cd4d2 Whitespace change to test Skia's CQ by rmistry · 10 years ago
  61. 10d0327 add SkRect::joinNonEmptyArg for faster unioning by reed · 10 years ago
  62. 68cd2aa Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw by robertphillips · 10 years ago
  63. dbcb5ff Add pdf-native textblobshader GM baseline by fmalita · 10 years ago
  64. b1dfb03 webtry: More README doc cleanups. by tfarina · 10 years ago
  65. cda6885 Whitespace change to test the new CQ trybot by rmistry · 10 years ago
  66. 92656ea Add buggy GPU baselines for MultiPictureDraw Sierpinski GM (with bug label) by robertphillips · 10 years ago
  67. e946f71 New baselines for image=surface gm by Justin Novosad · 10 years ago
  68. d9c42f7 optimize setRectFan and join -- from profiling drawText by reed · 10 years ago
  69. 24e430f Add 8888 & 565 baselines for multipicturedraw Sierpinski GM by robertphillips · 10 years ago
  70. f6fde17 Archive more dead code. by mtklein · 10 years ago
  71. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  72. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  73. 8de02f4 Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD. by mtklein · 10 years ago
  74. b5a9715 Allow previously-hoisted layers to be reused in the same draw by robertphillips · 10 years ago
  75. 5bc760a Remove support for SkPicture::clone(). by mtklein · 10 years ago
  76. 7874dc8 remove obsolete code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed · 10 years ago
  77. fffa16c webtry: Only create sqlite3 tables if they don't exist yet. by tfarina · 10 years ago
  78. 1b466f7 Archive SkFloat by mtklein · 10 years ago
  79. e8db3ef specialize setConcat for scale+translate, helps drawText perf by reed · 10 years ago
  80. b06e5a2 Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/) by robertphillips · 10 years ago
  81. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  82. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  83. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  84. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  85. 4572ae9 allow caller to override the default output directory for gyp by humper · 10 years ago
  86. ed42059 Move offset and CTM from LayerCache Key to per-hoisted-layer info by robertphillips · 10 years ago
  87. 92f7fc4 Rebaselining Win7 image failures (textblob, verttext2) by robertphillips · 10 years ago
  88. 656f2cd Make writeRenderTargetPixels use draw buffer rather than GrGpu by bsalomon · 10 years ago
  89. 320a4e6 Fix some references to non-existant polyfill directory. by tfarina · 10 years ago
  90. c425ae3 Mention 'go get' command in the README file. by tfarina · 10 years ago
  91. 2bb5210 Applying post-commit comments from https://codereview.chromium.org/607993002/ by junov · 10 years ago
  92. 47c548a Temp fix for crash when generating 16-bit cache for colorTables. by djsollen · 10 years ago
  93. b7bac3d Override drawImage*() in SkNWayCanvas by piotaixr · 10 years ago
  94. a9ceaf5 Don't test the old picture backend anymore. by mtklein · 10 years ago
  95. 4ceb039 webtry database has more than one table. by tfarina · 10 years ago
  96. 3a49520 Sanitize SkMatrixConvolutionImageFilter creation params. by senorblanco · 10 years ago
  97. 9f58dd0 run the webtry build script instead of using go build by humper · 10 years ago
  98. c06d9a7 fail on extremely large coincident curves by caryclark · 10 years ago
  99. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  100. ee6631e Update RecordReplaceDrawTest to generate and pass pictures by robertphillips · 10 years ago