Commit Graph

58 Commits

Author SHA1 Message Date
65c51b8213 fixing ci
Some checks failed
Build / build (push) Successful in 56s
Test / build_and_test (push) Failing after 3m41s
2026-04-18 03:18:41 +02:00
e97ee8b23d almost finished update to Zig 0.16.0
Some checks failed
Build / build (push) Successful in 2m18s
Test / build_and_test (push) Failing after 6m9s
2026-04-18 02:26:29 +02:00
5be875c07e ci skip; start of update to zig 0.16
All checks were successful
Build / build (push) Has been skipped
Test / build_and_test (push) Has been skipped
2026-04-16 22:15:07 +02:00
ee0ffbe09d adding base blit
All checks were successful
Test / build_and_test (push) Successful in 55m18s
Build / build (push) Successful in 1m54s
2026-04-14 02:46:25 +02:00
d54c28dcaa adding buffer-image copies
All checks were successful
Build / build (push) Successful in 2m11s
Test / build_and_test (push) Successful in 48m53s
2026-04-12 22:34:58 +02:00
ee49c86ebb adding secondary command buffers
Some checks failed
Build / build (push) Successful in 8m27s
Test / build_and_test (push) Failing after 25m19s
2026-03-18 03:22:46 +01:00
4efc0842c4 working on copy operations; ci skip
All checks were successful
Build / build (push) Has been skipped
Test / build_and_test (push) Has been skipped
2026-03-09 18:20:39 +01:00
32f886054f adding indirect dispatch; test skip
All checks were successful
Test / build_and_test (push) Has been skipped
Build / build (push) Successful in 2m55s
2026-03-09 01:39:03 +01:00
e5cbbbcc91 reworking command buffers, adding soft compute routines
Some checks failed
Build / build (push) Successful in 2m4s
Test / build_and_test (push) Failing after 3h24m26s
2026-02-24 04:49:59 +01:00
d97533082d adding descriptor bindings
Some checks failed
Build / build (push) Successful in 1m5s
Test / build_and_test (push) Failing after 3h8m2s
2026-02-21 03:37:08 +01:00
a95e57bd5e adding descriptor writes for storage buffers
All checks were successful
Build / build (push) Successful in 1m14s
Test / build_and_test (push) Successful in 2h18m31s
2026-02-18 01:46:57 +01:00
b9ef230c0e working on descriptor sets
All checks were successful
Build / build (push) Successful in 1m58s
Test / build_and_test (push) Successful in 38m44s
2026-02-17 02:22:43 +01:00
970a7cb343 adding base descriptor set layout 2026-01-31 01:38:32 +01:00
1f8415f1b2 fixing crashes
Some checks failed
Build / build (push) Successful in 2m29s
Test / build_and_test (push) Failing after 45m9s
2026-01-27 22:56:03 +01:00
7d5eb1553b working on commands 2025-12-22 16:57:41 +01:00
64af182ecc adding VK_KHR_get_physical_device_properties2 and bug fixes 2025-12-17 17:39:20 +01:00
87d8d480cb fixing buid 2025-12-15 17:43:56 +01:00
bbd21e55de working on events 2025-12-14 23:11:35 +01:00
8b33e61903 fixing some tests 2025-12-09 00:09:02 +01:00
4ca671366d improving CTS support 2025-12-07 22:04:42 +01:00
453d965d0c fixing CTS issues, improving logger 2025-12-05 23:01:17 +01:00
4b8aae9eb9 fixing some issues 2025-12-04 17:43:58 +01:00
1def0692bb adding Vulkan conformance tests as a step 2025-12-03 23:50:52 +01:00
ff1317d412 adding all base handles 2025-11-30 21:43:19 +01:00
71f2b9171b adding PFNs 2025-11-29 22:27:00 +01:00
37b5eeacd0 adding PFNs 2025-11-29 19:57:47 +01:00
010250c004 adding PFNs; ci skip 2025-11-29 18:49:27 +01:00
7a94396abe adding Descriptors fundamental implementation 2025-11-27 23:42:05 +01:00
a3df2cadd2 adding base descriptors 2025-11-26 21:49:31 +01:00
e34714930c adding some function pfn implementations 2025-11-25 22:28:17 +01:00
a106722bc4 adding image view 2025-11-24 22:42:03 +01:00
ea6260a638 adding image to png export to C test 2025-11-23 22:00:24 +01:00
b65d5cf183 adding base Image and ICD file generation 2025-11-23 02:39:56 +01:00
b586ff18e1 implementation of vkCmdFillBuffer and rework of logger 2025-11-22 21:43:31 +01:00
5df8677051 rework of the queue 2025-11-21 23:57:35 +01:00
967451a458 adding base Buffer, refactoring of unnecessary device layer functions 2025-11-20 17:40:23 +01:00
5bfc0e6254 adding command buffer states 2025-11-18 00:00:11 +01:00
5661505bef fixing command pool, adding base command buffer dispatch table 2025-11-16 20:42:08 +01:00
027bd2ce1c adding command buffer pool logic 2025-11-15 21:29:08 +01:00
2a6233390d adding doc generation 2025-11-15 00:52:28 +01:00
2928517451 improving vulkan allocator; ci skip 2025-11-14 17:32:37 +01:00
e08fba24a6 adding command pool base 2025-11-12 22:50:41 +01:00
9a0cc0d03d adding public queue functions and worker base 2025-11-12 17:40:54 +01:00
c1ed06945e adding queues and debug allocators 2025-11-11 23:55:44 +01:00
b2d964c96a working on queues 2025-11-09 21:06:33 +01:00
b4b88ac2db fixing fences implementation 2025-11-09 02:19:02 +01:00
e89d1ff8d9 adding device memory support, fences base 2025-11-09 00:34:52 +01:00
e508d89de8 fixing CI 2025-11-07 12:31:58 +01:00
1d44717760 adding debug logs levels, implementing some physical device functions 2025-11-06 23:10:26 +01:00
f943ea4273 improving readme 2025-11-06 08:30:28 +01:00