summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2005-04-22 10:15:32 +0000
committerMichal Krol <mjkrol@gmail.org>2005-04-22 10:15:32 +0000
commitb10d080b1e1f64c2663dde5532b7bcae4fa75325 (patch)
tree8913a87eadead6a02219ca3536f6d0b5d4e28222 /src/mesa/sources
parent3ed1f07686d33abae54f6599260aa4e77354f901 (diff)
Move some utility functions to slang_utility.c.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 7c79fe76dc..1a6805749b 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -182,7 +182,8 @@ SLANG_CPP_SOURCES = \
SLANG_SOURCES = \
shader/slang/slang_compile.c \
- shader/slang/slang_preprocess.c
+ shader/slang/slang_preprocess.c \
+ shader/slang/slang_utility.c
ASM_C_SOURCES = \
x86/common_x86.c \