intel: implement intelGetFormatInfo()
diff --git a/icd/intel/dispatch_tables.c b/icd/intel/dispatch_tables.c
index bb2f792..29d91fd 100644
--- a/icd/intel/dispatch_tables.c
+++ b/icd/intel/dispatch_tables.c
@@ -26,6 +26,7 @@
#include "dev.h"
#include "event.h"
#include "fence.h"
+#include "format.h"
#include "gpu.h"
#include "mem.h"
#include "obj.h"
@@ -139,16 +140,6 @@
return XGL_ERROR_UNAVAILABLE;
}
-static XGL_RESULT XGLAPI intelGetFormatInfo(
- XGL_DEVICE device,
- XGL_FORMAT format,
- XGL_FORMAT_INFO_TYPE infoType,
- XGL_SIZE* pDataSize,
- XGL_VOID* pData)
-{
- return XGL_ERROR_UNAVAILABLE;
-}
-
static XGL_RESULT XGLAPI intelCreateImage(
XGL_DEVICE device,
const XGL_IMAGE_CREATE_INFO* pCreateInfo,