From 2dc621f3fdb585f23013aa3e220f2148f9405538 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 11 Dec 2003 16:25:36 +0000 Subject: Updates to tnl_dd_dmatmp.h - Allocate vertices explicitly, rather than trying to talk about dma buffers. - Clean up the various Flush() operations. - Don't allow fallbacks any longer. Provide a support function to detect them ahead o ftime Updates to tnl_dd_vbtmp.h - Get rid of power-of-two vertex strides. Pack all vertices tightly. - Get texunit 2,3 emit working coorrectly. Other stuff: - Get rid of lingering Ubyte color support. - Fix a few compiler warnings. --- src/mesa/drivers/dri/i830/i830_vb.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/mesa/drivers/dri/i830/i830_vb.h') diff --git a/src/mesa/drivers/dri/i830/i830_vb.h b/src/mesa/drivers/dri/i830/i830_vb.h index 523354465f..570778ab6b 100644 --- a/src/mesa/drivers/dri/i830/i830_vb.h +++ b/src/mesa/drivers/dri/i830/i830_vb.h @@ -46,9 +46,10 @@ extern void i830BuildVertices( GLcontext *ctx, GLuint newinputs ); -extern void i830_emit_contiguous_verts( GLcontext *ctx, - GLuint start, - GLuint count ); +extern void *i830_emit_contiguous_verts( GLcontext *ctx, + GLuint start, + GLuint count, + void *dest ); extern void i830_translate_vertex( GLcontext *ctx, const i830Vertex *src, -- cgit v1.2.3