xserver: Branch 'xgl-0-0-1'

Alan Hourihane alanh at kemper.freedesktop.org
Wed Mar 21 14:28:06 EET 2007


 GL/mesa/vbo/Makefile.am |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+)

New commits:
diff-tree dd922579e044c8c34ba6106a2be530a1a64ad611 (from 07e61906aa928213868cb8dd08138774ae6266af)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Wed Mar 21 12:28:03 2007 +0000

    Missed file for vbo changes.

diff --git a/GL/mesa/vbo/Makefile.am b/GL/mesa/vbo/Makefile.am
new file mode 100644
index 0000000..0e31642
--- /dev/null
+++ b/GL/mesa/vbo/Makefile.am
@@ -0,0 +1,32 @@
+noinst_LTLIBRARIES = libvbo.la
+
+AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@ -DUSE_MGL_NAMESPACE
+
+INCLUDES = -I at MESA_SOURCE@/include \
+           -I../X \
+           -I../glapi \
+           -I../main \
+           -I../math \
+           -I../shader \
+           -I../shader/slang \
+	   -I../shader/slang \
+           -I../swrast \
+           -I../swrast_setup \
+           -I../tnl \
+           -I.. \
+           -I$(top_srcdir)/hw/xfree86/os-support
+
+nodist_libvbo_la_SOURCES = vbo_context.c \
+			vbo_exec_api.c \
+			vbo_exec_array.c \
+			vbo_exec.c \
+			vbo_exec_draw.c \
+			vbo_exec_eval.c \
+			vbo_rebase.c \
+			vbo_save_api.c \
+			vbo_save.c \
+			vbo_save_draw.c \
+			vbo_save_loopback.c \
+			vbo_split.c \
+			vbo_split_copy.c \
+			vbo_split_inplace.c



More information about the xorg-commit mailing list