1. ad29aee Roll skia-recipes by Eric Boren · 7 years ago
  2. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 7 years ago
  3. 94bd50c SkImageInfoValidConversion (part 2) by Matt Sarett · 7 years ago
  4. 8446854 SkSplicer: no need for AI. Clang is good at this. by Mike Klein · 7 years ago
  5. 652ecb5 Pass GrAppliedClip to pipeline creation. by Brian Salomon · 7 years ago
  6. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 7 years ago
  7. 4075ec8 Revert "Revert "Enforce our rules about valid images when making textures"" by Brian Osman · 7 years ago
  8. 3f142b6 Remove (most) usage of MakeTextureFromPixmap by Brian Osman · 7 years ago
  9. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 7 years ago
  10. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 7 years ago
  11. 46784be hide getClipStack by Mike Reed · 7 years ago
  12. d32b817 add and test SkFixed15::to_u8() by Mike Klein · 7 years ago
  13. eaf0079 GrTessellator: fix for disappearing thin path. by Stephen White · 7 years ago
  14. f768856 Add a bench to exercise legacy-mode SkRasterPipeline behavior. by Mike Klein · 7 years ago
  15. b5a1d41 SkSplicer: fix a typo in srcover stage. by Mike Klein · 7 years ago
  16. fd146aa do/while loops in SPIR-V no longer cause an assertion failure by Ethan Nicholas · 7 years ago
  17. 6d4d6cc Update Buildbot doc for Task Scheduler by Eric Boren · 7 years ago
  18. 7cae170 Test PG by Ravi Mistry · 7 years ago
  19. de3eacb Temporarily restore FixedAllocTest.cpp by Mike Klein · 7 years ago
  20. 6441a46 Move recipe modules to shared repo by Eric Boren · 7 years ago
  21. 2103cf0 Split ShadowMaskFilter into separate ambient and spot mask filters by Jim Van Verth · 7 years ago
  22. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 7 years ago
  23. 26e73c0 Update SKP version by UpdateSKPs · 7 years ago
  24. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 7 years ago
  25. 8bbdd49 Revert "Enforce our rules about valid images when making textures" by Brian Osman · 7 years ago
  26. 7035f3c Enforce our rules about valid images when making textures by Brian Osman · 7 years ago
  27. 113fd34 savelayer gm by Mike Reed · 7 years ago
  28. 197bde9 Revert "Exercise concave analytic AA" by Mike Reed · 7 years ago
  29. 480a1c6 Exercise concave analytic AA by Yuqian Li · 7 years ago
  30. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 7 years ago
  31. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 7 years ago
  32. acdb6d3 Fix ASAN by Matt Sarett · 7 years ago
  33. 4fa20ce Fix syntax error for adjusting old stdc++ headers. by Herb Derby · 7 years ago
  34. 1c47187 Fix Android roll by Mike Klein · 7 years ago
  35. 276be05 Use GrRenderTargetContext::readPixels in GrTextureToYUVPlanes by Robert Phillips · 7 years ago
  36. d9b6abb Remove (unused) YUV API from SkPixelRef by Brian Osman · 7 years ago
  37. 69f98c7 SkSplicer: implement load_tables and matrix_3x4 by Mike Klein · 7 years ago
  38. 2873c76 Decode system font weight correctly on Mac. by bungeman · 7 years ago
  39. 1d8e198 Revert "Optimize SkBlend by using NEON intrinsics" by Mike Klein · 7 years ago
  40. 43475ad Move Android shadow rendering interface to util library. by Jim Van Verth · 7 years ago
  41. d4652ca Remove most modifiers of processors on GrPipelineBuilder by Brian Salomon · 7 years ago
  42. 2503ab6 Fixed another division by zero error in skslc by Ethan Nicholas · 8 years ago
  43. c55bc9a Fix out of bounds read in RP::load_tables_u16_be() by Matt Sarett · 7 years ago
  44. 3b830a9 Simplify k.w calculation in getConicKLM. by Dean McNamee · 8 years ago
  45. 930f69e Switch a bunch of tests to use DEF_SIMPLE_GM. by Stephen White · 8 years ago
  46. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 7 years ago
  47. 0497f08 Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 7 years ago
  48. b569056 simplify round_down_to_int by using ceil instead of floor by Lee Salzman · 7 years ago
  49. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 7 years ago
  50. 0ed3b64 Revert "Revert "Hide SkCanvas getDevice() & getTopDevice()}"" by Florin Malita · 7 years ago
  51. aa9b5a1 call fetch-gn from git-sync-deps by Mike Klein · 8 years ago
  52. 4ef8cb3 some armv7 hacking by Mike Klein · 8 years ago
  53. 70b49fd Minor Ganesh refFoo cleanup by Robert Phillips · 8 years ago
  54. f809c1e Try out new refFoo pattern on GrStyle by Robert Phillips · 8 years ago
  55. 5ac8260 Update Nexus Players to N2G10B by Kevin Lubick · 8 years ago
  56. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  57. 550148b Reland https://skia-review.googlesource.com/c/6091/ by Yuqian Li · 8 years ago
  58. 905a94f gclient-free download and build instructions. by Mike Klein · 8 years ago
  59. e050ca7 Revert "Hide SkCanvas getDevice() & getTopDevice()}" by Florin Malita · 8 years ago
  60. c74dad6 Remove spurious checks for sRGB float data by Brian Osman · 8 years ago
  61. 523116d Unify ICC support for gray jpegs and gray pngs by Matt Sarett · 8 years ago
  62. 76467a1 Hide SkCanvas getDevice() & getTopDevice()} by Florin Malita · 8 years ago
  63. 7adde14 Optimize SkBlend by using NEON intrinsics by Joel Liang · 8 years ago
  64. e71b167 Attempt 3: SkRasterPipelineBlitter: support A8 by Mike Klein · 8 years ago
  65. aeef561 Revert "Reland https://skia-review.googlesource.com/c/6091/" by Yuqian Li · 8 years ago
  66. 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  67. ac42aeb Add support for drawImageLattice in SKIA debugger by Stan Iliev · 8 years ago
  68. b46fff6 Reland https://skia-review.googlesource.com/c/6091/ by Yuqian Li · 8 years ago
  69. 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 8 years ago
  70. 9e937af impl clipping for GDI raster-handle by Mike Reed · 8 years ago
  71. b621a35 drop depot_tools dependency in bin/fetch-gn by Mike Klein · 8 years ago
  72. 3d97a0e rm -r {include,src}/animator by Hal Canary · 8 years ago
  73. 5aedd6d cleanup after 95e3c05 by Hal Canary · 8 years ago
  74. 444c1bd Fix tool with swapped fC, fE (SkColorSpaceTransferFn) by Matt Sarett · 8 years ago
  75. bb2339d Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  76. 90ee03b Revert "Implement Analytic AA for General Paths (with Guard against Chrome)" by Yuqian Li · 8 years ago
  77. a022e2d Fix SkImageFilterCache race by Florin Malita · 8 years ago
  78. 89a0e72 Implement Analytic AA for General Paths (with Guard against Chrome) by Yuqian Li · 8 years ago
  79. 108f55e fix clipping in rasterhandleallocator by Mike Reed · 8 years ago
  80. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  81. a005acc skia_android_serial = "auto" by Mike Klein · 8 years ago
  82. 78f20e0 Cleanup GrPixelConfig helper functions by Brian Osman · 8 years ago
  83. 062990b Fix perf regression with SDF paths by Jim Van Verth · 8 years ago
  84. d32303e disable runtime detected AVX2 raster pipelines by Mike Klein · 8 years ago
  85. 4a0a943 Remove defunct include/images directory from GN. by Derek Sollenberger · 8 years ago
  86. 0c2997b Remove second version of SkImageInfo2GrPixelConfig by Brian Osman · 8 years ago
  87. d0be1ef Remove kIndex_8_GrPixelConfig by Brian Osman · 8 years ago
  88. 5de544b Move recipe expectations into example.py recipes inside of modules by Eric Boren · 8 years ago
  89. 2b861d3 Move most recipes into modules by Eric Boren · 8 years ago
  90. 621ea11 only copy NDK binaries when using NDK in our standalone builds by Mike Klein · 8 years ago
  91. e7a364d GrTessellator: fix artifact with exactly-1-px-wide edges. by Stephen White · 8 years ago
  92. e4ca362 add win subclass of raster-allocator by Mike Reed · 8 years ago
  93. 8d80bb5 Revert "Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors." by Herb Derby · 8 years ago
  94. d1c8e56 SkUTF8_CountUnichars(s,l) and SkUTF8_NextUnichar(s,l) now safe. by Hal Canary · 8 years ago
  95. f046e15 Fix undefined GrIORef test method on Chrome win bot by Brian Salomon · 8 years ago
  96. 6ff51ae Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
  97. 7704754 More fixes for distance field paths by Jim Van Verth · 8 years ago
  98. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  99. ab273fa move SkTRegister.h into tools by Mike Reed · 8 years ago
  100. 20d031a Remove SK_LEGACY_FONTMGR_FACTORY. by Ben Wagner · 8 years ago