Re: GLX software indirect rendering broken when used by more than one client

2007-09-11 Thread Brian Paul
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

GLX software indirect rendering broken when used by more than one client

2007-08-29 Thread Keith Packard
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