]> git.nega.tv - josh/narcissus/commit
shark-shaders: Remove one dispatchfrom radix sort
authorJosh Simmons <josh@nega.tv>
Sun, 10 Nov 2024 15:00:02 +0000 (16:00 +0100)
committerJosh Simmons <josh@nega.tv>
Sun, 10 Nov 2024 15:00:02 +0000 (16:00 +0100)
commite4ad6df21d934609088aaa17c8b4ca81adff2135
tree16b2ecb8de1ab8942a14fd67fb4bc76a76addee1
parent192bc953cc64d15cac231f6e4f49b6064e4e6d30
shark-shaders: Remove one dispatchfrom radix sort

Calculate the prefix sum for the spine with the last workgroup in the
upsweep dispatch.
title/shark-shaders/build.rs
title/shark-shaders/shaders/draw_2d_bin_0_clear.comp
title/shark-shaders/shaders/radix_sort.h
title/shark-shaders/shaders/radix_sort_0_upsweep.comp
title/shark-shaders/shaders/radix_sort_1_downsweep.comp [moved from title/shark-shaders/shaders/radix_sort_2_downsweep.comp with 100% similarity]
title/shark-shaders/shaders/radix_sort_1_spine.comp [deleted file]
title/shark-shaders/src/pipelines.rs
title/shark/src/main.rs
title/shark/tests/radix_sort.rs