diff options
author | Brian Paul <[email protected]> | 2001-06-18 17:26:08 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-06-18 17:26:08 +0000 |
commit | 1b258989462e907e45abbdf8743b0a75f22c02b3 (patch) | |
tree | aaf3847b0189aa370616fbd571a1650d13f1d145 /src/mesa/main/descrip.mms | |
parent | 24ae7c4c1f18c3086a779a2ee8f480ee5f4e7612 (diff) |
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/descrip.mms')
-rw-r--r-- | src/mesa/main/descrip.mms | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index c9f7fe0d18a..b48bb0f6206 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -16,12 +16,10 @@ LIBDIR = [-.lib] CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short) CORE_SOURCES =accum.c \ - alpha.c \ api_loopback.c \ api_noop.c \ api_validate.c \ attrib.c \ - bitmap.c \ blend.c \ buffers.c \ clip.c \ @@ -29,7 +27,6 @@ CORE_SOURCES =accum.c \ config.c \ context.c \ convolve.c \ - copypix.c \ debug.c \ depth.c \ dispatch.c \ @@ -52,19 +49,14 @@ CORE_SOURCES =accum.c \ 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 \ texformat.c \ @@ -75,7 +67,6 @@ CORE_SOURCES =accum.c \ texutil.c \ varray.c \ vtxfmt.c \ - winpos.c \ [.x86]x86.c DRIVER_SOURCES = [.x]glxapi.c [.x]fakeglx.c [.x]xfonts.c \ |