summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a3xx
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/a3xx
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/a3xx')
-rw-r--r--src/gallium/drivers/freedreno/a3xx/fd3_program.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/a3xx/fd3_program.c b/src/gallium/drivers/freedreno/a3xx/fd3_program.c
index 64c9668129b..46a9398a7b4 100644
--- a/src/gallium/drivers/freedreno/a3xx/fd3_program.c
+++ b/src/gallium/drivers/freedreno/a3xx/fd3_program.c
@@ -34,7 +34,6 @@
#include "tgsi/tgsi_dump.h"
#include "tgsi/tgsi_parse.h"
-#include "freedreno_lowering.h"
#include "freedreno_program.h"
#include "fd3_program.h"