1. 8426165 Reland "Add new GrSurfaceInfo class and related backend structs." by Greg Daniel · 3 years ago
  2. be056f4 Add switch statement support to PipelineStage. by John Stiles · 3 years ago
  3. f62934b Fixed DSLParser error uncovered by ossfuzz by Ethan Nicholas · 3 years ago
  4. 14a9b08 Reland "Revert "New approach to GrProcessor uniforms."" by Jim Van Verth · 3 years ago
  5. c973d26 Fixed DSLParser assertion error uncovered by fuzzer by Ethan Nicholas · 3 years ago
  6. 2f7ee02 Revert "Add new GrSurfaceInfo class and related backend structs." by Jim Van Verth · 3 years ago
  7. 6aac119 Add new GrSurfaceInfo class and related backend structs. by Greg Daniel · 3 years ago
  8. 0dc1e0f Fixed DSLParser unary expression error handling by Ethan Nicholas · 3 years ago
  9. a59925f Revert "Revert "New approach to GrProcessor uniforms."" by Brian Salomon · 3 years ago
  10. eb68973 Disallow matrix ctors which overflow a column. by John Stiles · 3 years ago
  11. ef80d7b Move more classes to skgpu::v1 namespace by Robert Phillips · 3 years ago
  12. a047e8b Improve overflow checks in CheckProgramUnrolledSize. by John Stiles · 3 years ago
  13. a81e7e2 Report an error if sk_LastFragColor is referenced without fbFetchSupport by Brian Osman · 3 years ago
  14. de60d7a Move more classes to skgpu::v1 namespace by Robert Phillips · 3 years ago
  15. fd1332f Reland "Fixed DSL assertion error on source files containing nulls" by Ethan Nicholas · 3 years ago
  16. 857c7f9 Add program-too-large test using for loops without blocks. by John Stiles · 3 years ago
  17. b701fa0 Add non-square MatrixCompMult support to public SkSL in ES3 mode. by John Stiles · 3 years ago
  18. 2bc96d6 Merge GrVkAttachment into GrVkImage. by Greg Daniel · 3 years ago
  19. 7d19065 Add test of off-kilter matrix constructors. by John Stiles · 3 years ago
  20. ae59426 Revert "New approach to GrProcessor uniforms." by Brian Salomon · 3 years ago
  21. 10c9f36 New approach to GrProcessor uniforms. by Brian Salomon · 3 years ago
  22. 7591d4b Replace trio of XxxxLiteral types with a single Literal type. by John Stiles · 3 years ago
  23. dc65256 Fix for-statement assertion detected by the fuzzer. by John Stiles · 3 years ago
  24. 47d8244 Revert "Fixed DSL assertion error on source files containing nulls" by Michael Ludwig · 3 years ago
  25. db38ad7 Fixed DSL assertion error on source files containing nulls by Ethan Nicholas · 3 years ago
  26. c9d65f0 Fixed duplicate function definition error discovered by fuzzer by Ethan Nicholas · 3 years ago
  27. bf4a7d5 Fixed DSLParser crash with invalid swizzle by Ethan Nicholas · 3 years ago
  28. 8d0dd0d Add support for pack/unpackUnorm2x16 to public SkSL. by John Stiles · 3 years ago
  29. 769b488 Move some more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  30. a2c76c7 Fixed illegal interface block reporting by Ethan Nicholas · 3 years ago
  31. 3ff77f4 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years ago
  32. 3099f79 SkSL: Add support for method calls on effect objects by Brian Osman · 3 years ago
  33. 2af4b13 Reject programs which exceed 50 stack frames during size analysis. by John Stiles · 3 years ago
  34. 61e5e20 Enforce an upper bound on Runtime Effect program size. by John Stiles · 3 years ago
  35. fbf0214 Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  36. 46d7bd5 Move more Ops to skgpu::v1 namespace (take 2) by Robert Phillips · 3 years ago
  37. d2f53f9 Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  38. 5fe828a Revert "Move more Ops to skgpu::v1 namespace" by Robert Phillips · 3 years ago
  39. f3158ab Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  40. 5cec187 Fix array timeout discovered by the fuzzer. by John Stiles · 3 years ago
  41. 0e32aa8 Rename some GrD3DTypes* header files. by Greg Daniel · 3 years ago
  42. cadd5db Move three Op-derived classes to the skgpu::v1 namespace by Robert Phillips · 3 years ago
  43. f89a812 Fix flaws in minus-prefix optimization. by John Stiles · 3 years ago
  44. 31f7631 Move GrAtlasTextOp to skgpu::v1 namespace by Robert Phillips · 3 years ago
  45. 2145390 Move GrTextureOp to skgpu::v1 namespace by Robert Phillips · 3 years ago
  46. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 3 years ago
  47. 8d13084 Migrate function-body finalization out of IRGenerator. by John Stiles · 3 years ago
  48. 842ee5b Fix assertion when calling a built-in function at global scope. by John Stiles · 3 years ago
  49. bb8cf58 Fix invalid variable ref-kind discovered by fuzzer. by John Stiles · 3 years ago
  50. fdafc0c Move GrAtlasRenderTask to gpu/ops and skgpu::v1 namespace by Robert Phillips · 3 years ago
  51. fbb905e Remove nearly-unused ASTNode description code. by John Stiles · 3 years ago
  52. 3e87a8e Move GrOpsTask to gpu/ops and the the skgpu::v1 namespace by Robert Phillips · 3 years ago
  53. 43ac7e6 Fix parsing error with SPIR-V negating a uint. by John Stiles · 3 years ago
  54. 2d3f5e8 Demonstrate parsing error with structs and arrays. by John Stiles · 3 years ago
  55. f95048c Report intermediate expressions as errors in For next-exprs. by John Stiles · 3 years ago
  56. c1ed11d Move GrBlockAllocator and GrTBlockList to src/core/ by Michael Ludwig · 3 years ago
  57. b5282f0 Migrate runtime effect sample tests to golden files by Brian Osman · 3 years ago
  58. d77dda5 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years ago
  59. 553239b Added reportPendingErrors to SkSL code generation by Ethan Nicholas · 3 years ago
  60. 3f37322 Fix const function-parameter assertion discovered by fuzzer. by John Stiles · 3 years ago
  61. 7253a20 Improve error-checking during array-size conversion. by John Stiles · 3 years ago
  62. 8f633ef Fix assertion discovered by fuzzer. by John Stiles · 3 years ago
  63. e453fa0 Move some v1-only gpu/tessellate files to gpu/ops by Robert Phillips · 3 years ago
  64. db0ec08 Move GrPathRenderer and GrPathRendererChain to skgpu::v1 namespace by Robert Phillips · 3 years ago
  65. 43e70f1 Move 2 path renderers to skgpu::v1 namespace by Robert Phillips · 3 years ago
  66. 832f3fb Move GrTessellationPathFlags to their own header (GrTessTypes.h) by Robert Phillips · 3 years ago
  67. 9030a3b Move GrStencilMaskHelper and GrStencilClip to skgpu::v1 namespace by Robert Phillips · 3 years ago
  68. 74b9432 Move GrClipStack to skgpu::v1 namespace by Robert Phillips · 3 years ago
  69. db857ce Make GrSmallPathAtlasMgr and GrSmallPathShapeData v1-only files by Robert Phillips · 3 years ago
  70. b069708 Improve SPIR-V handling of RTFlip when running the fuzzer. by John Stiles · 3 years ago
  71. 461c539 Move several more PathRenderers to skgpu::v1 namespace by Robert Phillips · 3 years ago
  72. 41ebbd7 Move triangulators and tessellators into gpu/geometry by Robert Phillips · 3 years ago
  73. 17dc658 Move Software and Small PathRenderers to skgpu::v1 namespace by Robert Phillips · 3 years ago
  74. 059798f Test that Runtime Effects cannot use non-ES2 types. by John Stiles · 3 years ago
  75. 7d99ba2 Enable variable-shadow warnings. by John Stiles · 3 years ago
  76. eb0f29d SkSL: Allow invoking children (shaders, etc) like functions by Brian Osman · 3 years, 1 month ago
  77. da44b57 Removed missing file from sksl.gni by Ethan Nicholas · 3 years ago
  78. 4a5e22a Further unified error handling between SkSL and DSL by Ethan Nicholas · 3 years ago
  79. 364ea35 Make remaining GrOp derived classes be skgpu::v1 only by Robert Phillips · 3 years ago
  80. 4e24948 Allow derivatives in Runtime Effects when ES3 restrictions are off. by John Stiles · 3 years ago
  81. efde90d Add $es3 modifier to SkSL. by John Stiles · 3 years ago
  82. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years ago
  83. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years ago
  84. 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years ago
  85. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years ago
  86. b23630c Reland "Remove SkTLList" by Michael Ludwig · 3 years ago
  87. 14b1d56 Revert "Remove SkTLList" by Michael Ludwig · 3 years ago
  88. e1d523d Remove SkTLList by Michael Ludwig · 3 years, 1 month ago
  89. e1d0040 Delete GrClipStackClip and GrReducedClip by Michael Ludwig · 3 years ago
  90. 51d83ab Ease HarfBuzz API change with feature detection by Ben Wagner · 3 years, 1 month ago
  91. 2195f94 Add unit test for array narrowing conversions. by John Stiles · 3 years, 1 month ago
  92. e3f85e0 Add improved regression test for oss-fuzz:36655. by John Stiles · 3 years, 1 month ago
  93. e3ae968 Enable comparison of arrays of different precision types. by John Stiles · 3 years, 1 month ago
  94. 66684b1 Roll HarfBuzz from 2.6.4 to 2.8.2-147 by Garret Rieger · 3 years, 1 month ago
  95. 9ae6ea0 Fix fuzzer-discovered error with swizzling matrices. by John Stiles · 3 years, 1 month ago
  96. 5ac7f33 Add V2 SFC and SDC stubs by Robert Phillips · 3 years, 1 month ago
  97. ded41aa Fix fuzzer-discovered error with SPIR-V interface arrays. by John Stiles · 3 years, 1 month ago
  98. b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years, 1 month ago
  99. 0201431 Add parser support for highp/mediump Tokens in vardecls. by John Stiles · 3 years, 1 month ago
  100. f386862 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2) by Robert Phillips · 3 years, 1 month ago