1. 9fff111 better extend: alloc once, no recursion by Mike Klein · 7 years ago
  2. 7916255 inline SkArenaAlloc::allocObject() by Mike Klein · 7 years ago
  3. 6ecc373 Add animated webp images to DM testing by Leon Scroggins III · 7 years ago
  4. 380dcdb Update the SKP repository used by the CT bots by Ravi Mistry · 7 years ago
  5. ee47914 Add GrContext API to report the number of purgeable bytes in the cache. by Derek Sollenberger · 7 years ago
  6. 8785df1 Clear atlas textures at creation in Chrome by Brian Salomon · 7 years ago
  7. 5458cf8 Add cumulative fps to SampleApp by Yuqian Li · 7 years ago
  8. 3b840e9 add a bulk shader path through SkRasterPipelineBlitter by Mike Klein · 7 years ago
  9. bc146b1 blacklist failing Chromecast tests by Ethan Nicholas · 7 years ago
  10. b24704d SkRasterPipeline in SkArenaAlloc by Mike Klein · 7 years ago
  11. 3cac5b8 Update go to 1.8.2 by Kevin Lubick · 7 years ago
  12. 700a79c Mark SkGifImageReader destructors with override by Kevin Lubick · 7 years ago
  13. eceee04 Premultiply in DM before drawing unpremul f16 by Leon Scroggins III · 7 years ago
  14. 76f7062 move all details for dashing into impl by Mike Reed · 7 years ago
  15. d36968b add image variant to patch gm by Mike Reed · 7 years ago
  16. d17b4a6 Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "" by Brian Salomon · 7 years ago
  17. 0610a46 Legacy raster still doesn't handle transparent LCD by Brian Osman · 7 years ago
  18. 355feab Use Gerrit style format for footers in Presubmit by Ravi Mistry · 7 years ago
  19. 37aca92 Add ship.png for DrawShip sample by Jim Van Verth · 7 years ago
  20. c823fb5 Update documentation to specify the new Gerrit style CQ keywords by Ravi Mistry · 7 years ago
  21. 8a03055 Fix flag collision in GrDrawVerticesOp by Brian Osman · 7 years ago
  22. 92eaad6 Make SkPictureImageFilter::drawPictureAtLocalResolution use color xform by Christopher Cameron · 7 years ago
  23. ee92f13 Fix alpha in webp bug introduced with animation by Leon Scroggins III · 7 years ago
  24. 0190787 Really disable srgb on nexus player vulkan by Greg Daniel · 7 years ago
  25. 6ebba9f Dither copies when decreasing precision below 32-bit. by Mike Klein · 7 years ago
  26. a9e795e Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. " by Brian Salomon · 7 years ago
  27. e8fa427 add default arg so android can bulid by Mike Reed · 7 years ago
  28. f7721bc Revert "add knob to turn off fancy SkJumper features" by Mike Klein · 7 years ago
  29. 08d6d60 Disable srgb on vulkan nexus player by Greg Daniel · 7 years ago
  30. 623fadf Add Material Design shadow reference sample by Jim Van Verth · 7 years ago
  31. 45e5068 Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. by Brian Salomon · 7 years ago
  32. ccb46aa Don't pass uniform arrays in GrGLNonlinearColorSpaceXformEffect by Christopher Cameron · 7 years ago
  33. 87db001 move sk_memset?? to SkOpts by Mike Klein · 7 years ago
  34. 5373609 add knob to turn off fancy SkJumper features by Mike Klein · 7 years ago
  35. 435071e color-correct patch by Mike Reed · 7 years ago
  36. 557fbbe Add animation support to SkWebpCodec by Leon Scroggins III · 7 years ago
  37. e980174 simpler portable round() by Mike Klein · 7 years ago
  38. b8abb4c add gm to test alpha in drawPatch by Mike Reed · 7 years ago
  39. eb63eb7 Fix TSAN error for shadow cache by Jim Van Verth · 7 years ago
  40. 564ad05 Revert "sk_fgetsize to not use ftell." by Leon Scroggins · 7 years ago
  41. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  42. 8ca3356 remove min from repeat and mirror generally by Mike Klein · 7 years ago
  43. 9f85d68 retry tilers against 1 by Mike Klein · 7 years ago
  44. eee7621 add bench for patchutils by Mike Reed · 7 years ago
  45. 79a1a97 Fix TSAN bot by Jim Van Verth · 7 years ago
  46. 5592382 Remove setting of alpha coverage in text ops when in LCD mode by Greg Daniel · 7 years ago
  47. 8793e38 Cache ambient and spot shadows at a canonical position by Jim Van Verth · 7 years ago
  48. 79cdf28 Fix to lcd blending in ganesh by Greg Daniel · 7 years ago
  49. 4e3bc86 Revert "Revert "mark SkRasterPipelineBlitter final"" by Mike Klein · 7 years ago
  50. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  51. bcd8637 Revert "Revert "fix ubsan warning"" by Brian Osman · 7 years ago
  52. 86ee8c4 Revert "fix ubsan warning" by Brian Osman · 7 years ago
  53. 74fc593 Revert "We can mask load and store with just AVX." by Brian Osman · 7 years ago
  54. 4598899 Revert "add tilers against 1" by Brian Osman · 7 years ago
  55. b5b26a9 Revert "mark SkRasterPipelineBlitter final" by Brian Osman · 7 years ago
  56. b03d69f Revert "fix ubsan warning" by Brian Osman · 7 years ago
  57. 7128fdd Remove kZeroCopy_GrSurfaceFlag by Brian Salomon · 7 years ago
  58. 112565e Blacklist memory instensive tests on 32-bit bots (part 2) Bug: skia: by Matt Sarett · 7 years ago
  59. 4d1c5d6 fix ubsan warning by Mike Klein · 7 years ago
  60. edf8a76 add helper static to SkColorSpaceXform by Mike Reed · 7 years ago
  61. ffc2e4b Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  62. 4123d0f Add serialization support for drawShadowRec by Jim Van Verth · 7 years ago
  63. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  64. 317a185 mark SkRasterPipelineBlitter final by Mike Klein · 7 years ago
  65. 8110b84 add tilers against 1 by Mike Klein · 7 years ago
  66. b7b7e5f Add fixes & test for isConfigTexturable and isConfigRenderable by Robert Phillips · 7 years ago
  67. e2fc563 Switch to SkVertices version of drawVertices by Brian Osman · 7 years ago
  68. ad985b2 Marker for Win AMD driver update. by Ben Wagner · 7 years ago
  69. 139e463 We can mask load and store with just AVX. by Mike Klein · 7 years ago
  70. 0a76b41 add compile, use it in blitter by Mike Klein · 7 years ago
  71. 929bfeb Blacklist memory intensive tests on 32-bit bots by Matt Sarett · 7 years ago
  72. b35cb31 refactor SkRasterPipelineBlitter by Mike Klein · 7 years ago
  73. 1859f69 some basic speed ups for SkRasterPipeline::append() by Mike Klein · 7 years ago
  74. f94514b [recipes] Copy file, isolate, swarming, swarming_client from build.git by Eric Boren · 7 years ago
  75. 66f6b1f SkPDF: eliminate unnecessary clip for each page by Hal Canary · 7 years ago
  76. 75c7d77 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  77. 6813819 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  78. ea6a994 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  79. cb15b5e Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  80. d34edf3 Revert "Revert "Remove GrSurfaceDesc member from GrSurface."" by Brian Salomon · 7 years ago
  81. 76149aa Update SKP version by UpdateSKPs · 7 years ago
  82. 5d7f2b5 tidy up dither stage by Mike Klein · 7 years ago
  83. 9f52e98 streamline SkRasterPipeline::run() by Mike Klein · 7 years ago
  84. 580d81f Revert "dither copies when decreasing precision" by Mike Klein · 7 years ago
  85. 766f9cd dither copies when decreasing precision by Mike Klein · 7 years ago
  86. 2f68787 SkWebpEncoder: use bgra for lossless and yuv for lossy by Matt Sarett · 7 years ago
  87. 45d71a5 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  88. 2103ca9 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  89. 49354a3 Update Porter Duff analysis to match LCD logic. by Greg Daniel · 7 years ago
  90. c7f98bc Remove debug flag for ios bots by Stephan Altmueller · 7 years ago
  91. a40d9c8 Improve test coverage of image decode modes by Matt Sarett · 7 years ago
  92. 0264095 stage version of vertices by Mike Reed · 7 years ago
  93. 985febf minor skslc bugfixes by Ethan Nicholas · 7 years ago
  94. 1558123 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  95. d547fb6 Comment out lcd assert to make GLPrograms test happy by Greg Daniel · 7 years ago
  96. ddad85b Remove transitional parts from iOS job names by Stephan Altmueller · 7 years ago
  97. 6ebe4b9 Fix gpu lcd blending to semi-correctly handle alpha coverage by Greg Daniel · 7 years ago
  98. 09e9f68 Temporarily use default webp encode method for bzl by Matt Sarett · 7 years ago
  99. 618ed8a Update NexusPlayers to O Preview 2 by Kevin Lubick · 7 years ago
  100. 7346a1f detect (and preserve) if patch colors are opaque by Mike Reed · 7 years ago