Commit graph

35625 commits

Author SHA1 Message Date
e18d4818cf Cleanup and fix for reflections 2024-12-13 23:33:06 +01:00
1264783a2f Buffer and validation fixes 2024-12-08 21:13:29 +01:00
182e276e1a Fixed skeletal animation on Vulkan 2024-12-08 12:01:04 +01:00
3a2f48cd88 Post-rebase fixes for Vulkan 2024-12-07 22:48:25 +01:00
14b617f3c8 Add alpha blending to Vulkan backend 2024-12-07 20:58:12 +01:00
0af1daaa5a Fix stencil tests on Vulkan 2024-12-07 20:58:12 +01:00
0ded506a80 First run of Interface on Vulkan 2024-12-07 20:58:12 +01:00
16a7762f6c Fixed render pass clear operations 2024-12-07 20:58:08 +01:00
c873b61fa0 Per-frame cleanup 2024-12-07 20:54:54 +01:00
fb5651a30b Vulkan texture binding fixes, cubemap support 2024-12-07 20:54:54 +01:00
602caa88ce Fix descriptors 2024-12-07 20:54:54 +01:00
db9617cc1d Initial texture transfer functionality 2024-12-07 20:54:54 +01:00
f026e40e9f Fixed vertex and index buffers 2024-12-07 20:54:54 +01:00
1e6d3b7be4 Vulkan descriptor sets work 2024-12-07 20:54:54 +01:00
10941ff368 Work on Vulkan draw call info buffer 2024-12-07 20:54:54 +01:00
837a8102ff Vulkan buffer work, upgrade VMA 2024-12-07 20:54:54 +01:00
e151e1a826 Vulkan work on framebuffers and textures 2024-12-07 20:54:54 +01:00
bb8eb30b04 Vulkan renderpass work 2024-12-07 20:54:54 +01:00
be1551c21c Vulkan backend work 2024-12-07 20:54:54 +01:00
c0351af854 Vulkan shader fixes 2024-12-07 20:54:54 +01:00
968392f2b9 GPU frame player and other fixes 2024-12-07 20:54:54 +01:00
1a2a401d3f Vulkan fixes 2024-12-07 20:54:54 +01:00
19861fe0cf Fixed present thread names 2024-12-07 20:54:51 +01:00
3ac2bc1284 VKWindow fixes 2024-12-07 20:51:06 +01:00
3652489ed7 Created files for Vulkan display plugin 2024-12-07 20:51:06 +01:00
20864697b3 Fixed Vulkan extensions 2024-12-07 20:51:06 +01:00
abae8582e6 Fix Vulkan validation 2024-12-07 20:51:06 +01:00
9316b3f461 Modified GPU frame player for Vukan C API 2024-12-07 20:51:06 +01:00
860b2b886c Moved to Vulkan C API and updated VKS 2024-12-07 20:51:06 +01:00
Lubosz Sarnecki
2b40a4ae91 vk/Pipelines: Unpack pipeline result.
The Vulkan C++ API apparently changed.
2024-12-07 20:51:06 +01:00
Lubosz Sarnecki
19ac3ed452 VmaImplementation: Include stdio.
VMA does not include stdio, maybe fixed in a new version?
2024-12-07 20:51:06 +01:00
Lubosz Sarnecki
33a8f20383 Renderpass: Include <stdexcept> for std::runtime error. 2024-12-07 20:51:06 +01:00
Lubosz Sarnecki
89d4558494 Shaders: DEFAULT_DIALECT can only be extern or static. 2024-12-07 20:51:06 +01:00
Lubosz Sarnecki
ba7a397e0c FIXUP: libraries: Missing buffer usage constructors. 2024-12-07 20:51:06 +01:00
Lubosz Sarnecki
a57fa2a157 paintStoke: Enable declaration on forward renderer.
Since transformEyeToWorldDir is used in forward, this must be declared.
2024-12-07 20:51:06 +01:00
d1a4c8e6ed Vulkan window now works on X11 2024-12-07 20:51:06 +01:00
2c9f83519c Changes necessary to build Vulkan gpu-frame-player 2024-12-07 20:51:06 +01:00
6ac53eab38 Changes necessary to build Vulkan branch updated to current master branch 2024-12-07 20:51:06 +01:00
a135e9d37b Remove non-standard template specialization, fix QT includes 2024-12-07 20:51:06 +01:00
4eb71fbb5f Post-merge fixes to shaders 2024-12-07 20:51:06 +01:00
Brad Davis
b7efed9461 rebase and shader fixes 2024-12-07 20:44:29 +01:00
Brad Davis
1906b636fe . 2024-12-07 20:44:29 +01:00
Lubosz Sarnecki
42df54f742 fixup: VkBackend: glColor4f is no more. 2024-12-07 20:44:29 +01:00
Brad Davis
5bce2dfbf0 Add vulkan backend 2024-12-07 20:44:29 +01:00
Brad Davis
7f9c3deefd Fixing vulkan playback 2024-12-07 20:44:29 +01:00
Brad Davis
bf354119aa Add renderpass abstraction 2024-12-07 20:44:29 +01:00
Brad Davis
f6bbaa3fd2 Plugin gpu backend access 2024-12-07 20:44:26 +01:00
Brad Davis
683b091bbd Buffer usage flags 2024-12-07 20:32:34 +01:00
Brad Davis
c13d3d68f5 Vulkan library 2024-12-07 20:24:00 +01:00
Brad Davis
17e2c0f99e Fixup shader interfaces 2024-12-07 20:24:00 +01:00