aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2014-09-30 20:09:11 -0400
committerRob Clark <[email protected]>2014-10-14 12:30:08 -0400
commitabe3b3d1e019212b8496b21335ca03c0dbee6bb2 (patch)
tree7c03d6322e17d7e7b60e4a768c3d9d202a167dbe /src/gallium/drivers/freedreno/Makefile.sources
parentd2c1d9693fbd30493d7f3fe9d33b85ae06611173 (diff)
freedreno: use tgsi_lowering
Now that the freedreno_lowering code is moved to tgsi_lowering, remove our private copy and switch over to using the common version. Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/Makefile.sources')
-rw-r--r--src/gallium/drivers/freedreno/Makefile.sources2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.sources b/src/gallium/drivers/freedreno/Makefile.sources
index 9d4cbe38157..edaaadfb478 100644
--- a/src/gallium/drivers/freedreno/Makefile.sources
+++ b/src/gallium/drivers/freedreno/Makefile.sources
@@ -10,8 +10,6 @@ C_SOURCES := \
freedreno_fence.h \
freedreno_gmem.c \
freedreno_gmem.h \
- freedreno_lowering.c \
- freedreno_lowering.h \
freedreno_program.c \
freedreno_program.h \
freedreno_query.c \