anv: move common wsi code to x11/wayland common files.

Next task is to rename all the anv_ out of this,
and move to a common location

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Dave Airlie
2016-10-14 05:42:29 +01:00
parent e0d15fbe1d
commit 971523410f
10 changed files with 1851 additions and 1656 deletions

View File

@@ -21,7 +21,8 @@
* IN THE SOFTWARE.
*/
#include "anv_wsi.h"
#include "anv_private.h"
#include "wsi_common.h"
#include "vk_format_info.h"
static const struct anv_wsi_callbacks anv_wsi_cbs = {