mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-11 15:50:35 +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.numverts);
|
||||
|
||||
radeon_bo_unref(rmesa->swtcl.bo);
|
||||
// COMMIT_BATCH();
|
||||
rmesa->swtcl.numverts = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue