-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This introduced too much complexity. Let's first optimize the computations before trying to cache them. Diffs= 6833000393 Delete the draw cache (#8995)
- Loading branch information
csmartdalton
committed
Feb 7, 2025
1 parent
63898a5
commit 9a4b423
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 @@ | ||
54dcceba76140a915cbc88d2d25855fa0fcc4d00 | ||
683300039394f73d31728448755d9d8e8ee1f961 |
Submodule rive-runtime
updated
10 files
+1 −1 | .rive_head | |
+10 −21 | renderer/include/rive/renderer/draw.hpp | |
+9 −9 | renderer/include/rive/renderer/render_context.hpp | |
+47 −101 | renderer/src/draw.cpp | |
+5 −5 | renderer/src/render_context.cpp | |
+1 −81 | renderer/src/rive_render_path.cpp | |
+1 −62 | renderer/src/rive_render_path.hpp | |
+17 −53 | renderer/src/rive_renderer.cpp | |
+10 −10 | tests/bench/draw_pls_path.cpp | |
+12 −12 | tests/gm/retrofittedcubictriangles.cpp |