1. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  2. a224bb7 Avoid unnecessary GrShape->SkPath conversion in GrStencilAndCoverPathRenderer by bsalomon · 8 years ago
  3. 6df2c8e Fix precision issues in SkRRectsGaussianEdgeShader.cpp by robertphillips · 8 years ago
  4. 5776508 Add a SkRWBuffer reserve mechanism by fmalita · 8 years ago
  5. 71df2d7 Add a src rect to drawImageLattice() API by msarett · 8 years ago
  6. b3480e1 SkPDF: de-duplicate text-as-paths by Hal Canary · 8 years ago
  7. 2e36e88 SkRWBuffer: preallocate 'initialCapacity' by fmalita · 8 years ago
  8. c68d4aa Helper functions to do SkColor -> GrColor4f by Brian Osman · 8 years ago
  9. d921dbb Propagate validation errors from inner readbuffer when deserializing picture. Also allow null paints. by reed · 8 years ago
  10. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  11. f50ff39 SkPDF: subset drawImageRect while still deduping by Hal Canary · 8 years ago
  12. 78d5a3b Add an SkOpts target for Haswell+ Intel chips. by Mike Klein · 8 years ago
  13. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  14. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  15. 872b4c8 Remove soft clip bool from SkCanvas by bsalomon · 8 years ago
  16. eb0d91c Add skstd version of std::exchange by csmartdalton · 8 years ago
  17. c6cc28c Fixed invalid memory access issue in SkColorSpaceXform::apply() by raftias · 8 years ago
  18. fa9f241 Add an enum layer of indirection for stock raster pipeline stages. by Mike Klein · 8 years ago
  19. a9c3c6a Recent image filter work now allows this check to be enabled. by brianosman · 8 years ago
  20. 6b1da0a Revert of Add SK_SUPPORT_LEGACY_HAIRLINE_END_CAP to work around dependent test failure. (patchset #1 id:1 of https://codereview.chromium.org/2379843002/ ) by benjaminwagner · 8 years ago
  21. baaf8ad Start moving SkRasterPipeline stages to SkOpts. by Mike Klein · 8 years ago
  22. aa6ef3e Add SK_SUPPORT_LEGACY_HAIRLINE_END_CAP to work around dependent test failure. by benjaminwagner · 8 years ago
  23. 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
  24. f8d2c8d Latest ANGLE as of September 27, 2016 by brianosman · 8 years ago
  25. 7952390 Make applyCropRect/pad_image convert to the output color space by brianosman · 8 years ago
  26. e25d71c Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace by brianosman · 8 years ago
  27. 7802c3d Move toXYZD50() to SkColorSpace_Base by msarett · 8 years ago
  28. e08c1d3 SkRasterPipeline: fuse clamp_01 into stores. by Mike Klein · 8 years ago
  29. 47bf4c0 SkPDF: use SkImage::isAImage by Hal Canary · 8 years ago
  30. e3a4e99 fix cubic linear test by caryclark · 8 years ago
  31. c8dd6bc Rearrange SkRasterPipeline scanline tail handling. by Mike Klein · 8 years ago
  32. eec8304 Added kSRGBLinear_Named color space, along with tests by brianosman · 8 years ago
  33. fd016d7 Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  34. 1f4a874 SkRasterPipeline: add last() and docs. by Mike Klein · 8 years ago
  35. b353863 Revert of Add command buffer submits before copy calls in vulkan. (patchset #5 id:80001 of https://codereview.chromium.org/2363773006/ ) by egdaniel · 8 years ago
  36. 5b20c46 Update vulkan varying locations to correctly handle arrays by egdaniel · 8 years ago
  37. 25661ba Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  38. 600c6a7 Turn on -Wnewline-eof. by Mike Klein · 8 years ago
  39. 67075f0 another attempt to fix nonrectangular by caryclark · 8 years ago
  40. 16a2e54 need to apply CTM to clip rect in arithmetic imagefilter by Mike Reed · 8 years ago
  41. bc9b296 Add GrVkCopyPipeline to handle vulkan copies as draws by egdaniel · 8 years ago
  42. 8f514c7 We really shouldn't pass SkFontStyle to printf as %d. by Mike Klein · 8 years ago
  43. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  44. e78d487 Clamp Vulkan caps to INT_MAX by jvanverth · 8 years ago
  45. 403d154 Revert "Revert "replace Arithmetic xfermode with imagefilter"" by Mike Reed · 8 years ago
  46. 10ff5bf Revert "replace Arithmetic xfermode with imagefilter" by Mike Reed · 8 years ago
  47. 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  48. 0530c88 replace Arithmetic xfermode with imagefilter by Mike Reed · 8 years ago
  49. b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  50. 1d08998 Minor clean up of GrAAConvexTessellator by Robert Phillips · 8 years ago
  51. 414c429 allow conic chop to fail by caryclark · 8 years ago
  52. 19eb843 -Wcomma may be good to go now. by Mike Klein · 8 years ago
  53. 8b4a202 Typo? by mtklein · 8 years ago
  54. 85552e4 Quiet a -Wcomma warning. by mtklein · 8 years ago
  55. b252604 Fix some fuzzer complaints by Robert Phillips · 8 years ago
  56. b58a2b4 Stop aggregating texture/buffer access objects in GrFragmentProcessor parents. by bsalomon · 8 years ago
  57. 94d7872 In makeLinearGamma, return the original CS if it's already linear by Brian Osman · 8 years ago
  58. 6c3b9cd fix tiger b by caryclark · 8 years ago
  59. eafe9d1 Dash to use SkIsAlign2 by cblume · 8 years ago
  60. 97bbf82 Add SkColor4f serialization by brianosman · 8 years ago
  61. eed6b0e Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  62. 49da334 Add validation of RRects to SkValidatingReadBuffer by Robert Phillips · 8 years ago
  63. aa84064 Don't compute path keys for volatile paths in GrShape. by bsalomon · 8 years ago
  64. 68c3d30 Some Vulkan memory fixes and cleanup by jvanverth · 8 years ago
  65. 667a007 change SkXfermodeImageFilter to carry no impl information by Mike Reed · 8 years ago
  66. cc09372 fix msan bug in pathops by caryclark · 8 years ago
  67. a76554d Revert of Create special surfaces according to original device (not always in N32) (patchset #9 id:160001 of https://codereview.chromium.org/2349373004/ ) by brianosman · 8 years ago
  68. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  69. 27a3aa5 Make GrRenderableConfigForColorSpace argument const by brianosman · 8 years ago
  70. 27c015d split tight quads and conics by caryclark · 8 years ago
  71. 5a9c2f1 sRGB cleanup in image filters. Ensure we configure paints correctly. by brianosman · 8 years ago
  72. c68e8924 It is possible to try and draw to an unsupported format. Let this go. by brianosman · 8 years ago
  73. 2a4d1e1 SkPDF: do not assert when openStream return nullptr by halcanary · 8 years ago
  74. d14df7c document.close from bool to void by reed · 8 years ago
  75. ae6e486 Revert of Some Vulkan memory fixes and cleanup (patchset #2 id:20001 of https://codereview.chromium.org/2356343003/ ) by jvanverth · 8 years ago
  76. 5414be0 G instead of R, thanks Gold by msarett · 8 years ago
  77. 1c10607 don't close a contour with a line if nothing's there by caryclark · 8 years ago
  78. c5850e9 Some Vulkan memory fixes and cleanup by jvanverth · 8 years ago
  79. 8c17097 Make AALinearizingConvexPathRenderer able to handle stroke and fill by robertphillips · 8 years ago
  80. e2e87f3 Change implementation of flush-count based GrGpuResource purging by bsalomon · 8 years ago
  81. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  82. 5f54434 Remove assert that current color is never used. by bungeman · 8 years ago
  83. d454609 Support for color-spaces with multi-stop (texture) gradients by brianosman · 8 years ago
  84. bac1046 Reland of ix for conic fuzz (patchset #1 id:1 of https://codereview.chromium.org/2361473004/ ) by caryclark · 8 years ago
  85. 08b3455 Revert of fix for conic fuzz (patchset #3 id:40001 of https://codereview.chromium.org/2350263003/ ) by caryclark · 8 years ago
  86. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  87. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  88. 415a14d Clean up dead code. by mtklein · 8 years ago
  89. 921bc67 Is char* or uintptr_t easier to read? by cblume · 8 years ago
  90. 9340c26 Do not quickReject until virtual drawPatch by msarett · 8 years ago
  91. e7bb5b2 fix next kevin fuzz by caryclark · 8 years ago
  92. ac78863 fix for conic fuzz by caryclark · 8 years ago
  93. d1d6281 speed up debug dm by caryclark · 8 years ago
  94. 0e4a466 Use sk_careful_memcpy when writing optional conic weights for GrShape path data key. by bsalomon · 8 years ago
  95. 39ef7fb Add optional sw generated path coverage mask caching by bsalomon · 8 years ago
  96. df55827 Remove unused SkImage_Base and SkImage_Gpu onNewSurface methods by robertphillips · 8 years ago
  97. 2eda5b3 Conditionally insert gl_PointSize into shaders. by bsalomon · 8 years ago
  98. 7d05f32 Always use transfer_dst for buffers. by jvanverth · 8 years ago
  99. 04a44d0 Add a transient image filter cache to SkImage::makeWithFilter & PDF by brianosman · 8 years ago
  100. 45f04b8 fix skia pathops fuzzers by caryclark · 8 years ago