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