diff options
author | Rob Clark <[email protected]> | 2015-03-11 15:10:25 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2015-03-15 13:27:03 -0400 |
commit | d3fb949c039b80385d35c11ca86e8e7c5a84ae44 (patch) | |
tree | 0a01f63b6e0a8cc5e57523ede5e6286bc10befb2 /src/gallium/drivers/freedreno/Makefile.sources | |
parent | feb858b788cf27b31d12ad8a00805f015d4063cc (diff) |
freedreno/ir3: remove old compiler
Now that piglit is no longer falling back to old compiler for any tests,
we can remove it. Hurray \o/
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/freedreno/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.sources b/src/gallium/drivers/freedreno/Makefile.sources index 592f4b4a3fa..1f22ce9c622 100644 --- a/src/gallium/drivers/freedreno/Makefile.sources +++ b/src/gallium/drivers/freedreno/Makefile.sources @@ -122,7 +122,6 @@ ir3_SOURCES := \ ir3/ir3.c \ ir3/ir3_compiler.c \ ir3/ir3_compiler.h \ - ir3/ir3_compiler_old.c \ ir3/ir3_cp.c \ ir3/ir3_depth.c \ ir3/ir3_dump.c \ |