mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 11:30:21 +01:00
Merge commit 'origin/gallium-0.1'
Conflicts: src/gallium/auxiliary/draw/draw_vs_aos.c
This commit is contained in:
commit
76d8951fd3
1 changed files with 1 additions and 0 deletions
|
|
@ -288,6 +288,7 @@ static void aos_soft_release_xmm( struct aos_compilation *cp,
|
|||
struct x86_reg reg )
|
||||
{
|
||||
if (reg.file == file_XMM) {
|
||||
assert(cp->xmm[reg.idx].last_used == cp->insn_counter);
|
||||
cp->xmm[reg.idx].last_used = cp->insn_counter - 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue