commit | 2b7e88a1fdefc49d78e80765745e87e00034c2a0 | [log] [tgz] |
---|---|---|
author | Jeremy Hayes <jeremy@lunarg.com> | Fri Jan 23 08:51:43 2015 -0700 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Feb 04 17:58:09 2015 -0700 |
tree | c52d456adcacb4ae54e014caa93856bdd516e372 | |
parent | 4246ebfc27a2b3bfd6be52a758a916d124f6958d [diff] [blame] |
Update XGL_FORMAT.
diff --git a/icd/intel/layout.h b/icd/intel/layout.h index bf26190..f081e37 100644 --- a/icd/intel/layout.h +++ b/icd/intel/layout.h
@@ -169,8 +169,7 @@ switch (layout->tiling) { case INTEL_TILING_NONE: - if (layout->format.numericFormat == XGL_NUM_FMT_DS && - layout->format.channelFormat == XGL_CH_FMT_R8) { + if (layout->format == XGL_FMT_S8_UINT) { /* W-tile */ tile_w = 64; tile_h = 64;