https://bugs.freedesktop.org/show_bug.cgi?id=90821
Philip Derrin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philip+freedesktop@breakawa | |yconsulting.com.au --- Comment #4 from Philip Derrin <[email protected]> --- I encountered this too, on i965. It happens because intel_viewport calls _mesa_is_winsys_fbo to determine whether the draw buffer has an associated DRI2 drawable, but that predicate returns true for the global IncompleteFramebuffer which is used by surfaceless contexts, which obviously has no DRI2 drawable. A null pointer check in intel_viewport fixes it. The i915 driver looks like it has the same problem (in intel_invalidate_viewport), though I haven't tested it. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
