1. 76fff86 Fix infratests by Eric Boren · 8 years ago
  2. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 8 years ago
  3. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  4. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  5. 041f7df Bring back SkImage::makeTextureImage by Brian Osman · 8 years ago
  6. 2bb94e8 Revert "Reland "Respect canvas size and frame offset in webp decoder"" by Matt Sarett · 8 years ago
  7. 4f77bd0 Tear down 32-bit iOS test/perf bots. by Mike Klein · 8 years ago
  8. a13b248 Remove _lowp SkSplicer experiment for now. by Mike Klein · 8 years ago
  9. 6d75d11 harfbuzz 1.3.0 → 1.4.2 by Hal Canary · 8 years ago
  10. ea69686 Another workaround for libstdc++ unique_ptr by Brian Salomon · 8 years ago
  11. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  12. e970d59 Fix canvas size of new tiled bitmap GM by Brian Osman · 8 years ago
  13. aff27a2 Use SkVertices for tessellated spot and ambient shadow rendering. by Brian Salomon · 8 years ago
  14. 1f8be68 gen_tasks.go: Add --builder_name_schema flag by Eric Boren · 8 years ago
  15. 67386d4 ShadowUtils: Fix umbra inset calculation when determining if umbra is fully occluded. by Brian Salomon · 8 years ago
  16. 8bb3b21 Add GM to exercise some of the darker corners of SkMagnifierImageFilter by Robert Phillips · 8 years ago
  17. fd197d5 Add 64-bit iOS bots. by Mike Klein · 8 years ago
  18. fab30a3 Add a fast case for copying vertices in GrDrawVerticesOp. by Brian Salomon · 8 years ago
  19. a950a86 Fix rounding error with tiled bitmap draws by Brian Osman · 8 years ago
  20. 92eba8a GrTessellator (AA): improve antialiasing of thin shapes. by Stephen White · 8 years ago
  21. 965861b Make recipes upload results to bucket specified in top-level config by Eric Boren · 8 years ago
  22. 3b36c06 Set IOS_BUNDLE_ID in recipes. by Mike Klein · 8 years ago
  23. 3a97054 Make workaround for std::unique_ptr<const T[]> bug in old libstdc++ work. by Brian Salomon · 8 years ago
  24. 604c989 Work around broken std::unique_ptr<const T[]> constructor from std::unique_ptr<T>&& in older libstdc++. by Brian Salomon · 8 years ago
  25. 8a94560 Update image cipd version. by Joe Gregorio · 8 years ago
  26. 6852170 Add sk_sp make variant to SkArenaAlloc. by Herb Derby · 8 years ago
  27. e1d9cb8 Revert "Added dead variable / code elimination to skslc." by Ethan Nicholas · 8 years ago
  28. a84898d Have ShadowTessellators transform path; add SkShadowTessellator base class by Jim Van Verth · 8 years ago
  29. a8f4139 Revert "Allow conversion from non-opaque to opaque" by Matt Sarett · 8 years ago
  30. d05cdc3 Fix two bugs when deciding to tile. Large images were always tiling. by Brian Osman · 8 years ago
  31. 5e221e7 SkXPS: new document API. by Hal Canary · 8 years ago
  32. 604971e Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
  33. 9e2a319 SK_USE_SDL is never defined by Hal Canary · 8 years ago
  34. 0a51b48 Get linux vulkan running on Intel NUC by Kevin Lubick · 8 years ago
  35. 94151da Remove unused files in third_party/libsdl. by Mike Klein · 8 years ago
  36. be28ee2 Make iOS main() functions normal. by Mike Klein · 8 years ago
  37. 160907f Clean up more references to GYP. by Mike Klein · 8 years ago
  38. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  39. abc88d2 SkXPS: Begin refactoring SkXPSDevice by Hal Canary · 8 years ago
  40. ef46b2f Fix getMaxResidentSetSizeMB() on iOS. by Mike Klein · 8 years ago
  41. 3b3af84 Add back a gaggle of iOS bots. by Mike Klein · 8 years ago
  42. aa1d758 remove all GYP files by Hal Canary · 8 years ago
  43. a99b6ce start removing uses of SkScalarMul by Mike Reed · 8 years ago
  44. adacaef iOS: cd into Documents folder at startup by Mike Klein · 8 years ago
  45. c34b235 Start updating iOS docs. by Mike Klein · 8 years ago
  46. 0312a0c Add toXYZD50() to SkColorSpace API by Matt Sarett · 8 years ago
  47. b3050b9 Revert "Respect canvas size and frame offset in webp decoder" by Robert Phillips · 8 years ago
  48. af482d5 Roll recipe DEPS by Eric Boren · 8 years ago
  49. 20fbada Remove unused assignment in SkScan::AntiFillXRect. by Jeremy Roman · 8 years ago
  50. 5c160dd Update SKP version by UpdateSKPs · 8 years ago
  51. 0f33970 Respect canvas size and frame offset in webp decoder by Matt Sarett · 8 years ago
  52. d1ac982 Improved SkShadowUtils caching by Brian Salomon · 8 years ago
  53. ea518f0 Disable unpremul f16 image tests by Matt Sarett · 8 years ago
  54. e0b048c iOS: set up device dirs to be relative by Mike Klein · 8 years ago
  55. 8d3ffad Revert "Revert "Don't instantiate shaders with non-invertible local matrix"" by Florin Malita · 8 years ago
  56. 8d3196b expose new tight-bounds method on SkPath by Mike Reed · 8 years ago
  57. 20f0078 Restore ios_flavor. by Mike Klein · 8 years ago
  58. 0dda9cb Make shadow tessellators fail gracefully and add unit test for this. by Brian Salomon · 8 years ago
  59. 48ded38 GrTessellator (AA): Fix for missing fill artifacts. by Stephen White · 8 years ago
  60. 0f90668 Initialize some more variables in SpotShadowTessellator by Jim Van Verth · 8 years ago
  61. 0d7dac8 experimental tight-bounds by Mike Reed · 8 years ago
  62. 113628d Added dead variable / code elimination to skslc. by Ethan Nicholas · 8 years ago
  63. 3f36369 Batch across matrix changes in drawVertices and add GM to test. by Brian Salomon · 8 years ago
  64. 8c88a37 fix up shadow_utils gm dimensions by Brian Salomon · 8 years ago
  65. 1db215a iOS: dequote args one level by Mike Klein · 8 years ago
  66. f6168ae iOS: try running the binary by Mike Klein · 8 years ago
  67. 66085ed Revert "Revert "Spot shadow cleanup and optimization"" by Brian Salomon · 8 years ago
  68. cae159e bin/list-skia-bots by Hal Canary · 8 years ago
  69. 1445475 Blacklist large images on 32-bit Win 2k8 by Matt Sarett · 8 years ago
  70. 78b6786 add package_ios.py to ios_bin by Mike Klein · 8 years ago
  71. b39b09e SkXPSDevice inherits from SkBaseDevice by Hal Canary · 8 years ago
  72. 0e86725 Revert "Don't instantiate shaders with non-invertible local matrix" by Hal Canary · 8 years ago
  73. aa2bd8f Revert "Spot shadow cleanup and optimization" by Hal Canary · 8 years ago
  74. 6bf4891 Temporarily remove unused iOS builds. by Mike Klein · 8 years ago
  75. 33b003b iOS: package and deploy by Mike Klein · 8 years ago
  76. 2098008 Tear down old iOS bots, bring up one new one. by Mike Klein · 8 years ago
  77. 47784c1 Spot shadow cleanup and optimization by Jim Van Verth · 8 years ago
  78. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  79. ebfbba9 Don't instantiate shaders with non-invertible local matrix by Florin Malita · 8 years ago
  80. 4151160 Force instantiation in GaussianBlur to hopefully prevent (and diagnose) Chrome crash by Robert Phillips · 8 years ago
  81. 529bcd6 Revert "Revert "SkScalar: delete code that doesn't compile."" by Hal Canary · 8 years ago
  82. 7e97dc0 Copy modules back in from skia-recipes repo by Eric Boren · 8 years ago
  83. 8233fc8 Revert "SkScalar: delete code thqat doesn't compile." by Leon Scroggins · 8 years ago
  84. 2722549 gen_tasks.go: Read jobs, Android, and GPU mappings from a JSON file by Eric Boren · 8 years ago
  85. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  86. 351b045 Have Vulkan advertise that compressed textures are currently unsupported by Robert Phillips · 8 years ago
  87. 565da18 SkScalar: delete code thqat doesn't compile. by Hal Canary · 8 years ago
  88. 09a1c08 Prepare to test all image decode modes to F16 by Matt Sarett · 8 years ago
  89. 0bd699e Add a GM for SkShadowUtils and fix a few issues. by Brian Salomon · 8 years ago
  90. 44f80a2 Roll skia-recipes to pick up shadow_utils blacklist. by Brian Salomon · 8 years ago
  91. 5e68952 Add caching of ambient and spot shadow meshes. by Brian Salomon · 8 years ago
  92. c86b145 Disable Vulkan backend in DeferredProxyTest (for now) by Robert Phillips · 8 years ago
  93. 9063eca Update to ubuntu 16.10 to see if a driver update helps by Kevin Lubick · 8 years ago
  94. 5c44657 Fix memory leak in DeferredProxyTest by Robert Phillips · 8 years ago
  95. 3390e15 Expand SkImage::getTextureHandle call by Robert Phillips · 8 years ago
  96. 77b3f32 Broaden checking of GrSurfaceProxy::MakeDeferred's return value by Robert Phillips · 8 years ago
  97. 6520a69 Add test for proactive proxy-creation failure by Robert Phillips · 8 years ago
  98. d689f7a GR_PROXY_MOVE: Work around Win/Clang eval order bug by Hans Wennborg · 8 years ago
  99. c486f73 Move presubmit bot to skia.swarmbucket by Eric Boren · 8 years ago
  100. 8f741bb Add more pre-checks to surfaceProxy creation by Robert Phillips · 8 years ago