1. 0a84a34 Make SkSmallAllocator obey alignment properties of objects. by herb · 8 years ago
  2. e95941f Update SkJPEGImageEncoder by Matt Sarett · 8 years ago
  3. 0bd8f36 Add missing nextafter() clamping to SkLinearBitmapPipeline tile procs by Florin Malita · 8 years ago
  4. 86cc841 AA GrTessellator: fix bevelling of acute angles. by Stephen White · 8 years ago
  5. 2d0c238 experimental/documentation/gerrit.md by Hal Canary · 8 years ago
  6. 26d3f21 verify that glyph position rect is non-empty in GrAtlasTextBlob::appendGlyph by Lee Salzman · 8 years ago
  7. 6ccd2ca Generate Android build targets for dm and nanobench by Leon Scroggins III · 8 years ago
  8. 91af727 Add geometric version of spot shadow by Jim Van Verth · 8 years ago
  9. fe822580 Remove old generator code by Leon Scroggins III · 8 years ago
  10. 4288657 Set fOptions in SkCodec::getPixels by Leon Scroggins III · 8 years ago
  11. c121a88 give up on big cubics (for now) and just draw a line by Mike Reed · 8 years ago
  12. 1b2b3fb SkTScopedComPtr: implicit nullptr cast to SkTScopedComPtr<T>() by Hal Canary · 8 years ago
  13. 00dca8c Remove SkBlitter:resetShaderContext() by Florin Malita · 8 years ago
  14. a6f6f77 tools/git-sync-deps improvements by Hal Canary · 8 years ago
  15. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 8 years ago
  16. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 8 years ago
  17. dbd44c7 Add offset to uniform blocks in Vulkan by Greg Daniel · 8 years ago
  18. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  19. 4d3adb6 bin/sync : call tools/git-sync-deps now by Hal Canary · 8 years ago
  20. 3500b77 Consolidate read/write-Pixels testing code - take 2 by Robert Phillips · 8 years ago
  21. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  22. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  23. bcda1f0 Revert "Revert "SkUserConfig.h: remove out-of-date comment on SK_SFNTLY_SUBSETTER"" by Ravi Mistry · 8 years ago
  24. 2b270e5 Revert "Consolidate read/write-Pixels testing code" by Robert Phillips · 8 years ago
  25. 837e743 remove SK_SUPPORT_LEGACY_GETCLIPBOUNDS by Mike Reed · 8 years ago
  26. 0bd4a23 Consolidate read/write-Pixels testing code by Robert Phillips · 8 years ago
  27. 156a749 Revert "SkUserConfig.h: remove out-of-date comment on SK_SFNTLY_SUBSETTER" by Leon Scroggins · 8 years ago
  28. 1c2974b Delete SkAutoTime from jpeg encoder by Matt Sarett · 8 years ago
  29. 5a523fe Keep valgrind happen by purging caches. by Herb Derby · 8 years ago
  30. 2527230 Implement getFamilyName for stream fonts on Linux. by Ben Wagner · 8 years ago
  31. bbeb573 Simplify SkShader::ContextRec::fLocalMatrix handling by Florin Malita · 8 years ago
  32. 690dd5e Really use vpmaddwd in hsw::convolve_vertical(). by Mike Klein · 8 years ago
  33. 88235bb Graceful degredation for SkOpts_hsw. by Mike Klein · 8 years ago
  34. 0bda623 Reland "remove clipbounds flag" by Ben Wagner · 8 years ago
  35. eebe87f Fix gradients gm by Matt Sarett · 8 years ago
  36. 2aa26ab Revert "remove clipbounds flag" by Mike Reed · 8 years ago
  37. f65d19b Fix variable names in convolve_vertical(). by Mike Klein · 8 years ago
  38. 5baafa8 extend clipper for lines, for uniformity, and so curves can call itself with lines by Mike Reed · 8 years ago
  39. 68fc549 SkUserConfig.h: remove out-of-date comment on SK_SFNTLY_SUBSETTER by Hal Canary · 8 years ago
  40. fb2c633 exclude *hsw* source files on Android/iOS G3 build. by Mike Klein · 8 years ago
  41. 6f67fc2 Add SkICC::rawTransferFnData() by Matt Sarett · 8 years ago
  42. 7e0489d remove clipbounds flag by Mike Reed · 8 years ago
  43. f20a98f remove obsolete flag by Cary Clark · 8 years ago
  44. a174e06 SkOpts_hsw ODR paranoia by Mike Klein · 8 years ago
  45. 3311b15 Remove SkBlitter::getShaderContext() by Florin Malita · 8 years ago
  46. 7a1f09c Fix extension suffic for getting procs from GL_EXT_debug_marker on ES by Brian Salomon · 8 years ago
  47. 0c0da2b add test for big cubic -- currently disabled by Mike Reed · 8 years ago
  48. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 8 years ago
  49. d601601 remove legacy clipbounds flag for android by Mike Reed · 8 years ago
  50. 7215283 Move GrDrawingManager pointer to GrSurfaceContext by Robert Phillips · 8 years ago
  51. 98829b9 Check that the upper bits are correct in the SkArenaAlloc footer. by herb · 8 years ago
  52. 65a1753 Fix clang warning about unused lambda capture. by Brian Salomon · 8 years ago
  53. 9ae32a2 Remove redundant caps field from GrProcessorTestData by Brian Salomon · 8 years ago
  54. 39728d3 Simplify Footers in SkArenaAlloc to 64-bit values using pointers. by Herb Derby · 8 years ago
  55. 757914d Switch GrConfigConversionEffect over to taking GrTextureProxies by Robert Phillips · 8 years ago
  56. b2cd1d7 utils/win/SkTScopedComPtr<T>: Add C++11ish move semantics by Hal Canary · 8 years ago
  57. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
  58. 74b16ed Add test for bad reuse of SkJpegCodec internal state by Matt Sarett · 8 years ago
  59. 58abc9e Move SkShadowTessellator to GrShadowTessellator by Jim Van Verth · 8 years ago
  60. de80f7f Roll recipe DEPS by Eric Boren · 8 years ago
  61. bce7496 Add geometric implementation for ambient shadows by Jim Van Verth · 8 years ago
  62. b92234a Revert "Remove SkImage::MakeTextureFromPixmap" by Brian Osman · 8 years ago
  63. e330eb2 Revert "Add geometric implementation for ambient shadows" by Ethan Nicholas · 8 years ago
  64. fdb1bdf Add geometric implementation for ambient shadows by Jim Van Verth · 8 years ago
  65. 7f9c29a Revert "Remove sentinal GLContext used in early days of Vulkan in our tools" by Brian Salomon · 8 years ago
  66. 901f29a Allow GrSingleTextureEffect to take GrTextureProxies by Robert Phillips · 8 years ago
  67. c8c901f Use appropriate options in SkJpegCodec readRows() by Matt Sarett · 8 years ago
  68. c4e6cfe Make the footer big to handle bug 684061. by Herb Derby · 8 years ago
  69. bfd97c5 Remove sentinal GLContext used in early days of Vulkan in our tools by Greg Daniel · 8 years ago
  70. cf3525a SkPixelInfo::CopyPixels() refactor part 0: only one memcpy() case by Matt Sarett · 8 years ago
  71. 57bc1e7 move sk_memset16,32,64 out-of-line by Mike Klein · 8 years ago
  72. aee504b Make GrConvolutionEffect only support Gaussian kernels and rename. by Brian Salomon · 8 years ago
  73. 5d72f7d Remove SkTDict and calls from SkView. by Herb Derby · 8 years ago
  74. 80d22ea Do not embed glyph image data in SkGlyphCache. by Herb Derby · 8 years ago
  75. 7717d4a conservativelyContainsRect is asserting by Mike Reed · 8 years ago
  76. 5521356 Add F16 and gamma correct support to webp encoder by Matt Sarett · 8 years ago
  77. 6f4a9b2 restore bool version of clip-bounds by Mike Reed · 8 years ago
  78. eb5061b Reenable index8 dsts by Matt Sarett · 8 years ago
  79. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 8 years ago
  80. ad24145 Update SkAndroidSDKCanvas. by Mike Klein · 8 years ago
  81. 5d5cc3c Temporarily restore colorcube bench and GM files. by Mike Klein · 8 years ago
  82. f887f8a Fix comparison that overflows for addresses near uint max. - Fix Assert by Herb Derby · 8 years ago
  83. a19f024 make SkPath::conservativelyContainsRect consume degenerate segments by Lee Salzman · 8 years ago
  84. 42e8c53 rename virtuals for clipbounds, and deprecate older bool/var-arg pattern by Mike Reed · 8 years ago
  85. ab23acf Revert "Update libwebp to 0.6.0-pre" by Ethan Nicholas · 8 years ago
  86. e2f6ffb Update libwebp to 0.6.0-pre by Leon Scroggins III · 8 years ago
  87. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  88. 319ba3d Move shader register setup to SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  89. 889176b Revert "Fix comparison that overflows for addresses near uint max." by Ethan Nicholas · 8 years ago
  90. a9e8ef0 SkRasterPipeline: implement support for SkTableColorFilter by Mike Klein · 8 years ago
  91. b48fd3c GN: add 32-bit and Release iOS builders. by Mike Klein · 8 years ago
  92. db8b837 Fix comparison that overflows for addresses near uint max. by Herb Derby · 8 years ago
  93. 2a0daee Update SkTDict to use SkArenaAlloc. by Herb Derby · 8 years ago
  94. 77a86f8 Track clear counts in vulkan render passes by Greg Daniel · 8 years ago
  95. 62bb280 Make SkWEBPImageEncoder use transform_scanline_procs by Matt Sarett · 8 years ago
  96. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  97. a6725fc Support fCapHeight in SkScalerContext_DW by Koji Ishii · 8 years ago
  98. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 8 years ago
  99. 9adfef8 Remove public APIs that use SkDataTable. by Herb Derby · 8 years ago
  100. 5b92e4a Fix autoroller instructions by Skia_Android Canary Bot · 8 years ago