1. 36c5796 Add caps bit for 2x2 matrix comparison rewrites. by John Stiles · 3 years, 5 months ago
  2. 77a5bc3 Remove GrArithmeticProcessor, use GrRuntimeFPBuilder instead by Brian Osman · 3 years, 5 months ago
  3. ec87dc1 Just expose factories for patheffects by Mike Reed · 3 years, 5 months ago
  4. 25be58e Reland "Eliminate unreachable code during optimization." by John Stiles · 3 years, 5 months ago
  5. e72fd09 Revert "Eliminate unreachable code during optimization." by Brian Salomon · 3 years, 5 months ago
  6. c6260f9 Eliminate unreachable code during optimization. by John Stiles · 3 years, 5 months ago
  7. a9f759d Rewrite the path tessellation sample by Chris Dalton · 3 years, 5 months ago
  8. 3adc091 Remove layout(tracked) from SkSL by Brian Osman · 3 years, 5 months ago
  9. e73c070 Refactor stroke tessellation shaders by Chris Dalton · 3 years, 5 months ago
  10. f2b08cc Fix SPIR-V code generation of dead return statements. by John Stiles · 3 years, 5 months ago
  11. 191b4e2 Enable proper testing of matrix-scalar ops. by John Stiles · 3 years, 5 months ago
  12. 29b44fc Add SPIR-V test for matrix-op-scalar math. by John Stiles · 3 years, 5 months ago
  13. 0cfe5e1 Add a GrCullTest class by Chris Dalton · 3 years, 5 months ago
  14. 6b13129 Add support for matrix + scalar to Metal codegen. by John Stiles · 3 years, 5 months ago
  15. 09b2bcb Add SkBaseGpuDevice ... by Robert Phillips · 3 years, 5 months ago
  16. 4e9d5e2 Use Wang's formula for quadratic and cubic point counts by Michael Ludwig · 3 years, 5 months ago
  17. bb3966a Update GN reference to recently moved SkSpan.h by Brian Osman · 3 years, 5 months ago
  18. b22fcaf Added DSL layout() support by Ethan Nicholas · 3 years, 5 months ago
  19. 4e1c1a7 Implement computeFastBounds for PathEffects by Michael Ludwig · 3 years, 5 months ago
  20. 27193d4 Add test demonstrating missed opportunities with casts. by John Stiles · 3 years, 5 months ago
  21. 2ed22fa Rename GrTessellatingStencilFillOp -> GrPathStencilFillOp by Chris Dalton · 3 years, 5 months ago
  22. f96cb71 Keep the intrinsic kind of a FunctionDefinition in its IRNode. by John Stiles · 3 years, 6 months ago
  23. c9125aa Reland "Better first-class shader & color filter support in runtime effects" by Brian Osman · 3 years, 6 months ago
  24. 3b97aa2 Add NGA compilation stubs by Robert Phillips · 3 years, 6 months ago
  25. 371f6e1 Refactored SkSL function creation and error handling by Ethan Nicholas · 3 years, 6 months ago
  26. c2cca5a Revert "Better first-class shader & color filter support in runtime effects" by Greg Daniel · 3 years, 6 months ago
  27. adadb95 Better first-class shader & color filter support in runtime effects by Brian Osman · 3 years, 6 months ago
  28. 31fddc3 MSKP support in nanobench by Brian Salomon · 3 years, 6 months ago
  29. d87a98f Add LOCAL_LICENSE_KINDS to external/skia by Leon Scroggins · 3 years, 6 months ago
  30. 768d971 Remove last usage of GrTextureAdjuster and delete it and parent class. by Brian Salomon · 3 years, 6 months ago
  31. 6c41bf5 Create mini-skia for RenderEngine by Leon Scroggins III · 3 years, 9 months ago
  32. 1450643 Remove unused class GrTextureMaker by Brian Salomon · 3 years, 6 months ago
  33. 552fcb9 Remove flexible runtime effects entirely by Brian Osman · 3 years, 6 months ago
  34. fb7d378 Add test demonstrating swizzled constant folding. by John Stiles · 3 years, 6 months ago
  35. 2ee0f48 Remove GrImageTextureMaker. by Brian Salomon · 3 years, 6 months ago
  36. 83dae92 Remove SkSL sample-with-matrix implementation by Brian Osman · 3 years, 6 months ago
  37. 27c4202 Remove GrBitmapTextureMaker. by Brian Salomon · 3 years, 6 months ago
  38. bf3e9e9 Remove sample-with-matrix from SkSL by Brian Osman · 3 years, 6 months ago
  39. e4b8c3a OrderedFontMgr utility by Mike Reed · 3 years, 6 months ago
  40. 83b0c83 Add support for built-in functions to DSLCPPCodeGenerator. by John Stiles · 3 years, 6 months ago
  41. d85d720 Add support for sample() to DSLCPPCodeGenerator. by John Stiles · 3 years, 6 months ago
  42. abde8fc Enable DSL FP tests. by John Stiles · 3 years, 6 months ago
  43. 82007f5 Implement a fixed count stroke tessellator by Chris Dalton · 3 years, 6 months ago
  44. 9568023 Reland "Reland "Implement statements and expressions in DSL C++ code generator."" by John Stiles · 3 years, 6 months ago
  45. dd8f8ed clean up defines that do nothing by Mike Klein · 3 years, 6 months ago
  46. d5a6764 use GrArenas for direct glyph drawing by Herb Derby · 3 years, 6 months ago
  47. 126128b Revert "Reland "Implement statements and expressions in DSL C++ code generator."" by John Stiles · 3 years, 6 months ago
  48. c412688 Reland "Implement statements and expressions in DSL C++ code generator." by John Stiles · 3 years, 6 months ago
  49. 60191e0 Revert "Implement statements and expressions in DSL C++ code generator." by John Stiles · 3 years, 6 months ago
  50. 16cbfb4 Implement statements and expressions in DSL C++ code generator. by John Stiles · 3 years, 6 months ago
  51. 49b409e Simplify for init-stmts at the IR level. by John Stiles · 3 years, 6 months ago
  52. b40c925 Removing the staging flag for Google3 (SK_PARAGRAPH_ROUND_POSITION) by Julia Lavrova · 3 years, 6 months ago
  53. 8e2a84b Fix for fuzzer-discovered error in SPIR-V compilation. by John Stiles · 3 years, 6 months ago
  54. 624a529 Added an API for creating RuntimeEffects using the SkSL DSL. by Ethan Nicholas · 3 years, 6 months ago
  55. e2b457a Fix CMakeLists to find Emscripten headers by Kevin Lubick · 3 years, 6 months ago
  56. e90a295 fix SkCanvas::drawGlyphs's bounds calculation by Herb Derby · 3 years, 6 months ago
  57. 102d6e5 Add test case for sample() with color and various forms of coords by Brian Osman · 3 years, 6 months ago
  58. cbb60bd Add runtime color filter and shader modes to the SkSL compiler by Brian Osman · 3 years, 6 months ago
  59. c5d8608 Add unit test for for-loop with multiple variables. by John Stiles · 3 years, 6 months ago
  60. 354147a Replace GrConstColorProcessor with a runtime FP by Brian Salomon · 3 years, 6 months ago
  61. 0a0a50a Use .dsl.cpp suffix for DSL C++ instead of _dsl.cpp. by John Stiles · 3 years, 6 months ago
  62. 82ab340 Fork CPPCodeGenerator into a DSL-based version. by John Stiles · 3 years, 6 months ago
  63. 3738ef5 Move code generators to codegen/ directory. by John Stiles · 3 years, 6 months ago
  64. 7134646 Migrate SkSLExternalFunction to the ir/ directory. by John Stiles · 3 years, 6 months ago
  65. e58231a Removed unused SkInterpolator by Mike Reed · 3 years, 6 months ago
  66. 962e614 Add `ivec` GLSL type aliases to runtime effects by Brian Osman · 3 years, 6 months ago
  67. d026156 Fix assertion when performing type-coercion with enums. by John Stiles · 3 years, 6 months ago
  68. ee49efc Added DSL fragmentProcessor and Sample function by Ethan Nicholas · 3 years, 6 months ago
  69. f2c2d30 Migrate PersistentCacheUtils logic into a cpp file. by John Stiles · 3 years, 6 months ago
  70. 97186dc Fix various fuzzer-generated tests. by John Stiles · 3 years, 6 months ago
  71. d3a1df8 Remove sk_Height and sk_Width. by John Stiles · 3 years, 6 months ago
  72. e4454aa update gn_to_cmake's minimim required cmake version by Herb Derby · 3 years, 6 months ago
  73. 3509210 Implement array == and != on SPIR-V. by John Stiles · 3 years, 6 months ago
  74. 781496f Add unit test for array of zero or negative size. by John Stiles · 3 years, 6 months ago
  75. d47330f Add support for struct constructors to SkSL. by John Stiles · 3 years, 6 months ago
  76. 8cad637 Rename composite constructors to compound constructors. by John Stiles · 3 years, 6 months ago
  77. 268a73f Represent matrix casts with CompositeCast type. by John Stiles · 3 years, 6 months ago
  78. 2bec8ab Represent vector/matrix composition with the ConstructorComposite type. by John Stiles · 3 years, 6 months ago
  79. d986f47 Represent vector construction with ConstructorVector. by John Stiles · 3 years, 6 months ago
  80. 601abfa Move 'shader' usage tests to an SkSL golden file by Brian Osman · 3 years, 7 months ago
  81. 5abb9e1 Represent matrix resizes as a dedicated expression type. by John Stiles · 3 years, 7 months ago
  82. 0a12b85 Add regression test for oss-fuzz finding. by John Stiles · 3 years, 7 months ago
  83. db10b0e Float error and positioning by Julia Lavrova · 3 years, 7 months ago
  84. b14a819 Represent vector-cast constructors with ConstructorVectorCast. by John Stiles · 3 years, 7 months ago
  85. fd7252f Represent scalar-cast constructors with ConstructorScalarCast. by John Stiles · 3 years, 7 months ago
  86. 1f56479 Add test using 'fragmentProcessor' in runtime effects by Brian Osman · 3 years, 7 months ago
  87. 2938eea Represent splat constructors with a dedicated ConstructorSplat class. by John Stiles · 3 years, 7 months ago
  88. 7384b37 Represent array constructors with a dedicated ConstructorArray class. by John Stiles · 3 years, 7 months ago
  89. e118278 Create a diagonal-matrix Constructor class. by John Stiles · 3 years, 7 months ago
  90. 8ed7a8d Extract a GrVertexChunkArray class with a builder by Chris Dalton · 3 years, 7 months ago
  91. 8037c9e Add test for folding of == and != for arrays. by John Stiles · 3 years, 7 months ago
  92. 9b5b7db7 Move GrStrokeTessellator into its own header file by Chris Dalton · 3 years, 7 months ago
  93. 7d8cdd5 Remove use of std::result_of. by Ben Wagner · 3 years, 7 months ago
  94. 194b239 Reland "Use objc_externally_retained to cut down retain/release in Metal" by Adlai Holler · 3 years, 7 months ago
  95. 7b41798 Add GrD3DPipeline. by Jim Van Verth · 3 years, 7 months ago
  96. fabed8b Fix fuzzer-discovered error with variable declarations. by John Stiles · 3 years, 7 months ago
  97. 2febb5b Add SkSL test for vector-scalar math. by John Stiles · 3 years, 7 months ago
  98. 8b67880 Revert "Use objc_externally_retained to cut down retain/release in Metal" by Michael Ludwig · 3 years, 7 months ago
  99. 78381ee Use objc_externally_retained to cut down retain/release in Metal by Adlai Holler · 3 years, 7 months ago
  100. 5ca24f9 Reland "Reland "Add GrRuntimeFPBuilder"" by Brian Salomon · 3 years, 7 months ago