bug-14538: Remove driver validation checks
Marked validation checks done in the driver with
TODOVV. Once we verify the check is covered in a
validation layer we can remove the driver code.
diff --git a/icd/intel/cmd_meta.c b/icd/intel/cmd_meta.c
index 05cc993..f51476c 100644
--- a/icd/intel/cmd_meta.c
+++ b/icd/intel/cmd_meta.c
@@ -575,7 +575,7 @@
/*
* TODO: Implement actual blit function.
*/
- cmd_fail(cmd, VK_ERROR_UNAVAILABLE);
+ cmd_fail(cmd, VK_ERROR_UNKNOWN);
}
ICD_EXPORT void VKAPI vkCmdCopyBufferToImage(