summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/Makefile.win
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-06-18 17:26:08 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-06-18 17:26:08 +0000
commit1b258989462e907e45abbdf8743b0a75f22c02b3 (patch)
treeaaf3847b0189aa370616fbd571a1650d13f1d145 /src/mesa/main/Makefile.win
parent24ae7c4c1f18c3086a779a2ee8f480ee5f4e7612 (diff)
downloadexternal_mesa3d-1b258989462e907e45abbdf8743b0a75f22c02b3.zip
external_mesa3d-1b258989462e907e45abbdf8743b0a75f22c02b3.tar.gz
external_mesa3d-1b258989462e907e45abbdf8743b0a75f22c02b3.tar.bz2
Consolidated source files. Since the re-org a number of source files
only had one or two functions left in them.
Diffstat (limited to 'src/mesa/main/Makefile.win')
-rw-r--r--src/mesa/main/Makefile.win9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win
index 3b3710a..080a722 100644
--- a/src/mesa/main/Makefile.win
+++ b/src/mesa/main/Makefile.win
@@ -34,9 +34,7 @@ CORE_SRCS = \
api_noop.c \
api_validate.c \
accum.c \
- alpha.c \
attrib.c \
- bitmap.c \
blend.c \
buffers.c \
clip.c \
@@ -44,7 +42,6 @@ CORE_SRCS = \
config.c \
context.c \
convolve.c \
- copypix.c \
debug.c \
depth.c \
dispatch.c \
@@ -67,19 +64,14 @@ CORE_SRCS = \
imports.c \
light.c \
lines.c \
- logic.c \
lowpc.c \
- masking.c \
matrix.c \
mem.c \
mmath.c \
pixel.c \
- pixeltex.c \
points.c \
polygon.c \
rastpos.c \
- readpix.c \
- scissor.c \
state.c \
stencil.c \
teximage.c \
@@ -89,7 +81,6 @@ CORE_SRCS = \
texutil.c \
varray.c \
vtxfmt.c \
- winpos.c \
X86\x86.c \
X86\common_x86.c \
X86\3dnow.c \