Skip to content

Commit

Permalink
Batch interior triangulation draws
Browse files Browse the repository at this point in the history
When two interior triangulations get sorted one after the other, batch them into a single draw call.

Also remove an unnecessary barrier that was being added between the two triangulations. We already know they don't overlap, so a barrier is unnecessary.

Rename "batchInternalNeighbor" to "dstReadList", and slighty change the sematics in a way that is compatible with batching multiple subpasses of the same path. This list was only used for dst reads, so make its purpose more well-defined.

Diffs=
7ee1c7777f Batch interior triangulation draws (#8328)
  • Loading branch information
csmartdalton committed Oct 16, 2024
1 parent ff2973b commit 99c580f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9d5076b88363c7811a9a70107ee43013b8bfd0cb
7ee1c7777ffed3c18870a038881cb64a731870c7

0 comments on commit 99c580f

Please sign in to comment.