mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
Merge branch 'gallium-0.1' into gallium-tex-surfaces
This commit is contained in:
commit
73c5505c13
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue