1. a35ab3e fix fuzzers by caryclark · 8 years ago
  2. 65820db use 'real' SkImageDeserializer by Mike Reed · 8 years ago
  3. a29a956 Add SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  4. e1d6ff1 Class delete call unsized delete when size not known. by Ben Wagner · 8 years ago
  5. 5d16958 More explicit body/tail function versioning. by Mike Klein · 8 years ago
  6. ec07b0b Try again with SkOpts_hsw and 8x pipelines, attempt 2. by Mike Klein · 8 years ago
  7. 21f7490 Revert "Try again with SkOpts_hsw and 8x pipelines." by Mike Klein · 8 years ago
  8. 4f02ce7 Try again with SkOpts_hsw and 8x pipelines. by Mike Klein · 8 years ago
  9. aef247a Subtract start_coord instead of adding it by scroggo · 8 years ago
  10. 95e34a3 Correct a small mistake in SkPath::build_arc_conics by xidachen · 8 years ago
  11. 77b53f6 Support inline uploads in Vulkan by Greg Daniel · 8 years ago
  12. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  13. 7c78f3a SkNx: use SK_ALWAYS_INLINE thoroughly. by Mike Klein · 8 years ago
  14. 520ced6 SkDescriptors to be held in unique_ptr. by bungeman · 8 years ago
  15. 620ee4f Revert of Generate Signed Distance Field directly from vector path (patchset #18 id:340001 of https://chromiumcodereview.appspot.com/1643143002/ ) by benjaminwagner · 8 years ago
  16. e8f0a7b Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  17. 3ac64b4 image serialize/deserialize callbacks in pipe by Mike Reed · 8 years ago
  18. 40085e6 Fix star artifact in SkRRectsGaussianEdgeShader by Robert Phillips · 8 years ago
  19. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  20. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  21. e9ea349 Consider the start_coord in interlaced PNG by scroggo · 8 years ago
  22. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  23. b36a3cd break ambiguous angle sorting loop by caryclark · 8 years ago
  24. c5eceb0 Add support for ANGLE MSAA framebuffer extensions. by Brian Salomon · 8 years ago
  25. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  26. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  27. a219653 Include 4f variants of random gradients during testing by Brian Osman · 8 years ago
  28. 8bf4e67 Use legacy color filter API when doing legacy paint conversion by Brian Osman · 8 years ago
  29. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  30. 4f2a88c Incremental decode: only use subset for subsetting by scroggo · 8 years ago
  31. fa1a45e Remove aux procs from SkGlyphCache. by Ben Wagner · 8 years ago
  32. 29121eb Avoid integer overflow in SkIcoCodec and SkImageInfo by Matt Sarett · 8 years ago
  33. c03e1c5 Re-enable overdraw mode in debugger. by Ben Wagner · 8 years ago
  34. 6c15cc7 Modify deferred texture image API's handling of gamma by Brian Osman · 8 years ago
  35. ea4567c more skslc hardening by ethannicholas · 8 years ago
  36. df3fbd6 Apply correct sRGB->Linear4f conversion in SkModeColorFilter by Matt Sarett · 8 years ago
  37. af01741 Revert "Avoid integer overflow in SkIcoCodec" by Matt Sarett · 8 years ago
  38. 20cba06 Avoid integer overflow in SkIcoCodec by Matt Sarett · 8 years ago
  39. e6522ea fix some fuzz by caryclark · 8 years ago
  40. 862a387 Avoid SkImage ref churn in short lived SkBitmapProvider by fmalita · 8 years ago
  41. dc87a7d Skip SkBitmapProvider instantiation in SkImageShader::onContextSize by fmalita · 8 years ago
  42. f489886 Cache dst LUTs in SkColorSpaceXform by Matt Sarett · 8 years ago
  43. 5ec5590 Unbreak -Fast bot. by Mike Klein · 8 years ago
  44. 511ea17 SkNx_abi for passing Sk4f as function arguments, etc. by Mike Klein · 8 years ago
  45. 1e76464 Wrap SkNx types in anonymous namespace again. by Mike Klein · 8 years ago
  46. e5e7eb1 Rework GL fbo blit limitations as finer grained flags. by Brian Salomon · 8 years ago
  47. 00731b4 Capture ES3 MSAA blit restrictions using BlitFramebufferSupport not MSFBOType. by Brian Salomon · 8 years ago
  48. dd4645b another SkSL crash fix by ethannicholas · 8 years ago
  49. d478a99 Refactor color_xform_RGBA() to improve performance by Matt Sarett · 8 years ago
  50. 7effa7a more SkSL fuzzer crash fixes by ethannicholas · 8 years ago
  51. cce3e58 Always use RGBA textures for color font atlases by Brian Osman · 8 years ago
  52. a54401d fix skslc crashes uncovered by fuzz testing by ethannicholas · 8 years ago
  53. 3a2e45a Faster 4f gradient premul path by fmalita · 8 years ago
  54. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  55. c434f51 Add NewRGB() with float gamma to SkColorSpace public API by Matt Sarett · 8 years ago
  56. 285db44 Add support for Atrace and hook into SkEventTracer framework. by Greg Daniel · 8 years ago
  57. ad146f6 added SkSL support for mustForceNegatedAtanParamToFloat cap by ethannicholas · 8 years ago
  58. 466ad99 Slightly generalize GPU hard stop gradient implementation. by Brian Salomon · 8 years ago
  59. 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
  60. 9e3dbdf Allow F16 color type on direct raster canvases by junov · 8 years ago
  61. e54c75f remove SkError by Mike Klein · 8 years ago
  62. eaabe00 Workaround unreachable code warning in GrGLCaps by Brian Salomon · 8 years ago
  63. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  64. a634b74 SkXPS: compile under clang on win by halcanary · 8 years ago
  65. 8f2996c Revert of leave pixel memory uninitialized for opaque alpha type in SkSurface::MakeRaster (patchset #1 id:1 of https://codereview.chromium.org/2412633002/ ) by mtklein · 8 years ago
  66. 32b5e70 Preserve color space of images in deferred texture API by brianosman · 8 years ago
  67. c64ef35 leave pixel memory uninitialized for opaque alpha type in SkSurface::MakeRaster by lsalzman · 8 years ago
  68. c9a9ca9 Fix double-accounting of SkPictureShader bitmap memory by fmalita · 8 years ago
  69. 96b333a Add SkRasterPipeline support to SkModeColorFilter. by Mike Klein · 8 years ago
  70. c0708a4 Remove workaround for old compilers that do not support SSSE3. by Mike Klein · 8 years ago
  71. 04adfda SkRasterPipeline: 8x pipelines, without any 8x code enabled. by Mike Klein · 8 years ago
  72. 65a0927 Don't pass in RT to individual Gpu CommandBuffer calls by Greg Daniel · 8 years ago
  73. fe2965a Fix interface validation in Vulkan. by Greg Daniel · 8 years ago
  74. 7ab96e9 GrTessellator: make inverse fill types more sane. by senorblanco · 8 years ago
  75. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  76. df44fc5 Add SkColorSpaceTransferFn to SkColorSpace by Matt Sarett · 8 years ago
  77. a2415ac implement A8 destination fast-path for SkPixelInfo::CopyPixels by lsalzman · 8 years ago
  78. 8c8fcef fix vertex alpha calculation in GrTesselator by lsalzman · 8 years ago
  79. ebcb8aa Add AA Analytic Compile Flag (and small fixes) by liyuqian · 8 years ago
  80. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  81. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  82. a5a31dd Add SkColorSpacePrimaries to help with making D50 matrices by msarett · 8 years ago
  83. 1c7805b Remove restrictive format pattern for Fontconfig matching by drott · 8 years ago
  84. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  85. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  86. ff9f7bb Simplify rowsDecoded returned by incrementalDecode by scroggo · 8 years ago
  87. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  88. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  89. e75c19f Update comment, move constant inside helper struct by Brian Osman · 8 years ago
  90. 42f4b42 Revert "SkRasterPipeline: 8x pipelines, attempt 2" by Mike Klein · 8 years ago
  91. e61b3b4 Report 0 rowsDecoded for no rows (SkPngCodec interlaced) by scroggo · 8 years ago
  92. c46cdd4 Fix an assert statement in SkPngCodec by scroggo · 8 years ago
  93. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  94. 3f74860 Convert gradient params test helper to a struct by Brian Osman · 8 years ago
  95. 0871401 fix another fuzz by caryclark · 8 years ago
  96. 221a4bb fix fuzz busters by caryclark · 8 years ago
  97. a71e151 SkRasterPipeline: 8x pipelines, attempt 2 by Mike Klein · 8 years ago
  98. 49df8d1 GrTessellator: refactor Line out of Edge. by senorblanco · 8 years ago
  99. 6ca4882 Reduce geometry size for circles to help fill rate. by jvanverth · 8 years ago
  100. 9428587 Revert "SkRasterPipeline: 8x pipelines" by Mike Klein · 8 years ago