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