diff options
Diffstat (limited to 'xc/lib/GL/mesa/src/drv/mga/Imakefile')
-rw-r--r-- | xc/lib/GL/mesa/src/drv/mga/Imakefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/xc/lib/GL/mesa/src/drv/mga/Imakefile b/xc/lib/GL/mesa/src/drv/mga/Imakefile index 1ca3bde8a..6c32a0d9d 100644 --- a/xc/lib/GL/mesa/src/drv/mga/Imakefile +++ b/xc/lib/GL/mesa/src/drv/mga/Imakefile @@ -66,7 +66,8 @@ MESA_INCLUDES = -I. -I.. -I../../include mgaspan.o mgastate.o mgatex.o \ mgatris.o mgavb.o mgaioctl.o mga_xmesa.o mgabuffers.o - MESASRCS = ../../accum.c \ + MESASRCS = ../../aatriangle.c \ + ../../accum.c \ ../../alpha.c \ ../../alphabuf.c \ ../../attrib.c \ @@ -107,6 +108,7 @@ MESA_INCLUDES = -I. -I.. -I../../include ../../pb.c \ ../../pipeline.c \ ../../pixel.c \ + ../../pixeltex.c \ ../../points.c \ ../../polygon.c \ ../../quads.c \ @@ -123,6 +125,7 @@ MESA_INCLUDES = -I. -I.. -I../../include ../../texobj.c \ ../../texstate.c \ ../../texture.c \ + ../../texutil.c \ ../../translate.c \ ../../triangle.c \ ../../varray.c \ @@ -139,7 +142,8 @@ MESA_INCLUDES = -I. -I.. -I../../include ../../zoom.c \ ../../X86/common_x86.c - MESAOBJS = ../../accum.o \ + MESAOBJS = ../../aatriangle.o \ + ../../accum.o \ ../../alpha.o \ ../../alphabuf.o \ ../../attrib.o \ @@ -178,6 +182,7 @@ MESA_INCLUDES = -I. -I.. -I../../include ../../pb.o \ ../../pipeline.o \ ../../pixel.o \ + ../../pixeltex.o \ ../../points.o \ ../../polygon.o \ ../../quads.o \ @@ -194,6 +199,7 @@ MESA_INCLUDES = -I. -I.. -I../../include ../../texobj.o \ ../../texstate.o \ ../../texture.o \ + ../../texutil.o \ ../../translate.o \ ../../triangle.o \ ../../varray.o \ |