Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
[mesa.git] / src / mesa / main / Makefile.DJ
index ef2e48fc449e5507f79e808f531a9c8ebe802d7a..89cbd82eca264d3af01f6523bf8531b763413add 100644 (file)
@@ -1,7 +1,7 @@
-# $Id: Makefile.DJ,v 1.3 1999/12/17 15:15:46 brianp Exp $
+# $Id: Makefile.DJ,v 1.9 2000/09/26 21:22:20 brianp Exp $
 
 # Mesa 3-D graphics library
-# Version:  3.3
+# Version:  3.5
 # Copyright (C) 1995-1998  Brian Paul
 #
 # This library is free software; you can redistribute it and/or
@@ -38,6 +38,7 @@ LIBDIR = ..\lib
 CFLAGS +=  -D__DOS__ -D__MSDOS32__
 
 CORE_SOURCES = \
+       aatriangle.c \
        accum.c \
        alpha.c \
        alphabuf.c \
@@ -45,10 +46,12 @@ CORE_SOURCES = \
        bbox.c \
        bitmap.c \
        blend.c \
+       buffers.c \
        clip.c \
        colortab.c \
        config.c \
        context.c \
+       convolve.c \
        copypix.c \
        cva.c \
        debug_xform.c \
@@ -65,11 +68,12 @@ CORE_SOURCES = \
        get.c \
        glapi.c \
        glapinoop.c \
-       glmisc.c \
        glthread.c \
        hash.c \
+       hint.c \
        image.c \
        imaging.c \
+       imports.c \
        light.c \
        lines.c \
        logic.c \
@@ -79,6 +83,7 @@ CORE_SOURCES = \
        mmath.c \
        pb.c \
        pixel.c \
+       pixeltex.c \
        pipeline.c \
        points.c \
        polygon.c \
@@ -90,11 +95,13 @@ CORE_SOURCES = \
        shade.c \
        span.c \
        stages.c \
+       state.c \
        stencil.c \
        teximage.c \
        texobj.c \
        texstate.c \
        texture.c \
+       texutil.c \
        translate.c \
        triangle.c \
        varray.c \