commit | 7ed105917014d56bae29b0a14dcee32e1256e55c | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Sep 10 17:17:43 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Sep 11 09:24:00 2015 -0600 |
tree | c656749cb79fcaf854d4ba89cc7cb2251d4d2761 | |
parent | ec9dedf14146238ce7c888b02578c79ba4e5fd1b [diff] [blame] |
Bug 12998: Document required depth formats and layouts in buffer memory
diff --git a/icd/intel/layout.c b/icd/intel/layout.c index 1f18a11..be40789 100644 --- a/icd/intel/layout.c +++ b/icd/intel/layout.c
@@ -699,7 +699,7 @@ switch (format) { case VK_FORMAT_D24_UNORM_S8_UINT: if (require_separate_stencil) { - format = VK_FORMAT_D24_UNORM; + format = VK_FORMAT_D24_UNORM_X8; layout->separate_stencil = true; } break;