diff options
author | Maciej Cencora <[email protected]> | 2009-05-13 22:33:27 +0200 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2009-05-16 11:42:02 -0400 |
commit | 621f65ab86f94f7a228e5f96061a8e3451f15db0 (patch) | |
tree | 7332828f6421da1bc3315ef4e39f01adf73d9492 /src/mesa/drivers/dri/r300/r300_emit.h | |
parent | d6da805c4e6f060a4a531aba89d4a7db885767f4 (diff) |
r300: r300EmitArrays should never fail
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_emit.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_emit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_emit.h b/src/mesa/drivers/dri/r300/r300_emit.h index 80c22d5e9ab..e6485e9bd75 100644 --- a/src/mesa/drivers/dri/r300/r300_emit.h +++ b/src/mesa/drivers/dri/r300/r300_emit.h @@ -216,7 +216,7 @@ void static INLINE cp_wait(radeonContextPtr radeon, unsigned char flags) } } -extern int r300EmitArrays(GLcontext * ctx); +extern void r300EmitArrays(GLcontext * ctx); extern int r300PrimitiveType(r300ContextPtr rmesa, int prim); extern int r300NumVerts(r300ContextPtr rmesa, int num_verts, int prim); |