1. 30e4bdf add header guards by Hal Canary · 5 years ago
  2. 8466547 Move tex storage flag to FormatInfo in GrGLCaps. by Greg Daniel · 5 years ago
  3. 02dc030 Add bridge between GrContext::createBackendTexture and SkSurface::MakeFromBackendTexture by Robert Phillips · 5 years ago
  4. c9d81f7 Fix issue where SkAutoSTMalloc doesn't default initialize std::unique_ptr. by Brian Salomon · 5 years ago
  5. 7e65076 move Builder/Program dump() by Mike Klein · 5 years ago
  6. 9ee1edd Add SkMakeSpan and helpful conversion by Herb Derby · 5 years ago
  7. 40aa85f Add tracing to GrContext resource cleanup by Yuqian Li · 5 years ago
  8. b2adbef Remove GrPixelConfig from SkSurfaceCharacterization by Robert Phillips · 5 years ago
  9. 1e2cb44 Switch GrCaps::areColorTypeAndFormatCompatible over to using GrColorType by Robert Phillips · 5 years ago
  10. 4d03689 Make GrRenderTargetContext async read functions use GrRTC's alpha type. by Brian Salomon · 5 years ago
  11. b5f95cd tool support for SkVM JIT on aarch64 by Mike Klein · 5 years ago
  12. 7aacb0b fix GCC arm64 builds by Mike Klein · 5 years ago
  13. 346c892 Add format workaround struct in GrGLCaps. by Greg Daniel · 5 years ago
  14. 624f906 Be more stringent about API failure cases in AsyncReadPixels test by Brian Salomon · 5 years ago
  15. 5f39427 Fix trace event categories in src/gpu ("skia"->"skia.gpu") by Brian Salomon · 5 years ago
  16. 1047a49 GrGpu requires row bytes to be non-zero before read/writePixels and createTexture by Brian Salomon · 5 years ago
  17. 5823f6b SkPDF: fix typo s/ProcSets/ProcSet/ (again) by Hal Canary · 5 years ago
  18. c9fce9c Centralize calculating SkPackedGlyphIDs by Herb Derby · 5 years ago
  19. 215ff33 Don't attempt mixed samples on "borrowed" render targets by Chris Dalton · 5 years ago
  20. e783ba4 Add ColorTypeInfo struct to FormatInfo in GrGLCaps. by Greg Daniel · 5 years ago
  21. 22e47f9 Reland "Test MSAA on Gen9 Intel GPUs" by Brian Osman · 5 years ago
  22. 22f34b1 Make SkFloatToDecimal() param name match declaration. by Lei Zhang · 5 years ago
  23. bd3d8d3 Remove GrPixelConfig from GrColorSpaceInfo. by Brian Salomon · 5 years ago
  24. effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 5 years ago
  25. 9fb7fa5 Fix asserts in EllipticalRRectOp::Make to match logic of make_rrect_op by Brian Osman · 5 years ago
  26. 5e8f389 Re-enable Metal buffer suballocation with extra mutex guard. by Jim Van Verth · 5 years ago
  27. 9c9af8e Use bulk metrics call in SkFont by Herb Derby · 5 years ago
  28. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  29. dc0710f Make GrCaps::surfaceSupportsReadPixels return distinct values rather than flags. by Brian Salomon · 5 years ago
  30. cab767f SkSL now respects layout(key) on all variables by Ethan Nicholas · 5 years ago
  31. 41f937f Revert "Test MSAA on Gen9 Intel GPUs" by Brian Osman · 5 years ago
  32. 1e87a54 move SkVM interpreter back to SkVM.cpp by Mike Klein · 5 years ago
  33. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  34. 1fa149a finish up arm64 ops by Mike Klein · 5 years ago
  35. e0b2daf Test MSAA on Gen9 Intel GPUs by Brian Osman · 5 years ago
  36. c046ff0 Add SkSurfaceCharacterization::isCompatible by Robert Phillips · 5 years ago
  37. dcb832a Revert "Switch drawTexture calls to use attemptQuadOptimization" by Michael Ludwig · 5 years ago
  38. 1ddee02 Remove preparePath from the SkStrikeInterface by Herb Derby · 5 years ago
  39. ab013eb Move GL caps textureable and fbocolorattachment flags to FormatInfo. by Greg Daniel · 5 years ago
  40. 9b2defc Switch drawTexture calls to use attemptQuadOptimization by Michael Ludwig · 5 years ago
  41. ccd895e Disable some code to handle Metal TSAN errors. by Jim Van Verth · 5 years ago
  42. 205224f Remove old texture op factories by Michael Ludwig · 5 years ago
  43. e4c88bb Prevent caching path-rendering programs by Brian Osman · 5 years ago
  44. 842e92e implement Op::bytes with NEON tbl by Mike Klein · 5 years ago
  45. 97bc9a6 simplify nibble_to_vpshufb by Mike Klein · 5 years ago
  46. a3f44e2 Reland "Refactor of GrGLCaps to move some code around." by Greg Daniel · 5 years ago
  47. 6b98280 Track if we need stencil on GrRenderTargetContext by Chris Dalton · 5 years ago
  48. 22429f9 Add generic texture op factory. by Michael Ludwig · 5 years ago
  49. 0ef3f53 aarch64 JIT first pass by Mike Klein · 5 years ago
  50. 838c8f6 Revert "Refactor of GrGLCaps to move some code around." by Greg Daniel · 5 years ago
  51. f5443bb steady clock is probably best by Mike Klein · 5 years ago
  52. ed03e5f Refactor of GrGLCaps to move some code around. by Greg Daniel · 5 years ago
  53. d7871cc Check for too-small ovals when deciding on using GrCircleOp by Jim Van Verth · 5 years ago
  54. f339dfe Separate src coordinates from domain rect in texture op. by Michael Ludwig · 5 years ago
  55. 7b4aef0 Fix argument order dependency when creating HBBlob. by Ben Wagner · 5 years ago
  56. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
  57. c29e6dc Disable texturing and rendering to F32 pixel configs. by Greg Daniel · 5 years ago
  58. fc64a1b slight speedup for hsw::blit_row_s32a_opaque by Mike Klein · 5 years ago
  59. 425eb45 Reland "Replace GrQuadList with variable-length quad buffer" by Michael Ludwig · 5 years ago
  60. 2e1e504 Reland "add operator "" _mask() to make Assembler clearer" by Mike Klein · 5 years ago
  61. a8720d0 make Label offsets int by Mike Klein · 5 years ago
  62. 6188af3 Revert "add operator "" _mask() to make Assembler clearer" by Greg Daniel · 5 years ago
  63. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
  64. 076e5d3 add operator "" _mask() to make Assembler clearer by Mike Klein · 5 years ago
  65. e706735 Reland "Removed made-up kSBGRA pixel config." by Greg Daniel · 5 years ago
  66. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  67. 19628ec Revert "Replace GrQuadList with variable-length quad buffer" by Brian Salomon · 5 years ago
  68. 70aae53 Revert "Removed made-up kSBGRA pixel config." by Brian Salomon · 5 years ago
  69. e51632e 128-bit load / store by Mike Klein · 5 years ago
  70. 24fc4eb SkUNREACHABLE by Brian Salomon · 5 years ago
  71. 15a368d some scalar ops by Mike Klein · 5 years ago
  72. ff95f6c Removed made-up kSBGRA pixel config. by Greg Daniel · 5 years ago
  73. 2c60a38 When using cached program binaries, always get uniform locations by Brian Osman · 5 years ago
  74. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  75. f281604 Replace GrQuadList with variable-length quad buffer by Michael Ludwig · 5 years ago
  76. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
  77. 02eefbe header self-sufficiency and idempotency by Hal Canary · 5 years ago
  78. 793818b Make all SkGlyph fields private by Herb Derby · 5 years ago
  79. b3c9745 Remove "nvpr" configs by Chris Dalton · 5 years ago
  80. d6b53d5 Fix and update the Intel GPU string parsing by Brian Osman · 5 years ago
  81. d94fddd disable SkVM perf dumps by Mike Klein · 5 years ago
  82. 5a7d1d2 Remove getGlyphMetrics from the interface by Herb Derby · 5 years ago
  83. f209e88 Update SkSurface_Gpu::Valid to take a backend format by Robert Phillips · 5 years ago
  84. 4e2033e Use rect calls in SkFont by Herb Derby · 5 years ago
  85. 9907e6e Expose SkSurface::isCompatible by Robert Phillips · 5 years ago
  86. a4eecd8 findImage(const SkGlyph&) -> prepareImage(SkGlyph*) by Herb Derby · 5 years ago
  87. 6580914 more aarch64 instructions by Mike Klein · 5 years ago
  88. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  89. a885b89 Use asynchronous routines to build Metal shaders and pipelines for MacOS. by Jim Van Verth · 5 years ago
  90. 9f4df80 baby steps for aarch64 support by Mike Klein · 5 years ago
  91. 7019060 Introduce mergeGlyphAndImage to SkStrike by Herb Derby · 5 years ago
  92. c42eb66 Trace events in backend texture APIs and GrDataUtils by Brian Salomon · 5 years ago
  93. 88c0a90 assemble directly into mmap'd memory by Mike Klein · 5 years ago
  94. 1a79f0b ByteCode: Improved ExternalValue interface by Brian Osman · 5 years ago
  95. e39526b Trace events in Gr[Vk]Gpu, GrVkCommandBuffer, GrVkCommandPool, and GrVkResoureProvider. by Brian Salomon · 5 years ago
  96. 3a0e8ab Trace events in GrVkAMDMemoryAllocator by Brian Salomon · 5 years ago
  97. 1f1cd1f Pause Wuffs' getFrameCount in incremental decode by Nigel Tao · 5 years ago
  98. 64b8589 Reland "Prefer using GrOvalOpFactory over GrFillRRect for circles and axis-aligned circular roundrects." by Jim Van Verth · 5 years ago
  99. e14cfbe Fix GrColorType name for half float RG. by Brian Salomon · 5 years ago
  100. a1638a5 Rename "preferredInternalSampleCount" to "internalMultisampleCount" by Chris Dalton · 5 years ago