summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-01-13 14:49:52 -0700
committerBrian <brian@yutani.localnet.net>2007-01-13 14:49:52 -0700
commit691ed5e54b0dc305c9a117a6a9804435041a86f0 (patch)
treef43dcd52cfd382c4d1f0c3c90fb28140d55e44dc /src/mesa/sources
parent5daa99d2a40fa12d51043c4e326bf62f66ef727d (diff)
Rework code related to temp register allocation, both for user variables
and expression temporarires. Much better register utilization now. Lots of other fixes. The OpenGL GLSL "orange book" brick shader demo works now.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 19f43384ea..1b0474c14b 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -189,6 +189,7 @@ SLANG_SOURCES = \
shader/slang/slang_preprocess.c \
shader/slang/slang_simplify.c \
shader/slang/slang_storage.c \
+ shader/slang/slang_vartable.c \
shader/slang/slang_print.c \
shader/slang/slang_utility.c