Skip to content

i915 and i965: Prevent invalid framebuffer usage

Philippe Normand requested to merge philn/mesa:issue-778 into main

When a surfaceless context is in use, driDrawablePriv might be NULL, so needs to be checked before calling dri2InvalidateDrawable. Same for read calls.

Fixes #778 (closed)

Edited by Philippe Normand

Merge request reports