mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 06:00:10 +01:00
isl: Use ARRAY_PITCH_SPAN_FULL for depth/stencil surfaces on gen7
We helpfully inserted a PRM quotation about how we need to use ARRAY_PITCH_SPAN_FULL and then set it to COMPACT. Oops... Reviewed-by: Chad Versace <chad.versace@intel.com>
This commit is contained in:
parent
0d48ac627a
commit
a52f26d6e8
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ isl_choose_array_pitch_span(const struct isl_device *dev,
|
|||
* the depth buffer and stencil buffer have an implied value of
|
||||
* ARYSPC_FULL):
|
||||
*/
|
||||
return ISL_ARRAY_PITCH_SPAN_COMPACT;
|
||||
return ISL_ARRAY_PITCH_SPAN_FULL;
|
||||
}
|
||||
|
||||
if (info->levels == 1) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue