i965: Add support for non-color render target write data to new FS backend.
[mesa.git] / src / mesa / drivers / dri / mga / mgavb.h
index 88cc3108dff35bef15e5ad602a878b48265a89c4..8d24ab7b5fe94a58ae2afb815307c6265827d7af 100644 (file)
@@ -1,4 +1,3 @@
-/* $XFree86: xc/lib/GL/mesa/src/drv/mga/mgavb.h,v 1.8 2002/10/30 12:51:36 alanh Exp $ */
 /*
  * Copyright 2000-2001 VA Linux Systems, Inc.
  * All Rights Reserved.
@@ -29,7 +28,7 @@
 #ifndef MGAVB_INC
 #define MGAVB_INC
 
-#include "mtypes.h"
+#include "main/mtypes.h"
 #include "mgacontext.h"
 #include "swrast/swrast.h"
 
@@ -52,9 +51,10 @@ extern void mgaPrintSetupFlags(char *msg, GLuint flags );
 extern void mgaInitVB( GLcontext *ctx );
 extern void mgaFreeVB( GLcontext *ctx );
 
-extern void mga_emit_contiguous_verts( GLcontext *ctx,
+extern void *mga_emit_contiguous_verts( GLcontext *ctx,
                                        GLuint start,
-                                       GLuint count );
+                                       GLuint count,
+                                       void *dest );
 
 extern void mga_translate_vertex(GLcontext *ctx, 
                                 const mgaVertex *src,