1. 2af4b13 Reject programs which exceed 50 stack frames during size analysis. by John Stiles · 3 years ago
  2. 61e5e20 Enforce an upper bound on Runtime Effect program size. by John Stiles · 3 years ago
  3. fbf0214 Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  4. 46d7bd5 Move more Ops to skgpu::v1 namespace (take 2) by Robert Phillips · 3 years ago
  5. d2f53f9 Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  6. 5fe828a Revert "Move more Ops to skgpu::v1 namespace" by Robert Phillips · 3 years ago
  7. f3158ab Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  8. 5cec187 Fix array timeout discovered by the fuzzer. by John Stiles · 3 years ago
  9. 0e32aa8 Rename some GrD3DTypes* header files. by Greg Daniel · 3 years ago
  10. cadd5db Move three Op-derived classes to the skgpu::v1 namespace by Robert Phillips · 3 years ago
  11. f89a812 Fix flaws in minus-prefix optimization. by John Stiles · 3 years ago
  12. 31f7631 Move GrAtlasTextOp to skgpu::v1 namespace by Robert Phillips · 3 years ago
  13. 2145390 Move GrTextureOp to skgpu::v1 namespace by Robert Phillips · 3 years ago
  14. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 3 years ago
  15. 8d13084 Migrate function-body finalization out of IRGenerator. by John Stiles · 3 years ago
  16. 842ee5b Fix assertion when calling a built-in function at global scope. by John Stiles · 3 years ago
  17. bb8cf58 Fix invalid variable ref-kind discovered by fuzzer. by John Stiles · 3 years ago
  18. fdafc0c Move GrAtlasRenderTask to gpu/ops and skgpu::v1 namespace by Robert Phillips · 3 years ago
  19. fbb905e Remove nearly-unused ASTNode description code. by John Stiles · 3 years ago
  20. 3e87a8e Move GrOpsTask to gpu/ops and the the skgpu::v1 namespace by Robert Phillips · 3 years ago
  21. 43ac7e6 Fix parsing error with SPIR-V negating a uint. by John Stiles · 3 years ago
  22. 2d3f5e8 Demonstrate parsing error with structs and arrays. by John Stiles · 3 years ago
  23. f95048c Report intermediate expressions as errors in For next-exprs. by John Stiles · 3 years ago
  24. c1ed11d Move GrBlockAllocator and GrTBlockList to src/core/ by Michael Ludwig · 3 years ago
  25. b5282f0 Migrate runtime effect sample tests to golden files by Brian Osman · 3 years ago
  26. d77dda5 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years ago
  27. 553239b Added reportPendingErrors to SkSL code generation by Ethan Nicholas · 3 years ago
  28. 3f37322 Fix const function-parameter assertion discovered by fuzzer. by John Stiles · 3 years ago
  29. 7253a20 Improve error-checking during array-size conversion. by John Stiles · 3 years ago
  30. 8f633ef Fix assertion discovered by fuzzer. by John Stiles · 3 years ago
  31. e453fa0 Move some v1-only gpu/tessellate files to gpu/ops by Robert Phillips · 3 years ago
  32. db0ec08 Move GrPathRenderer and GrPathRendererChain to skgpu::v1 namespace by Robert Phillips · 3 years ago
  33. 43e70f1 Move 2 path renderers to skgpu::v1 namespace by Robert Phillips · 3 years ago
  34. 832f3fb Move GrTessellationPathFlags to their own header (GrTessTypes.h) by Robert Phillips · 3 years ago
  35. 9030a3b Move GrStencilMaskHelper and GrStencilClip to skgpu::v1 namespace by Robert Phillips · 3 years ago
  36. 74b9432 Move GrClipStack to skgpu::v1 namespace by Robert Phillips · 3 years ago
  37. db857ce Make GrSmallPathAtlasMgr and GrSmallPathShapeData v1-only files by Robert Phillips · 3 years ago
  38. b069708 Improve SPIR-V handling of RTFlip when running the fuzzer. by John Stiles · 3 years ago
  39. 461c539 Move several more PathRenderers to skgpu::v1 namespace by Robert Phillips · 3 years ago
  40. 41ebbd7 Move triangulators and tessellators into gpu/geometry by Robert Phillips · 3 years ago
  41. 17dc658 Move Software and Small PathRenderers to skgpu::v1 namespace by Robert Phillips · 3 years ago
  42. 059798f Test that Runtime Effects cannot use non-ES2 types. by John Stiles · 3 years ago
  43. 7d99ba2 Enable variable-shadow warnings. by John Stiles · 3 years ago
  44. eb0f29d SkSL: Allow invoking children (shaders, etc) like functions by Brian Osman · 3 years, 1 month ago
  45. da44b57 Removed missing file from sksl.gni by Ethan Nicholas · 3 years ago
  46. 4a5e22a Further unified error handling between SkSL and DSL by Ethan Nicholas · 3 years ago
  47. 364ea35 Make remaining GrOp derived classes be skgpu::v1 only by Robert Phillips · 3 years ago
  48. 4e24948 Allow derivatives in Runtime Effects when ES3 restrictions are off. by John Stiles · 3 years ago
  49. efde90d Add $es3 modifier to SkSL. by John Stiles · 3 years ago
  50. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years ago
  51. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years ago
  52. 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years ago
  53. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years ago
  54. b23630c Reland "Remove SkTLList" by Michael Ludwig · 3 years ago
  55. 14b1d56 Revert "Remove SkTLList" by Michael Ludwig · 3 years ago
  56. e1d523d Remove SkTLList by Michael Ludwig · 3 years, 1 month ago
  57. e1d0040 Delete GrClipStackClip and GrReducedClip by Michael Ludwig · 3 years ago
  58. 51d83ab Ease HarfBuzz API change with feature detection by Ben Wagner · 3 years, 1 month ago
  59. 2195f94 Add unit test for array narrowing conversions. by John Stiles · 3 years, 1 month ago
  60. e3f85e0 Add improved regression test for oss-fuzz:36655. by John Stiles · 3 years, 1 month ago
  61. e3ae968 Enable comparison of arrays of different precision types. by John Stiles · 3 years, 1 month ago
  62. 66684b1 Roll HarfBuzz from 2.6.4 to 2.8.2-147 by Garret Rieger · 3 years, 1 month ago
  63. 9ae6ea0 Fix fuzzer-discovered error with swizzling matrices. by John Stiles · 3 years, 1 month ago
  64. 5ac7f33 Add V2 SFC and SDC stubs by Robert Phillips · 3 years, 1 month ago
  65. ded41aa Fix fuzzer-discovered error with SPIR-V interface arrays. by John Stiles · 3 years, 1 month ago
  66. b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years, 1 month ago
  67. 0201431 Add parser support for highp/mediump Tokens in vardecls. by John Stiles · 3 years, 1 month ago
  68. f386862 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2) by Robert Phillips · 3 years, 1 month ago
  69. 9fdcc51 Write test demonstrating bug with array narrowing conversions. by John Stiles · 3 years, 1 month ago
  70. 40b82c6 Revert "Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions" by Derek Sollenberger · 3 years, 1 month ago
  71. af844c7 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions by Robert Phillips · 3 years, 1 month ago
  72. 86b2c95 Update gn_to_bp_utils to support python3 by Leon Scroggins III · 3 years, 1 month ago
  73. 46eb3ab Make v1/SurfaceDrawContext V1-only by Robert Phillips · 3 years, 1 month ago
  74. e9dcbfd Add test for Runtime Effects and narrowing conversions. by John Stiles · 3 years, 1 month ago
  75. a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years, 1 month ago
  76. d7437ee Fix for fuzzer-discovered error in SPIR-V with RTFlip. by John Stiles · 3 years, 1 month ago
  77. 68c9325 Create test case to repro skia:12212. by John Stiles · 3 years, 1 month ago
  78. 1a2e7de Update tests for a V1-only skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  79. 131410a Add regression test for oss-fuzz:36655. by John Stiles · 3 years, 1 month ago
  80. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  81. 5992f9e draw vertices: fast triangles using a shader by Herb Derby · 3 years, 1 month ago
  82. 310178c Microbench for canvas save/restore calls by Brian Osman · 3 years, 1 month ago
  83. 6966981 Add a 'pathMatrix' to GrPathTessellator::prepare by Chris Dalton · 3 years, 1 month ago
  84. 400f52e Retract GrSurfaceDrawContext.h a bit by Robert Phillips · 3 years, 1 month ago
  85. 6a54042 Add GrMtlRenderPipeline. by Jim Van Verth · 3 years, 1 month ago
  86. 04f22ea Feed all top-level GPU accessors through skgpu::BaseDevice (take 2) by Robert Phillips · 3 years, 1 month ago
  87. bb2ef92 Add private blender type to SkSL built-in types. by John Stiles · 3 years, 1 month ago
  88. 7da0657 Explicitly detect static recursion in SkSL by Brian Osman · 3 years, 1 month ago
  89. c317600 Lift the tessellation atlas into its own path renderer by Chris Dalton · 3 years, 1 month ago
  90. d91d234 Revert "Feed all top-level GPU accessors through skgpu::BaseDevice" by Robert Phillips · 3 years, 1 month ago
  91. 5de8b19 Feed all top-level GPU accessors through skgpu::BaseDevice by Robert Phillips · 3 years, 1 month ago
  92. fb21225 Improve tests/comments, to prepare for calling functions before definition by Brian Osman · 3 years, 1 month ago
  93. aebe248 SkFilterQuality is gone. by Mike Reed · 3 years, 1 month ago
  94. 7a0d3c3 Revise GM infrastructure to not rely on GrSurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  95. b6a7319 Add tokens for highp/mediump/lowp. by John Stiles · 3 years, 1 month ago
  96. a7a9443 rename the VM blitter to SkVMBlitter by Herb Derby · 3 years, 1 month ago
  97. 259b468 Reduce GrOnFlushResourceProvider's functionality by Robert Phillips · 3 years, 1 month ago
  98. dd2fdea Initial land of DSLParser by Ethan Nicholas · 3 years, 1 month ago
  99. 960a4f8 Add GrMtlFrameBuffer. by Jim Van Verth · 3 years, 1 month ago
  100. e40495d Untangle GrSurfaceDrawContext.h, GrTextureOp.h and GrFillRectOp.h by Robert Phillips · 3 years, 1 month ago