diff options
author | Chia-I Wu <[email protected]> | 2015-01-27 16:34:45 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-02-12 07:56:12 +0800 |
commit | 0b7fdce4f5f507bac86211a6e5356c86e15d8379 (patch) | |
tree | 46ee6d388fd044bc086c455d9bf56793942dd2eb /src/gallium/drivers/ilo/ilo_layout.h | |
parent | aa7109f0591e2306ea8c9c7fd61cff30860ac8b3 (diff) |
ilo: update ilo_zs_surface for Gen8
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_layout.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_layout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_layout.h b/src/gallium/drivers/ilo/ilo_layout.h index 3b6677b58c7..9aa2ae90b75 100644 --- a/src/gallium/drivers/ilo/ilo_layout.h +++ b/src/gallium/drivers/ilo/ilo_layout.h @@ -118,6 +118,7 @@ struct ilo_layout { /* bitmask of levels that can use aux */ unsigned aux_enables; unsigned aux_offsets[PIPE_MAX_TEXTURE_LEVELS]; + unsigned aux_layer_height; unsigned aux_stride; unsigned aux_height; }; |