summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/Makefile.sources
diff options
context:
space:
mode:
authorKhaled Emara <[email protected]>2019-08-03 14:29:43 +0200
committerRob Clark <[email protected]>2019-08-12 22:30:54 +0000
commite11a239e8ca642414a61ac6fddf442a269a51d92 (patch)
tree93bca53a603f30cf0f539610a189fa754f8a0fe1 /src/gallium/drivers/freedreno/Makefile.sources
parent866bb775de7942ee120fb1f33c7a92ce47f8904b (diff)
freedreno: enable tiled textures for debug builds
Diffstat (limited to 'src/gallium/drivers/freedreno/Makefile.sources')
-rw-r--r--src/gallium/drivers/freedreno/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.sources b/src/gallium/drivers/freedreno/Makefile.sources
index 85d38186aa5..94b26a368ad 100644
--- a/src/gallium/drivers/freedreno/Makefile.sources
+++ b/src/gallium/drivers/freedreno/Makefile.sources
@@ -95,6 +95,8 @@ a3xx_SOURCES := \
a3xx/fd3_query.h \
a3xx/fd3_rasterizer.c \
a3xx/fd3_rasterizer.h \
+ a3xx/fd3_resource.c \
+ a3xx/fd3_resource.h \
a3xx/fd3_screen.c \
a3xx/fd3_screen.h \
a3xx/fd3_texture.c \