--- xorg-x11-6.8.2/xc/lib/GL/mesa/drivers/dri/unichrome/Imakefile.inc~ 2004-07-22 10:56:28 +0400 +++ xorg-x11-6.8.2/xc/lib/GL/mesa/drivers/dri/unichrome/Imakefile.inc 2005-12-21 16:25:36 +0300 @@ -56,6 +56,7 @@ $(MESADRVVIABUILDDIR)via_screen.c \ $(MESADRVVIABUILDDIR)via_span.c \ $(MESADRVVIABUILDDIR)via_state.c \ + $(MESADRVVIABUILDDIR)via_texcombine.c \ $(MESADRVVIABUILDDIR)via_tex.c \ $(MESADRVVIABUILDDIR)via_texmem.c \ $(MESADRVVIABUILDDIR)via_texstate.c \ @@ -71,6 +72,7 @@ $(MESADRVVIABUILDDIR)via_screen.o \ $(MESADRVVIABUILDDIR)via_span.o \ $(MESADRVVIABUILDDIR)via_state.o \ + $(MESADRVVIABUILDDIR)via_texcombine.o \ $(MESADRVVIABUILDDIR)via_tex.o \ $(MESADRVVIABUILDDIR)via_texmem.o \ $(MESADRVVIABUILDDIR)via_texstate.o \ @@ -87,6 +89,7 @@ $(MESADRVVIABUILDDIR)/unshared/via_screen.o \ $(MESADRVVIABUILDDIR)/unshared/via_span.o \ $(MESADRVVIABUILDDIR)/unshared/via_state.o \ + $(MESADRVVIABUILDDIR)/unshared/via_texcombine.o \ $(MESADRVVIABUILDDIR)/unshared/via_tex.o \ $(MESADRVVIABUILDDIR)/unshared/via_texmem.o \ $(MESADRVVIABUILDDIR)/unshared/via_texstate.o \ @@ -102,6 +105,7 @@ $(MESADRVVIABUILDDIR)/debugger/via_screen.o \ $(MESADRVVIABUILDDIR)/debugger/via_span.o \ $(MESADRVVIABUILDDIR)/debugger/via_state.o \ + $(MESADRVVIABUILDDIR)/debugger/via_texcombine.o \ $(MESADRVVIABUILDDIR)/debugger/via_tex.o \ $(MESADRVVIABUILDDIR)/debugger/via_texmem.o \ $(MESADRVVIABUILDDIR)/debugger/via_texstate.o \ @@ -117,6 +121,7 @@ $(MESADRVVIABUILDDIR)/profiled/via_screen.o \ $(MESADRVVIABUILDDIR)/profiled/via_span.o \ $(MESADRVVIABUILDDIR)/profiled/via_state.o \ + $(MESADRVVIABUILDDIR)/profiled/via_texcombine.o \ $(MESADRVVIABUILDDIR)/profiled/via_tex.o \ $(MESADRVVIABUILDDIR)/profiled/via_texmem.o \ $(MESADRVVIABUILDDIR)/profiled/via_texstate.o \ @@ -143,6 +148,7 @@ LinkSourceFile(via_span.c, $(MESADRVSRCDIR)/unichrome) LinkSourceFile(via_span.h, $(MESADRVSRCDIR)/unichrome) LinkSourceFile(via_state.c, $(MESADRVSRCDIR)/unichrome) +LinkSourceFile(via_texcombine.c, $(MESADRVSRCDIR)/unichrome) LinkSourceFile(via_state.h, $(MESADRVSRCDIR)/unichrome) LinkSourceFile(via_tex.c, $(MESADRVSRCDIR)/unichrome) LinkSourceFile(via_tex.h, $(MESADRVSRCDIR)/unichrome)