Commit graph

27 commits

Author SHA1 Message Date
Dzmitry Malyshau 2fcc5636bf Update gfx with swapchain readback support 2020-10-28 23:32:39 -04:00
Dzmitry Malyshau 2d0aeb66e7 Support VK_KHR_portability_subset 2020-09-19 20:54:21 -04:00
Dzmitry Malyshau d308cd7216 Metal support, dispatch feature 2018-03-02 06:56:17 -05:00
msiglreith 7c19ad77ae Implement vkCreateBuffer and fix memory binding 2018-01-04 15:50:28 +01:00
msiglreith 728e338ffa Implement vkMapMemory, vkUnmapMemory, vkBindBufferMemory, vkGetBufferMemoryRequirements, vkDestroyBuffer and vkDestroyImage 2018-01-04 15:21:35 +01:00
msiglreith bcc11fac99 Fix Makefile and build and update README 2018-01-02 18:45:24 +01:00
msiglreith d270a36ba3 Update to latest gfx master 2018-01-02 00:47:47 +01:00
msiglreith c2935f357a native: Add math primitives 2017-12-26 20:25:56 +01:00
msiglreith 7a3a11fafc Implement vkBindImageMemory and remaining parts of the depth buffer example 2017-12-26 19:59:30 +01:00
msiglreith 4f409de59e Implement vkAllocateMemory and vkFreeMemory 2017-12-21 23:38:43 +01:00
msiglreith 2e19f801e4 Implement vkGetPhysicalDeviceMemoryProperties and add some placeholders 2017-12-20 15:26:10 +01:00
msiglreith bc7a8107e6 Implement vkGetImageMemoryRequirements 2017-12-11 19:04:55 +01:00
msiglreith 468c42a3a2 Implement vkCreateImage 2017-12-11 13:56:20 +01:00
msiglreith 740cec2c9b Implement vkGetPhysicalDeviceFormatProperties and parts of 06 - depth stencil sample 2017-12-11 13:56:20 +01:00
msiglreith 82ab5720ee Implement vkDestroyImageView 2017-12-08 01:07:55 +01:00
msiglreith 69b3d1e043 Implement VkCreateImageView 2017-12-08 01:07:55 +01:00
msiglreith c09387bc4f Add swapchain related implementations 2017-12-07 22:36:52 +01:00
msiglreith 936b207418 win32: Add basic window setup and remove winit based surface function 2017-12-02 18:01:07 +01:00
msiglreith 30f55be936 Change file-ending for MSVC compiler 2017-11-23 00:02:09 +01:00
Dzmitry Malyshau f799034fb1 Surface capabilities and formats 2017-11-14 11:19:33 -05:00
Dzmitry Malyshau 432331abce Surface creation/destruction 2017-11-13 22:57:02 -05:00
Dzmitry Malyshau fcdebb5160 Command buffer allocation/freeing 2017-11-13 22:56:57 -05:00
Dzmitry Malyshau 82d4e84e03 Command pool creation/destruction 2017-11-06 22:33:36 -05:00
Dzmitry Malyshau 101a0521b9 Device creation 2017-09-12 12:27:01 -04:00
Dzmitry Malyshau 9098c95950 Git modules, README, travis, etc 2017-09-06 22:04:18 -04:00
Dzmitry Malyshau 70cf6476c3 Proper static lib, enumerate_adapters 2017-09-06 22:02:03 -04:00
Dzmitry Malyshau 7f30e22a05 Basic Vulkan header hookup and automation 2017-09-06 22:02:03 -04:00