summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-10-11 16:05:59 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-10-11 16:05:59 +0000
commited52be8c3ffbe439f73d400ae608d5699f2d2a5f (patch)
tree248d6a5e3d073fbe8c7c2b7f36c6522f995c2aa1 /src/mesa/main/sources
parentd3112d36d7bf06920d7bb4e5e76f2c82e65e7641 (diff)
downloadexternal_mesa3d-ed52be8c3ffbe439f73d400ae608d5699f2d2a5f.zip
external_mesa3d-ed52be8c3ffbe439f73d400ae608d5699f2d2a5f.tar.gz
external_mesa3d-ed52be8c3ffbe439f73d400ae608d5699f2d2a5f.tar.bz2
sources for X.org xserver build
Diffstat (limited to 'src/mesa/main/sources')
-rw-r--r--src/mesa/main/sources64
1 files changed, 64 insertions, 0 deletions
diff --git a/src/mesa/main/sources b/src/mesa/main/sources
new file mode 100644
index 0000000..8820461
--- /dev/null
+++ b/src/mesa/main/sources
@@ -0,0 +1,64 @@
+# List of ource files in this directory used for X.org xserver build
+MESA_MAIN_SOURCES = \
+accum.c \
+api_arrayelt.c \
+api_loopback.c \
+api_noop.c \
+api_validate.c \
+arrayobj.c \
+attrib.c \
+blend.c \
+bufferobj.c \
+buffers.c \
+clip.c \
+colortab.c \
+context.c \
+convolve.c \
+debug.c \
+depth.c \
+depthstencil.c \
+dlist.c \
+drawpix.c \
+enable.c \
+enums.c \
+eval.c \
+execmem.c \
+extensions.c \
+fbobject.c \
+feedback.c \
+fog.c \
+framebuffer.c \
+get.c \
+getstring.c \
+hash.c \
+hint.c \
+histogram.c \
+image.c \
+imports.c \
+light.c \
+lines.c \
+matrix.c \
+mipmap.c \
+mm.c \
+occlude.c \
+pixel.c \
+points.c \
+polygon.c \
+rastpos.c \
+rbadaptors.c \
+renderbuffer.c \
+state.c \
+stencil.c \
+texcompress.c \
+texcompress_fxt1.c \
+texcompress_s3tc.c \
+texenvprogram.c \
+texformat.c \
+teximage.c \
+texobj.c \
+texrender.c \
+texstate.c \
+texstore.c \
+varray.c \
+$(VSNPRINTF_SOURCES) \
+vtxfmt.c