Merge branch 'gallium-0.1' into gallium-tex-surfaces

This commit is contained in:
Michel Dänzer 2008-05-09 18:16:02 +01:00
commit 73c5505c13

View file

@ -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;