mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
st/dri: fix bug in make_current
This commit is contained in:
parent
92827cd451
commit
fe5f070ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ dri_make_current(__DRIcontext * cPriv,
|
|||
}
|
||||
if (ctx->rPriv != driReadPriv) {
|
||||
ctx->rPriv = driReadPriv;
|
||||
draw->texture_stamp = driReadPriv->lastStamp - 1;
|
||||
read->texture_stamp = driReadPriv->lastStamp - 1;
|
||||
}
|
||||
|
||||
stapi->make_current(stapi, ctx->st, draw->stfb, read->stfb);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue