1. e7d34b1 Do not checkout skia from chromium.googlesource.com in RecreateSKPs bot by Ravi Mistry · 8 years ago
  2. 2afffbd Remove redundant -GN bot suffixes. by Mike Klein · 8 years ago
  3. 52ab2f5 Use FT_LOAD_BITMAP_METRICS_ONLY flag by Seigo Nonaka · 8 years ago
  4. 11970e5 Add destination color space to shader ContextRec by Brian Osman · 8 years ago
  5. 45565b6 GIF: Internal cleanup - remove color map parameter by Leon Scroggins III · 8 years ago
  6. fe647b2 Make flag values in GrResourceProvider and GrTextureProvider consistent by Brian Salomon · 8 years ago
  7. 287f651 Add a context stack to Reporter, for better error messages by Brian Osman · 8 years ago
  8. 91db12d Color-correct Gray JPEG image decoding via ICC profiles. by raftias · 8 years ago
  9. aa2219c In DM, do quick test to reject context by type first by Brian Osman · 8 years ago
  10. 34755e2 Make ANGLE SampleApp work again by Brian Osman · 8 years ago
  11. d8c278a Add no-op draw overrides to SkNoDrawCanvas by Florin Malita · 8 years ago
  12. e2e2ae2 Manual byte -> float conversion. by Mike Klein · 8 years ago
  13. 55360b1 Revert "Remove use of makeDeferredRenderTargetContextWithFallback" by Robert Phillips · 8 years ago
  14. b048e81 Roll recipe DEPS by Eric Boren · 8 years ago
  15. 8b4b56a Fix max/min error by Matt Sarett · 8 years ago
  16. d87fbee Do not create an SkRawCodec with zero dimensions by Leon Scroggins III · 8 years ago
  17. 51d77ff Second part of piecemeal revert by Robert Phillips · 8 years ago
  18. 3e05671 Tricky float -> byte conversion in store_8888. by Mike Klein · 8 years ago
  19. c2881e9 Refine constant sRGB and Adobe RGB to D50 matrices by Matt Sarett · 8 years ago
  20. 439ace9 Rebase non-drawing SkCanvas subclasses to SkNoDrawCanvas by Florin Malita · 8 years ago
  21. a83abcc Fix tasks.json by Eric Boren · 8 years ago
  22. f941280 Fix textblobrandomfont GM in F16 configs by Brian Osman · 8 years ago
  23. b91cf1c [nobuildbot] Replace presubmit bot with swarmbucket version by Eric Boren · 8 years ago
  24. 54ff2fc Make all tasks specify an OS version by Eric Boren · 8 years ago
  25. 22f5ef7 [nobuildbot] Housekeeper-PerCommit by Eric Boren · 8 years ago
  26. c39f3fb fiddle: Don't run F16 by default, it doesn't work with OSMesa. by Joe Gregorio · 8 years ago
  27. dba0538 Remove SK_ANALYTIC_AA_GUARD flag by Yuqian Li · 8 years ago
  28. 3b3d8d5 Switch Intel Broadwell (Iris 6100) to ANGLE. by Ben Wagner · 8 years ago
  29. d459f3c Fix Chrome Linux - temporarily turn off xform pipeline by Matt Sarett · 8 years ago
  30. 0dd6987 Be explicit about the vector<FrameInfo> type by Leon Scroggins III · 8 years ago
  31. 2047189 Two (related) changes here: by brianosman · 8 years ago
  32. 4b7b6f0 Retire SkNoSaveLayerCanvas by Florin Malita · 8 years ago
  33. 0164896 Clamp colors after gamut xform in Ganesh by Brian Osman · 8 years ago
  34. 78b3523 Archive or update unsupported Android scripts and third-party dependencies. by Derek Sollenberger · 8 years ago
  35. 9c77ea1 SkNf_round, use it in store_565 and store_tables. by Mike Klein · 8 years ago
  36. 87185f7 use fma in store_8888 by Mike Klein · 8 years ago
  37. ac44d69 remove (empty) SkXfermode.h by Mike Reed · 8 years ago
  38. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  39. abf8ba3 SkColorSpaceXform bug fixes attempt 2 by Matt Sarett · 8 years ago
  40. 2bb3592 Fix for Fuzzer when AtoBType profiles are empty. by raftias · 8 years ago
  41. 5e15961 Skip clamps in color xform pipelines if possible. by Mike Klein · 8 years ago
  42. a6abb57 Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12 id:220001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  43. 271daba Make SkMatrix44:dump() print out a recognizable matrix. by Mike Klein · 8 years ago
  44. 197e311 Optimized gamma table inversion. by raftias · 8 years ago
  45. 35455f9 Detect when we can skip clamps on gamut transforms. by Mike Klein · 8 years ago
  46. 1aeb78c Two (related) changes here: by brianosman · 8 years ago
  47. f6878ba Reland "Add RasterPipeline implementation for SkColorSpaceXform" by Matt Sarett · 8 years ago
  48. dd56632 docs: Update Perf docs. by Joe Gregorio · 8 years ago
  49. 97aadfc Update skimage version, test CMYK images by Matt Sarett · 8 years ago
  50. 17e4940 Revert "SkColorSpaceXform bug fixes" by Matt Sarett · 8 years ago
  51. 0c32496 Avoid creating std::function in run_pipeline(). by Mike Klein · 8 years ago
  52. 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
  53. b6d4e13 Revert "Add RasterPipeline implementation for SkColorSpaceXform" by Brian Osman · 8 years ago
  54. 155b292 Remove use of makeDeferredRenderTargetContextWithFallback by Robert Phillips · 8 years ago
  55. 0a2782c Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11 id:200001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  56. dd19ac7 Add RasterPipeline implementation for SkColorSpaceXform by Matt Sarett · 8 years ago
  57. 6e1fca4 Add animating blur image filter GM/slide/bench by Robert Phillips · 8 years ago
  58. ee424ac SkNoDrawCanvas - a public non-drawing canvas base class by Florin Malita · 8 years ago
  59. a2f7126 Add srgb and f16 modes to fiddle by Matt Sarett · 8 years ago
  60. a4d861a third_party/ktx: put WriteBitmapToKTX back by Hal Canary · 8 years ago
  61. b2e29bb Revert "Revert "Revert "remove (empty) SkXfermode.h""" by Mike Reed · 8 years ago
  62. 9db12d2 Two (related) changes here: by brianosman · 8 years ago
  63. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  64. 62458a6 Revert "Added CMYK support for ICC profiles." by Mike Klein · 8 years ago
  65. 51c3fcd Added CMYK support for ICC profiles. by raftias · 8 years ago
  66. 14c8f82 move all memset() logic into blitter by Mike Klein · 8 years ago
  67. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  68. 7c3e718 Remove pipeline info dump from GrDrawBatch by Brian Salomon · 8 years ago
  69. 1c038af Revert "Revert "remove (empty) SkXfermode.h"" by Mike Reed · 8 years ago
  70. 681fa36 No SkEncodeImageAsKTX for ANDROID_FRAMEWORK by Hal Canary · 8 years ago
  71. d0fdc0f SkColorSpaceXform bug fixes by Matt Sarett · 8 years ago
  72. 71b762f [nobuildbot] CT bots by Eric Boren · 8 years ago
  73. f447dee support medium and high quality by Mike Klein · 8 years ago
  74. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  75. 3a7492f Remove GrBatch::renderTarget() and use GrBatch::renderTargetUniqueID() instead. by Brian Salomon · 8 years ago
  76. fa56584 Remove unused copySurfaceAsDraw code from GrVkGpu by Brian Osman · 8 years ago
  77. 21aa3d0 fold more in SkRasterPipelineBlitter by Mike Klein · 8 years ago
  78. babd93e constant means constant by Mike Klein · 8 years ago
  79. 5c1c8d1 Remove batch bounds drawing debug option by Brian Salomon · 8 years ago
  80. bf49d61 Revert "Show constant-foldable runs in SkRasterPipeline::dump()." by Mike Klein · 8 years ago
  81. 94e4ab1 Fix error: ‘access’ may be used uninitialized in this function by Joe Gregorio · 8 years ago
  82. 08c79b8 remove more old cmake files by Hal Canary · 8 years ago
  83. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  84. c789b61 Bring back SkRasterPipeline::run() for one-off uses. by Mike Klein · 8 years ago
  85. c5d0147 Revert "remove (empty) SkXfermode.h" by Brian Osman · 8 years ago
  86. a422d70 Disable mipmap pre-generation path by Eric Karl · 8 years ago
  87. 78f5af7 [nobuildbot] Rename Win bots back to Win8/Win10 by Eric Boren · 8 years ago
  88. 9ac7b2c Show constant-foldable runs in SkRasterPipeline::dump(). by Mike Klein · 8 years ago
  89. 9452898 restore sRGB memset optimization by Mike Klein · 8 years ago
  90. c5619cd remove (empty) SkXfermode.h by Mike Reed · 8 years ago
  91. aa5fe5e Clarify documentation for CQ_INCLUDE_TRYBOTS. by Ben Wagner · 8 years ago
  92. 8ceb81a [nobuildbot] Remaining Win bots by Eric Boren · 8 years ago
  93. 9fcc743 Add support for resources on android Viewer by Greg Daniel · 8 years ago
  94. d94966a Remove cmake/ by Mike Klein · 8 years ago
  95. 84aa30d Add additional guard to the Analytic AA change by Yuqian Li · 8 years ago
  96. 2d38b22 Make pipeline getter a GrDrawBatch::pipeline() a protected method. by Brian Salomon · 8 years ago
  97. 922e5be6 Fixes for SkColorLookUpTable::interp3D by Matt Sarett · 8 years ago
  98. 7a14734d support a8 by Mike Klein · 8 years ago
  99. 5b1a7c2 Fuzzer assert in GradientShaderBase4fContext::TSampler by Florin Malita · 8 years ago
  100. 8b7a7dd Remove caps image storage caps hack. by Brian Salomon · 8 years ago