diff options
author | Michel Dänzer <[email protected]> | 2008-05-09 18:16:02 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2008-05-09 18:16:02 +0100 |
commit | 73c5505c13c42ba1ab95fa1d1003d5f9327428a5 (patch) | |
tree | b3da58303166540d7c9bbd39d41e279073bd8be8 /src/gallium/auxiliary | |
parent | a1f95a8bf64f863289b6759caeec76d7e054400e (diff) | |
parent | 7462f0557f9cce73ff2d32e62ef110b5d8622f87 (diff) |
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt_emit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt_emit.c b/src/gallium/auxiliary/draw/draw_pt_emit.c index e458cbe5337..ce3a153f647 100644 --- a/src/gallium/auxiliary/draw/draw_pt_emit.c +++ b/src/gallium/auxiliary/draw/draw_pt_emit.c @@ -146,7 +146,7 @@ void draw_pt_emit( struct pt_emit *emit, hw_verts = render->allocate_vertices(render, (ushort)translate->key.output_stride, - (ushort)count); + (ushort)vertex_count); if (!hw_verts) { assert(0); return; |