summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunichrome <unichrome>2004-10-07 17:02:59 +0000
committerunichrome <unichrome>2004-10-07 17:02:59 +0000
commite97044fd0ca17cb5af8b098d1f7255572889b133 (patch)
tree2b215885847451fa073871ae9731a5854a627f03
parentce0ec9743076e64a09982a27a90d945e44fb9721 (diff)
Updated xc unichrome 3D driver Imakefile to Mesa change.HEADoriginmaster
-rw-r--r--xc/lib/GL/mesa/drivers/dri/unichrome/Imakefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/xc/lib/GL/mesa/drivers/dri/unichrome/Imakefile.inc b/xc/lib/GL/mesa/drivers/dri/unichrome/Imakefile.inc
index 0f436df17..b9f07fef3 100644
--- a/xc/lib/GL/mesa/drivers/dri/unichrome/Imakefile.inc
+++ b/xc/lib/GL/mesa/drivers/dri/unichrome/Imakefile.inc
@@ -59,6 +59,7 @@ LinkSourceFile(via_debug.c, $(MESADRVSRCDIR)/unichrome)
$(MESADRVVIABUILDDIR)via_tex.c \
$(MESADRVVIABUILDDIR)via_texmem.c \
$(MESADRVVIABUILDDIR)via_texstate.c \
+ $(MESADRVVIABUILDDIR)via_texcombine.c \
$(MESADRVVIABUILDDIR)via_tris.c \
$(MESADRVVIABUILDDIR)via_vb.c \
$(MESADRVVIABUILDDIR)xf86drmVIA.c \
@@ -74,6 +75,7 @@ LinkSourceFile(via_debug.c, $(MESADRVSRCDIR)/unichrome)
$(MESADRVVIABUILDDIR)via_tex.o \
$(MESADRVVIABUILDDIR)via_texmem.o \
$(MESADRVVIABUILDDIR)via_texstate.o \
+ $(MESADRVVIABUILDDIR)via_texcombine.o \
$(MESADRVVIABUILDDIR)via_tris.o \
$(MESADRVVIABUILDDIR)via_vb.o \
$(MESADRVVIABUILDDIR)xf86drmVIA.o \
@@ -90,6 +92,7 @@ LinkSourceFile(via_debug.c, $(MESADRVSRCDIR)/unichrome)
$(MESADRVVIABUILDDIR)/unshared/via_tex.o \
$(MESADRVVIABUILDDIR)/unshared/via_texmem.o \
$(MESADRVVIABUILDDIR)/unshared/via_texstate.o \
+ $(MESADRVVIABUILDDIR)/unshared/via_texcombine.o \
$(MESADRVVIABUILDDIR)/unshared/via_tris.o \
$(MESADRVVIABUILDDIR)/unshared/via_vb.o \
$(MESADRVVIABUILDDIR)/unshared/xf86drmVIA.o \
@@ -105,6 +108,7 @@ LinkSourceFile(via_debug.c, $(MESADRVSRCDIR)/unichrome)
$(MESADRVVIABUILDDIR)/debugger/via_tex.o \
$(MESADRVVIABUILDDIR)/debugger/via_texmem.o \
$(MESADRVVIABUILDDIR)/debugger/via_texstate.o \
+ $(MESADRVVIABUILDDIR)/debugger/via_texcombine.o \
$(MESADRVVIABUILDDIR)/debugger/via_tris.o \
$(MESADRVVIABUILDDIR)/debugger/via_vb.o \
$(MESADRVVIABUILDDIR)/debugger/xf86drmVIA.o \
@@ -120,6 +124,7 @@ LinkSourceFile(via_debug.c, $(MESADRVSRCDIR)/unichrome)
$(MESADRVVIABUILDDIR)/profiled/via_tex.o \
$(MESADRVVIABUILDDIR)/profiled/via_texmem.o \
$(MESADRVVIABUILDDIR)/profiled/via_texstate.o \
+ $(MESADRVVIABUILDDIR)/profiled/via_texcombine.o \
$(MESADRVVIABUILDDIR)/profiled/via_tris.o \
$(MESADRVVIABUILDDIR)/profiled/via_vb.o \
$(MESADRVVIABUILDDIR)/profiled/xf86drmVIA.o \
@@ -148,6 +153,7 @@ LinkSourceFile(via_tex.c, $(MESADRVSRCDIR)/unichrome)
LinkSourceFile(via_tex.h, $(MESADRVSRCDIR)/unichrome)
LinkSourceFile(via_texmem.c, $(MESADRVSRCDIR)/unichrome)
LinkSourceFile(via_texstate.c, $(MESADRVSRCDIR)/unichrome)
+LinkSourceFile(via_texcombine.c, $(MESADRVSRCDIR)/unichrome)
LinkSourceFile(via_tris.c, $(MESADRVSRCDIR)/unichrome)
LinkSourceFile(via_tris.h, $(MESADRVSRCDIR)/unichrome)
LinkSourceFile(via_vb.c, $(MESADRVSRCDIR)/unichrome)