mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
ensure cmd buffer space
This commit is contained in:
parent
d1be4ab80f
commit
d3ef71166d
1 changed files with 1 additions and 0 deletions
|
|
@ -384,6 +384,7 @@ static void flush_last_swtcl_prim( r300ContextPtr rmesa )
|
|||
|
||||
if (rmesa->dma.current.start != rmesa->dma.current.ptr) {
|
||||
|
||||
r300EnsureCmdBufSpace( rmesa, rmesa->hw.max_state_size + (8*sizeof(int)), __FUNCTION__);
|
||||
r300EmitVertexAOS( rmesa,
|
||||
rmesa->swtcl.vertex_size,
|
||||
current_offset);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue