1. 7f17d36 Implement compile-time optimization for min() and max(). by John Stiles · 3 years, 5 months ago
  2. 5ccb4c1 Make SkSurface_Gpu::getDevice return a SkBaseGpuDevice by Robert Phillips · 3 years, 5 months ago
  3. 37cf46f Reduce code size by using std::function. by John Stiles · 3 years, 5 months ago
  4. c91dd69 Update GrFillBoundingBoxShader to use attribs by Chris Dalton · 3 years, 5 months ago
  5. 443fa19 Implement compile-time optimization for sqrt(constant). by John Stiles · 3 years, 5 months ago
  6. 8606cec Reland "Re-enable tessellation for cacheable strokes" by Chris Dalton · 3 years, 5 months ago
  7. 215a7e6 Fix ATRACE macro usage after param change by Brian Salomon · 3 years, 5 months ago
  8. 779125d Cleanup SkGpuDevice factory functions a bit by Robert Phillips · 3 years, 5 months ago
  9. e2078f1 Make GrGpu pixel ops functions take SkIRect instead of LTRB params. by Brian Salomon · 3 years, 5 months ago
  10. cd5713a Remove sampler support from .fp files by Brian Osman · 3 years, 5 months ago
  11. 6924048 Optimize GrStrokeFixedCountTessellator by Chris Dalton · 3 years, 5 months ago
  12. 7b0c8df Fix tile period of subsampled planes in YUVA images by Brian Salomon · 3 years, 5 months ago
  13. 994a37b clean up SkPathEffectPriv removal by Herb Derby · 3 years, 5 months ago
  14. 1042334 Add SkFilterColorProgram by Brian Osman · 3 years, 5 months ago
  15. db418ec Update the documentation for GrResourceAllocator by Adlai Holler · 3 years, 5 months ago
  16. 90a40bb Don't add mips to pinned raster images by Brian Salomon · 3 years, 5 months ago
  17. f061c59 Rewrite matrix comparisons to work around Adreno bug. by John Stiles · 3 years, 5 months ago
  18. ec9d0e8 Move patheffect details to (private) base subclass by Mike Reed · 3 years, 5 months ago
  19. 8447f13 Chop tessellated curves that don't fit in a patch by Chris Dalton · 3 years, 5 months ago
  20. 5ee369f Rename caps bit for matrix comparison rewrites. by John Stiles · 3 years, 5 months ago
  21. 147cfda Allow function declarations to take (void). by John Stiles · 3 years, 5 months ago
  22. 8f4e924 Move class into impl by Mike Reed · 3 years, 5 months ago
  23. b1e9cb0 Remove fExpression (matrix expression) from SampleUsage by Brian Osman · 3 years, 5 months ago
  24. 8017581 Don't under-allocate curve tessellation triangles by Chris Dalton · 3 years, 5 months ago
  25. 54593e7 Revert "Reland "Use SkImage_Raster's unique ID to cache textures."" by Brian Salomon · 3 years, 5 months ago
  26. 1c933f8 Fix an egregious overallocation error in GrVertexChunkArray by Chris Dalton · 3 years, 5 months ago
  27. 7dd9996 Remove last two uses of SkGpuDevice's GrSurfaceDrawContext-based factory by Robert Phillips · 3 years, 5 months ago
  28. 36c5796 Add caps bit for 2x2 matrix comparison rewrites. by John Stiles · 3 years, 5 months ago
  29. 77a5bc3 Remove GrArithmeticProcessor, use GrRuntimeFPBuilder instead by Brian Osman · 3 years, 5 months ago
  30. ec87dc1 Just expose factories for patheffects by Mike Reed · 3 years, 5 months ago
  31. 298de8a Add catch-all Adreno6xx renderer type. by John Stiles · 3 years, 5 months ago
  32. 25be58e Reland "Eliminate unreachable code during optimization." by John Stiles · 3 years, 5 months ago
  33. b82e931 Reland "Add support for do-while loops in PipelineStage." by John Stiles · 3 years, 5 months ago
  34. 1391170 More ctype cleanup in SkSL by Brian Osman · 3 years, 5 months ago
  35. 60e5228 Label `willReadDstColor` argument to GrXferProcessor ctor. by John Stiles · 3 years, 5 months ago
  36. 54c878e Retract GrSurfaceDrawContext when creating SkGpuDevices by Robert Phillips · 3 years, 5 months ago
  37. 6011bbc Fix comma operator support with matrices in Metal. by John Stiles · 3 years, 5 months ago
  38. 2758a31 Add triangle support to GrPathOuterCurveTessellator by Chris Dalton · 3 years, 5 months ago
  39. ea46fb7 Disable CCPR everywhere except testing by Chris Dalton · 3 years, 5 months ago
  40. 0801ffd Update path tessellation shaders to use GrWangsFormula by Chris Dalton · 3 years, 5 months ago
  41. e72fd09 Revert "Eliminate unreachable code during optimization." by Brian Salomon · 3 years, 5 months ago
  42. edb7aa7 Revert "Add support for do-while loops in PipelineStage." by Brian Salomon · 3 years, 5 months ago
  43. 9c7e04c Add support for do-while loops in PipelineStage. by John Stiles · 3 years, 5 months ago
  44. ee8f277 Support complex matrices in Image image filter by Michael Ludwig · 3 years, 5 months ago
  45. c6260f9 Eliminate unreachable code during optimization. by John Stiles · 3 years, 5 months ago
  46. b32708a Use SkM44 for SkDevice's device-to-global transform by Michael Ludwig · 3 years, 5 months ago
  47. d6584bd Add GrColorFormatDesc GrBackendFormat::desc() by Brian Salomon · 3 years, 5 months ago
  48. 814c6db Reland "Use SkImage_Raster's unique ID to cache textures." by Brian Salomon · 3 years, 5 months ago
  49. f519ab8 Remove SkSurface_Gpu::MakeWrappedRenderTarget by Robert Phillips · 3 years, 5 months ago
  50. 3c74a53 Add GLSL workaround for 4x2 diagonal matrix bug. by John Stiles · 3 years, 5 months ago
  51. a5569ac Fix abs intrinsic detection in GLSL backend. by John Stiles · 3 years, 5 months ago
  52. d45ebbc Simplify getNormalizeSkPositionCode using DSL. by John Stiles · 3 years, 5 months ago
  53. fa6a127 Large simplification of the CType mapper logic in SkSL by Brian Osman · 3 years, 5 months ago
  54. a655f0d Direct3D: implement transfer methods by Jim Van Verth · 3 years, 5 months ago
  55. be65cd5 Use DSL to simplify applyInvocationIDWorkaround by Ethan Nicholas · 3 years, 5 months ago
  56. 4af11a1 Detect chrome command buffer separately from GL driver. by Brian Salomon · 3 years, 5 months ago
  57. c23386c Remove layout(override_coverage) by Brian Osman · 3 years, 5 months ago
  58. a9f759d Rewrite the path tessellation sample by Chris Dalton · 3 years, 5 months ago
  59. 3adc091 Remove layout(tracked) from SkSL by Brian Osman · 3 years, 5 months ago
  60. 9e42ec3 Remove usage of GrImageInfo from SkBaseGpuDevice by Robert Phillips · 3 years, 5 months ago
  61. fb8d20b Stop using layout(tracked) in .fp files by Brian Osman · 3 years, 5 months ago
  62. 55a63af Make it possible to use the DSL from within the compiler itself by Ethan Nicholas · 3 years, 5 months ago
  63. 24a358e Remove wgpu::Fence object from Dawn backend. by Stephen White · 3 years, 5 months ago
  64. e73c070 Refactor stroke tessellation shaders by Chris Dalton · 3 years, 5 months ago
  65. 325c808 Enable additional SkSL tests which require non-ES2 features. by John Stiles · 3 years, 5 months ago
  66. f2b08cc Fix SPIR-V code generation of dead return statements. by John Stiles · 3 years, 5 months ago
  67. c2132ea Start retracting GrSurfaceDrawContext by Robert Phillips · 3 years, 5 months ago
  68. 85edec6 Update stroke tessellation shader to match instanced by Chris Dalton · 3 years, 5 months ago
  69. 858fc99 Make GrRenderTask::numTargets non-virtual by Adlai Holler · 3 years, 5 months ago
  70. 304f653 Optimize GrOpsTask::onIsUsed by Adlai Holler · 3 years, 5 months ago
  71. 489fa0b Reland "Delete the index buffer from middle-out tessellation" by Chris Dalton · 3 years, 5 months ago
  72. 7069804 Revert "Enable vertex ID support on Metal" by Brian Osman · 3 years, 5 months ago
  73. 5bd3a5c Disable vertex ID support on SwiftShader by Chris Dalton · 3 years, 5 months ago
  74. 4695312 Reland "When running on ANGLE GL backend use the underlying GL driver info to setup caps." by Brian Salomon · 3 years, 5 months ago
  75. 6b5b7e7 GrConvexPolyEffect skips all move-tos without assert. by Brian Salomon · 3 years, 5 months ago
  76. 6bddf46 Revert "Use SkImage_Raster's unique ID to cache textures." by Brian Salomon · 3 years, 5 months ago
  77. bdf3bb7 Add support for componentwise matrix divide in SPIR-V. by John Stiles · 3 years, 5 months ago
  78. 8005007 Use SkImage_Raster's unique ID to cache textures. by Brian Salomon · 3 years, 5 months ago
  79. a91bf05 Add support for matrix-scalar operations in SPIR-V. by John Stiles · 3 years, 5 months ago
  80. 2da029b [COLRv1] Map linear gradient extrema to [0, 1] range by Dominik Röttsches · 3 years, 5 months ago
  81. d2567de Fix Metal MSAA in Viewer. by Jim Van Verth · 3 years, 5 months ago
  82. df2dbad Reland "Reland "Reland "Use conics with w=Inf to describe triangles for the tessellator""" by Chris Dalton · 3 years, 5 months ago
  83. 0638df1 Cull tessellated strokes that don't intersect the viewport by Chris Dalton · 3 years, 5 months ago
  84. 8731a71 Convert GrPathIndirectTessellator to use GrVertexWriter by Chris Dalton · 3 years, 5 months ago
  85. fe788f9 Revert "Round up DMSAA attachments to pow2 if supported." by Greg Daniel · 3 years, 5 months ago
  86. 536b749 Revert "Reland "Reland "Use conics with w=Inf to describe triangles for the tessellator""" by Chris Dalton · 3 years, 5 months ago
  87. c3e8a7e Round up DMSAA attachments to pow2 if supported. by Greg Daniel · 3 years, 5 months ago
  88. aecf8d5 Expose non-square matrix types when fEnforceES2Restrictions is off. by John Stiles · 3 years, 5 months ago
  89. 81e2f93 Expose intercepts on SkFont by Mike Reed · 3 years, 5 months ago
  90. c650cc0 Revert "Vectorize scalars in SPIR-V using ConstructorSplat." by Robert Phillips · 3 years, 5 months ago
  91. 6f520cd Enable vertex ID support on Metal by Brian Osman · 3 years, 5 months ago
  92. 18d4964 Fix inflation radii of tessellated hairlines by Chris Dalton · 3 years, 5 months ago
  93. 43b593c Cleanup writeComponentwiseMatrixBinary implementation. by John Stiles · 3 years, 5 months ago
  94. 5d61cc2 Vectorize scalars in SPIR-V using ConstructorSplat. by John Stiles · 3 years, 5 months ago
  95. 99e6f0f Reland "Reland "Use conics with w=Inf to describe triangles for the tessellator"" by Chris Dalton · 3 years, 5 months ago
  96. cad48c6 Revert "Reland "Use conics with w=Inf to describe triangles for the tessellator"" by Robert Phillips · 3 years, 5 months ago
  97. 6e35474 Revert "Reland "Delete the index buffer from middle-out tessellation"" by Robert Phillips · 3 years, 5 months ago
  98. 3193a04 Handle null vertex buffers in Metal by Brian Osman · 3 years, 5 months ago
  99. 58134e1 Fix const globals in Metal by Brian Osman · 3 years, 5 months ago
  100. 0c2ee32 Reland "Delete the index buffer from middle-out tessellation" by Chris Dalton · 3 years, 5 months ago