1. 4f6ffde pre-build the resources library for the fiddle jail by Greg Humphreys · 11 years ago
  2. 117ff1c repair the webtry setup process by Greg Humphreys · 11 years ago
  3. 25ec1b3 allow fiddles to use the futex system call; fixes fonts finally by Greg Humphreys · 11 years ago
  4. 0fedb19 Rearrange code in TextContexts to be more consistent and match style guide. by jvanverth · 11 years ago
  5. e97d82b In the generated fiddle, set the portable fonts flag first. by Greg Humphreys · 11 years ago
  6. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 11 years ago
  7. b82b9d5 Make GM default to reseting gpu contexts on android. by bsalomon · 11 years ago
  8. ebca225 preliminary support for fiddle font use by Greg Humphreys · 11 years ago
  9. 47326ab Fix conditional check when copying coverage stages in ODS by egdaniel · 11 years ago
  10. 901704b fix android framework build errors by djsollen · 11 years ago
  11. 9cf45bf Delay copying effects from DS or ODS till end of creating ODS by egdaniel · 11 years ago
  12. 3d7d410 remove dead code from SK_SUPPORT_LEGACY_IMAGECACHE_NAME by reed · 11 years ago
  13. a624e87 Implement C path functions by robertphillips · 11 years ago
  14. 7663d66 Revert of Make GM default to reseting gpu contexts on android. (patchset #1 id:1 of https://codereview.chromium.org/635293003/) by bsalomon · 11 years ago
  15. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 11 years ago
  16. d61ef01 Expose layer hoisting API in GrContext by robertphillips · 11 years ago
  17. 1080596 Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/) by bsalomon · 11 years ago
  18. a5ee45c Revert of speculative fix for ios (patchset #1 id:1 of https://codereview.chromium.org/637293003/) by bsalomon · 11 years ago
  19. 96e89d5 speculative fix for ios by Brian Salomon · 11 years ago
  20. 8dd35ce Make GM default to reseting gpu contexts on android. by bsalomon · 11 years ago
  21. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 11 years ago
  22. 5a161ea Update SKP version to 120 by borenet · 11 years ago
  23. 47bb382 Cleanup of shader building system by joshualitt · 11 years ago
  24. e6efd39 Only use msaa target for blur mask when doAA is true by derekf · 11 years ago
  25. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 11 years ago
  26. fe1233c Cleanup of shader building system by joshualitt · 11 years ago
  27. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 11 years ago
  28. 65be97d Stay in floats as much as possible in SkTileGrid, particularly in insert. by mtklein · 11 years ago
  29. d99741c Update perspective GMs for dfpaths by jvanverth · 11 years ago
  30. c7c2716 Add baselines for dftext GM. by jvanverth · 11 years ago
  31. 38ba4e0 Add -Wno-invalid-offsetof to Mac and iOS builds too. by mtklein · 11 years ago
  32. fb1fe4f Add SkPaint::getHash(). by mtklein · 11 years ago
  33. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 11 years ago
  34. 07a2553 gl programs rewrite by joshualitt · 11 years ago
  35. f19657f Fix for perspective GMs and df paths. by jvanverth · 11 years ago
  36. f9669f4 Fix perspective version of dftext GM by jvanverth · 11 years ago
  37. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 11 years ago
  38. b109ac2 Make createOptDrawState return NULL if we would end up not drawing by egdaniel · 11 years ago
  39. d3ce6b4 explicitly delete our c++ window on quit by reed · 11 years ago
  40. ebfce41 Revert of Don't readback and reupload texture-backed bitmaps (patchset #1 id:1 of https://codereview.chromium.org/635573004/) by bsalomon · 11 years ago
  41. c1188aa Added more msaa blurring rebaselines & a suppression by robertphillips · 11 years ago
  42. f80bfed GrContext::copyTexture->GrContext::copySurface. by bsalomon · 11 years ago
  43. b9ab563 Don't readback and reupload texture-backed bitmaps by bsalomon · 11 years ago
  44. b1b2085 Rebaseline multipicturedraw_biglayer_* by robertphillips · 11 years ago
  45. 40e01c4 Remove suppressions in ignored-tests.txt by robertphillips · 11 years ago
  46. 59c01e0 extra call to flush until brian can figure it out by reed · 11 years ago
  47. e8a6751 Update SKP version to 119 by borenet · 11 years ago
  48. 3fc02f1 override applicationShouldTerminate so we can cleanup when we quit by reed · 11 years ago
  49. 5397725 Whitespace change to test CQ by rmistry · 11 years ago
  50. 4e8955b Rebaseline after msaa blur change by bsalomon · 11 years ago
  51. e71d884 Update suppressed baseline images by robertphillips · 11 years ago
  52. ed14f1d Reduce sizes in dftext GM on Android to match desktop better. by jvanverth · 11 years ago
  53. 345379d fix missing webtry output capture display by Greg Humphreys · 11 years ago
  54. 261f7a6 rework webtry css with compass and bootstrap by Greg Humphreys · 11 years ago
  55. 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 11 years ago
  56. 3342d1b Add suppression for multipicturedraw_biglayer GM by robertphillips · 11 years ago
  57. 410dd05 Fix some incorrect assumptions in GrLayerCache.cpp by robertphillips · 11 years ago
  58. f4555aa Create MSAA render target for blur mask texture by derekf · 11 years ago
  59. 307796b Plumb OptDrawState down to VertexShaderBuilder by egdaniel · 11 years ago
  60. 1564dde Fix multipicturedraw_biglayer GM by robertphillips · 11 years ago
  61. 0cb34b5 Update baseline GM images by robertphillips · 11 years ago
  62. e356c7f Restore a really single-threaded mode to DM. by mtklein · 11 years ago
  63. 8e47478 implement some so we can test it by reed · 11 years ago
  64. 2e5a986 New baselines by robertphillips · 11 years ago
  65. 5d271f1 Update fontcache expectations by jvanverth · 11 years ago
  66. 6b87df2 Fix usage of SK_BUILD_* defines. by tfarina · 11 years ago
  67. 8d56e27 a few more tweaks to the webtry setup doc by humper · 11 years ago
  68. bc3dbbd add environment variable to webtry local run documentation by Greg Humphreys · 11 years ago
  69. de9bec4 Automatically resize the webtry text editor to fit the content by Greg Humphreys · 11 years ago
  70. d3b7ef6 fix webtry local run documentation by Greg Humphreys · 11 years ago
  71. 938dfba experimental c api by reed · 11 years ago
  72. fa38a30 Add GrAASmallPathRenderer. by jvanverth · 11 years ago
  73. 2f6628e Update SKP version to 118 by borenet · 11 years ago
  74. 6848e58 Update SKP version to 117 by borenet · 11 years ago
  75. 863d19b Update SKP version to 116 by borenet · 11 years ago
  76. f16cd28 Restart webtry to pick up changes. by tfarina · 11 years ago
  77. d0a185e Run goimports through 'go' code in bug_chomper. by tfarina · 11 years ago
  78. f05f5a7 Remove globals from tests/CanvasTest.cpp by piotaixr · 11 years ago
  79. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 11 years ago
  80. 9e96aa0 remove unused TextBufferDirection enum by reed · 11 years ago
  81. 22edc83 Fix int16_t for glyphs, const glyphs, and clarify glyph loop. by bungeman · 11 years ago
  82. 7f1ed83 Reduce overdraw in MultiPictureDraw Sierpinski GM by robertphillips · 11 years ago
  83. 4611e7f Don't turn on dither for saveLayers which have no paint by robertphillips · 11 years ago
  84. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 11 years ago
  85. d751ac0 abort op early if path isn't parseable by caryclark · 11 years ago
  86. d012877 Fix ref cnt'ing issue in GrProgramElement. by bsalomon · 11 years ago
  87. 6a65674 Update SKP version to 115 by borenet · 11 years ago
  88. 2cc22b8 make SkMatrix::dump always available by reed · 11 years ago
  89. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 11 years ago
  90. d51ce44 Handle getMemoryBase returning NULL in WriteTask. by bungeman · 11 years ago
  91. 38c0587 Save/Restore around bench runs. by mtklein · 11 years ago
  92. 0a528c1 Use +- 2B for unbounded draw ops. by mtklein · 11 years ago
  93. 337c2dd check for newSurface failure by reed · 11 years ago
  94. d1f0ebd specialize setConcat for scale+translate by reed · 11 years ago
  95. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 11 years ago
  96. 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 · 11 years ago
  97. e4b2314 Caching the result of readPixelsSupported by piotaixr · 11 years ago
  98. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 11 years ago
  99. f0e2154 Update webtry setup docs to reflect new installation procedure by humper · 11 years ago
  100. 149366e fix sudo redirection in setup script by humper · 11 years ago