mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 23:40:33 +01:00
intel: Update renderbuffers unconditionally in intelSetTexBuffer2()
This commit is contained in:
parent
2b53f4a9c6
commit
06c72da97a
1 changed files with 1 additions and 2 deletions
|
|
@ -728,8 +728,7 @@ intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target,
|
|||
if (!intelObj)
|
||||
return;
|
||||
|
||||
if (dPriv->lastStamp != dPriv->dri2.stamp)
|
||||
intel_update_renderbuffers(pDRICtx, dPriv);
|
||||
intel_update_renderbuffers(pDRICtx, dPriv);
|
||||
|
||||
rb = intel_get_renderbuffer(fb, BUFFER_FRONT_LEFT);
|
||||
/* If the region isn't set, then intel_update_renderbuffers was unable
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue