summaryrefslogtreecommitdiffstats
path: root/src/vulkan/wsi/wsi_common.h
Commit message (Collapse)AuthorAgeFilesLines
* vulkan/wsi: store present mode in swapchain base classDave Airlie2016-10-271-0/+1
| | | | | | | | This just moves this up a level as x11 will need it to implement things properly. Reviewed-by: Jason Ekstrand <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
* anv: move to using shared wsi codeDave Airlie2016-10-191-0/+133
This moves the shared code to a common subdirectory and makes anv linked to that code instead of the copy it was using. Reviewed-by: Jason Ekstrand <[email protected]>