1. c7829eb Guard against large content bounds for layer mapping calculations by Michael Ludwig · 3 years, 1 month ago
  2. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years, 1 month ago
  3. f4e176b Update Skia's internal vulkan headers to 1.2. by Greg Daniel · 3 years, 1 month ago
  4. 423990d Decrease w epsilon to avoid incorrect bounds calculations by Michael Ludwig · 3 years, 1 month ago
  5. 50fe857 Revert "In SkCanvas destructor, discard (rather than blit) unbalanced layers" by Brian Osman · 3 years, 1 month ago
  6. 8c8379b GrGeometryProcessor is not ref-counted by Brian Salomon · 3 years, 1 month ago
  7. 308ea8d Forward decl of GrCaps in GrTessellationPathRenderer.h by Brian Salomon · 3 years, 1 month ago
  8. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years, 1 month ago
  9. 319c70a Update deprecated WebGPU TextureUsage flags by Brandon Jones · 3 years, 1 month ago
  10. 8d11654 Hid SkSLContext error reporter behind an accessor by Ethan Nicholas · 3 years, 1 month ago
  11. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 3 years, 1 month ago
  12. ed7b4f6 Reduce code size of DSL Struct(). by John Stiles · 3 years, 1 month ago
  13. f0efa1d Reland "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Herb Derby · 3 years, 1 month ago
  14. d6c08c9 Reduce code size by eliminating CollectArgs. by John Stiles · 3 years, 1 month ago
  15. 643f481 Cruft leftover from GrSurfaceContext hierarchy v1/v2 split by Robert Phillips · 3 years, 1 month ago
  16. ae85ea6 Fix case of variable shadowing in distance field generation. by John Stiles · 3 years, 1 month ago
  17. b25560a Consistency among GrFP::ProgramImpl subclasses by Brian Salomon · 3 years, 1 month ago
  18. 2491c76 Move GrXP::ProgramImpl subclasses to makeProgamImpl definitions. by Brian Salomon · 3 years, 1 month ago
  19. 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years, 1 month ago
  20. 5547866 Removed setErrorCount from SkSL ErrorReporter by Ethan Nicholas · 3 years, 1 month ago
  21. 7c3fa4e Fix cases of variable shadowing in /src/gpu. by John Stiles · 3 years, 1 month ago
  22. 14f8d79 Fix various cases of variable shadowing in Skia. by John Stiles · 3 years, 1 month ago
  23. b5de6be Rewrite CheckModifiers to reduce code bloat by Brian Osman · 3 years, 1 month ago
  24. bcc64a8 Reduce template usage in evaluate-n-way-intrinsic. by John Stiles · 3 years, 1 month ago
  25. 57709e1 Added prototypes for DSLFunction by Ethan Nicholas · 3 years, 1 month ago
  26. 98ef6cc Metal: track all resources by Jim Van Verth · 3 years, 1 month ago
  27. 82d4c12 Reland "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years, 1 month ago
  28. 9000603 [COLRv1] Add blend mode 'plus' by Dominik Röttsches · 3 years, 1 month ago
  29. 879b2f2 In SkCanvas destructor, discard (rather than blit) unbalanced layers by Mike Reed · 3 years, 1 month ago
  30. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years, 1 month ago
  31. 3a16d00 Reduce template usage in optimize-comparison. by John Stiles · 3 years, 1 month ago
  32. e076c38 Reland "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years, 1 month ago
  33. 7b2b858 Avoid short/ushort in MSL code generator. by John Stiles · 3 years, 1 month ago
  34. 3c991fd Fix duplicated array types in SPIR-V. by John Stiles · 3 years, 1 month ago
  35. b23630c Reland "Remove SkTLList" by Michael Ludwig · 3 years, 1 month ago
  36. 68556bc Move canvas helper structs to header by Brian Osman · 3 years, 1 month ago
  37. b0074aa Reduce template usage in vector-coalesce functionality. by John Stiles · 3 years, 1 month ago
  38. 464809b Remove onSetDeviceClipRestriction from Device_v2 by Michael Ludwig · 3 years, 1 month ago
  39. d89d445 Rename GrGLSLXferProcessor to GrXferProcessor::ProgramImpl by Brian Salomon · 3 years, 1 month ago
  40. 4979d2b Simplify device clip restriction impl by Michael Ludwig · 3 years, 1 month ago
  41. 2fa273e Reland: [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years, 1 month ago
  42. 14b1d56 Revert "Remove SkTLList" by Michael Ludwig · 3 years, 1 month ago
  43. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years, 1 month ago
  44. e1d523d Remove SkTLList by Michael Ludwig · 3 years, 1 month ago
  45. ef9a1b6 Revert "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years, 1 month ago
  46. 80c256e Revert "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years, 1 month ago
  47. 9506c34 Factor out array-naming to a helper function. by John Stiles · 3 years, 1 month ago
  48. 23d8f94 Fix array-of-matrix/struct comparisons in Metal. by John Stiles · 3 years, 1 month ago
  49. 130338c Fix array-of-vector comparisons in Metal. by John Stiles · 3 years, 1 month ago
  50. b493175 Fix copy-paste type confusion in BoolLiteral. by John Stiles · 3 years, 1 month ago
  51. 307f8f5 Simplify the boilerplate of cloning a fragment processor. by John Stiles · 3 years, 1 month ago
  52. e1428b0 Reland "Use a table for dither effect rather than math." by Brian Salomon · 3 years, 1 month ago
  53. e1d0040 Delete GrClipStackClip and GrReducedClip by Michael Ludwig · 3 years, 1 month ago
  54. df1ba03 Revert "[COLRv1] Support retrieving ClipBox." by Robert Phillips · 3 years, 1 month ago
  55. 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 3 years, 1 month ago
  56. 22cada0 Clean up unflattening paints by Mike Reed · 3 years, 1 month ago
  57. 53c06de Enable new GrClipStack on Android by Michael Ludwig · 3 years, 1 month ago
  58. 4f12b4a [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years, 1 month ago
  59. 3c24611 Fix rMoveTo to be relative to the start of a closed path by William Hesse · 3 years, 1 month ago
  60. e07c8fc Fix Type::clone to properly clone typenames. by John Stiles · 3 years, 1 month ago
  61. 0cac5ed Use scopes to attach and detach SkSL memory pools. by John Stiles · 3 years, 1 month ago
  62. f76768d Revert "Clean up unflattening paints" by Robert Phillips · 3 years, 1 month ago
  63. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 1 month ago
  64. 717ef94 Clean up unflattening paints by Mike Reed · 3 years, 1 month ago
  65. 6bc126d Revert "Use a table for dither effect rather than math." by Michael Ludwig · 3 years, 1 month ago
  66. ca13a3a Remove GrFragmentProcessor::addAndPushFlagToChildren, dead code by Brian Salomon · 3 years, 1 month ago
  67. 07cce00 Remove GrFP iter declarations and comments by Brian Salomon · 3 years, 1 month ago
  68. a0438e6 Remove SK_SUPPORT_DEPRECATED_CLIPOPS and expanding clip op defs by Michael Ludwig · 3 years, 1 month ago
  69. 0de475e Use a table for dither effect rather than math. by Brian Salomon · 3 years, 1 month ago
  70. a40ddcd Pass dsl::PositionInfo by value by Ethan Nicholas · 3 years, 1 month ago
  71. 51d83ab Ease HarfBuzz API change with feature detection by Ben Wagner · 3 years, 1 month ago
  72. 6fbcd8e Metal: only set stencil format in ProgramDesc if needed. by Jim Van Verth · 3 years, 1 month ago
  73. d59d3e1 Reland "Add SkClipStack::replaceClip() separate from deprecated clip op" by Michael Ludwig · 3 years, 1 month ago
  74. 09746be Set SkPath.fLastMoveToIndex field from SkPathBuilder by Mike Reed · 3 years, 1 month ago
  75. 65e368b Fixed DSLParser bit rot by Ethan Nicholas · 3 years, 1 month ago
  76. 2195f94 Add unit test for array narrowing conversions. by John Stiles · 3 years, 1 month ago
  77. 699736b Fix crash in PipelineStageCodeGenerator with recursive calls. by John Stiles · 3 years, 1 month ago
  78. e3ae968 Enable comparison of arrays of different precision types. by John Stiles · 3 years, 1 month ago
  79. 66684b1 Roll HarfBuzz from 2.6.4 to 2.8.2-147 by Garret Rieger · 3 years, 1 month ago
  80. 058e936 Remove declaration of surfaceFillContext by Ben Wagner · 3 years, 1 month ago
  81. aef5dc7 Update references to deprecated Dawn structure. by Brandon Jones · 3 years, 1 month ago
  82. 462e188 SkScalerContext handle stroke changing path effect by Ben Wagner · 3 years, 1 month ago
  83. 7386dc7 Ensure default SkPaints w/ dither don't get dithered by Robert Phillips · 3 years, 1 month ago
  84. 4cb0c37 Fix undefined behavior in recursion detection. by John Stiles · 3 years, 1 month ago
  85. 9ae6ea0 Fix fuzzer-discovered error with swizzling matrices. by John Stiles · 3 years, 1 month ago
  86. 5ac7f33 Add V2 SFC and SDC stubs by Robert Phillips · 3 years, 1 month ago
  87. 54fd96b Fix Wunused-but-set-variable warnings by Brian Salomon · 3 years, 1 month ago
  88. 9139803 Remove FP iterators. by Brian Salomon · 3 years, 1 month ago
  89. ded41aa Fix fuzzer-discovered error with SPIR-V interface arrays. by John Stiles · 3 years, 1 month ago
  90. 1c51223 Make compressedBackendFormat accessible from GrContextThreadSafeProxy by Robert Phillips · 3 years, 1 month ago
  91. 628777c Fix cases of variable shadowing in SkSL. by John Stiles · 3 years, 1 month ago
  92. 0e741e2 Disable dithering on the PowerVR GE8320 by Robert Phillips · 3 years, 1 month ago
  93. e53c721 Pass DSLModifiers by reference. by John Stiles · 3 years, 1 month ago
  94. 4adb66f Honor lowp/mediump/highp precision qualifiers in DSLParser. by John Stiles · 3 years, 1 month ago
  95. 7893d2d Reland "Reland "Enable the atlas path renderer for GrAAType::kCoverage"" by Chris Dalton · 3 years, 1 month ago
  96. 8ba1e71 Revert "Add SkClipStack::replaceClip() separate from deprecated clip op" by Michael Ludwig · 3 years, 1 month ago
  97. 8e2d894 Revert "Reland "Enable the atlas path renderer for GrAAType::kCoverage"" by Derek Sollenberger · 3 years, 1 month ago
  98. 337e484 Revert "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Derek Sollenberger · 3 years, 1 month ago
  99. 36aef96 Disable lift of device space coord transforms to VS when GS or TS is used. by Brian Salomon · 3 years, 1 month ago
  100. b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years, 1 month ago