summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_resource.h
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2013-04-30 12:55:18 +0800
committerChia-I Wu <[email protected]>2013-05-01 11:56:43 +0800
commit7726e9500c15814955cea6ee626de27493870b60 (patch)
tree93107467f0dd2601a7cccd92127b6149b80b4672 /src/gallium/drivers/ilo/ilo_resource.h
parent334abed8286ab80691c563027424b7a7abcb41b5 (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.h2
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 {