From 3ae25ff4fdddff0b7cfa8d0956485ac2a7751b1e Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 14 Feb 2006 02:32:41 +0000 Subject: [PATCH] =?UTF-8?q?patch=20from=20Hanno=20B=C3=B6ck=20=20to=20make=20xgl=20build=20against=20Mesa=20HEAD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GL/mesa/tnl/Makefile.am | 2 ++ GL/symlink-mesa.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/GL/mesa/tnl/Makefile.am b/GL/mesa/tnl/Makefile.am index 2da0d91aa..a9b85ac46 100644 --- a/GL/mesa/tnl/Makefile.am +++ b/GL/mesa/tnl/Makefile.am @@ -9,6 +9,7 @@ INCLUDES = -I@MESA_SOURCE@/include \ -I../main \ -I../math \ -I../shader \ + -I../shader/slang \ -I../swrast \ -I../swrast_setup \ -I../tnl \ @@ -24,6 +25,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 \ diff --git a/GL/symlink-mesa.sh b/GL/symlink-mesa.sh index 29aeeb481..eb9564ff2 100755 --- a/GL/symlink-mesa.sh +++ b/GL/symlink-mesa.sh @@ -337,6 +337,7 @@ symlink_mesa_tnl() { action t_vb_arbprogram.c action t_vb_arbprogram.h action t_vb_arbprogram_sse.c + action t_vb_arbshader.c action t_vb_cliptmp.h action t_vb_cull.c action t_vb_fog.c