Graphite/node-graph/gcore/src
Orson Peters 0c93a62d55 Add blit caching and blend modes to Brush tool (#1268)
Added blit caching.

Added bulk memory target feature.

Added brush texture caching.

Removed dead format call.

Fix brush_texture_cache crashing on serialization.
2023-06-07 12:24:21 +02:00
..
application_io Remove warnings from build and satisfied clippy (#1288) 2023-06-07 14:46:47 +05:30
graphic_element Add the document graph (#1217) 2023-05-26 17:22:58 +01:00
raster Add blit caching and blend modes to Brush tool (#1268) 2023-06-07 12:24:21 +02:00
text Remove warnings from build and satisfied clippy (#1288) 2023-06-07 14:46:47 +05:30
vector Add blit caching and blend modes to Brush tool (#1268) 2023-06-07 12:24:21 +02:00
application_io.rs Remove unsafe code and clean up the code base in general (#1263) 2023-06-02 11:05:32 +02:00
consts.rs Refactor vector data type from document-legacy into node graph (#1057) 2023-02-25 16:55:05 +00:00
generic.rs Simplify node trait definition (#1146) 2023-04-17 23:42:22 +02:00
gpu.rs Implement the Brush without relying on a stamp texture 2023-04-29 01:31:14 +02:00
graphic_element.rs Add the document graph (#1217) 2023-05-26 17:22:58 +01:00
lib.rs Restructure node graph execution to be safer (#1277) 2023-06-03 01:18:44 +02:00
memo.rs Remove unsafe code and clean up the code base in general (#1263) 2023-06-02 11:05:32 +02:00
ops.rs Use canvas as target for raster rendering (#1256) 2023-05-30 20:12:59 +02:00
quantization.rs Restructure GPU execution to model GPU pipelines in the node graph (#1088) 2023-04-23 10:18:31 +02:00
raster.rs Add blit caching and blend modes to Brush tool (#1268) 2023-06-07 12:24:21 +02:00
storage.rs Remove unsafe code and clean up the code base in general (#1263) 2023-06-02 11:05:32 +02:00
structural.rs Remove unsafe code and clean up the code base in general (#1263) 2023-06-02 11:05:32 +02:00
text.rs Remove unsafe code and clean up the code base in general (#1263) 2023-06-02 11:05:32 +02:00
transform.rs Color system based on traits, and conversion to linear color in the graph (#1123) 2023-04-16 02:57:05 +02:00
types.rs Remove unsafe code and clean up the code base in general (#1263) 2023-06-02 11:05:32 +02:00
uuid.rs Remove warnings from build and satisfied clippy (#1288) 2023-06-07 14:46:47 +05:30
value.rs Remove warnings from build and satisfied clippy (#1288) 2023-06-07 14:46:47 +05:30