Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vk/0.170.2: Update to the new VK_EXT_KHR_swapchain extensions | Jason Ekstrand | 2015-10-08 | 1 | -17/+25 |
| | |||||
* | vk/wsi: Add Wayland WSI support | Jason Ekstrand | 2015-09-04 | 1 | -0/+2 |
| | |||||
* | vk/wsi: Move to a clallback system for the entire WSI implementation | Jason Ekstrand | 2015-09-04 | 1 | -7/+18 |
| | | | | | | | | We do this for two reasons: First, because it allows us to simplify WSI and compiling in/out support for a particular platform is as simple as calling or not calling the platform-specific init function. Second, the implementation gives us a place for a given chunk of the WSI to stash stuff in the instance. | ||||
* | vk/WSI: Use a callback mechanism instead of explicit switching | Jason Ekstrand | 2015-09-04 | 1 | -20/+12 |
| | |||||
* | vk: Add an initial implementation of the actual Khronos WSI extension | Jason Ekstrand | 2015-09-04 | 1 | -0/+59 |
Unfortunately, this is a very large commit and removes the old LunarG WSI extension. This is because there are a couple of entrypoints that have the same name between the two extensions so implementing them both is impractiacl. Support is still incomplete, but this is enough to get vkcube up and going again. |