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