summaryrefslogtreecommitdiff
path: root/GL/mesa
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-02-14 06:27:59 +0000
committerDave Airlie <airlied@linux.ie>2006-02-14 06:27:59 +0000
commit1132d0e6102d4564f70f0e8c98854e3acf25b109 (patch)
tree16ac9092e36231bff38bac78985c73051d03c274 /GL/mesa
parentbb8c36690ab411c11aa8dd3d4520d513eb8f9091 (diff)
update to latest Mesa CVS HEAD
Diffstat (limited to 'GL/mesa')
-rw-r--r--GL/mesa/tnl/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/GL/mesa/tnl/Makefile.am b/GL/mesa/tnl/Makefile.am
index fabf1d7f8..6698e9fe4 100644
--- a/GL/mesa/tnl/Makefile.am
+++ b/GL/mesa/tnl/Makefile.am
@@ -10,6 +10,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I../main \
-I../math \
-I../shader \
+ -I../shader/slang \
-I../swrast \
-I../swrast_setup \
-I../tnl \
@@ -25,6 +26,7 @@ nodist_libtnl_la_SOURCES = t_array_api.c \
t_save_playback.c \
t_vb_arbprogram.c \
t_vb_arbprogram_sse.c \
+ t_vb_arbshader.c \
t_vb_cull.c \
t_vb_fog.c \
t_vb_light.c \