-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MSAA stencil settings for clockwise paths
We updated MSAA stencil settings for clockwise path draws when we added clockwise fill, but we forgot to update the settings for clips. Diffs= 4d61f56bc2 Fix MSAA stencil settings for clockwise paths (#8985)
- Loading branch information
csmartdalton
committed
Feb 6, 2025
1 parent
0d29a03
commit f333184
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
fc0ae678477df599d43a0958a8fd5bbb77173616 | ||
4d61f56bc2c4e9824db44ed1ee4f5d8fba60f635 |
Submodule rive-runtime
updated
6 files
+1 −1 | .rive_head | |
+4 −1 | renderer/include/rive/renderer/draw.hpp | |
+5 −0 | renderer/src/draw.cpp | |
+21 −9 | renderer/src/gl/render_context_gl_impl.cpp | |
+45 −44 | renderer/src/rive_renderer.cpp | |
+82 −27 | tests/gm/largeclippedpath.cpp |