mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
r200: unref swtcl buffer correctly
This commit is contained in:
parent
b13746b558
commit
5fbb00a11e
1 changed files with 1 additions and 0 deletions
|
|
@ -297,6 +297,7 @@ static void flush_last_swtcl_prim(GLcontext *ctx)
|
||||||
rmesa->swtcl.hw_primitive,
|
rmesa->swtcl.hw_primitive,
|
||||||
rmesa->swtcl.numverts);
|
rmesa->swtcl.numverts);
|
||||||
|
|
||||||
|
radeon_bo_unref(rmesa->swtcl.bo);
|
||||||
// COMMIT_BATCH();
|
// COMMIT_BATCH();
|
||||||
rmesa->swtcl.numverts = 0;
|
rmesa->swtcl.numverts = 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue