1. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  2. cc34176 Fix GradientShaderBase4fContext::Interval fuzzer assert by fmalita · 8 years ago
  3. c3f4bf7 Fix memory leak in https://skia-review.googlesource.com/c/4227/ (Back SkSpecialImage_Gpu with a GrTextureProxy) by robertphillips · 8 years ago
  4. 2f04712 s/C++'s gmtime/POSIX's gmtime_r/ by Hal Canary · 8 years ago
  5. e76071c Update vulkan ranges to be 0 to 1 for all z values by Greg Daniel · 8 years ago
  6. abacf09 Update ProxyTests by Robert Phillips · 8 years ago
  7. 8bc06d0 Back SkSpecialImage_Gpu with a GrTextureProxy by Robert Phillips · 8 years ago
  8. eb21ef6 Loosen restriction on F16 surfaces - allow "legacy" F16 mode by Brian Osman · 8 years ago
  9. 7039f74 Remove SkImageInfoIsGammaCorrect, etc... by Brian Osman · 8 years ago
  10. afac581 Sk4fLinearGradient fuzzer fixes by fmalita · 8 years ago
  11. 1f49f26 SkRasterPipeline: implement SkLumaColorFilter by Mike Klein · 8 years ago
  12. 4578a8e fixed skslc's handling of ivec(vec) by Ethan Nicholas · 8 years ago
  13. a9e9bfc Delete qcms by Matt Sarett · 8 years ago
  14. 5e25717 hide setImageFilter(ptr) by Mike Reed · 8 years ago
  15. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  16. 7bb9301 SkPDF: Always individually position glyphs in Windows. by Hal Canary · 8 years ago
  17. e71b1a1 Report repetition count in SkCodec by scroggo · 8 years ago
  18. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  19. 7cdda99 TEMPORARY: track stencil clip state in GrRenderTargetOpList by csmartdalton · 8 years ago
  20. 8a8668b Remove check of INITIALIZATION_FAILED in qcomm vulkan runs by Greg Daniel · 8 years ago
  21. 3c1b7db Add SkShadowMaskFilter by Jim Van Verth · 8 years ago
  22. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  23. fc49b40 Use correct color table for prior GIF frames by Leon Scroggins III · 8 years ago
  24. 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
  25. 9e38047 Add GrNextSizePow2 by Robert Phillips · 8 years ago
  26. 0186661 Reject non-D50 matrices from ICC profiles by Matt Sarett · 8 years ago
  27. a9fd106 Draw Alpha8 + color filter correctly in software by Matt Sarett · 8 years ago
  28. cd5e7d7 update SkFixed15 float conversion notes. by Mike Klein · 8 years ago
  29. 5de9afc Disable some SkDebugfs for dbg bots debugging by liyuqian · 8 years ago
  30. 94e1a2f SkPixmap::getColor() by Hal Canary · 8 years ago
  31. d280d42 SkFixed15 by Mike Klein · 8 years ago
  32. 9e2ed83 add isAlphaOnly() query by reed · 8 years ago
  33. 8981c35 Revert "Speculative fix for flaky webp encode/decode on Nexus 5" by Matt Sarett · 8 years ago
  34. a3316ad Prevent overflow by falling back to non-AA by liyuqian · 8 years ago
  35. 5011f85 Fix bounds updates in vulkan discards by Greg Daniel · 8 years ago
  36. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  37. 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
  38. 3affdc1 Fall back on stencil clip when SW mask fails to allocate by csmartdalton · 8 years ago
  39. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  40. 57a98fc Add GN config for Mac SampleApp by Jim Van Verth · 8 years ago
  41. 471e894 Reduced skslc memory consumption by ethannicholas · 8 years ago
  42. 55e0346 Make addTexture/BufferAccess on GrProcessor non-virtual by Brian Salomon · 8 years ago
  43. 0ea7d43 Blacklist blend equation advanced on Adreno 5xx devices by Greg Daniel · 8 years ago
  44. f0c38f5 Shared image generator by fmalita · 8 years ago
  45. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  46. 130863e Only clamp when we think our math requires it. by Mike Klein · 8 years ago
  47. 6fe16d3 Remove SkMovie and giflib by scroggo · 8 years ago
  48. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  49. b3d1c2e Improve comments describing common sRGB curves by Matt Sarett · 8 years ago
  50. cad6416 Added skslc parse recursion limit by ethannicholas · 8 years ago
  51. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  52. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  53. 5638052 Revert of Reduced skslc memory consumption (patchset #3 id:50001 of https://codereview.chromium.org/2442063002/ ) by benjaminwagner · 8 years ago
  54. 552889e Do not skip fractional y for SkAAClip by liyuqian · 8 years ago
  55. a049ac4 Revert "Always use a color table with 256 colors" by Leon Scroggins III · 8 years ago
  56. 53f63b6 Fix decoding GIF to 565 by scroggo · 8 years ago
  57. cffaa70 Reduced skslc memory consumption by ethannicholas · 8 years ago
  58. 7929e3a Avoid separate allocation of SkImageCacherator by fmalita · 8 years ago
  59. 8508f65 SkTInsertionSort tweak. by Ben Wagner · 8 years ago
  60. 18a11a6 Speculative fix for flaky webp encode/decode on Nexus 5 by Matt Sarett · 8 years ago
  61. e902f8d SkRasterPipelineBlitter simplifications by Mike Klein · 8 years ago
  62. 1285f41 Write transparent pixels more often (SkGifCodec) by scroggo · 8 years ago
  63. 6f4293a Move when swapping, if possible. by bungeman · 8 years ago
  64. bd3fe47 Convert SkRasterPipeline loads and stores to indirect. by Mike Klein · 8 years ago
  65. 62e7b5f Create GrTextureOpList to support deferred copy batches for textures by Brian Osman · 8 years ago
  66. c7d8533 Add disableStencil method to GrGLGpu by csmartdalton · 8 years ago
  67. 6ad9909 Turn on -Wrange-loop-analysis. by Mike Klein · 8 years ago
  68. f93f515 Revert of Generate Signed Distance Field directly from vector path (patchset #19 id:360001 of https://codereview.chromium.org/1643143002/ ) by bsalomon · 8 years ago
  69. 3cfdf6c Fix some Windows warnings by Jim Van Verth · 8 years ago
  70. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  71. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  72. 18b61f9 Remove SK_IGNORE_GL_TEXTURE_TARGET. by Ben Wagner · 8 years ago
  73. 8a4e9c5 SkGifCodec: do not write off the end of memory when repeatCount > 1 by Matt Sarett · 8 years ago
  74. 8bce117 GIF: Fill the frame if we have a dummy color table by scroggo · 8 years ago
  75. c85b970 SK_FIX_BUILD by scroggo · 8 years ago
  76. 0057ac1 Always use a color table with 256 colors by scroggo · 8 years ago
  77. f9acbe2 Fix more namespace conflicts in SkGifImageReader by scroggo · 8 years ago
  78. e9f74b8 SkRasterPipeline::compile(). by Mike Klein · 8 years ago
  79. aebfb45 Move SkRasterPipeline further into SkOpts. by Mike Klein · 8 years ago
  80. 9feb632 fix fuzz by caryclark · 8 years ago
  81. 7614794 remove discardablepixelref by Mike Reed · 8 years ago
  82. 67c7c81 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  83. 5934646 Help msvs compile SkColorSpaceXform faster by Matt Sarett · 8 years ago
  84. 3d3a65c Rename GIFImageReader to SkGifImageReader by scroggo · 8 years ago
  85. df303a6 Use SK_ALWAYS_INLINE in SkColorSpaceXform by Matt Sarett · 8 years ago
  86. 026f223 Refactored SkColorSpace_A2B to allow arbitrary ordering of elements by raftias · 8 years ago
  87. a8834bb SkShader* refAs... to sk_sp<SkShader> makeAs... by Ben Wagner · 8 years ago
  88. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  89. 595ac28 fix a few more fuzzes by caryclark · 8 years ago
  90. 34efb70 nc seal breaks simplify by caryclark · 8 years ago
  91. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  92. 1326068 formalize host debugging by caryclark · 8 years ago
  93. 8261671 fix one more fuzzer by caryclark · 8 years ago
  94. 7a86423 Fall back from analytic to sampling earlier by liyuqian · 8 years ago
  95. ee677f7 use conservative-clip-bit in pipecanvas by Mike Reed · 8 years ago
  96. 72ae431 New helpers for converting SkColor to GrColor4f by Brian Osman · 8 years ago
  97. 6a7287c Another forgotten forceRLE by liyuqian · 8 years ago
  98. a9f64de Fix for Chrome MSAN by Matt Sarett · 8 years ago
  99. 54cfe41 Remove SkRRectsGaussianEdgeShader by Robert Phillips · 8 years ago
  100. 8f45759 [Sk4fGradient] Use infinity floats for clamp-mode extreme positions by fmalita · 8 years ago