Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vulkan/wsi: Generate wayland protocol headers separately from EGL | Jason Ekstrand | 2017-03-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Previously, we were depending on EGL for generating the headers and providing the protocol symbols. However, since neither Vulkan driver actually wants to link against EGL, this is kind of pointless. It also creates a weird build dependency. v2 [Jason] - Add missing wsi/ prefix, MKDIR_GEN v3 [Emil Velikov] - include BUILT_SOURCES/generation rules outside of conditional Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> | ||||
* | automake: vulkan: rename/reuse VULKAN_UTIL_{GENERATED_,}FILES list | Emil Velikov | 2017-02-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Emil Velikov <[email protected]> | ||||
* | vulkan: Combine wsi and util makefiles | Dylan Baker | 2017-02-22 | 1 | -0/+16 |
Reviewed-by: Matt Turner <[email protected]> |