diff options
author | Chia-I Wu <[email protected]> | 2013-04-30 12:55:18 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-05-01 11:56:43 +0800 |
commit | 7726e9500c15814955cea6ee626de27493870b60 (patch) | |
tree | 93107467f0dd2601a7cccd92127b6149b80b4672 /src/gallium/drivers/ilo/ilo_resource.h | |
parent | 334abed8286ab80691c563027424b7a7abcb41b5 (diff) |
ilo: use UMS layout for render targets
As we do not advertise MSAA support, this change should not make any
difference yet.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_resource.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_resource.h b/src/gallium/drivers/ilo/ilo_resource.h index 96464724942..89ad8c20811 100644 --- a/src/gallium/drivers/ilo/ilo_resource.h +++ b/src/gallium/drivers/ilo/ilo_resource.h @@ -69,6 +69,8 @@ struct ilo_resource { bool halign_8, valign_4; /* true if space is reserved between layers */ bool array_spacing_full; + /* true if samples are interleaved */ + bool interleaved; /* 2D offsets into a layer/slice/face */ struct { |