Matthew Waters
|
475a2b0acd
|
vulkan/image: use the full video info for returning vulkan formats
We may need some colorspace information for returning sRGB vs no sRGB.
|
2019-11-07 20:01:57 +00:00 |
|
Matthew Waters
|
34ff895040
|
vulkan: remove VkImageView from the memory
There can be multiple views per image for different subresource ranges
or planes in multi-planer images.
|
2019-09-25 11:11:02 +00:00 |
|
Matthew Waters
|
ac09f88eb9
|
vulkan: implement the correct memory barriers necessary
Vulkan validation layers are finally silent!
|
2019-06-04 09:03:44 +00:00 |
|
Matthew Waters
|
25a970f9d5
|
vkformat: fix format conversion for matching vulkan formats
Other formats still need a swizzle or conversion.
|
2019-06-04 09:03:44 +00:00 |
|
Matthew Waters
|
d61e771c37
|
vulkan: use c99 designated initializers where possible
Makes the code much easier to read and allows removing our terrible
macros for structure initialization.
|
2019-06-04 09:03:44 +00:00 |
|
Matthew Waters
|
70fda3ff78
|
vulkan: large docs update
|
2019-06-04 09:03:44 +00:00 |
|
Matthew Waters
|
25dd3b32e5
|
vulkan: make a gstvulkan library out of the existing API
|
2019-06-04 09:03:44 +00:00 |
|