diff options
author | Rhys Kidd <[email protected]> | 2016-03-19 18:37:57 -0400 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2016-03-28 11:51:11 -0700 |
commit | 668b6ddfc5cb0b0d7e0e394804d80094e4f8e623 (patch) | |
tree | 2f597b6bd10602658a8be63bead3a31783e071d9 /src/gallium | |
parent | 2b8492d63ea14f36da00803620e89483743e77e7 (diff) |
vc4: Remove unused include from vc4_nir_lower_txf_ms.c
Found with grep and inspection. Test compiled on RPi hw.
Assists any future effort to remove TGSI as an intermediate stage.
Signed-off-by: Rhys Kidd <[email protected]>
Signed-off-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c b/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c index a2d89ef3349..8b65cac5084 100644 --- a/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c +++ b/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c @@ -23,7 +23,6 @@ #include "vc4_qir.h" #include "kernel/vc4_packet.h" -#include "tgsi/tgsi_info.h" #include "compiler/nir/nir_builder.h" /** @file vc4_nir_lower_txf_ms.c |