Keith Packard wrote:
> Debugging a kernel scheduling issue, I tried running two glxgears at
> once without dri (option "NoDRI") and the X server neatly crashed on me.
>
> in xm_dd.c:xmesa_update_state, ctx->DrawBuffer is NULL for the second
> GLX client. That certainly doesn't sound right.
>
> I
Debugging a kernel scheduling issue, I tried running two glxgears at
once without dri (option "NoDRI") and the X server neatly crashed on me.
in xm_dd.c:xmesa_update_state, ctx->DrawBuffer is NULL for the second
GLX client. That certainly doesn't sound right.
I probably won't get back to looking