commit | a54b76ab3b7602bd4e7ff4ab9aaca77d388ed58e | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Sep 04 13:39:59 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Sep 10 10:16:35 2015 -0600 |
tree | 2da210abde114b77da385d5ffdb277008773ce5e | |
parent | 26c3eb4b9bcb3daad3e98b7f84f78074128c2a24 [diff] [blame] |
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/fb.c b/icd/intel/fb.c index b434ae4..20634e7 100644 --- a/icd/intel/fb.c +++ b/icd/intel/fb.c
@@ -102,7 +102,7 @@ struct intel_render_pass *rp; uint32_t i; - /* TODO */ + /* TODOVV: Move to validation layer */ if (info->dependencyCount) return VK_ERROR_UNKNOWN;