aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-08-19 09:40:37 -0700
committerEric Anholt <[email protected]>2014-08-22 10:16:57 -0700
commit3a1efcc7f9f99d42cda191ded1eb78140366c708 (patch)
treefacf7091502e68b2da35810513efbcea765c4916 /src/gallium/drivers/vc4/Makefile.sources
parent1b6dcaf40c639d7933e83fecfdf28dbe84175ac6 (diff)
vc4: Add support for texture tiling.
This still treats everything as RGBA8888 for the most part, same as before. This is a prerequisite for handling other texture formats, since only RGBA8888 has a raster-layout mode.
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.sources')
-rw-r--r--src/gallium/drivers/vc4/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources
index 414a64ab472..68badc495b9 100644
--- a/src/gallium/drivers/vc4/Makefile.sources
+++ b/src/gallium/drivers/vc4/Makefile.sources
@@ -19,4 +19,5 @@ C_SOURCES := \
vc4_simulator_validate.c \
vc4_simulator_validate_shaders.c \
vc4_state.c \
+ vc4_tiling.c \
$()