On Mon, 2004-01-19 at 11:49, Keith Whitwell wrote:
> I've just committed a change to move the i830 driver to the new t_vertex.[ch]
> mechanism for specifying and emitting hardware vertices.
>
I had to apply this patch against dri cvs to get it compiling again.
--
Ronny V. Vindenes <[EMAIL PROTECTED]>
--- Imakefile.inc.orig 2004-01-19 23:23:27.559064075 +0100
+++ Imakefile.inc 2004-01-19 23:24:46.963724565 +0100
@@ -46,8 +46,7 @@
$(MESADRVI830BUILDDIR)i830_tex.c \
$(MESADRVI830BUILDDIR)i830_texmem.c \
$(MESADRVI830BUILDDIR)i830_texstate.c \
- $(MESADRVI830BUILDDIR)i830_tris.c \
- $(MESADRVI830BUILDDIR)i830_vb.c
+ $(MESADRVI830BUILDDIR)i830_tris.c
I830OBJS = $(MESADRVI830BUILDDIR)i830_context.o \
$(MESADRVI830BUILDDIR)i830_debug.o \
@@ -59,8 +58,7 @@
$(MESADRVI830BUILDDIR)i830_tex.o \
$(MESADRVI830BUILDDIR)i830_texmem.o \
$(MESADRVI830BUILDDIR)i830_texstate.o \
- $(MESADRVI830BUILDDIR)i830_tris.o \
- $(MESADRVI830BUILDDIR)i830_vb.o
+ $(MESADRVI830BUILDDIR)i830_tris.o
I830UOBJS = $(MESADRVI830BUILDDIR)unshared/i830_context.o \
$(MESADRVI830BUILDDIR)unshared/i830_debug.o \
@@ -72,8 +70,7 @@
$(MESADRVI830BUILDDIR)unshared/i830_tex.o \
$(MESADRVI830BUILDDIR)unshared/i830_texmem.o \
$(MESADRVI830BUILDDIR)unshared/i830_texstate.o \
- $(MESADRVI830BUILDDIR)unshared/i830_tris.o \
- $(MESADRVI830BUILDDIR)unshared/i830_vb.o
+ $(MESADRVI830BUILDDIR)unshared/i830_tris.o
I830DOBJS = $(MESADRVI830BUILDDIR)debugger/i830_context.o \
$(MESADRVI830BUILDDIR)debugger/i830_debug.o \
@@ -85,8 +82,7 @@
$(MESADRVI830BUILDDIR)debugger/i830_tex.o \
$(MESADRVI830BUILDDIR)debugger/i830_texmem.o \
$(MESADRVI830BUILDDIR)debugger/i830_texstate.o \
- $(MESADRVI830BUILDDIR)debugger/i830_tris.o \
- $(MESADRVI830BUILDDIR)debugger/i830_vb.o
+ $(MESADRVI830BUILDDIR)debugger/i830_tris.o
I830POBJS = $(MESADRVI830BUILDDIR)profiled/i830_context.o \
$(MESADRVI830BUILDDIR)profiled/i830_debug.o \
@@ -98,8 +94,7 @@
$(MESADRVI830BUILDDIR)profiled/i830_tex.o \
$(MESADRVI830BUILDDIR)profiled/i830_texmem.o \
$(MESADRVI830BUILDDIR)profiled/i830_texstate.o \
- $(MESADRVI830BUILDDIR)profiled/i830_tris.o \
- $(MESADRVI830BUILDDIR)profiled/i830_vb.o
+ $(MESADRVI830BUILDDIR)profiled/i830_tris.o
#ifdef NeedToLinkMesaSrc
LinkSourceFile(i830_3d_reg.h, $(MESADRVSRCDIR)/i830)
@@ -122,6 +117,4 @@
LinkSourceFile(i830_texstate.c, $(MESADRVSRCDIR)/i830)
LinkSourceFile(i830_tris.c, $(MESADRVSRCDIR)/i830)
LinkSourceFile(i830_tris.h, $(MESADRVSRCDIR)/i830)
-LinkSourceFile(i830_vb.c, $(MESADRVSRCDIR)/i830)
-LinkSourceFile(i830_vb.h, $(MESADRVSRCDIR)/i830)
#endif