1. f21254f Update SKP version by UpdateSKPs · 7 years ago
  2. ed68a92 reduce SkDisplacementImageFilter size by Mike Reed · 7 years ago
  3. 05784d9 Image Encoder: more benches by Hal Canary · 7 years ago
  4. 1b0126b Add a verbs iterator to SkPathPriv by Chris Dalton · 7 years ago
  5. f86d368 Enable constexpr for VC++ 2017 by Bruce Dawson · 7 years ago
  6. 95d19f3 support g8 and 4444 in SkRPBlitter by Mike Klein · 7 years ago
  7. 741d726 Trim gEntries down from 24K to 3K. by Mike Klein · 7 years ago
  8. 0c182fc refactor lighting imagefilter to save codesize by Mike Reed · 7 years ago
  9. 5f970fe Fix logic error when drawing path as nested rects by Brian Salomon · 7 years ago
  10. 7a808d6 ICC: SkICC::WriteToICC Description Tag is function of input by Hal Canary · 7 years ago
  11. 93323eb Enable SVG DM sources for vector sinks by Florin Malita · 7 years ago
  12. 3e2ffd7 [recipes] Switch to file module from recipe_engine by Eric Boren · 7 years ago
  13. 6ecc911 Revert "Revert "Remove Gr*Gpu includes from header files."" by Greg Daniel · 7 years ago
  14. 35186b5 Remove GrRectOpFactory::MakeAAFillWithDevRect by Brian Salomon · 7 years ago
  15. f86d37b Rename GrDrawOp::xpRequiresDstTexture to finalize and change return type to an enum by Brian Salomon · 7 years ago
  16. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  17. 610842a Make SkTArray maintain reserve count by Brian Salomon · 7 years ago
  18. 881f143 Hide GrGpuResourceRef from prying eyes by Robert Phillips · 7 years ago
  19. ade9f61 Add GrTextureProxy.h to GrAHardwareBufferImageGenerator.cpp (for Android roll) by Robert Phillips · 7 years ago
  20. 60fb0b2 Make GrAAConvexPathRenderer use vertex color by Brian Salomon · 7 years ago
  21. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  22. 56af45b Revert "Remove Gr*Gpu includes from header files." by Greg Daniel · 7 years ago
  23. 625ac3e Revert "Add caps check for fence sync in SurfaceSemaphoreTest" by Greg Daniel · 7 years ago
  24. 453888f Improve computeMatrices singular matrix handling. by Ben Wagner · 7 years ago
  25. 2bd381b Remove Gr*Gpu includes from header files. by Greg Daniel · 7 years ago
  26. 10978a6 Migrate AAConvexPathOp off of GrLegacyMeshDrawOp by Brian Salomon · 7 years ago
  27. 643fcfa Add caps check for fence sync in SurfaceSemaphoreTest by Greg Daniel · 7 years ago
  28. e18ceb1 Blacklist MSAA readPixels test on Iris540 Vk by Brian Osman · 7 years ago
  29. b6d09b7 Add CPU Chromecast Perf Job by Kevin Lubick · 7 years ago
  30. 1f8796d Revert "explore always using SkRasterPipeline for color space transforms" by Mike Klein · 7 years ago
  31. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  32. 0001828 Readd GrResourceProvider.h to GrAHardwareBufferImageGenerator.cpp (for Android roll) by Robert Phillips · 7 years ago
  33. 82dfd3d Add processor info dumping to non-legacy mesh draw ops by Brian Salomon · 7 years ago
  34. 8ea6073 Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl" by Greg Daniel · 7 years ago
  35. bcf65ed Bail out of test if MSAA surface creation fails by Brian Osman · 7 years ago
  36. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
  37. d5d323f implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
  38. eee3c09 Unit test to demonstrate Galaxy S6 MSAA readPixels bug by Brian Osman · 7 years ago
  39. 4b1df02 [infra] Disambiguate GTX960s with cpu dimension. by Ben Wagner · 7 years ago
  40. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  41. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  42. 1a0882e Fix buffer overflow in SamplePathText by Chris Dalton · 7 years ago
  43. 5856442 explore always using SkRasterPipeline for color space transforms by Mike Klein · 7 years ago
  44. 4f12f1e [fiddle] Clear the canvas to white before calling draw(). by Joe Gregorio · 7 years ago
  45. 7e3a364 Fixes for internal repo infra tests by Eric Boren · 7 years ago
  46. 277f7f2 delete lowp plus by Mike Klein · 7 years ago
  47. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  48. 699b873 SkPDF: Glyph-by-glyph bounds-reject. by Hal Canary · 7 years ago
  49. 89c1c25 Fix logic reversal in NonAAFillRectOp test factory by Brian Salomon · 7 years ago
  50. 941d144 Prevent onFlushCB created opLists from being grouped with the normal ones (new) by Robert Phillips · 7 years ago
  51. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  52. d991486 Drop the ref on the GrOpList's target in makeClosed (take 2) by Robert Phillips · 7 years ago
  53. b894c2b Fix failing dm with GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  54. d7b1159 Revert "Revert "Go back to using dual source blending for lcd src-over even with non-opaque color"" by Greg Daniel · 7 years ago
  55. c34aeb7 Update PixelXL bots to O developer preview 3 by Greg Daniel · 7 years ago
  56. c8ecb03 Revert "Drop the ref on the GrOpList's target in makeClosed" by Robert Phillips · 7 years ago
  57. e225b56 Force AAType to MSAA if the render target has MSAA and the API doesn't support disabling it. by Brian Salomon · 7 years ago
  58. dcd499c Drop the ref on the GrOpList's target in makeClosed by Robert Phillips · 7 years ago
  59. 1d06078 [infra] Specify GPU driver version in task dimensions. by Ben Wagner · 7 years ago
  60. 7d6fe0b Revert "Go back to using dual source blending for lcd src-over even with non-opaque color" by Greg Daniel · 7 years ago
  61. b54bdef Go back to using dual source blending for lcd src-over even with non-opaque color by Greg Daniel · 7 years ago
  62. 3668278 [infra] Remove unused flags in gen_tasks.go. by Ben Wagner · 7 years ago
  63. 8db74f1 Revert "Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType"" by Matt Sarett · 7 years ago
  64. 3d2a2f7 [infra] Move Android and GPU maps into gen_tasks.go. by Ben Wagner · 7 years ago
  65. d20b5c4 use #ifdef instead of #if for SK_VULKAN by Mike Reed · 7 years ago
  66. fcd5fdd Revert "Revert "Update skia to use ifdefs for Vulkan code instead of dummy header"" by Robert Phillips · 7 years ago
  67. 9647637 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  68. f90aa01 Revert "Revert "use pipeline for non-opt xfermodes"" by Mike Reed · 7 years ago
  69. 847d4c5 Add GrTexture.h include to GrAHardwareBufferImageGenerator.cpp by Robert Phillips · 7 years ago
  70. fad9e3f Revert "Update skia to use ifdefs for Vulkan code instead of dummy header" by Robert Phillips · 7 years ago
  71. 4f8c695 Revert "use pipeline for non-opt xfermodes" by Mike Klein · 7 years ago
  72. 9e99b3d remove 32K table for emboss by Mike Reed · 7 years ago
  73. 574db9e use statically linked glGetShaderPrecisionFormat on Android by Brian Salomon · 7 years ago
  74. 32057c1 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  75. 40c18cb Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  76. f046594 Remove AVX+ special case for load<U8>(). by Mike Klein · 7 years ago
  77. c0f8e42 Update skia to use ifdefs for Vulkan code instead of dummy header by Greg Daniel · 7 years ago
  78. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  79. f1debdf Remove IntelIris640 jobs. by Ben Wagner · 7 years ago
  80. f1b41a7 Refactor SkBlurImageFilter_opts.h for readability. by Mike Klein · 7 years ago
  81. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  82. 1791a06 [recipes] Fix internal_test tryjobs. by Ben Wagner · 7 years ago
  83. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  84. a611be8 ok: add 8888 and rp dsts by Mike Klein · 7 years ago
  85. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  86. e93cf97 use pipeline for non-opt xfermodes by Mike Reed · 7 years ago
  87. c4f0a82 Move Flags from GrRenderTarget to GrTypesPriv.h & rename by Robert Phillips · 7 years ago
  88. e8f2881 Revert "Revert "inline common modecolorfilters"" by Mike Reed · 7 years ago
  89. 4049dff Revert "inline common modecolorfilters" by Mike Klein · 7 years ago
  90. c8b6828 inline common modecolorfilters by Mike Reed · 7 years ago
  91. 3a74951 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  92. 1f6af6b Consolidate decoding frames into SkCodec by Leon Scroggins III · 7 years ago
  93. 13b6afd DM: use SkPngEncoder by Mike Klein · 7 years ago
  94. 1950e0a Always encode images with sRGB encoded pixels by Matt Sarett · 7 years ago
  95. ca50b87 Combine duplicate code in preparing clipRgn for fill_path by Yuqian Li · 7 years ago
  96. b1e6cfd make make{SRGB,Linear}Gamma() const by Mike Klein · 7 years ago
  97. 9bada54 Revert "Revert "Expand partial render target write pixels workaround."" by Brian Salomon · 7 years ago
  98. eb7dc79 remove dead code associated with SK_SUPPORT_LEGACY_RASTERPIPELINE by Mike Reed · 7 years ago
  99. 7a8c84c Reland DeferredTextureImageData low-bit-depth/dithering support by Eric Karl · 7 years ago
  100. a8d45e5 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago