1. 78b3523 Archive or update unsupported Android scripts and third-party dependencies. by Derek Sollenberger · 8 years ago
  2. 9c77ea1 SkNf_round, use it in store_565 and store_tables. by Mike Klein · 8 years ago
  3. 87185f7 use fma in store_8888 by Mike Klein · 8 years ago
  4. ac44d69 remove (empty) SkXfermode.h by Mike Reed · 8 years ago
  5. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  6. abf8ba3 SkColorSpaceXform bug fixes attempt 2 by Matt Sarett · 8 years ago
  7. 2bb3592 Fix for Fuzzer when AtoBType profiles are empty. by raftias · 8 years ago
  8. 5e15961 Skip clamps in color xform pipelines if possible. by Mike Klein · 8 years ago
  9. 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
  10. 271daba Make SkMatrix44:dump() print out a recognizable matrix. by Mike Klein · 8 years ago
  11. 197e311 Optimized gamma table inversion. by raftias · 8 years ago
  12. 35455f9 Detect when we can skip clamps on gamut transforms. by Mike Klein · 8 years ago
  13. 1aeb78c Two (related) changes here: by brianosman · 8 years ago
  14. f6878ba Reland "Add RasterPipeline implementation for SkColorSpaceXform" by Matt Sarett · 8 years ago
  15. dd56632 docs: Update Perf docs. by Joe Gregorio · 8 years ago
  16. 97aadfc Update skimage version, test CMYK images by Matt Sarett · 8 years ago
  17. 17e4940 Revert "SkColorSpaceXform bug fixes" by Matt Sarett · 8 years ago
  18. 0c32496 Avoid creating std::function in run_pipeline(). by Mike Klein · 8 years ago
  19. 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
  20. b6d4e13 Revert "Add RasterPipeline implementation for SkColorSpaceXform" by Brian Osman · 8 years ago
  21. 155b292 Remove use of makeDeferredRenderTargetContextWithFallback by Robert Phillips · 8 years ago
  22. 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
  23. dd19ac7 Add RasterPipeline implementation for SkColorSpaceXform by Matt Sarett · 8 years ago
  24. 6e1fca4 Add animating blur image filter GM/slide/bench by Robert Phillips · 8 years ago
  25. ee424ac SkNoDrawCanvas - a public non-drawing canvas base class by Florin Malita · 8 years ago
  26. a2f7126 Add srgb and f16 modes to fiddle by Matt Sarett · 8 years ago
  27. a4d861a third_party/ktx: put WriteBitmapToKTX back by Hal Canary · 8 years ago
  28. b2e29bb Revert "Revert "Revert "remove (empty) SkXfermode.h""" by Mike Reed · 8 years ago
  29. 9db12d2 Two (related) changes here: by brianosman · 8 years ago
  30. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  31. 62458a6 Revert "Added CMYK support for ICC profiles." by Mike Klein · 8 years ago
  32. 51c3fcd Added CMYK support for ICC profiles. by raftias · 8 years ago
  33. 14c8f82 move all memset() logic into blitter by Mike Klein · 8 years ago
  34. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  35. 7c3e718 Remove pipeline info dump from GrDrawBatch by Brian Salomon · 8 years ago
  36. 1c038af Revert "Revert "remove (empty) SkXfermode.h"" by Mike Reed · 8 years ago
  37. 681fa36 No SkEncodeImageAsKTX for ANDROID_FRAMEWORK by Hal Canary · 8 years ago
  38. d0fdc0f SkColorSpaceXform bug fixes by Matt Sarett · 8 years ago
  39. 71b762f [nobuildbot] CT bots by Eric Boren · 8 years ago
  40. f447dee support medium and high quality by Mike Klein · 8 years ago
  41. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  42. 3a7492f Remove GrBatch::renderTarget() and use GrBatch::renderTargetUniqueID() instead. by Brian Salomon · 8 years ago
  43. fa56584 Remove unused copySurfaceAsDraw code from GrVkGpu by Brian Osman · 8 years ago
  44. 21aa3d0 fold more in SkRasterPipelineBlitter by Mike Klein · 8 years ago
  45. babd93e constant means constant by Mike Klein · 8 years ago
  46. 5c1c8d1 Remove batch bounds drawing debug option by Brian Salomon · 8 years ago
  47. bf49d61 Revert "Show constant-foldable runs in SkRasterPipeline::dump()." by Mike Klein · 8 years ago
  48. 94e4ab1 Fix error: ‘access’ may be used uninitialized in this function by Joe Gregorio · 8 years ago
  49. 08c79b8 remove more old cmake files by Hal Canary · 8 years ago
  50. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  51. c789b61 Bring back SkRasterPipeline::run() for one-off uses. by Mike Klein · 8 years ago
  52. c5d0147 Revert "remove (empty) SkXfermode.h" by Brian Osman · 8 years ago
  53. a422d70 Disable mipmap pre-generation path by Eric Karl · 8 years ago
  54. 78f5af7 [nobuildbot] Rename Win bots back to Win8/Win10 by Eric Boren · 8 years ago
  55. 9ac7b2c Show constant-foldable runs in SkRasterPipeline::dump(). by Mike Klein · 8 years ago
  56. 9452898 restore sRGB memset optimization by Mike Klein · 8 years ago
  57. c5619cd remove (empty) SkXfermode.h by Mike Reed · 8 years ago
  58. aa5fe5e Clarify documentation for CQ_INCLUDE_TRYBOTS. by Ben Wagner · 8 years ago
  59. 8ceb81a [nobuildbot] Remaining Win bots by Eric Boren · 8 years ago
  60. 9fcc743 Add support for resources on android Viewer by Greg Daniel · 8 years ago
  61. d94966a Remove cmake/ by Mike Klein · 8 years ago
  62. 84aa30d Add additional guard to the Analytic AA change by Yuqian Li · 8 years ago
  63. 2d38b22 Make pipeline getter a GrDrawBatch::pipeline() a protected method. by Brian Salomon · 8 years ago
  64. 922e5be6 Fixes for SkColorLookUpTable::interp3D by Matt Sarett · 8 years ago
  65. 7a14734d support a8 by Mike Klein · 8 years ago
  66. 5b1a7c2 Fuzzer assert in GradientShaderBase4fContext::TSampler by Florin Malita · 8 years ago
  67. 8b7a7dd Remove caps image storage caps hack. by Brian Salomon · 8 years ago
  68. f1dd677 Rename SkSL::GLSLCapsFactory to SkSL::ShaderCapsFactory by Brian Salomon · 8 years ago
  69. 1a42791 Make SkNWayCanvas use conservative clipping. by Mike Klein · 8 years ago
  70. 06826d9 In GetResourceAsBitmap, don't crash if the resource is missing by Brian Osman · 8 years ago
  71. 79252f7 Add the missing shift to the dy by Yuqian Li · 8 years ago
  72. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  73. a0c4c34 teach MSAN about maskload by Mike Klein · 8 years ago
  74. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  75. e11b614 Delete unnecessary SkSurface_Base API by Matt Sarett · 8 years ago
  76. 25d6c83 Remove duplicate storage of fCanvas in SkOverdrawCanvas by Matt Sarett · 8 years ago
  77. f7657e9 gather_i8 by Mike Klein · 8 years ago
  78. d104266 Fix fuzzRange by Kevin Lubick · 8 years ago
  79. df96319 Rm assert that image texture array is null unless GrCaps has images support. by Brian Salomon · 8 years ago
  80. db13a09 Use AdditiveBlitter for partial rows by Yuqian Li · 8 years ago
  81. 32ac83e Add #define for Nsight compatibility by Jim Van Verth · 8 years ago
  82. c18baa1 Revert "Use /MD for Windows builds." by Joe Gregorio · 8 years ago
  83. 9939bd6 Compute slope using fSnappedY by Yuqian Li · 8 years ago
  84. cdb4d3c Fix DrawFunctions fuzzer to initialize bitmaps by Kevin Lubick · 8 years ago
  85. fc74ec7 Fix documents for creating a GPU surface. by Brian Salomon · 8 years ago
  86. 56b5079 Make gather() look and work more like load(). by Mike Klein · 8 years ago
  87. cab79aa Use /MD for Windows builds. by Mike Klein · 8 years ago
  88. bddd234 document x_tail encoding by Mike Klein · 8 years ago
  89. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  90. e18c97b Fix float/int bug in SkRawCodec by Matt Sarett · 8 years ago
  91. e4cd006 Make GrMemoryPool play nice with bucketing allocators. by dskiba · 8 years ago
  92. c51c18f use fma() in accumulate by Mike Klein · 8 years ago
  93. 22f3482 don't support converting from alpha to non-alpha by Mike Reed · 8 years ago
  94. 2c8104e SkNx_abi is unused. by Mike Klein · 8 years ago
  95. cb4feeb [nobuildbot] Win GCE bots by Eric Boren · 8 years ago
  96. 99ab92b Moved A2B0 profile parsing before XYZ by raftias · 8 years ago
  97. 729b582 Consistent naming. by Mike Klein · 8 years ago
  98. 6f0286f use raster-pipeline in readPixels by Mike Reed · 8 years ago
  99. 1967177 added support for layout(offset=...) to skslc by Ethan Nicholas · 8 years ago
  100. 59f9edb Merge changes from internal cl/140385880. by Ben Wagner · 8 years ago