st/dri: fix bug in make_current
This commit is contained in:
committed by
Chia-I Wu
parent
92827cd451
commit
fe5f070ef9
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user