1. 98bc22c add fontmetrics to custom typeface by Mike Reed · 4 years, 4 months ago
  2. dbcf680 Fix rendering of very-thin dashed lines when MSAA is enabled. by John Stiles · 4 years, 4 months ago
  3. 75cebbe Inset subset rect in texture op when nearest sampling by Brian Salomon · 4 years, 4 months ago
  4. 6222406 clean up some SK_LEGACY... defines by Mike Klein · 4 years, 4 months ago
  5. d5cbc1e Isolate fGlyphs in SubRun by Herb Derby · 4 years, 4 months ago
  6. e7825ff Reland "direct mask biased to (0,0)" by Herb Derby · 4 years, 4 months ago
  7. 8219e91 For vertices/patches with a shader and no texCoords, use positions by Brian Osman · 4 years, 4 months ago
  8. 1040e38 Revert "direct mask biased to (0,0)" by Robert Phillips · 4 years, 4 months ago
  9. 4a9a2d1 remove legacy utils for camera3d by Mike Reed · 4 years, 4 months ago
  10. 839e70f Identity unichar <-> glyph_id mapping for SkCustomTypeface by Florin Malita · 4 years, 4 months ago
  11. 56cde49 direct mask biased to (0,0) by Herb Derby · 4 years, 4 months ago
  12. 2255893 Reland "Consolidate texture uploads in GrGLGpu." by Brian Salomon · 4 years, 4 months ago
  13. 11ad4cc Reland "Revert "Revert "Fix tile modes in SkGpuBlurUtils.""" by Brian Salomon · 4 years, 4 months ago
  14. 67c921a JIT pow() by Mike Klein · 4 years, 4 months ago
  15. 71f06f6 Revert "Consolidate texture uploads in GrGLGpu." by Robert Phillips · 4 years, 4 months ago
  16. f10b2a5 Loosen up uniqueKey asserts between GrTextureProxy and GrTexture in DDLs (alt. version) by Robert Phillips · 4 years, 4 months ago
  17. 5c66aa7 Consolidate texture uploads in GrGLGpu. by Brian Salomon · 4 years, 4 months ago
  18. 28590d5 Add 'shader' as an alias for 'fragmentProcessor' by Brian Osman · 4 years, 6 months ago
  19. 364ed37 Reland "Revert "Fix tile modes in SkGpuBlurUtils."" by Brian Salomon · 4 years, 4 months ago
  20. b88fe29 Support framebuffer fetch extension on non-ES GL by Brian Salomon · 4 years, 4 months ago
  21. a36a5a1 Add a per-triangle vertex advance to GrMiddleOutPolygonTriangulator by Chris Dalton · 4 years, 4 months ago
  22. 340cd9c SkCustomTypeface tweaks by Florin Malita · 4 years, 4 months ago
  23. 08f986d Added SkSL unpremul intrinsic by Brian Osman · 4 years, 4 months ago
  24. cdb520a SkPostConcatMatrixProvider -> SkPostTranslateMatrixProvider by Brian Osman · 4 years, 4 months ago
  25. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 4 months ago
  26. e5865f6 Revert "Revert "Fix tile modes in SkGpuBlurUtils."" by Brian Salomon · 4 years, 4 months ago
  27. ff350cb fixed null dereference in SkSLMetalCodeGenerator by Ethan Nicholas · 4 years, 4 months ago
  28. 79c5674 Place transformed drawing data at source space (0,0) by Herb Derby · 4 years, 4 months ago
  29. dbb3e1d Remove some asserts that prevent Dawn from completing a DM run. by Stephen White · 4 years, 4 months ago
  30. b8fc4e6 refactor SkArenaAlloc arrays a little by Mike Klein · 4 years, 4 months ago
  31. 39ec60a Don't delete gl textures on failed update. by Greg Daniel · 4 years, 4 months ago
  32. c2e80e1 [canvaskit] Disable getError calls for webGL by Kevin Lubick · 4 years, 4 months ago
  33. 8f3963f Add array initializer by Herb Derby · 4 years, 4 months ago
  34. 682a2f4 Add Direct3D swapchain support by Jim Van Verth · 4 years, 4 months ago
  35. f6bf516 Reland "Add an implementation and log2 variants for Wang's formula" by Chris Dalton · 4 years, 4 months ago
  36. 7156db2 Revert "Update GrTriangulator to use SkPathPriv::Iterate" by Chris Dalton · 4 years, 4 months ago
  37. 2f2d81c Fix tessellation benchmarks to not allocate new data every iteration by Chris Dalton · 4 years, 4 months ago
  38. 6c3db04 Revert "Add an implementation and log2 variants for Wang's formula" by Mike Klein · 4 years, 4 months ago
  39. b2365d8 Reland "Reland "Add api on GrContext to update the data of GrBackendTextures."" by Greg Daniel · 4 years, 4 months ago
  40. 7a02614 Make staging manager lists private to GrGpu. by Stephen White · 4 years, 4 months ago
  41. 7bd13c2 Pass externally synchronizaed flag to vulkan memory allocator. by Greg Daniel · 4 years, 4 months ago
  42. e278e1c Add an implementation and log2 variants for Wang's formula by Chris Dalton · 4 years, 4 months ago
  43. dcfb233 Enable kernel caching in GrMatrixConvolutionEffect by Adlai Holler · 4 years, 4 months ago
  44. 1908bb8 Add workaround for TecnoSpark 3 Pro MIP mapping by Brian Salomon · 4 years, 4 months ago
  45. 5ab94e1 Add GrContext getter to SkSurface. by Greg Daniel · 4 years, 4 months ago
  46. c002d56 Simplify GrClip::getConservativeBounds() signature by Michael Ludwig · 4 years, 4 months ago
  47. 7190399 SkRuntimeEffect: Support late bound uniforms in raster by Brian Osman · 4 years, 4 months ago
  48. da50cb8 A flush and submit apis to public headers. by Greg Daniel · 4 years, 4 months ago
  49. 9aaec36 Plumbing SkMatrixProvider into the raster backend by Brian Osman · 4 years, 4 months ago
  50. b8d7e00 Move makeDraw(Indexed)IndirectSpace into GrMeshDrawOp::Target by Chris Dalton · 4 years, 4 months ago
  51. 537dc05 Fix SkSpan supspan() add test by Herb Derby · 4 years, 4 months ago
  52. 25dc7ca In SkTaskGroup, move the function in case it has heap-allocated storage by Adlai Holler · 4 years, 4 months ago
  53. 2f62abd Update AMD vulkan memory allocator. by Greg Daniel · 4 years, 4 months ago
  54. 8bd0719 Add GrVkResourceProvider::findCompatibleRenderPass variant that takes an AttachmentsDescriptor by Robert Phillips · 4 years, 4 months ago
  55. 48fcdac only pass a real paint to drawPicture if we need to by Mike Reed · 4 years, 4 months ago
  56. 828d341 Reland "Refactor stencil clip mask generation into helper" by Michael Ludwig · 4 years, 4 months ago
  57. f497c36 Make GrVkResourceProvider::PipelineStateCache use GrGpu::Stats by Robert Phillips · 4 years, 4 months ago
  58. 3bce1f7 Non-substantive Vulkan backend changes by Robert Phillips · 4 years, 4 months ago
  59. de228e5 Revert "Refactor stencil clip mask generation into helper" by Michael Ludwig · 4 years, 4 months ago
  60. 8b3a8a5 Refactor stencil clip mask generation into helper by Michael Ludwig · 4 years, 4 months ago
  61. 684838f Mark SkStringPrintf as SK_PRINTF_LIKE by Adlai Holler · 4 years, 4 months ago
  62. cb1c262 SkMatrixProvider: Move local-to-device storage to base class by Brian Osman · 4 years, 4 months ago
  63. a1ed96b Remove code resetting pixelGeometry for filters by Xianzhu Wang · 4 years, 4 months ago
  64. 00ddb00 Reland "Support large kernels on GPU in matrix convolution effect" by Adlai Holler · 4 years, 4 months ago
  65. 3d2c41b Look for GL_ARB_texture_rectangle on SwiftShader contexts by Brian Salomon · 4 years, 4 months ago
  66. a117e7b Revert "Reland "Support large kernels on GPU in matrix convolution effect"" by Adlai Holler · 4 years, 4 months ago
  67. 518fd4d Reland "Another fix for dash line thickness." by Brian Salomon · 4 years, 4 months ago
  68. c74db79 remove Assembler::here() by Mike Klein · 4 years, 4 months ago
  69. ed219fe Revert "Reland "Add api on GrContext to update the data of GrBackendTextures."" by Greg Daniel · 4 years, 4 months ago
  70. 76cb9c4 Reland "Support large kernels on GPU in matrix convolution effect" by Adlai Holler · 4 years, 4 months ago
  71. e08729c Don't add empty segments to XPS figures. by Ben Wagner · 4 years, 4 months ago
  72. 83c6626 Reland "Add api on GrContext to update the data of GrBackendTextures." by Greg Daniel · 4 years, 4 months ago
  73. 6b08ddc most Labels are used _twice_ by Mike Klein · 4 years, 4 months ago
  74. baf8921 xor to make zero by Mike Klein · 4 years, 4 months ago
  75. d7a5b59 Revert "Another fix for dash line thickness." by Brian Salomon · 4 years, 4 months ago
  76. e947efb Avoid scale by alpha if unnecessary by jiepan · 4 years, 4 months ago
  77. bf1904f Another fix for dash line thickness. by Brian Salomon · 4 years, 4 months ago
  78. fe3dce2 Preserve numSamples and numStencilSamples w/in the GrProgramInfo by Robert Phillips · 4 years, 4 months ago
  79. 6913d1b Make it clear that GrVkRenderPass::Create is modifying its AttachmentsDescriptor parameter by Robert Phillips · 4 years, 4 months ago
  80. 7359165 Automatically grow D3DRenderTargetView heap as needed. by Jim Van Verth · 4 years, 4 months ago
  81. c683912 Improve thin horiz/vertical dashed lines by not forcing width to 1. by Brian Salomon · 4 years, 4 months ago
  82. 93ca54e Revert "Add api on GrContext to update the data of GrBackendTextures." by Greg Daniel · 4 years, 4 months ago
  83. ac09f7c Add api on GrContext to update the data of GrBackendTextures. by Greg Daniel · 4 years, 4 months ago
  84. a14084b remove another bad assert by Mike Reed · 4 years, 4 months ago
  85. 656aac9 fix assert by Mike Reed · 4 years, 4 months ago
  86. b0210d2 Revert "Revert "custom typeface"" by Mike Reed · 4 years, 4 months ago
  87. 08cb4bf Ensure GrGaussianConvolutionFragmentProcessor::fKernel can be passed as float4[] by Brian Salomon · 4 years, 4 months ago
  88. bc24aed Dawn readpixels fixes. by Stephen White · 4 years, 4 months ago
  89. 957189b Remove RawIter usages from pathops by Chris Dalton · 4 years, 4 months ago
  90. c66cd98 Reland "Revert "custom typeface"" by Brian Osman · 4 years, 4 months ago
  91. 1fc1bd3 Don't modify the pts array in SkOpEdgeBuilder::preFetch by Chris Dalton · 4 years, 4 months ago
  92. 61642b3 Revert "Revert "custom typeface"" by Mike Reed · 4 years, 4 months ago
  93. 0066ade Revert "custom typeface" by Mike Reed · 4 years, 4 months ago
  94. 3a79f33 custom typeface by Mike Reed · 4 years, 4 months ago
  95. 46d9138 Don't access resource cache limit on indirect contexts by Michael Ludwig · 4 years, 4 months ago
  96. edea198 Fix loaders for DW variable fonts. by Ben Wagner · 4 years, 4 months ago
  97. 88d04cb Revert "Fix tile modes in SkGpuBlurUtils." by Brian Salomon · 4 years, 4 months ago
  98. 16032b3 Split apart creating and updating GrBackendTextures internally. by Greg Daniel · 4 years, 4 months ago
  99. 43e7e4f Add a work indication to SkDeferredDisplayList::ProgramIterator::compile by Robert Phillips · 4 years, 4 months ago
  100. 29c2f71 Fix false positive in SkRRectPriv::ConservativeIntersect by Michael Ludwig · 4 years, 4 months ago