Graphite/node-graph/gstd/src
Dennis Kobert 3adcc3031a Implement Infrastructure to reuse previous frames for brush drawing
Implement Infrastructuro to reuse the previous evaluation of the
node graph to blend the new stroke with instead of drawing the
entire trace from scratch.
This does not transition to a blending based approach because that still
caused regressions but allows the brush node to work with input data
natively.

Test Plan:
- Use the brush tool in the editor and check for regressions
- Evaluate the performance

Reviewers: Keavon

Pull Request: https://github.com/GraphiteEditor/Graphite/pull/1190
2023-05-03 13:14:41 +02:00
..
any.rs Implement Infrastructure to reuse previous frames for brush drawing 2023-05-03 13:14:41 +02:00
brush.rs Implement Infrastructure to reuse previous frames for brush drawing 2023-05-03 13:14:41 +02:00
cache.rs Rename the legacy Graphene crate to document-legacy (#899) 2022-12-22 02:12:05 -08:00
executor.rs Restructure GPU execution to model GPU pipelines in the node graph (#1088) 2023-04-23 10:18:31 +02:00
image_segmentation.rs Serialize Color as srgb (#1136) 2023-04-16 15:02:22 +02:00
lib.rs Add the image segmentation node (#1122) 2023-04-16 14:51:33 +03:00
main.rs Implement node graph gpu execution via vulkano and rust gpu (#870) 2022-12-05 12:56:36 +01:00
memo.rs Implement Infrastructure to reuse previous frames for brush drawing 2023-05-03 13:14:41 +02:00
quantization.rs Implement the correct Brightness/Contrast node algorithm (#1130) 2023-04-15 05:15:58 -07:00
raster.rs Implement Infrastructure to reuse previous frames for brush drawing 2023-05-03 13:14:41 +02:00
value.rs Add raster module to graphene_core 2022-08-04 12:34:05 +02:00