Graphite/node-graph/gstd/src
Dennis Kobert 26473a8002 Restructure node graph execution to be safer (#1277)
* Reorganize file structure

* Remove all unsafe code

* Add testcase for debugging ub

* Convert into proper test with fail condition

* General cleanup

* Fix tests

* Add feature guard for deallocation

* Use raw pointer for storing values to avoid violating aliasing rules

* Add comment explaining the disabling of simd128

* Fix brush node

* Fix formatting
2023-06-03 01:18:44 +02:00
..
any.rs Restructure node graph execution to be safer (#1277) 2023-06-03 01:18:44 +02:00
brush.rs Restructure node graph execution to be safer (#1277) 2023-06-03 01:18:44 +02:00
cache.rs Rename the legacy Graphene crate to document-legacy (#899) 2022-12-22 02:12:05 -08:00
executor.rs Restructure node graph execution to be safer (#1277) 2023-06-03 01:18:44 +02:00
http.rs Make the dynamic node graph execution asynchronous (#1218) 2023-05-27 11:48:57 +02:00
image_segmentation.rs Serialize Color as srgb (#1136) 2023-04-16 15:02:22 +02:00
lib.rs Remove unsafe code and clean up the code base in general (#1263) 2023-06-02 11:05:32 +02:00
quantization.rs Make the dynamic node graph execution asynchronous (#1218) 2023-05-27 11:48:57 +02:00
raster.rs Restructure node graph execution to be safer (#1277) 2023-06-03 01:18:44 +02:00
value.rs Add raster module to graphene_core 2022-08-04 12:34:05 +02:00