1. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 7 years ago
  2. ebfbba9 Don't instantiate shaders with non-invertible local matrix by Florin Malita · 7 years ago
  3. 4151160 Force instantiation in GaussianBlur to hopefully prevent (and diagnose) Chrome crash by Robert Phillips · 7 years ago
  4. 529bcd6 Revert "Revert "SkScalar: delete code that doesn't compile."" by Hal Canary · 7 years ago
  5. 7e97dc0 Copy modules back in from skia-recipes repo by Eric Boren · 7 years ago
  6. 8233fc8 Revert "SkScalar: delete code thqat doesn't compile." by Leon Scroggins · 7 years ago
  7. 2722549 gen_tasks.go: Read jobs, Android, and GPU mappings from a JSON file by Eric Boren · 7 years ago
  8. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 7 years ago
  9. 351b045 Have Vulkan advertise that compressed textures are currently unsupported by Robert Phillips · 7 years ago
  10. 565da18 SkScalar: delete code thqat doesn't compile. by Hal Canary · 7 years ago
  11. 09a1c08 Prepare to test all image decode modes to F16 by Matt Sarett · 7 years ago
  12. 0bd699e Add a GM for SkShadowUtils and fix a few issues. by Brian Salomon · 7 years ago
  13. 44f80a2 Roll skia-recipes to pick up shadow_utils blacklist. by Brian Salomon · 7 years ago
  14. 5e68952 Add caching of ambient and spot shadow meshes. by Brian Salomon · 7 years ago
  15. c86b145 Disable Vulkan backend in DeferredProxyTest (for now) by Robert Phillips · 7 years ago
  16. 9063eca Update to ubuntu 16.10 to see if a driver update helps by Kevin Lubick · 7 years ago
  17. 5c44657 Fix memory leak in DeferredProxyTest by Robert Phillips · 7 years ago
  18. 3390e15 Expand SkImage::getTextureHandle call by Robert Phillips · 7 years ago
  19. 77b3f32 Broaden checking of GrSurfaceProxy::MakeDeferred's return value by Robert Phillips · 7 years ago
  20. 6520a69 Add test for proactive proxy-creation failure by Robert Phillips · 7 years ago
  21. d689f7a GR_PROXY_MOVE: Work around Win/Clang eval order bug by Hans Wennborg · 7 years ago
  22. c486f73 Move presubmit bot to skia.swarmbucket by Eric Boren · 7 years ago
  23. 8f741bb Add more pre-checks to surfaceProxy creation by Robert Phillips · 7 years ago
  24. a54ccb2 Update SkSurface's cached image ownership handling to sk_sp by Robert Phillips · 7 years ago
  25. 99d4721 WS: remove trailing WS. by Herb Derby · 7 years ago
  26. 9873606 Make flag parsing work in GN-built iOS nanobench. by Mike Klein · 7 years ago
  27. 63afe64 Automate more parts of gn/package_ios.py. by Mike Klein · 7 years ago
  28. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 7 years ago
  29. 6d3b7aa gn: iOS packaging script by Mike Klein · 7 years ago
  30. 4427f16 Fix assert in SkShadowVertices constructor by Brian Salomon · 7 years ago
  31. 1a8b79a Work around GCC 4.6 issue with constructing unique_ptr<const T[]> from a T*. by Brian Salomon · 7 years ago
  32. 10d36c5 Add GN target for skpinfo by Ravi Mistry · 7 years ago
  33. 958fbc4 Make SkShadowUtils tessellations ref counted in preparation for caching them. by Brian Salomon · 7 years ago
  34. 9206c76 SkRasterPipeline shader adapter by Florin Malita · 7 years ago
  35. ac95c5f Make sure to preserve stencil on vulkan copy as draws by Greg Daniel · 7 years ago
  36. 2d0f452 delete project.pbxproj by Hal Canary · 7 years ago
  37. 56158ae GrTessellator (AA): improve AA quality for near-overlapping paths. by Stephen White · 7 years ago
  38. 738bc58 delete SkLayer.cpp by Hal Canary · 7 years ago
  39. e4ba105 GIF: Only report a frame after knowing dependency by Leon Scroggins III · 7 years ago
  40. 2589042 remove unused SkLayer by Mike Reed · 7 years ago
  41. 85dc96b Fix SkShadowTessellator.cpp for Chrome iOS build by Jim Van Verth · 7 years ago
  42. 40d9495 Add test for outre GrSurfaceProxy requests by Robert Phillips · 7 years ago
  43. 96abfc3 experimental/documentation/gerrit.md: more detail by Hal Canary · 7 years ago
  44. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 7 years ago
  45. efe3ded Change shadow tessellators to use SkColor and move to util. by Jim Van Verth · 7 years ago
  46. 08c5ec7 Make blur utils take GrTextureProxies - take 2 by Robert Phillips · 7 years ago
  47. 861bc3f experimental/documentation/gerrit.md: fix markdown by Hal Canary · 7 years ago
  48. c349f7f experimental/documentation/gerrit.md: improvements by Hal Canary · 7 years ago
  49. 5917a25 Fix PDFium bot by Eric Boren · 7 years ago
  50. 8d2fb47 Implement onAppendStages for SkPictureShader by Yuqian Li · 7 years ago
  51. efe50eb remove SkArithmeticMode.h empty header by Mike Reed · 7 years ago
  52. c9942a1 Do not crash when the resources are missing by Leon Scroggins III · 7 years ago
  53. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 7 years ago
  54. 7f660e8 bin/fetch-gn is 3.5x faster by Hal Canary · 8 years ago
  55. 877b15b Revert "Make blur utils take GrTextureProxies" by Robert Phillips · 7 years ago
  56. d0dc05b Make blur utils take GrTextureProxies by Robert Phillips · 7 years ago
  57. b53f4fa Roll Recipe DEPS by Eric Boren · 7 years ago
  58. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 7 years ago
  59. 55b7253 Omit new test from Bazel ASAN. by Ben Wagner · 7 years ago
  60. 5ce33ef Revert "SkRasterPipeline shader adapter" by Florin Malita · 7 years ago
  61. 6d11ed2 SkRasterPipeline shader adapter by Florin Malita · 7 years ago
  62. 22af73f Rename GrFragmentProcessor::MulOutputByInputUnpremulColor to MakeInputPremulAndMulByOutput. by Brian Salomon · 7 years ago
  63. 0a84a34 Make SkSmallAllocator obey alignment properties of objects. by herb · 7 years ago
  64. e95941f Update SkJPEGImageEncoder by Matt Sarett · 7 years ago
  65. 0bd8f36 Add missing nextafter() clamping to SkLinearBitmapPipeline tile procs by Florin Malita · 7 years ago
  66. 86cc841 AA GrTessellator: fix bevelling of acute angles. by Stephen White · 7 years ago
  67. 2d0c238 experimental/documentation/gerrit.md by Hal Canary · 7 years ago
  68. 26d3f21 verify that glyph position rect is non-empty in GrAtlasTextBlob::appendGlyph by Lee Salzman · 7 years ago
  69. 6ccd2ca Generate Android build targets for dm and nanobench by Leon Scroggins III · 7 years ago
  70. 91af727 Add geometric version of spot shadow by Jim Van Verth · 7 years ago
  71. fe822580 Remove old generator code by Leon Scroggins III · 7 years ago
  72. 4288657 Set fOptions in SkCodec::getPixels by Leon Scroggins III · 7 years ago
  73. c121a88 give up on big cubics (for now) and just draw a line by Mike Reed · 7 years ago
  74. 1b2b3fb SkTScopedComPtr: implicit nullptr cast to SkTScopedComPtr<T>() by Hal Canary · 7 years ago
  75. 00dca8c Remove SkBlitter:resetShaderContext() by Florin Malita · 7 years ago
  76. a6f6f77 tools/git-sync-deps improvements by Hal Canary · 7 years ago
  77. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 7 years ago
  78. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 7 years ago
  79. dbd44c7 Add offset to uniform blocks in Vulkan by Greg Daniel · 7 years ago
  80. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 7 years ago
  81. 4d3adb6 bin/sync : call tools/git-sync-deps now by Hal Canary · 7 years ago
  82. 3500b77 Consolidate read/write-Pixels testing code - take 2 by Robert Phillips · 7 years ago
  83. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 7 years ago
  84. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 7 years ago
  85. bcda1f0 Revert "Revert "SkUserConfig.h: remove out-of-date comment on SK_SFNTLY_SUBSETTER"" by Ravi Mistry · 7 years ago
  86. 2b270e5 Revert "Consolidate read/write-Pixels testing code" by Robert Phillips · 7 years ago
  87. 837e743 remove SK_SUPPORT_LEGACY_GETCLIPBOUNDS by Mike Reed · 7 years ago
  88. 0bd4a23 Consolidate read/write-Pixels testing code by Robert Phillips · 7 years ago
  89. 156a749 Revert "SkUserConfig.h: remove out-of-date comment on SK_SFNTLY_SUBSETTER" by Leon Scroggins · 7 years ago
  90. 1c2974b Delete SkAutoTime from jpeg encoder by Matt Sarett · 7 years ago
  91. 5a523fe Keep valgrind happen by purging caches. by Herb Derby · 7 years ago
  92. 2527230 Implement getFamilyName for stream fonts on Linux. by Ben Wagner · 7 years ago
  93. bbeb573 Simplify SkShader::ContextRec::fLocalMatrix handling by Florin Malita · 7 years ago
  94. 690dd5e Really use vpmaddwd in hsw::convolve_vertical(). by Mike Klein · 7 years ago
  95. 88235bb Graceful degredation for SkOpts_hsw. by Mike Klein · 7 years ago
  96. 0bda623 Reland "remove clipbounds flag" by Ben Wagner · 7 years ago
  97. eebe87f Fix gradients gm by Matt Sarett · 7 years ago
  98. 2aa26ab Revert "remove clipbounds flag" by Mike Reed · 7 years ago
  99. f65d19b Fix variable names in convolve_vertical(). by Mike Klein · 7 years ago
  100. 5baafa8 extend clipper for lines, for uniformity, and so curves can call itself with lines by Mike Reed · 7 years ago