summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_vb.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-12-29 12:39:50 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-12-29 12:39:50 +0000
commit13ae06cf36f9d04c0a04cdc19196f400d7a8c642 (patch)
treeccd2bc240d06f74bd4d9776eb51ed72a1e5bca82 /src/mesa/drivers/dri/unichrome/via_vb.h
parent7b05b70c2af9f76222a40941b393b5f04ce83048 (diff)
Large update
- Remove via duplicates of shared template files - Update driver to work with current versions of the above - Rework dma accounting - Rework emitting to dma to use a consistent set of macros The handling of cliprects in the driver is still pretty questionable.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_vb.h')
-rw-r--r--src/mesa/drivers/dri/unichrome/via_vb.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_vb.h b/src/mesa/drivers/dri/unichrome/via_vb.h
index 63d8c04748..37397ecc52 100644
--- a/src/mesa/drivers/dri/unichrome/via_vb.h
+++ b/src/mesa/drivers/dri/unichrome/via_vb.h
@@ -52,9 +52,10 @@ extern void viaBuildVertices(GLcontext *ctx,
GLuint newinputs);
-extern void via_emit_contiguous_verts(GLcontext *ctx,
- GLuint start,
- GLuint count);
+extern void *via_emit_contiguous_verts(GLcontext *ctx,
+ GLuint start,
+ GLuint count,
+ void *dest);
extern void via_translate_vertex(GLcontext *ctx,
const viaVertex *src,