Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/vk: Add helpers for finding an extension struct | Jason Ekstrand | 2017-03-15 | 1 | -0/+17 |
| | | | | Reviewed-by: Dave Airlie <[email protected]> | ||||
* | util/vulkan: Add vk_outarray (v2) | Chad Versace | 2017-03-13 | 1 | -0/+140 |
| | | | | | | | | | | | This is a wrapper for a Vulkan output array. A Vulkan output array is one that follows the convention of the parameters to vkGetPhysicalDeviceQueueFamilyProperties(). v2: Replace vk_outarray_is_incomplete() with vk_outarray_status(). For Jason. Reviewed-by: Jason Ekstrand <[email protected]> | ||||
* | util: Add helpers for iterating over Vulkan extension structs | Jason Ekstrand | 2017-02-14 | 1 | -0/+43 |
Reviewed-by: Dave Airlie <[email protected]> |