1. 1ddee02 Remove preparePath from the SkStrikeInterface by Herb Derby · 5 years ago
  2. ab013eb Move GL caps textureable and fbocolorattachment flags to FormatInfo. by Greg Daniel · 5 years ago
  3. 9b2defc Switch drawTexture calls to use attemptQuadOptimization by Michael Ludwig · 5 years ago
  4. ccd895e Disable some code to handle Metal TSAN errors. by Jim Van Verth · 5 years ago
  5. 205224f Remove old texture op factories by Michael Ludwig · 5 years ago
  6. e4c88bb Prevent caching path-rendering programs by Brian Osman · 5 years ago
  7. 842e92e implement Op::bytes with NEON tbl by Mike Klein · 5 years ago
  8. 97bc9a6 simplify nibble_to_vpshufb by Mike Klein · 5 years ago
  9. a3f44e2 Reland "Refactor of GrGLCaps to move some code around." by Greg Daniel · 5 years ago
  10. 6b98280 Track if we need stencil on GrRenderTargetContext by Chris Dalton · 5 years ago
  11. 22429f9 Add generic texture op factory. by Michael Ludwig · 5 years ago
  12. 0ef3f53 aarch64 JIT first pass by Mike Klein · 5 years ago
  13. 838c8f6 Revert "Refactor of GrGLCaps to move some code around." by Greg Daniel · 5 years ago
  14. f5443bb steady clock is probably best by Mike Klein · 5 years ago
  15. ed03e5f Refactor of GrGLCaps to move some code around. by Greg Daniel · 5 years ago
  16. d7871cc Check for too-small ovals when deciding on using GrCircleOp by Jim Van Verth · 5 years ago
  17. f339dfe Separate src coordinates from domain rect in texture op. by Michael Ludwig · 5 years ago
  18. 7b4aef0 Fix argument order dependency when creating HBBlob. by Ben Wagner · 5 years ago
  19. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
  20. c29e6dc Disable texturing and rendering to F32 pixel configs. by Greg Daniel · 5 years ago
  21. fc64a1b slight speedup for hsw::blit_row_s32a_opaque by Mike Klein · 5 years ago
  22. 425eb45 Reland "Replace GrQuadList with variable-length quad buffer" by Michael Ludwig · 5 years ago
  23. 2e1e504 Reland "add operator "" _mask() to make Assembler clearer" by Mike Klein · 5 years ago
  24. a8720d0 make Label offsets int by Mike Klein · 5 years ago
  25. 6188af3 Revert "add operator "" _mask() to make Assembler clearer" by Greg Daniel · 5 years ago
  26. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
  27. 076e5d3 add operator "" _mask() to make Assembler clearer by Mike Klein · 5 years ago
  28. e706735 Reland "Removed made-up kSBGRA pixel config." by Greg Daniel · 5 years ago
  29. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  30. 19628ec Revert "Replace GrQuadList with variable-length quad buffer" by Brian Salomon · 5 years ago
  31. 70aae53 Revert "Removed made-up kSBGRA pixel config." by Brian Salomon · 5 years ago
  32. e51632e 128-bit load / store by Mike Klein · 5 years ago
  33. 24fc4eb SkUNREACHABLE by Brian Salomon · 5 years ago
  34. 15a368d some scalar ops by Mike Klein · 5 years ago
  35. ff95f6c Removed made-up kSBGRA pixel config. by Greg Daniel · 5 years ago
  36. 2c60a38 When using cached program binaries, always get uniform locations by Brian Osman · 5 years ago
  37. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  38. f281604 Replace GrQuadList with variable-length quad buffer by Michael Ludwig · 5 years ago
  39. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
  40. 02eefbe header self-sufficiency and idempotency by Hal Canary · 5 years ago
  41. 793818b Make all SkGlyph fields private by Herb Derby · 5 years ago
  42. b3c9745 Remove "nvpr" configs by Chris Dalton · 5 years ago
  43. d6b53d5 Fix and update the Intel GPU string parsing by Brian Osman · 5 years ago
  44. d94fddd disable SkVM perf dumps by Mike Klein · 5 years ago
  45. 5a7d1d2 Remove getGlyphMetrics from the interface by Herb Derby · 5 years ago
  46. f209e88 Update SkSurface_Gpu::Valid to take a backend format by Robert Phillips · 5 years ago
  47. 4e2033e Use rect calls in SkFont by Herb Derby · 5 years ago
  48. 9907e6e Expose SkSurface::isCompatible by Robert Phillips · 5 years ago
  49. a4eecd8 findImage(const SkGlyph&) -> prepareImage(SkGlyph*) by Herb Derby · 5 years ago
  50. 6580914 more aarch64 instructions by Mike Klein · 5 years ago
  51. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  52. a885b89 Use asynchronous routines to build Metal shaders and pipelines for MacOS. by Jim Van Verth · 5 years ago
  53. 9f4df80 baby steps for aarch64 support by Mike Klein · 5 years ago
  54. 7019060 Introduce mergeGlyphAndImage to SkStrike by Herb Derby · 5 years ago
  55. c42eb66 Trace events in backend texture APIs and GrDataUtils by Brian Salomon · 5 years ago
  56. 88c0a90 assemble directly into mmap'd memory by Mike Klein · 5 years ago
  57. 1a79f0b ByteCode: Improved ExternalValue interface by Brian Osman · 5 years ago
  58. e39526b Trace events in Gr[Vk]Gpu, GrVkCommandBuffer, GrVkCommandPool, and GrVkResoureProvider. by Brian Salomon · 5 years ago
  59. 3a0e8ab Trace events in GrVkAMDMemoryAllocator by Brian Salomon · 5 years ago
  60. 1f1cd1f Pause Wuffs' getFrameCount in incremental decode by Nigel Tao · 5 years ago
  61. 64b8589 Reland "Prefer using GrOvalOpFactory over GrFillRRect for circles and axis-aligned circular roundrects." by Jim Van Verth · 5 years ago
  62. e14cfbe Fix GrColorType name for half float RG. by Brian Salomon · 5 years ago
  63. a1638a5 Rename "preferredInternalSampleCount" to "internalMultisampleCount" by Chris Dalton · 5 years ago
  64. 511dcfc Remove getGlyphIDMatrics type calls. by Herb Derby · 5 years ago
  65. d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 5 years ago
  66. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  67. 2b7b2a2 add bit_clear by Mike Klein · 5 years ago
  68. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  69. a1167ab split out Analysis struct from Instruction by Mike Klein · 5 years ago
  70. 1368da0 embed val_to_reg in Builder::Instruction by Mike Klein · 5 years ago
  71. 0c33466 refactor to remove the need for death schedule by Mike Klein · 5 years ago
  72. 9c9863f split ID -> Reg,Val by Mike Klein · 5 years ago
  73. 031a2f5 simplify instructions back to one immediate by Mike Klein · 5 years ago
  74. 91032f8 Fix typo to track sdk level not release property. by Derek Sollenberger · 5 years ago
  75. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  76. 8b5cf82 add SkVM_Overhead bench, simple improvements by Mike Klein · 5 years ago
  77. 6bbeb4a remove xbyak by Mike Klein · 5 years ago
  78. f3881b2 vmovq by Mike Klein · 5 years ago
  79. ae51aa3 vpmovzxbd by Mike Klein · 5 years ago
  80. 120d9e8 vmovups, both ways by Mike Klein · 5 years ago
  81. 060eaaa jne by Mike Klein · 5 years ago
  82. b458035 Fix subset behavior in makeWithFilter. by Michael Ludwig · 5 years ago
  83. 9b06f21 Add API for glyph image data by Herb Derby · 5 years ago
  84. 04db9c2 vpshufb by Mike Klein · 5 years ago
  85. ed71b7e Handle non-finite quads in attemptQuadOptimization by Michael Ludwig · 5 years ago
  86. e505341 vbroadcastss by Mike Klein · 5 years ago
  87. 893403f clarify can-we-call-JIT logic by Mike Klein · 5 years ago
  88. 244ba55 rearrange who mprotects by Mike Klein · 5 years ago
  89. 3e8e34e Start using new APIs for bounds and glyph lookup by Herb Derby · 5 years ago
  90. 0426c38 Reland "Deserialize MultiPictureDocument based SKP files (with image sharing proc) in wasm debugger." by Nathaniel Nifong · 5 years ago
  91. 8676929 ByteCode: Faster eval in getLocation, add safety for double side-effects by Brian Osman · 5 years ago
  92. 6239272 rearrange code,data -> data,code by Mike Klein · 5 years ago
  93. 4b202a3 ByteCode: Better signature for innerRun, avoid memory stomping by Brian Osman · 5 years ago
  94. 7924d9a Simplify intercepts by Herb Derby · 5 years ago
  95. d3494ed ByteCode: Support out params in local function calls by Brian Osman · 5 years ago
  96. 82774f8 Cleanup some legacy instantiate calls by Robert Phillips · 5 years ago
  97. 5549cb0 semaphore_wait() until KERN_SUCCESS by Mike Klein · 5 years ago
  98. 0c64a54 two register ops by Mike Klein · 5 years ago
  99. ff0ae81 two register + immediate ops by Mike Klein · 5 years ago
  100. 74ad844 remaining 3-reg ops by Mike Klein · 5 years ago