summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/Makefile.sources
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2014-08-08 12:42:50 +0800
committerChia-I Wu <[email protected]>2014-08-19 19:53:37 +0800
commit925359bc784399c1a65a46e2b136da3c4d30388d (patch)
tree801a4bf40798c1cf2b0379db17ab2d2e8873a0cd /src/gallium/drivers/ilo/Makefile.sources
parent5ae9bdafd4bd50c0a72abb7cca5f8407efcb4cba (diff)
ilo: add new resource layout code
Based on the old code, the new layout code describes the layout with the new, well-documented, ilo_layout. It also gains new features such as MCS support and extended ARYSPC_LOD0 that i965 comes up with (see 6345a94a9b134b1321b3b290bacde228b12af415).
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r--src/gallium/drivers/ilo/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources
index d109af0097c..97073022907 100644
--- a/src/gallium/drivers/ilo/Makefile.sources
+++ b/src/gallium/drivers/ilo/Makefile.sources
@@ -15,6 +15,7 @@ C_SOURCES := \
ilo_gpe_gen6.c \
ilo_gpe_gen7.c \
ilo_gpgpu.c \
+ ilo_layout.c \
ilo_query.c \
ilo_resource.c \
ilo_screen.c \