1. b3c9745 Remove "nvpr" configs by Chris Dalton · 5 years ago
  2. 9907e6e Expose SkSurface::isCompatible by Robert Phillips · 5 years ago
  3. a4eecd8 findImage(const SkGlyph&) -> prepareImage(SkGlyph*) by Herb Derby · 5 years ago
  4. 6580914 more aarch64 instructions by Mike Klein · 5 years ago
  5. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  6. 9f4df80 baby steps for aarch64 support by Mike Klein · 5 years ago
  7. 88c0a90 assemble directly into mmap'd memory by Mike Klein · 5 years ago
  8. 1a79f0b ByteCode: Improved ExternalValue interface by Brian Osman · 5 years ago
  9. 1f1cd1f Pause Wuffs' getFrameCount in incremental decode by Nigel Tao · 5 years ago
  10. 511dcfc Remove getGlyphIDMatrics type calls. by Herb Derby · 5 years ago
  11. bd0d3e4 Fix EGLImageTest asserts on Android by Brian Salomon · 5 years ago
  12. d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 5 years ago
  13. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  14. 2b7b2a2 add bit_clear by Mike Klein · 5 years ago
  15. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  16. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  17. 6bbeb4a remove xbyak by Mike Klein · 5 years ago
  18. f3881b2 vmovq by Mike Klein · 5 years ago
  19. ae51aa3 vpmovzxbd by Mike Klein · 5 years ago
  20. 120d9e8 vmovups, both ways by Mike Klein · 5 years ago
  21. 060eaaa jne by Mike Klein · 5 years ago
  22. b458035 Fix subset behavior in makeWithFilter. by Michael Ludwig · 5 years ago
  23. 9b06f21 Add API for glyph image data by Herb Derby · 5 years ago
  24. 04db9c2 vpshufb by Mike Klein · 5 years ago
  25. e505341 vbroadcastss by Mike Klein · 5 years ago
  26. 0426c38 Reland "Deserialize MultiPictureDocument based SKP files (with image sharing proc) in wasm debugger." by Nathaniel Nifong · 5 years ago
  27. 6239272 rearrange code,data -> data,code by Mike Klein · 5 years ago
  28. d3494ed ByteCode: Support out params in local function calls by Brian Osman · 5 years ago
  29. 82774f8 Cleanup some legacy instantiate calls by Robert Phillips · 5 years ago
  30. ff0ae81 two register + immediate ops by Mike Klein · 5 years ago
  31. fba386b ByteCode: Allow calls to functions that return void by Brian Osman · 5 years ago
  32. 384981b Revert "Deserialize MultiPictureDocument based SKP files (with image sharing proc) in wasm debugger." by Brian Salomon · 5 years ago
  33. 397fc88 first VEX ymm vector ops by Mike Klein · 5 years ago
  34. 7635013 Deserialize MultiPictureDocument based SKP files (with image sharing proc) in wasm debugger. by Nathaniel Nifong · 5 years ago
  35. f30b1c1 Revert "Revert "Make SkASSERT not break build in constexpr GrSwizzle method on GCC"" by Brian Salomon · 5 years ago
  36. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
  37. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 5 years ago
  38. 6132820 Reland "Consolidate quad optimizations into single internal function." by Michael Ludwig · 5 years ago
  39. 8d56457 ByteCode: Fix subtle bug with nested loops and lanes re-activating by Brian Osman · 5 years ago
  40. d3e75a7 add(GP64 dst, int imm) by Mike Klein · 5 years ago
  41. 948045d make registers a little less verbose to work with by Mike Klein · 5 years ago
  42. 61703a6 first interesting instruction, sub(GP64,imm) by Mike Klein · 5 years ago
  43. 0564204 Reland "extract Assembler so it can be tested" by Mike Klein · 5 years ago
  44. e5f7328 No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface by Robert Phillips · 5 years ago
  45. 6b7c9d9 Revert "extract Assembler so it can be tested" by Mike Klein · 5 years ago
  46. 7694b90 Revert "Consolidate quad optimizations into single internal function." by Brian Salomon · 5 years ago
  47. 6e6333f Refactor font resolution out of font iterator; few minor bug fixes by Julia Lavrova · 5 years ago
  48. 66a4603 Add Ganesh support for RGBA_16161616 and RG_half (take 2) by Robert Phillips · 5 years ago
  49. a224fc1 extract Assembler so it can be tested by Mike Klein · 5 years ago
  50. 646616a Consolidate quad optimizations into single internal function. by Michael Ludwig · 5 years ago
  51. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  52. c34d993 Revert "Add function to GrDataUtils to handle color conversions." by Robert Phillips · 5 years ago
  53. 9c71e7b Remove all global mutexes by Herb Derby · 5 years ago
  54. 5509102 Add function to GrDataUtils to handle color conversions. by Brian Salomon · 5 years ago
  55. 3ec1f54 Revert "Store GrSwizzle on proxies for texturing and swizzling." by Brian Salomon · 5 years ago
  56. 2309313 Store GrSwizzle on proxies for texturing and swizzling. by Greg Daniel · 5 years ago
  57. 3721688 Make fMaskFormate private by Herb Derby · 5 years ago
  58. 6c1205a Avoid using GrGpu::readPixels in GrTestingBackendTextureUploadTest. by Brian Salomon · 5 years ago
  59. 08a8496 Interpreter: Simplify interface quite a bit. by Brian Osman · 5 years ago
  60. 2b5be0a Fix EGLImageTest for new assert. by Greg Daniel · 5 years ago
  61. fa55f2e Add asserts to make sure we always have valid GrBackendFormats before creating proxies. by Greg Daniel · 5 years ago
  62. 5640397 fix dst/arg aliasing issues by Mike Klein · 5 years ago
  63. f83c468 Revert "Add Ganesh support for RGBA_16161616 and RG_half" by Robert Phillips · 5 years ago
  64. 569f12f Interpreter: Vectorized interpreter by Brian Osman · 5 years ago
  65. d608e22 Add load/store to SkRasterPipeline for 16161616 unsigned normalized. by Brian Salomon · 5 years ago
  66. 1566225 Add Ganesh support for RGBA_16161616 and RG_half by Robert Phillips · 5 years ago
  67. 3f59379 expand unit tests, fix extract by Mike Klein · 5 years ago
  68. 81756e4 test and fix that we cover the right inputs by Mike Klein · 5 years ago
  69. 217522c Add SkRasterPipeline support for more load/store formats and GrSwizzle. by Brian Salomon · 5 years ago
  70. a3552c5 Reland "SkParagraph" by Julia Lavrova · 5 years ago
  71. 2d170c3 Remove all NexusPlayer bots and driver workarounds by Brian Osman · 5 years ago
  72. d188c18 fixed SkSL handling of negated literal vectors by Ethan Nicholas · 5 years ago
  73. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  74. cb1adb4 Add srcData version of createBackendTexture API by Robert Phillips · 5 years ago
  75. 40d9c51 Fix font creation lost style on Mac by Mike Reed · 5 years ago
  76. 22ea7e9 add Builder::dump() by Mike Klein · 5 years ago
  77. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
  78. 9b7f143 GrTessellator: fix for intersections returning non-finite points. by Stephen White · 5 years ago
  79. 07cd38d Revert "SkParagraph" by Herb Derby · 5 years ago
  80. 8016441 Interpreter: Refactor interface and lifetime management by Brian Osman · 5 years ago
  81. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  82. 10ad0b9 SkParagraph by Julia Lavrova · 5 years ago
  83. fe18de5 Experimental: Add R_16 and RG_1616 to Ganesh (take 2) by Robert Phillips · 5 years ago
  84. 992df57 Revert "Experimental: Add R_16 and RG_1616 to Ganesh" by Greg Daniel · 5 years ago
  85. 36a54c1 Rename SkStrikeSpecStorage -> SkStrikeSpec by Herb Derby · 5 years ago
  86. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  87. 4b432fa run rewrite_includes.py by Mike Klein · 5 years ago
  88. fc99416 Major rearchitecture of SkSL parsing, focused on improving performance. by Ethan Nicholas · 5 years ago
  89. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  90. 93d0146 Experimental: Add R_16 and RG_1616 to Ganesh by Robert Phillips · 5 years ago
  91. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  92. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  93. 6386efa Remove unused "DropsTileOnZeroDivide" caps bit by Brian Osman · 5 years ago
  94. de4c58c Combine GrPerspQuad and GrQuad by Michael Ludwig · 5 years ago
  95. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 5 years ago
  96. e2826ab Add API to invalidate GL texture parameters from GrBackendTexture. by Brian Salomon · 5 years ago
  97. 7716331 print SKVM test failures by Mike Klein · 5 years ago
  98. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  99. d17e05a Extract GrQuadList into separate header by Michael Ludwig · 5 years ago
  100. 7b7077c centralize test/bench SkVM builders by Mike Klein · 5 years ago