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