mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
Merge branch 'mesa_7_5_branch'
This commit is contained in:
commit
b8c479d4b0
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ intelFinish(GLcontext * ctx)
|
|||
|
||||
irb = intel_renderbuffer(fb->_ColorDrawBuffers[i]);
|
||||
|
||||
if (irb->region)
|
||||
if (irb && irb->region)
|
||||
dri_bo_wait_rendering(irb->region->buffer);
|
||||
}
|
||||
if (fb->_DepthBuffer) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue