summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index e78db591ab..ec30a889f6 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -167,11 +167,11 @@ DRAW_SOURCES = \
pipe/draw/draw_unfilled.c
TGSICORE_SOURCES = \
- pipe/tgsi/core/tgsi_build.c \
- pipe/tgsi/core/tgsi_dump.c \
- pipe/tgsi/core/tgsi_exec.c \
- pipe/tgsi/core/tgsi_parse.c \
- pipe/tgsi/core/tgsi_util.c
+ pipe/tgsi/exec/tgsi_build.c \
+ pipe/tgsi/exec/tgsi_dump.c \
+ pipe/tgsi/exec/tgsi_exec.c \
+ pipe/tgsi/exec/tgsi_parse.c \
+ pipe/tgsi/exec/tgsi_util.c
TGSIDECO_SOURCES = \
pipe/tgsi/deco/deco_caps.c