1. 461c539 Move several more PathRenderers to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
  2. fdcf153 Fix crash when inverse() is passed a constant variable. by John Stiles · 3 years, 2 months ago
  3. bc9222b Add caps bit for inverse-hyperbolic support. by John Stiles · 3 years, 2 months ago
  4. 39822cf Add transpose() to public ES3 API. by John Stiles · 3 years, 2 months ago
  5. 7020699 Simplify declaration of transpose() built-in. by John Stiles · 3 years, 2 months ago
  6. de8602d Enable nonsquare matrix support in Direct3D. by John Stiles · 3 years, 2 months ago
  7. 1068df7 Metal: Reduce load ops on clears. by Jim Van Verth · 3 years, 2 months ago
  8. 41ebbd7 Move triangulators and tessellators into gpu/geometry by Robert Phillips · 3 years, 2 months ago
  9. 03f17cd Revert "Correctly downgrade per-entry filter/mm local variables" by Michael Ludwig · 3 years, 2 months ago
  10. 823c504 Include non-ES2 numeric types in the root symbol table. by John Stiles · 3 years, 2 months ago
  11. 17dc658 Move Software and Small PathRenderers to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
  12. c265657 Add additional abanoned checks in read pixels. by Greg Daniel · 3 years, 2 months ago
  13. 159005a Remove legacy GPU dither code by Brian Salomon · 3 years, 2 months ago
  14. 628c913 Correctly downgrade per-entry filter/mm local variables by Michael Ludwig · 3 years, 2 months ago
  15. 168296b Reroute SurfaceContext factories through RecordingContextPriv by Robert Phillips · 3 years, 2 months ago
  16. 13c9f66 Fix additional cases of variable shadowing. by John Stiles · 3 years, 2 months ago
  17. 7f4abe8 Extract parse_space_separated_languages by Ben Wagner · 3 years, 2 months ago
  18. 9a6f399 Avoid type shadowing warnings in SkVM. by John Stiles · 3 years, 2 months ago
  19. eb0f29d SkSL: Allow invoking children (shaders, etc) like functions by Brian Osman · 3 years, 3 months ago
  20. c18ee4e Honor component type in Metal matrix helper functions. by John Stiles · 3 years, 3 months ago
  21. e56d31f Update LazySurfaceDesc to take a GrTextureType. by Greg Daniel · 3 years, 2 months ago
  22. b1f34bf Fix cases of variable shadowing in /src/. by John Stiles · 3 years, 3 months ago
  23. 72171b7 Fix mipmap validity check. by John Stiles · 3 years, 3 months ago
  24. abe39f5 Fixed DSL build when threadlocals are not available by Ethan Nicholas · 3 years, 3 months ago
  25. 0e9d34d Reland "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years, 3 months ago
  26. 4a5e22a Further unified error handling between SkSL and DSL by Ethan Nicholas · 3 years, 3 months ago
  27. 1049d82 Add ES3 Angle and Trigonometry methods to sksl_public. by John Stiles · 3 years, 3 months ago
  28. 8a570d2 blur: produce better code by Herb Derby · 3 years, 3 months ago
  29. b624b72 Factor out symbol table setup to helper functions. by John Stiles · 3 years, 3 months ago
  30. 364ea35 Make remaining GrOp derived classes be skgpu::v1 only by Robert Phillips · 3 years, 3 months ago
  31. d90777a Revert "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years, 3 months ago
  32. 832c817 Remove GrBackendFormat's textureType use from isFormatTexturable call. by Greg Daniel · 3 years, 3 months ago
  33. 9032cc6 Metal: remove unused variables by Jim Van Verth · 3 years, 3 months ago
  34. f0d21cf Prepare tessellators for Ops (and GrOpFlushState) becoming V1-only by Robert Phillips · 3 years, 3 months ago
  35. 4e24948 Allow derivatives in Runtime Effects when ES3 restrictions are off. by John Stiles · 3 years, 3 months ago
  36. 3abc6c6 Removed ErrorHandler pointers from CodeGenerators by Ethan Nicholas · 3 years, 3 months ago
  37. abae48e Remove unused processor custom feature tracking by Brian Salomon · 3 years, 3 months ago
  38. e0a2dfa update image blur to use SkVx by Herb Derby · 3 years, 3 months ago
  39. efde90d Add $es3 modifier to SkSL. by John Stiles · 3 years, 3 months ago
  40. 44899a2 Add $es3 token to SkSL. by John Stiles · 3 years, 3 months ago
  41. b05f03d Increase baked-in offset of RTFlip in skslc. by John Stiles · 3 years, 3 months ago
  42. a2fd01c Made PositionInfo's capture explicit by Ethan Nicholas · 3 years, 3 months ago
  43. c7829eb Guard against large content bounds for layer mapping calculations by Michael Ludwig · 3 years, 3 months ago
  44. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years, 3 months ago
  45. f4e176b Update Skia's internal vulkan headers to 1.2. by Greg Daniel · 3 years, 3 months ago
  46. 423990d Decrease w epsilon to avoid incorrect bounds calculations by Michael Ludwig · 3 years, 3 months ago
  47. 50fe857 Revert "In SkCanvas destructor, discard (rather than blit) unbalanced layers" by Brian Osman · 3 years, 3 months ago
  48. 8c8379b GrGeometryProcessor is not ref-counted by Brian Salomon · 3 years, 3 months ago
  49. 308ea8d Forward decl of GrCaps in GrTessellationPathRenderer.h by Brian Salomon · 3 years, 3 months ago
  50. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years, 3 months ago
  51. 319c70a Update deprecated WebGPU TextureUsage flags by Brandon Jones · 3 years, 3 months ago
  52. 8d11654 Hid SkSLContext error reporter behind an accessor by Ethan Nicholas · 3 years, 3 months ago
  53. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 3 years, 3 months ago
  54. ed7b4f6 Reduce code size of DSL Struct(). by John Stiles · 3 years, 3 months ago
  55. f0efa1d Reland "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Herb Derby · 3 years, 3 months ago
  56. d6c08c9 Reduce code size by eliminating CollectArgs. by John Stiles · 3 years, 3 months ago
  57. 643f481 Cruft leftover from GrSurfaceContext hierarchy v1/v2 split by Robert Phillips · 3 years, 3 months ago
  58. ae85ea6 Fix case of variable shadowing in distance field generation. by John Stiles · 3 years, 3 months ago
  59. b25560a Consistency among GrFP::ProgramImpl subclasses by Brian Salomon · 3 years, 3 months ago
  60. 2491c76 Move GrXP::ProgramImpl subclasses to makeProgamImpl definitions. by Brian Salomon · 3 years, 3 months ago
  61. 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years, 3 months ago
  62. 5547866 Removed setErrorCount from SkSL ErrorReporter by Ethan Nicholas · 3 years, 3 months ago
  63. 7c3fa4e Fix cases of variable shadowing in /src/gpu. by John Stiles · 3 years, 3 months ago
  64. 14f8d79 Fix various cases of variable shadowing in Skia. by John Stiles · 3 years, 3 months ago
  65. b5de6be Rewrite CheckModifiers to reduce code bloat by Brian Osman · 3 years, 3 months ago
  66. bcc64a8 Reduce template usage in evaluate-n-way-intrinsic. by John Stiles · 3 years, 3 months ago
  67. 57709e1 Added prototypes for DSLFunction by Ethan Nicholas · 3 years, 3 months ago
  68. 98ef6cc Metal: track all resources by Jim Van Verth · 3 years, 3 months ago
  69. 82d4c12 Reland "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years, 3 months ago
  70. 9000603 [COLRv1] Add blend mode 'plus' by Dominik Röttsches · 3 years, 3 months ago
  71. 879b2f2 In SkCanvas destructor, discard (rather than blit) unbalanced layers by Mike Reed · 3 years, 3 months ago
  72. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years, 3 months ago
  73. 3a16d00 Reduce template usage in optimize-comparison. by John Stiles · 3 years, 3 months ago
  74. e076c38 Reland "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years, 3 months ago
  75. 7b2b858 Avoid short/ushort in MSL code generator. by John Stiles · 3 years, 3 months ago
  76. 3c991fd Fix duplicated array types in SPIR-V. by John Stiles · 3 years, 3 months ago
  77. b23630c Reland "Remove SkTLList" by Michael Ludwig · 3 years, 3 months ago
  78. 68556bc Move canvas helper structs to header by Brian Osman · 3 years, 3 months ago
  79. b0074aa Reduce template usage in vector-coalesce functionality. by John Stiles · 3 years, 3 months ago
  80. 464809b Remove onSetDeviceClipRestriction from Device_v2 by Michael Ludwig · 3 years, 3 months ago
  81. d89d445 Rename GrGLSLXferProcessor to GrXferProcessor::ProgramImpl by Brian Salomon · 3 years, 3 months ago
  82. 4979d2b Simplify device clip restriction impl by Michael Ludwig · 3 years, 3 months ago
  83. 2fa273e Reland: [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years, 3 months ago
  84. 14b1d56 Revert "Remove SkTLList" by Michael Ludwig · 3 years, 3 months ago
  85. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years, 3 months ago
  86. e1d523d Remove SkTLList by Michael Ludwig · 3 years, 3 months ago
  87. ef9a1b6 Revert "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years, 3 months ago
  88. 80c256e Revert "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years, 3 months ago
  89. 9506c34 Factor out array-naming to a helper function. by John Stiles · 3 years, 3 months ago
  90. 23d8f94 Fix array-of-matrix/struct comparisons in Metal. by John Stiles · 3 years, 3 months ago
  91. 130338c Fix array-of-vector comparisons in Metal. by John Stiles · 3 years, 3 months ago
  92. b493175 Fix copy-paste type confusion in BoolLiteral. by John Stiles · 3 years, 3 months ago
  93. 307f8f5 Simplify the boilerplate of cloning a fragment processor. by John Stiles · 3 years, 3 months ago
  94. e1428b0 Reland "Use a table for dither effect rather than math." by Brian Salomon · 3 years, 3 months ago
  95. e1d0040 Delete GrClipStackClip and GrReducedClip by Michael Ludwig · 3 years, 3 months ago
  96. df1ba03 Revert "[COLRv1] Support retrieving ClipBox." by Robert Phillips · 3 years, 3 months ago
  97. 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 3 years, 3 months ago
  98. 22cada0 Clean up unflattening paints by Mike Reed · 3 years, 3 months ago
  99. 53c06de Enable new GrClipStack on Android by Michael Ludwig · 3 years, 3 months ago
  100. 4f12b4a [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years, 3 months ago