1. 81d35a7 rm SkPreConfig.h and SkPostConfig.h by Mike Klein · 4 years, 6 months ago
  2. 45f94f8 Reland: Initial checkin of GM verifier framework by Tyler Denniston · 4 years, 6 months ago
  3. 14d64af Revert "Initial checkin of GM verifier framework" by Tyler Denniston · 4 years, 6 months ago
  4. 7e36f00 Initial checkin of GM verifier framework by Tyler Denniston · 4 years, 6 months ago
  5. d095b9f Fix SW decompression of BC1 and add a GM to check it (take 2). by Robert Phillips · 4 years, 6 months ago
  6. ab5da1f Revert "Fix SW decompression of BC1 and add a GM to check it." by Robert Phillips · 4 years, 6 months ago
  7. 4238751 Fix SW decompression of BC1 and add a GM to check it. by Robert Phillips · 4 years, 6 months ago
  8. d4f6831 Add SW decode of ETC1 and a GM by Robert Phillips · 4 years, 6 months ago
  9. f033404 Improvements to texture_domain GMs by Brian Salomon · 4 years, 6 months ago
  10. c0c0522 let's try to fix nullptr + k by Mike Klein · 4 years, 6 months ago
  11. 4328e92 Add a stencil/tessellation hybrid mode for path rendering by Chris Dalton · 4 years, 6 months ago
  12. 9404603 remove more vtune references by Mike Klein · 4 years, 6 months ago
  13. d352529 incorporate r,g,b,a into shaderHash by Mike Klein · 4 years, 6 months ago
  14. 99dead9 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2) by Robert Phillips · 4 years, 6 months ago
  15. 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 4 years, 6 months ago
  16. 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 4 years, 6 months ago
  17. b962eff Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 6 months ago
  18. d081dce Move GrTessellator::VertexAllocator to GrEagerVertexAllocator by Chris Dalton · 4 years, 6 months ago
  19. 60ff651 Fix build when (is_ios && !skia_enable_skottie) by Hal Canary · 4 years, 6 months ago
  20. 73c7587 Reland "Specialize SkRectanzier to SkRectanizerSkyline" by Herb Derby · 4 years, 6 months ago
  21. 05b7297 remove obsolete flag SK_SUPPORT_LEGACY_CANVAS_MATRIX_VIRTUALS by Mike Reed · 4 years, 6 months ago
  22. 87211cd Add GM for crbug:10141204 by Michael Ludwig · 4 years, 6 months ago
  23. e4ddb8a Revert "Specialize SkRectanzier to SkRectanizerSkyline" by Mike Reed · 4 years, 6 months ago
  24. 77e1f84 Specialize SkRectanzier to SkRectanizerSkyline by Herb Derby · 4 years, 6 months ago
  25. 08f1a25 Add GM reproducing perspective failures by Michael Ludwig · 4 years, 6 months ago
  26. 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 4 years, 6 months ago
  27. 7deb1c2 Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 6 months ago
  28. b6c27f1 Add GrQuad::bounds() benchmark by Michael Ludwig · 4 years, 6 months ago
  29. f9aea7f Add a tessellation mode that triangulates the inner polygon separately by Chris Dalton · 4 years, 6 months ago
  30. 6f5e940 Clamp GrSkSLFP output to valid premul by Brian Osman · 4 years, 6 months ago
  31. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 4 years, 6 months ago
  32. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 4 years, 6 months ago
  33. 40a1cee Rewrite tessellation wedge generation to be done in a single pass by Chris Dalton · 4 years, 6 months ago
  34. ac90802 Update compressed texturing GM by Robert Phillips · 4 years, 6 months ago
  35. edae1b3 [infra] Change CMake build to use a temporary directory by Eric Boren · 4 years, 7 months ago
  36. 9403c38 Revert "Reland "Revert "allow clients to opt into new didTranslate/didScale""" by Mike Reed · 4 years, 7 months ago
  37. f66bba6 Reland "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 4 years, 7 months ago
  38. d7ce7ac Revert "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 4 years, 7 months ago
  39. 69ace2a sample3d by Mike Reed · 4 years, 7 months ago
  40. a3a704a Override didTranslate, and add virtual for didScale by Mike Reed · 4 years, 7 months ago
  41. a092028 Revert "new virtuals for canvas ctm" by Mike Reed · 4 years, 7 months ago
  42. 2076b04 new virtuals for canvas ctm by Mike Reed · 4 years, 7 months ago
  43. 6f48542 remove cruft bools from canvas by Mike Reed · 4 years, 7 months ago
  44. d5caeb8 Improve handling of anisotropic scaling for stroked rects by Robert Phillips · 4 years, 7 months ago
  45. 7cfcc1e add Brian's fiddle as gm/bicubic by Mike Klein · 4 years, 7 months ago
  46. 403c807 Revert "Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."" by Mike Reed · 4 years, 7 months ago
  47. 268ed57 Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API." by Brian Osman · 4 years, 7 months ago
  48. b832ce6 Add a path renderer that uses GPU tessellation by Chris Dalton · 4 years, 7 months ago
  49. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 7 months ago
  50. 98bfcc7 Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API. by Mike Reed · 4 years, 7 months ago
  51. 8e71744 add SkVM_fwd.h by Mike Klein · 4 years, 7 months ago
  52. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 7 months ago
  53. 91e0d75 rm gm/skvm.cpp by Mike Klein · 4 years, 7 months ago
  54. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 4 years, 7 months ago
  55. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 4 years, 7 months ago
  56. 94724c6 Fix GrColorMatrixFragmentProcessor handling of premul transparent black. by Brian Salomon · 4 years, 7 months ago
  57. b6f98ea Enable ASAN on Windows by Ben Wagner · 4 years, 7 months ago
  58. 5a2f962 Add back door support for GLSL tessellation shaders by Chris Dalton · 4 years, 7 months ago
  59. c15afe4 move SkClipStack::asPath into PDFUtils by Mike Reed · 4 years, 7 months ago
  60. 3a09a37 Ungenerate GrSimpleTextureEffect by Brian Salomon · 4 years, 7 months ago
  61. 088913a Start adding unit tests of SkRuntimeEffect by Brian Osman · 4 years, 7 months ago
  62. 3e5e2f2 Add test for the GrContext::createCompressedBackendTexture API by Robert Phillips · 4 years, 7 months ago
  63. cdb0e8f demote -fsanitize=pointer-overflow to warning by Mike Klein · 4 years, 7 months ago
  64. f11fd1f Python3 tweaks by Florin Malita · 4 years, 7 months ago
  65. 46e366a Remove GrTextureContext. by Greg Daniel · 4 years, 7 months ago
  66. 07c4e1d remove use_PIC. by Shachar Langbeheim · 4 years, 7 months ago
  67. 99448bf Delete unused GrDebugMarkerOp. by Greg Daniel · 4 years, 7 months ago
  68. 7b1678a Major refactor of runtime effects by Brian Osman · 4 years, 7 months ago
  69. a6069a1 Support clipRegion on GPU backend by Brian Salomon · 4 years, 8 months ago
  70. f46d5ca use std::make_unique by Mike Klein · 4 years, 8 months ago
  71. 20b177a Parse android layer annotations in debugger, play back layers by Nathaniel Nifong · 4 years, 8 months ago
  72. 67e55a2 lift Wno-class-memaccess by Mike Klein · 4 years, 8 months ago
  73. a904764 WS: reorder GrTextBlob struct and move all methods to .cpp by Herb Derby · 4 years, 8 months ago
  74. 0393687 flip on a bunch of GCC warnings by Mike Klein · 4 years, 8 months ago
  75. 8a99a41 Fix for 420/422 chroma subsampling of odd dimension images when by Brian Salomon · 4 years, 8 months ago
  76. 270f7e2 Reland "remove legacy SkPath enum guards" by Mike Reed · 4 years, 8 months ago
  77. fdf7e08 Revert "remove legacy SkPath enum guards" by Mike Reed · 4 years, 8 months ago
  78. 7fdceb9 remove legacy SkPath enum guards by Mike Reed · 4 years, 8 months ago
  79. 75d625f Add deps file for manifest. Use libwebp always. by John Rosasco · 4 years, 8 months ago
  80. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 4 years, 8 months ago
  81. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 4 years, 8 months ago
  82. 3a50981 switch to new filltype for SkPath by Mike Reed · 4 years, 8 months ago
  83. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 4 years, 8 months ago
  84. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 8 months ago
  85. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 8 months ago
  86. 389c8e9 [minor] mark scripts as executable by Hal Canary · 4 years, 9 months ago
  87. 2dad990 Replace third_party/gif: Preflight changes by Hal Canary · 4 years, 8 months ago
  88. f7cb902 Revert "Replace third_party/gif with new DEPS entry." by Hal Canary · 4 years, 8 months ago
  89. 82c1331 BUILD: libgifcodec: fix flutter build by Hal Canary · 4 years, 8 months ago
  90. 6d29bfb Replace third_party/gif with new DEPS entry. by Hal Canary · 4 years, 9 months ago
  91. 9841a61 Update GrVkImageView to handle failure of VkImageView creation. by Greg Daniel · 4 years, 8 months ago
  92. 51aabc9 Add Debian10 GCC Docker Build by Ben Wagner · 4 years, 8 months ago
  93. 22814db GN tools: copy_git_directory.py better error message. by Hal Canary · 4 years, 8 months ago
  94. e0ce128 add VTune integration to SkVM by Mike Klein · 4 years, 8 months ago
  95. 11c45d6 GN tool: copy_git_directory.py script by Hal Canary · 4 years, 8 months ago
  96. c919f97 Reformat gn files by Robert Phillips · 4 years, 8 months ago
  97. 24cbdab SKQP Build for Fuchsia SDK by John Rosasco · 4 years, 10 months ago
  98. 2319b80 remove unused (by clients) SkMultiPictureDraw by Mike Reed · 4 years, 8 months ago
  99. e837e61 Respect the max indexBuffer limits in the bulk texture draw API (take 2) by Robert Phillips · 4 years, 8 months ago
  100. 438d986 Respect max index buffer sizes in GrFillRectOp::MakeSet by Robert Phillips · 4 years, 9 months ago