wsi/x11: Remove B8G8R8_UNORM

We don't actually support that format yet because ISL doesn't have an enum
for it.  We need to beef up the formats table to allow for tiled-only
formats.
This commit is contained in:
Jason Ekstrand
2016-02-01 05:58:37 -08:00
parent f96a6c65a3
commit ea63663a72
-1
View File
@@ -118,7 +118,6 @@ wsi_x11_get_connection(struct anv_instance *instance, xcb_connection_t *conn)
static const VkSurfaceFormatKHR formats[] = {
{ .format = VK_FORMAT_B8G8R8A8_UNORM, },
{ .format = VK_FORMAT_B8G8R8_UNORM, },
};
static const VkPresentModeKHR present_modes[] = {