1. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  2. 3a7492f Remove GrBatch::renderTarget() and use GrBatch::renderTargetUniqueID() instead. by Brian Salomon · 8 years ago
  3. fa56584 Remove unused copySurfaceAsDraw code from GrVkGpu by Brian Osman · 8 years ago
  4. 21aa3d0 fold more in SkRasterPipelineBlitter by Mike Klein · 8 years ago
  5. babd93e constant means constant by Mike Klein · 8 years ago
  6. 5c1c8d1 Remove batch bounds drawing debug option by Brian Salomon · 8 years ago
  7. bf49d61 Revert "Show constant-foldable runs in SkRasterPipeline::dump()." by Mike Klein · 8 years ago
  8. 94e4ab1 Fix error: ‘access’ may be used uninitialized in this function by Joe Gregorio · 8 years ago
  9. 08c79b8 remove more old cmake files by Hal Canary · 8 years ago
  10. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  11. c789b61 Bring back SkRasterPipeline::run() for one-off uses. by Mike Klein · 8 years ago
  12. c5d0147 Revert "remove (empty) SkXfermode.h" by Brian Osman · 8 years ago
  13. a422d70 Disable mipmap pre-generation path by Eric Karl · 8 years ago
  14. 78f5af7 [nobuildbot] Rename Win bots back to Win8/Win10 by Eric Boren · 8 years ago
  15. 9ac7b2c Show constant-foldable runs in SkRasterPipeline::dump(). by Mike Klein · 8 years ago
  16. 9452898 restore sRGB memset optimization by Mike Klein · 8 years ago
  17. c5619cd remove (empty) SkXfermode.h by Mike Reed · 8 years ago
  18. aa5fe5e Clarify documentation for CQ_INCLUDE_TRYBOTS. by Ben Wagner · 8 years ago
  19. 8ceb81a [nobuildbot] Remaining Win bots by Eric Boren · 8 years ago
  20. 9fcc743 Add support for resources on android Viewer by Greg Daniel · 8 years ago
  21. d94966a Remove cmake/ by Mike Klein · 8 years ago
  22. 84aa30d Add additional guard to the Analytic AA change by Yuqian Li · 8 years ago
  23. 2d38b22 Make pipeline getter a GrDrawBatch::pipeline() a protected method. by Brian Salomon · 8 years ago
  24. 922e5be6 Fixes for SkColorLookUpTable::interp3D by Matt Sarett · 8 years ago
  25. 7a14734 support a8 by Mike Klein · 8 years ago
  26. 5b1a7c2 Fuzzer assert in GradientShaderBase4fContext::TSampler by Florin Malita · 8 years ago
  27. 8b7a7dd Remove caps image storage caps hack. by Brian Salomon · 8 years ago
  28. f1dd677 Rename SkSL::GLSLCapsFactory to SkSL::ShaderCapsFactory by Brian Salomon · 8 years ago
  29. 1a42791 Make SkNWayCanvas use conservative clipping. by Mike Klein · 8 years ago
  30. 06826d9 In GetResourceAsBitmap, don't crash if the resource is missing by Brian Osman · 8 years ago
  31. 79252f7 Add the missing shift to the dy by Yuqian Li · 8 years ago
  32. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  33. a0c4c34 teach MSAN about maskload by Mike Klein · 8 years ago
  34. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  35. e11b614 Delete unnecessary SkSurface_Base API by Matt Sarett · 8 years ago
  36. 25d6c83 Remove duplicate storage of fCanvas in SkOverdrawCanvas by Matt Sarett · 8 years ago
  37. f7657e9 gather_i8 by Mike Klein · 8 years ago
  38. d104266 Fix fuzzRange by Kevin Lubick · 8 years ago
  39. df96319 Rm assert that image texture array is null unless GrCaps has images support. by Brian Salomon · 8 years ago
  40. db13a09 Use AdditiveBlitter for partial rows by Yuqian Li · 8 years ago
  41. 32ac83e Add #define for Nsight compatibility by Jim Van Verth · 8 years ago
  42. c18baa1 Revert "Use /MD for Windows builds." by Joe Gregorio · 8 years ago
  43. 9939bd6 Compute slope using fSnappedY by Yuqian Li · 8 years ago
  44. cdb4d3c Fix DrawFunctions fuzzer to initialize bitmaps by Kevin Lubick · 8 years ago
  45. fc74ec7 Fix documents for creating a GPU surface. by Brian Salomon · 8 years ago
  46. 56b5079 Make gather() look and work more like load(). by Mike Klein · 8 years ago
  47. cab79aa Use /MD for Windows builds. by Mike Klein · 8 years ago
  48. bddd234 document x_tail encoding by Mike Klein · 8 years ago
  49. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  50. e18c97b Fix float/int bug in SkRawCodec by Matt Sarett · 8 years ago
  51. e4cd006 Make GrMemoryPool play nice with bucketing allocators. by dskiba · 8 years ago
  52. c51c18f use fma() in accumulate by Mike Klein · 8 years ago
  53. 22f3482 don't support converting from alpha to non-alpha by Mike Reed · 8 years ago
  54. 2c8104e SkNx_abi is unused. by Mike Klein · 8 years ago
  55. cb4feeb [nobuildbot] Win GCE bots by Eric Boren · 8 years ago
  56. 99ab92b Moved A2B0 profile parsing before XYZ by raftias · 8 years ago
  57. 729b582 Consistent naming. by Mike Klein · 8 years ago
  58. 6f0286f use raster-pipeline in readPixels by Mike Reed · 8 years ago
  59. 1967177 added support for layout(offset=...) to skslc by Ethan Nicholas · 8 years ago
  60. 59f9edb Merge changes from internal cl/140385880. by Ben Wagner · 8 years ago
  61. 2cbc33d simplify by Mike Klein · 8 years ago
  62. 44be067 Revert "Add the missing shift to the dy" by Yuqian Li · 8 years ago
  63. e03339a Convert blitter over to new style from_srgb, to_srgb. by Mike Klein · 8 years ago
  64. 3c1072d use __BYTE_ORDER__ macro to detect endianness when available by Lee Salzman · 8 years ago
  65. 1b51c52 Narrow the SkImageGenerator interface by Brian Osman · 8 years ago
  66. 3ab83e2 Remove old driver bug workaround for glTexStorage. by Brian Salomon · 8 years ago
  67. 16dd6e6 Roll recipe DEPS by Eric Boren · 8 years ago
  68. 11d5397 unified ASTLayout/Layout and ASTModifiers/Modifiers by Ethan Nicholas · 8 years ago
  69. 2b3dab6 removed textureProj() and legacy texture functions from sksl by Ethan Nicholas · 8 years ago
  70. 343b677 simplify SkConfig8888 logic: just fall-through if memcpy case isn't supported by Mike Reed · 8 years ago
  71. b04c352 Split srgb out of accum stages. by Mike Klein · 8 years ago
  72. 264431d Fuzzer fix for overflow in some Lut8 profiles. by raftias · 8 years ago
  73. 5a13011 Fix unpremul stage. by Mike Klein · 8 years ago
  74. dd13c02 Add the missing shift to the dy by Yuqian Li · 8 years ago
  75. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
  76. e9f78b4 Guard against buggy ucrt\math.h. by Mike Klein · 8 years ago
  77. 6762dd6 baked in a few more precision modifiers by Ethan Nicholas · 8 years ago
  78. d5de013 Some simple pipeline refactoring. by Mike Klein · 8 years ago
  79. 3b66ab6 GrTextureProducer cleanup, phase one: Bitmap and Image makers by Brian Osman · 8 years ago
  80. 781c3c1 don't rely on canvas being reference counted by Mike Reed · 8 years ago
  81. d1bd305 Update PIEX by Yujie Qin · 8 years ago
  82. b409c6a [nobuildbot] Mac bots by Eric Boren · 8 years ago
  83. 064f8e2 Update SKP version by UpdateSKPs · 8 years ago
  84. 93f1633 Fix gpu blurring on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  85. 58cda8f External image generator API: return an SkPixmap instead of SkImage by Florin Malita · 8 years ago
  86. db0199b hide accessBitmap from g3 by Mike Reed · 8 years ago
  87. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  88. e68872b remove xfermode flag (again) for g3 by Mike Reed · 8 years ago
  89. 9c61682 Update SKP version by UpdateSKPs · 8 years ago
  90. 130a118 [GN] Create a non-null default native GL interface on iOS. by Chinmay Garde · 8 years ago
  91. 84503cc A few bug fixes for SkOverdrawCanvas by Matt Sarett · 8 years ago
  92. bd488f8 [nobuildbot] Remaining (non-CT) Linux bots by Eric Boren · 8 years ago
  93. ef4848f Fix is_trybot for no-buildbot bots by Eric Boren · 8 years ago
  94. 8c6a43a Do not use post upload hooks for 'GOLD_TRYBOT_URL' by Ravi Mistry · 8 years ago
  95. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  96. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  97. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  98. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  99. 3761f85 Revert "hide xfermode for g3" by Greg Daniel · 8 years ago
  100. 5083130 [nobuildbot] Migrate all Linux GCE bots by Eric Boren · 8 years ago