1. a9e8476 experimental/skp_to_pdf_md5 optionally also outputs pdf files by halcanary · 10 years ago
  2. 31ff298 Don't leak image in Surface test. by mtklein · 10 years ago
  3. 070eaee Update SKP version by skia.buildbots · 10 years ago
  4. 90acb8e a typo in SkResourceCacheTest by yunchao.he · 10 years ago
  5. 1eea9fc Revert of Fix Morphology effects sourcing outside of the crop rect. (patchset #6 id:100001 of https://codereview.chromium.org/781153002/) by mtklein · 10 years ago
  6. d47d013 Cleanup: Delete buildbot_globals.py script. by tfarina · 10 years ago
  7. f6be925 Fix Morphology effects sourcing outside of the crop rect. by cwallez · 10 years ago
  8. db558dd Zap the scratch key on non-RT textures when scratch textures are disabled. by bsalomon · 10 years ago
  9. 63c992f Fix the speeling of "purgeable" in Gr code by bsalomon · 10 years ago
  10. 6a14434 Cleanup SkPDFObject::emit* by halcanary · 10 years ago
  11. 1c40292 remove unused GM flags by mtklein · 10 years ago
  12. a3ca15c Remove deprecated SkSurface::NewRenderTarget factories by bsalomon · 10 years ago
  13. 205de46 run clean branch baseline only once by mtklein · 10 years ago
  14. cf5d9c9 Spin off GM::runAsBench() from flags. by mtklein · 10 years ago
  15. 7a2c8f3 Fix SampleApp picture-mode transform. by fmalita · 10 years ago
  16. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  17. 528eadc Fix 'Revert' instructions. by tfarina · 10 years ago
  18. 68b60c3 Collect everything Skia into one document. by halcanary · 10 years ago
  19. 2ff257b check for too-large rowBytes by reed · 10 years ago
  20. fb35940 In Correctness Testing Doc, render --option correctly by halcanary · 10 years ago
  21. 8de5632 minor changes left out of http://crrev.com/873543002 by halcanary · 10 years ago
  22. c2f35b7 Allow unbudgeted resources to be recycled by the cache as scratch. by bsalomon · 10 years ago
  23. 4dffede Fix self assigment in GrResourceKey by bsalomon · 10 years ago
  24. 727c594 Add a basic doc for correctness testing (DM). by mtklein · 10 years ago
  25. a07b297 Update compiler warning flags by mtklein · 10 years ago
  26. 1ea1ebc Remove GrBinHashKey by bsalomon · 10 years ago
  27. 016dffb Compile fix after Add specialized content key class for resources by kkinnunen · 10 years ago
  28. 530ea8e More changes to SkPDFShader to eliminate multiple inheritance! by halcanary · 10 years ago
  29. f803da1 add newImage API by reed · 10 years ago
  30. a17241b Write dm.json periodically instead of only once at the end. by mtklein · 10 years ago
  31. 2f6bb6b minor readability / refactors by mtklein · 10 years ago
  32. 7983bf9 more reinforcement that images never have zero width or height by reed · 10 years ago
  33. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  34. f98f2bb Update SKP version by skia.buildbots · 10 years ago
  35. bc59ac6 Simplify SkPDFShader class. Now invalid objects are never created. by halcanary · 10 years ago
  36. cada95a Move FP texture test buffers to heap. by mtklein · 10 years ago
  37. 5c05a1b remove unnecessary guard flags for android (for conics) by reed · 10 years ago
  38. 2d63859 android_run_skia: dump logcat on failure by mtklein · 10 years ago
  39. 8f25c66 Initialize the pad memory in GrBufferAllocPool. by dongseong.hwang · 10 years ago
  40. 75de4f8 Put close_gif() in an anonymous namespace. by mtklein · 10 years ago
  41. 6d7e47a Muck with the right cinfo. by scroggo · 10 years ago
  42. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  43. e44acc9 remove more dead code by reed · 10 years ago
  44. b0dfb54 remove (unused) GatherPixelRefs by reed · 10 years ago
  45. 50282b4 fLuminance is unsed unless SK_GAMMA_APPLY_TO_A8 is defined by mtklein · 10 years ago
  46. 44af7ba Fix SkIStream nits. by bungeman · 10 years ago
  47. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  48. dcfb7cf Remove the need for asCoeff in SkXfermode. by egdaniel · 10 years ago
  49. 2dca817 Remove staging SkStream::unref(). by bungeman · 10 years ago
  50. faff2c4 Update SKP version by skia.buildbots · 10 years ago
  51. 4daa6f6 Don't require -DSK_USE_POSIX_THREADS. by mtklein · 10 years ago
  52. 55e88b2 More natural way to serialize GPU tasks and tests. by mtklein · 10 years ago
  53. aa7079b Revert of Muck with the right cinfo. (patchset #2 id:20001 of https://codereview.chromium.org/858333002/) by bungeman · 10 years ago
  54. 3629865 Muck with the right cinfo. by scroggo · 10 years ago
  55. 968f18c Easy DM TODO: LazyDecodeBitmap does not help (or hinder). by mtklein · 10 years ago
  56. 7edca21 Don't test pipe modes nobody uses. by mtklein · 10 years ago
  57. a64c48f Move sync code to include/, switch from using platform define to a proxy header in core/ by mtklein · 10 years ago
  58. e6ea244 Use SkLazyPtr in SkPDFGraphicState.cpp by halcanary · 10 years ago
  59. 28b44e8 And change SkAutoTUnref<const SkStream to SkAutoTDelete. by scroggo · 10 years ago
  60. e58898e Remove another caller of SkRef(SkStream) by scroggo · 10 years ago
  61. eae7fc0 Update the version of cpu-features that we use for testing. by djsollen · 10 years ago
  62. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  63. fd1ad48 Add Contributing to Skia section of docs by hcm · 10 years ago
  64. ec7e12f Lcd request early check in SkFontHost_FreeType::onFilterRec. by bungeman · 10 years ago
  65. 17e7314 remove drawtype by joshualitt · 10 years ago
  66. d4742fa Reduce overhead of SkFontHost_FreeType::onFilterRec. by bungeman · 10 years ago
  67. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  68. fb62b3d SkPDFCanon by halcanary · 10 years ago
  69. 1c60dfe Reland https://codereview.chromium.org/860333002 with fix for test failures. by bsalomon · 10 years ago
  70. a092d2e Remove another GM reference. by mtklein · 10 years ago
  71. 988018c Revert of Make GrScratchKey memory buffer correct size on copy (patchset #1 id:1 of https://codereview.chromium.org/860333002/) by mtklein · 10 years ago
  72. 0f2e055 Add docs for prettify. by jcgregorio · 10 years ago
  73. 6a04c8c Remove tools/tests. by Mike Klein · 10 years ago
  74. 711ef48 Make GrScratchKey memory buffer correct size on copy by kkinnunen · 10 years ago
  75. 034e948 Update SKP version by skia.buildbots · 10 years ago
  76. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  77. 3e3b58d Add perspective divide when we're mapping down to a 2D varying by robertphillips · 10 years ago
  78. 6c5fed2 DM: --tests -> --src tests by mtklein · 10 years ago
  79. 14ed0fd Pre-cache fDirection and fConvexity for recorded SkPaths too. by mtklein · 10 years ago
  80. 19f3060 Allow pdf as a --config. by mtklein · 10 years ago
  81. 59c6947 Upstream support for giflib >= 5.1. by mtklein · 10 years ago
  82. e1a828c Move SkFontMgr and SkFontStyle impls to own cpp. by bungeman · 10 years ago
  83. 8fd8d38 Add ability to specify gyp dir to gyp_to_android. by scroggo · 10 years ago
  84. 211fcc6 convert pdf design document to markdown by halcanary · 10 years ago
  85. 3886046 Revert "Revert "delete old things!"" by bsalomon · 10 years ago
  86. 5813616 Do more cleanup from xp changes by egdaniel · 10 years ago
  87. 9264a95 Image subsets as part of the name instead of a separate source type. by mtklein · 10 years ago
  88. 87f3ba4 Simplify skiatest framework. by halcanary · 10 years ago
  89. 873ad0e BUG=skia: by joshualitt · 10 years ago
  90. 94443b8 remove dead code after HQ change by reed · 10 years ago
  91. c7bfd5b Stop building gm in Android framework build. by scroggo · 10 years ago
  92. 83c8dec remove legacy flags for old image filtering by reed · 10 years ago
  93. 2babfd9 force a build with new --config flags by Mike Klein · 10 years ago
  94. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  95. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
  96. 07f2697 Remove unused TileGridInfo by weiliangc · 10 years ago
  97. 6a93900 Remove roll_deps and trybots_to_run. by rmistry · 10 years ago
  98. 58b2752 Update SKP version by skia.buildbots · 10 years ago
  99. 2467d71 Remove a few unused statements. by cwallez · 10 years ago
  100. 4043d17 Broken dm fix by sugoi · 10 years ago