Commit graph

29 commits

Author SHA1 Message Date
chyyran 0adf3505ec rt: mark frame and create APIs unsafe
This doesn't cause an API break in the C API but we don't actually make an attempt to verify that it's safe to access any of the device contexts.
2023-02-16 17:33:47 -05:00
chyyran b81f415917 vk: fix lifetime issues with ash
Using `build` everywhere was causing miscompilations because of lifetimes leaking.
2023-02-15 22:57:20 -05:00
chyyran 009e740610 vk: use gpu-allocator for memory allocations 2023-02-09 18:14:55 -05:00
chyyran 06161b5aad rt: make scale framebuffers a lot nicer to use 2023-02-07 22:02:08 -05:00
chyyran c8a1d4d196 rt: abstract framebuffer scaling into common code 2023-02-07 02:12:47 -05:00
chyyran da2fb7adca vk: make choice of render pass format dependent on the shader 2023-01-30 01:31:14 -05:00
chyyran 92caad292c runtime: scale output framebuffers according to the previous inputs rather than original size. 2023-01-29 21:26:11 -05:00
chyyran 19e8da7d85 chore: general cleanup 2023-01-15 11:08:13 -05:00
chyyran 05ec73a11c fmt: run cargo fmt 2023-01-15 03:06:09 -05:00
chyyran c3a532d729 rt: unify semantics binding logic 2023-01-15 03:01:23 -05:00
chyyran e6f1361199 doc: document image handles 2023-01-14 15:10:40 -05:00
chyyran e652f0bb1d vk: avoid cloning the whole ash::Device object by using an Arc 2023-01-14 15:06:43 -05:00
chyyran 3e628093ae capi: finish capi for vulkan 2023-01-13 18:10:20 -05:00
chyyran 6782f08820 capi: remove potential panics 2023-01-13 18:10:20 -05:00
chyyran 589538d8b2 doc: completely doc librashader crate 2023-01-13 03:19:58 -05:00
chyyran 43bd53a92b chore: general clean up and format 2023-01-13 01:48:04 -05:00
chyyran 5545f89f28 fmt: run cargo fmt 2023-01-12 21:29:42 -05:00
chyyran d55b057e44 vk: fix frame_count logic 2023-01-12 21:11:44 -05:00
chyyran 5acf70e362 vk: try to fix feedback (but its not working..) 2023-01-12 01:20:13 -05:00
chyyran d435b43a52 vk: implement history 2023-01-12 00:00:45 -05:00
chyyran 857e994570 vk: implement feedback framebuffers 2023-01-11 23:05:08 -05:00
chyyran a34bdccc06 vk: implement framebuffer operations (gen_mips/copy/clear) 2023-01-11 19:44:13 -05:00
chyyran 9dd656d49f vk: fix some bugs in the format 2023-01-10 22:22:42 -05:00
chyyran 18a96d5e5e vk: initial binding of previous pass outputs 2023-01-10 19:36:07 -05:00
chyyran 4595a5ccc3 vk: get closer to having shaders render 2023-01-10 00:11:05 -05:00
chyyran 48321d997b fmt: run cargo fmt 2023-01-09 22:54:54 -05:00
chyyran 3d57be2754 vk: work on hooking 2022-12-29 00:50:48 -05:00
chyyran 9dbe031ce8 vk: implement vbo 2022-12-25 01:18:11 -05:00
chyyran 2038da787e vk: some work on texture binding 2022-12-22 01:30:14 -05:00